#wa-common-header {
	width: 100%;
}
main {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #555;
}
main .wrap {
	padding: 15px;
	max-width: 1000px;
	margin: 0 auto;
}
main section {
	border-bottom: 1px solid #bbb;
}
main section.no-border {
	border: 0;
}
main a {
	text-decoration: none;
	color: #d10;
}
main a:hover  {
	color: #ff7e00;
}
main .nobr {
	display: inline-block;
}
main .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
main h2, main h3, main h3.h4, main h4 {
	font-size: 30px;
	line-height: 39px;
	font-weight: 400;
	margin: 12px 0;
}
main h2 {
	font-family: 'Lexia', 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
	color: #4489b3;
    margin-top: 28px;
}
main h3 {
	font-weight: 300;
	font-size: 30px;
	color: #ff7e00;
}
main h4,
main h3.h4 {
	font-size: 21px;
    line-height: 29px;
	color: #4489b3;
}
main p.lead {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
    margin: 8px 0;
}
main h3 + p.lead {
	margin-top: -6px;
}
main button,
main a.button {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ff7e00;
	background: #ff7e00;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	padding: 10.5px;
	width: 230px;
}
main button:hover,
main a.button:hover {
	background: #ff9339;
}
main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbb;
    margin: 1em 0;
    padding: 0;
}

#intro {
	background: #3879a0;
	color: #d6ecf5;
	border-bottom: 8px solid #2a678c;
}
#intro .wrap {
	padding-bottom: 50px;
}
#intro h1 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 400;
	color: #fff;
    margin: 35px 0 0;
}
#intro p.lead {
	font-size: 27px;
	line-height: 37px;
}
#intro p.lead strong {
	font-weight: inherit;
}
#intro p.lead.small {
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
    margin: 25px 0 20px;
}

#headerIcons .icon {
	padding: 4px 0 4px 52px;
	min-height: 32px;
	background: url(/images/tour/header-analysis.svg) no-repeat;
}
#headerIcons .icon.analysis {
	padding-top: 9px;
}
#headerIcons .icon.data {
	background-image: url(/images/tour/header-data.svg);
}
#headerIcons .icon.computation {
	min-height: 44px;
	background-image: url(/images/tour/header-computation.svg);
}
#headerIcons .icon.presentation {
	background-image: url(/images/tour/header-presentation.svg);
}
#headerIcons .plus {
	height: 46px;
	background: url(/images/tour/header-plus.svg) center no-repeat;
}
#headerIcons .plus.arrow {
	height: 43px;
	background-image: url(/images/tour/header-arrow-down.svg);
	background-size: 16px;
}
#headerIcons .icon p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
	margin: 0;
}
#headerIcons .icon p strong {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#headerIcons .links {
	margin: 48px 0 0;
}
#headerIcons .links p {
	margin: 18px 0;
}
#headerIcons .links a {
	color: inherit;
	display: inline-table;
    font-size: 14px;
    line-height: 20px;
}
#headerIcons .links a svg {
	fill: #d6ecf5;
}
#headerIcons .links a:hover {
	color: #fff;
}
#headerIcons .links a:hover svg {
	fill: #fff;
}
#headerIcons .links a > span {
	display: table-cell;
	vertical-align: middle
}
#headerIcons .links a > span.icon-frame {
	width: 32px;
	line-height: 1;
}
#headerIcons.collapse {
  display: none;
}
#headerIcons.collapse.show {
  display: block;
}
#headerIcons.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

#intro .button-frame {
	margin: 0;
}
#intro button {
	border: none;
	width: 124px;
}
@media only screen and (min-width: 600px) {
	#intro .wrap {
		padding-bottom: 32px;
	}
	#intro h1 {
		margin-top: 46px;
	}
	#intro p.lead {
		line-height: 40px;
		margin: 1px 0
	}
	#intro p.lead.small {
		font-size: 21px;
		line-height: 33px;
		margin: 30px 0 20px;
    	max-width: 36em;
	}
	#headerIcons .links {
		margin: 0;
	}
	#headerIcons.collapse,
	#headerIcons.collapsing {
		display: block;
		height: auto !important;
	}
	#intro .button-frame {
		display: none;
	}
	#headerIcons .icon {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		vertical-align: top;
		padding-bottom: 27px;
		padding-right: 20px;
	}
	#headerIcons .icon.analysis {
		padding-top: 4px;
	}
	#headerIcons .plus {
		display: none;
	}
}
@media only screen and (min-width: 670px) {
	#wa-common-header {
		position: fixed;
	}
}
@media only screen and (min-width: 800px) {
	#headerIcons .links p {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		vertical-align: top;
	}
}
@media only screen and (min-width: 1060px) {
	#headerIcons .icon {
		padding: 4px 0 0 52px;
	}
	#headerIcons .icon.analysis {
		width: 198px;
	}
	#headerIcons .icon.data {
		width: 201px;
	}
	#headerIcons .icon.computation {
		width: 217px;
	}
	#headerIcons .icon.presentation {
		width: 236px;
	}
	#headerIcons .plus,
	#headerIcons .plus.arrow {
		display: inline-block;
		width: 49px;
		height: 58px;
		vertical-align: middle;
	}
	#headerIcons .plus.arrow {
		background-image: url(/images/tour/header-arrow-right.svg);
		background-size: 26px;
	}
	#headerIcons .links p {
    	width: 387px;
	}
}

#useEverywhere .example {
	margin-bottom: 42px;
}
#useEverywhere .example ul {
	margin: 0;
	padding: 0;
}
#useEverywhere .example li,
#useEverywhere .example .title,
#useEverywhere .example .input {
	display: block;
	position: relative;
}
#useEverywhere .example li {
	display: none;
}
#useEverywhere .example li {
	display: none;
}
#useEverywhere .example li.active {
	display: block;
}
#useEverywhere .example li + li {
	margin-top: 27px;
}
#useEverywhere .example .title {
    font-size: 14px;
    line-height: 18px;
    color: #777;
    margin-bottom: 7px;
}
#useEverywhere .example .pro {
	color: #ff7e00;
}
#useEverywhere .example .pro::after {
	content: "|";
	color: #bbb;
	padding: 0 6px;
}
#useEverywhere .example .input {
    border: 1px solid #bbb;
	border-radius: 4px;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 31px 5px 11px;
}
#useEverywhere .example .input:hover {
	border-color: #ff9339;
}
#useEverywhere .example .input kbd {
	font-size: inherit;
	font-family: 'Roboto', 'Source Sans Pro', Arial, Helvetica, sans-serif;;
}
#useEverywhere .example .input img {
	vertical-align: text-top;
}
#useEverywhere .example .input .eq {
	position: absolute;
	display: inline-block;
    width: 15px;
	height: 16px;
	top: 8px;
	right: 8px;
	border-radius: 2px;
}
#useEverywhere .example .input .eq svg {
	fill: #bbb;
}
#useEverywhere .example .active .input {
	border-color: #ff9339;
	box-shadow: 0 0 0 3px #ffc230;
}
#useEverywhere .example .active .input .eq {
	background: #ff6000;
}
#useEverywhere .example .active .input .eq svg {
	fill: #fff;
}
#useEverywhere .example .input .eq:hover {
	background: #db0303;
}
#useEverywhere .example .input .eq:hover svg {
	fill: #fff;
}
#useEverywhere .example .active .arrow {
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 43px;
	bottom: -38px;
	left: 50%;
	margin-left: -13px;
	background-image: url(/images/tour/arrow-straight-down.svg);
}
#useEverywhere .example .show-example-frame {
	border: 1px solid #bbb;
	border-width: 1px 0;
	margin: 0 -15px;
	margin-top: 26px;
}
#useEverywhere .example .show-example {
	height: 51.5vw;
	max-width: 570px;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 650px) {
	main .wrap {
		padding: 30px;
	}
	#useEverywhere .example {
		display: table;
		width: 100%;
		margin-bottom: 52px;
	}
	#useEverywhere .example.right {
		direction: rtl;
		margin-top: -25px;
	}
	#useEverywhere .example li {
		display: block;
	}
	#useEverywhere .example .queries,
	#useEverywhere .example .show-example-frame {
		display: table-cell;
		width: 57%;
		vertical-align: top;
		direction: ltr;
		height: 100%
	}
	#useEverywhere .example .queries {
		width: 43%;
		padding-right: 30px;
	}
	#useEverywhere .example.right .queries {
		padding: 0 0 0 30px;
	}
	#useEverywhere .example .show-example-frame {
		border: 0;
	}
	#useEverywhere .example .show-example-link,
	#useEverywhere .example .show-example {
		display: table;
		width: 100%;
		height: 100%;
	}
	#useEverywhere .example .show-example-link {
		margin-top: 25px;
	}
	#useEverywhere .example .show-example {
		height: calc(100% - 25px);
		border: 1px solid #bbb;
		border-width: 1px;
		border-radius: 5px;
		margin: 0;
		background-size: cover;
	}
	#useEverywhere .example .show-example-link:hover .show-example {
		border-color: #ff7e00;
	}
	#useEverywhere .example .active .arrow {
		background-image: url(/images/tour/arrow-straight-right.svg);
		width: 43px;
		height: 26px;
		margin: 0;
		left: auto;
		right: -36px;
		top: 49.15%;
	}
	#useEverywhere .example li:first-child.active .arrow,
	#useEverywhere .example li:last-child.active .arrow {
		width: 44px;
		height: 24px;
	}
	#useEverywhere .example li:first-child.active .arrow {
		background-image: url(/images/tour/arrow-curved-right-down.svg);
		top: 60%;
	}
	#useEverywhere .example li:last-child.active .arrow {
		background-image: url(/images/tour/arrow-curved-right-up.svg);
		width: 44px;
		height: 24px;
		top: 45%;
	}
	#useEverywhere .example.right .active .arrow {
		background-image: url(/images/tour/arrow-straight-left.svg);
		left: -36px;
		right: initial;
	}
	#useEverywhere .example.right li:first-child.active .arrow {
		background-image: url(/images/tour/arrow-curved-left-down.svg);
	}
	#useEverywhere .example.right li:last-child.active .arrow {
		background-image: url(/images/tour/arrow-curved-left-up.svg);
	}
}

#examplesByTopic h3.h4,
#examplesByTopic .example-icons {
	display: none;
}
#examplesByTopic p.example-button-frame {
    margin: 50px 0 35px;
	text-align: center;
}
#examplesByTopic a.button {
	background: #fff;
	color: #ff7e00;
	font-size: 16px;
}
#examplesByTopic a.button:hover {
	background: #ff9339;
	color: #fff;
}
#examplesByTopic .example-icons {
	line-height: 1;
    margin: 0 0 26px 0;
	padding: 0;
}
#examplesByTopic .example-icons li {
	display: inline-table;
	width: 33.333333%;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: top;
}
#examplesByTopic .example-icons li span {
	display: table-cell;
	vertical-align: middle;
}
#examplesByTopic .example-icons li span.icon {
	width: 50px;
	height: 50px;
	opacity: .8;
    margin-right: 4px;
}
#examplesByTopic .example-icons li span.text {
	padding: 0 4px;
	font-size: 14px;
    line-height: 16px;
}
#examplesByTopic .example-icons li a {
	display: block;
	color: inherit;
}
#examplesByTopic .example-icons li a:hover {
	color: #ff7e00;
}
#examplesByTopic .example-icons li a:hover span.icon {
	opacity: 1;
}
@media only screen and (min-width: 600px) {
	#examplesByTopic h3.h4,
	#examplesByTopic .example-icons {
		display: block;
	}
	#examplesByTopic p.example-button-frame {
		display: none;
	}
}
@media only screen and (min-width: 960px) {
	#examplesByTopic .example-icons li {
		width: 25%;
	}
}

#goingFurther {
	padding-bottom: 30px;
}
#goingFurther .feature {
	max-width: 485px;
	margin: 0 auto;
    padding: 17px 0;
}
#goingFurther .feature.webapps,
#goingFurther .feature.keyboard {
    display: none;
}
#goingFurther .feature.show {
	display: block;
}
#goingFurther .feature .img {
	border: 1px solid #bbb;
	border-radius: 5px;
	overflow: hidden;
}
#goingFurther .feature .img img {
	display: block;
	width: 100%;
	height: auto;
}
#goingFurther .feature a,
#goingFurther .show-features a {
	color: inherit;
}
#goingFurther .feature a .link {
	color: #d10;
}
#goingFurther .feature a:hover h4,
#goingFurther .feature a:hover .link,
#goingFurther .input-types a:hover {
    color: #ff7e00;
}
#goingFurther .feature a h4::after {
    content: "\00a0\00BB";
}
#goingFurther .feature .text {
	display: none;
	font-size: 15px;
	line-height: 23px;
}
#goingFurther .feature .text p,
#goingFurther .feature .text ul {
	margin: 0;
}
#goingFurther .feature .text ul.input-types {
	padding: 2px 0;
}
#goingFurther .icon {
	display: block;
	padding: 8px 0;
	line-height: 1;
}
#goingFurther .icon svg,
#goingFurther .icon .label {
	display: inline-block;
}
#goingFurther .icon.file-upload svg {
	margin-bottom: -4px;
}
#goingFurther .icon svg {
	fill: #ff7e00;
	padding-right: 8px;
}
#goingFurther a:hover .icon svg {
	fill: #d10;
}
#goingFurther .show-features {
	text-align: center;
    margin-bottom: 22px;
}
#goingFurther .show-features p {
	margin: 0;
}
#goingFurther .show-features .icon {
	display: inline-block;
}
#goingFurther .show-features .icon svg,
#goingFurther .show-features .icon .label {
	text-align: left;
	vertical-align: middle;
}
#goingFurther .show-features .icon .label {
    font-size: 14px;
    line-height: 18px;
	width: 12em;
}
#goingFurther .pro-button-frame,
#goingFurther .learn-more {
	margin: 16px 0;
	text-align: center;
}
#goingFurther .pro-button-frame .button {
	font-size: 18px;
	background-color: #ff9339;
}
#goingFurther .pro-button-frame .button:hover {
	background-color: #ffa23c;
}
#goingFurther .pro-button-frame .button:active {
	background-color: #ff7e00;
}
#goingFurther .learn-more {
	display: none;
}
#goingFurther .learn-more a {
	font-size: 15px;
	line-height: 1;
}
@media only screen and (min-width: 600px) {
	#goingFurther .feature {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		vertical-align: top;
		padding: 28px 0;
		padding-right: 15px;
	}
	#goingFurther .feature.webapps,
	#goingFurther .feature.keyboard {
		display: inline-block;
	}
	#goingFurther .feature.time,
	#goingFurther .feature.support,
	#goingFurther .show-features {
		display: none;
	}
	#goingFurther .learn-more {
		display: block;
	}
	#goingFurther .feature:nth-child(2n) {
		padding-right: 0;
		padding-left: 15px;
	}
	#goingFurther .feature h4 {
		margin: 19px 0 3px;
	}
	#goingFurther .feature .text {
		display: block;
	}
	#goingFurther .feature a:hover h4 {
		color: #4489b3;
	}
	#goingFurther .feature a h4::after {
		display: none;
	}
}
@media only screen and (min-width: 800px) {
	main p.lead {
		font-size: 20px;
    	line-height: 35px;
	}
	main h3 + p.lead {
		margin-top: -8px;
    	margin-bottom: 16px;
	}
	#goingFurther .feature .text ul.input-types li {
		display: inline-block;
		width: 11em;
	}
}

#mobileApps img.hero {
	width: 100%;
	height: auto;
	margin: 2em 0 .75em;
}
#mobileApps .text {
    font-size: 15px;
    line-height: 23px;
}
#mobileApps .toolbar {
	margin: 2em 0;
}
@media only screen and (min-width: 700px) {
	#mobileApps .row {
		display: table;
		direction: rtl;
		width: 100%;
		margin: 2em 0 1em;
	}
	#mobileApps .col {
		display: table-cell;
		vertical-align: middle;
		direction: ltr;
	}
	#mobileApps .col.img {
		max-width: 405px;
		text-align: right;
		padding-left: 2em;
	}
	#mobileApps .col.img img {
		margin: 0;
	}
}

main .nav-icons .tiles {
	margin-bottom: 2em;
}
main .nav-icons .icon-frame,
main .nav-icons .greybox {
	margin: 1em 0;
}
main .nav-icons .icon-frame {
	display: table;
	width: 100%;
}
main .nav-icons .col {
	display: table-cell;
	vertical-align: middle;
}
main .nav-icons .col.icon {
	width: 60px;
	height: 60px;
	text-align: center;
}
main .nav-icons .col.label,
main .nav-icons .greybox {
    font-size: 15px;
    line-height: 23px;
	padding-left: 1em;
}
main .nav-icons svg {
	fill: #ff7e00;
}
main .nav-icons a {
	color: inherit;
}
main .nav-icons a:hover {
	color: #ff7e00;
}
main .nav-icons .greybox {
	background: #f5f5f5;
	border: 1px solid #bbb;
	padding: 1em 2em;
	color: #777;
}
main .nav-icons a:hover .greybox {
	color: #555;
}
@media only screen and (min-width: 700px) {
	main .nav-icons .tiles {
		margin-bottom: 1em;
	}
	main .nav-icons .tile {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	main .nav-icons .col.label {
		padding-right: 2em;
	}
}

#history {
	background: #4489b3;
	color: #fff;
	text-align: center;
}
#history .wrap {
	padding: 30px;
}
#history a {
	color: #e8f5fa;
}
#history a:hover {
	color: #aedcf4;
}
#history .col {
	display: inline-block;
	vertical-align: middle;
    margin: 2px;
}
#history .col.label {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.js-banner {
	position: absolute;
	top: 43px;
}
.js-banner>img {
	top: 2.5px;
	position: relative;
}
