@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important
	}

	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: ""
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr, img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}
}

@media print {
	.wa-container {
		padding: 0
	}

	.row {
		padding: 50px 0 0
	}

	header, #disqus_thread, footer, .wa-spacer-docSide, .author-img, .contributors, .feedback-fancy.wa-section-feedback-vote.wa-feedback-vote {
		display: none !important
	}

	.wa-conditionalDisplay {
		display: none
	}

		.wa-conditionalDisplay .wa-content {
			margin: 0 0 0 50px
		}

		.wa-conditionalDisplay #need-help-light {
			padding: 0
		}

	.wa-note {
		border: 0
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		-moz-backface-visibility: hidden
	}

		.owl-carousel .owl-stage:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0
		}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none
	}

		.owl-carousel .owl-item img {
			display: block;
			width: 100%
		}

	.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
		display: none
	}

	.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
		cursor: pointer;
		cursor: hand;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel.owl-loaded {
		display: block
	}

	.owl-carousel.owl-loading {
		opacity: 0;
		display: block
	}

	.owl-carousel.owl-hidden {
		opacity: 0
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
	}

	.owl-carousel.owl-drag .owl-item {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab
	}

	.owl-carousel.owl-rtl {
		direction: rtl
	}

		.owl-carousel.owl-rtl .owl-item {
			float: right
		}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

	.owl-carousel .owl-video-play-icon:hover {
		-ms-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.pln {
	color: #000
}

.str {
	color: #c7254e
}

.kwd {
	color: #00b294;
	font-weight: 700
}

.com {
	color: #404;
	font-style: italic
}

.typ {
	color: #0072c6;
	font-weight: 700
}

.lit {
	color: #044
}

.pun, .opn, .clo {
	color: #440
}

.tag {
	color: #006;
	font-weight: 700
}

.atn {
	color: #404
}

.atv {
	color: #060
}

.var {
	color: #600
}

.fun {
	color: #d00
}

pre.prettyprint {
	padding: 2px;
	border: 1px solid #888
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	background-color:white;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

	audio:not([controls]) {
		display: none;
		height: 0
	}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

	a:active, a:hover {
		outline: 0
	}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled], html input[disabled] {
		cursor: default
	}

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0
	}

input {
	line-height: normal
}

	input[type=checkbox], input[type=radio] {
		box-sizing: border-box;
		padding: 0
	}

	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	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-cancel-button, input[type=search]::-webkit-search-decoration {
			-webkit-appearance: none
		}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}
/*!
 * ------------------------------------- START OF THIRD PARTY NOTICE --------------------------------------
 *
 * This file is based on or incorporates material from the projects listed below (Third Party OSS). The original copyright notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
 *
 * zurb-foundation
 *
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 *
 * Copyright (c) 2013-2016 ZURB, inc.
 *
 * MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * ""Software""), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * ----------------------------------- END OF THIRD PARTY NOTICE ------------------------------------------
 */
.row {
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto
}

	.row::before, .row::after {
		content: " ";
		display: table
	}

	.row::after {
		clear: both
	}

	.row.collapse > .column, .row.collapse > .columns {
		padding-left: 0;
		padding-right: 0
	}

	.row .row {
		max-width: none;
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}

		.row .row.collapse {
			margin-left: 0;
			margin-right: 0
		}

	.row.expanded {
		max-width: none
	}

		.row.expanded .row {
			margin-left: auto;
			margin-right: auto
		}

.column, .columns {
	width: 100%;
	float: left;
	padding-left: .9375rem;
	padding-right: .9375rem
}

	.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
		float: right
	}

	.column.end:last-child:last-child, .end.columns:last-child:last-child {
		float: left
	}

	.column.row.row, .row.row.columns {
		float: none
	}

.row .column.row.row, .row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width:20em) {
	.xsmall-1 {
		width: 8.33333333%
	}

	.xsmall-push-1 {
		position: relative;
		left: 8.33333333%
	}

	.xsmall-pull-1 {
		position: relative;
		left: -8.33333333%
	}

	.xsmall-offset-0 {
		margin-left: 0
	}

	.xsmall-2 {
		width: 16.66666667%
	}

	.xsmall-push-2 {
		position: relative;
		left: 16.66666667%
	}

	.xsmall-pull-2 {
		position: relative;
		left: -16.66666667%
	}

	.xsmall-offset-1 {
		margin-left: 8.33333333%
	}

	.xsmall-3 {
		width: 25%
	}

	.xsmall-push-3 {
		position: relative;
		left: 25%
	}

	.xsmall-pull-3 {
		position: relative;
		left: -25%
	}

	.xsmall-offset-2 {
		margin-left: 16.66666667%
	}

	.xsmall-4 {
		width: 33.33333333%
	}

	.xsmall-push-4 {
		position: relative;
		left: 33.33333333%
	}

	.xsmall-pull-4 {
		position: relative;
		left: -33.33333333%
	}

	.xsmall-offset-3 {
		margin-left: 25%
	}

	.xsmall-5 {
		width: 41.66666667%
	}

	.xsmall-push-5 {
		position: relative;
		left: 41.66666667%
	}

	.xsmall-pull-5 {
		position: relative;
		left: -41.66666667%
	}

	.xsmall-offset-4 {
		margin-left: 33.33333333%
	}

	.xsmall-6 {
		width: 50%
	}

	.xsmall-push-6 {
		position: relative;
		left: 50%
	}

	.xsmall-pull-6 {
		position: relative;
		left: -50%
	}

	.xsmall-offset-5 {
		margin-left: 41.66666667%
	}

	.xsmall-7 {
		width: 58.33333333%
	}

	.xsmall-push-7 {
		position: relative;
		left: 58.33333333%
	}

	.xsmall-pull-7 {
		position: relative;
		left: -58.33333333%
	}

	.xsmall-offset-6 {
		margin-left: 50%
	}

	.xsmall-8 {
		width: 66.66666667%
	}

	.xsmall-push-8 {
		position: relative;
		left: 66.66666667%
	}

	.xsmall-pull-8 {
		position: relative;
		left: -66.66666667%
	}

	.xsmall-offset-7 {
		margin-left: 58.33333333%
	}

	.xsmall-9 {
		width: 75%
	}

	.xsmall-push-9 {
		position: relative;
		left: 75%
	}

	.xsmall-pull-9 {
		position: relative;
		left: -75%
	}

	.xsmall-offset-8 {
		margin-left: 66.66666667%
	}

	.xsmall-10 {
		width: 83.33333333%
	}

	.xsmall-push-10 {
		position: relative;
		left: 83.33333333%
	}

	.xsmall-pull-10 {
		position: relative;
		left: -83.33333333%
	}

	.xsmall-offset-9 {
		margin-left: 75%
	}

	.xsmall-11 {
		width: 91.66666667%
	}

	.xsmall-push-11 {
		position: relative;
		left: 91.66666667%
	}

	.xsmall-pull-11 {
		position: relative;
		left: -91.66666667%
	}

	.xsmall-offset-10 {
		margin-left: 83.33333333%
	}

	.xsmall-12 {
		width: 100%
	}

	.xsmall-offset-11 {
		margin-left: 91.66666667%
	}

	.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
		width: 100%;
		float: left
	}

		.xsmall-up-1 > .column:nth-of-type(n), .xsmall-up-1 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-1 > .column:nth-of-type(n+1), .xsmall-up-1 > .columns:nth-of-type(n+1) {
			clear: both
		}

		.xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
			float: left
		}

	.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
		width: 50%;
		float: left
	}

		.xsmall-up-2 > .column:nth-of-type(n), .xsmall-up-2 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
			clear: both
		}

		.xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
			float: left
		}

	.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
		width: 33.33333333%;
		float: left
	}

		.xsmall-up-3 > .column:nth-of-type(n), .xsmall-up-3 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
			clear: both
		}

		.xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
			float: left
		}

	.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
		width: 25%;
		float: left
	}

		.xsmall-up-4 > .column:nth-of-type(n), .xsmall-up-4 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
			clear: both
		}

		.xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
			float: left
		}

	.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
		width: 20%;
		float: left
	}

		.xsmall-up-5 > .column:nth-of-type(n), .xsmall-up-5 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
			clear: both
		}

		.xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
			float: left
		}

	.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
		width: 16.66666667%;
		float: left
	}

		.xsmall-up-6 > .column:nth-of-type(n), .xsmall-up-6 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
			clear: both
		}

		.xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
			float: left
		}

	.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
		width: 14.28571429%;
		float: left
	}

		.xsmall-up-7 > .column:nth-of-type(n), .xsmall-up-7 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
			clear: both
		}

		.xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
			float: left
		}

	.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
		width: 12.5%;
		float: left
	}

		.xsmall-up-8 > .column:nth-of-type(n), .xsmall-up-8 > .columns:nth-of-type(n) {
			clear: none
		}

		.xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
			clear: both
		}

		.xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
			float: left
		}

	.xsmall-collapse > .column, .xsmall-collapse > .columns {
		padding-left: 0;
		padding-right: 0
	}

	.xsmall-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.xsmall-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.xsmall-uncentered, .xsmall-push-0, .xsmall-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

@media screen and (min-width:33.75em) {
	.small-1 {
		width: 8.33333333%
	}

	.small-push-1 {
		position: relative;
		left: 8.33333333%
	}

	.small-pull-1 {
		position: relative;
		left: -8.33333333%
	}

	.small-offset-0 {
		margin-left: 0
	}

	.small-2 {
		width: 16.66666667%
	}

	.small-push-2 {
		position: relative;
		left: 16.66666667%
	}

	.small-pull-2 {
		position: relative;
		left: -16.66666667%
	}

	.small-offset-1 {
		margin-left: 8.33333333%
	}

	.small-3 {
		width: 25%
	}

	.small-push-3 {
		position: relative;
		left: 25%
	}

	.small-pull-3 {
		position: relative;
		left: -25%
	}

	.small-offset-2 {
		margin-left: 16.66666667%
	}

	.small-4 {
		width: 33.33333333%
	}

	.small-push-4 {
		position: relative;
		left: 33.33333333%
	}

	.small-pull-4 {
		position: relative;
		left: -33.33333333%
	}

	.small-offset-3 {
		margin-left: 25%
	}

	.small-5 {
		width: 41.66666667%
	}

	.small-push-5 {
		position: relative;
		left: 41.66666667%
	}

	.small-pull-5 {
		position: relative;
		left: -41.66666667%
	}

	.small-offset-4 {
		margin-left: 33.33333333%
	}

	.small-6 {
		width: 50%
	}

	.small-push-6 {
		position: relative;
		left: 50%
	}

	.small-pull-6 {
		position: relative;
		left: -50%
	}

	.small-offset-5 {
		margin-left: 41.66666667%
	}

	.small-7 {
		width: 58.33333333%
	}

	.small-push-7 {
		position: relative;
		left: 58.33333333%
	}

	.small-pull-7 {
		position: relative;
		left: -58.33333333%
	}

	.small-offset-6 {
		margin-left: 50%
	}

	.small-8 {
		width: 66.66666667%
	}

	.small-push-8 {
		position: relative;
		left: 66.66666667%
	}

	.small-pull-8 {
		position: relative;
		left: -66.66666667%
	}

	.small-offset-7 {
		margin-left: 58.33333333%
	}

	.small-9 {
		width: 75%
	}

	.small-push-9 {
		position: relative;
		left: 75%
	}

	.small-pull-9 {
		position: relative;
		left: -75%
	}

	.small-offset-8 {
		margin-left: 66.66666667%
	}

	.small-10 {
		width: 83.33333333%
	}

	.small-push-10 {
		position: relative;
		left: 83.33333333%
	}

	.small-pull-10 {
		position: relative;
		left: -83.33333333%
	}

	.small-offset-9 {
		margin-left: 75%
	}

	.small-11 {
		width: 91.66666667%
	}

	.small-push-11 {
		position: relative;
		left: 91.66666667%
	}

	.small-pull-11 {
		position: relative;
		left: -91.66666667%
	}

	.small-offset-10 {
		margin-left: 83.33333333%
	}

	.small-12 {
		width: 100%
	}

	.small-offset-11 {
		margin-left: 91.66666667%
	}

	.small-up-1 > .column, .small-up-1 > .columns {
		width: 100%;
		float: left
	}

		.small-up-1 > .column:nth-of-type(n), .small-up-1 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-1 > .column:nth-of-type(n+1), .small-up-1 > .columns:nth-of-type(n+1) {
			clear: both
		}

		.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
			float: left
		}

	.small-up-2 > .column, .small-up-2 > .columns {
		width: 50%;
		float: left
	}

		.small-up-2 > .column:nth-of-type(n), .small-up-2 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
			clear: both
		}

		.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
			float: left
		}

	.small-up-3 > .column, .small-up-3 > .columns {
		width: 33.33333333%;
		float: left
	}

		.small-up-3 > .column:nth-of-type(n), .small-up-3 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
			clear: both
		}

		.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
			float: left
		}

	.small-up-4 > .column, .small-up-4 > .columns {
		width: 25%;
		float: left
	}

		.small-up-4 > .column:nth-of-type(n), .small-up-4 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
			clear: both
		}

		.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
			float: left
		}

	.small-up-5 > .column, .small-up-5 > .columns {
		width: 20%;
		float: left
	}

		.small-up-5 > .column:nth-of-type(n), .small-up-5 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
			clear: both
		}

		.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
			float: left
		}

	.small-up-6 > .column, .small-up-6 > .columns {
		width: 16.66666667%;
		float: left
	}

		.small-up-6 > .column:nth-of-type(n), .small-up-6 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
			clear: both
		}

		.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
			float: left
		}

	.small-up-7 > .column, .small-up-7 > .columns {
		width: 14.28571429%;
		float: left
	}

		.small-up-7 > .column:nth-of-type(n), .small-up-7 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
			clear: both
		}

		.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
			float: left
		}

	.small-up-8 > .column, .small-up-8 > .columns {
		width: 12.5%;
		float: left
	}

		.small-up-8 > .column:nth-of-type(n), .small-up-8 > .columns:nth-of-type(n) {
			clear: none
		}

		.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
			clear: both
		}

		.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
			float: left
		}

	.small-collapse > .column, .small-collapse > .columns {
		padding-left: 0;
		padding-right: 0
	}

	.small-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.small-uncollapse > .column, .small-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.small-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.small-uncentered, .small-push-0, .small-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

@media screen and (min-width:48em) {
	.medium-1 {
		width: 8.33333333%
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333333%
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		width: 16.66666667%
	}

	.medium-push-2 {
		position: relative;
		left: 16.66666667%
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66666667%
	}

	.medium-offset-1 {
		margin-left: 8.33333333%
	}

	.medium-3 {
		width: 25%
	}

	.medium-push-3 {
		position: relative;
		left: 25%
	}

	.medium-pull-3 {
		position: relative;
		left: -25%
	}

	.medium-offset-2 {
		margin-left: 16.66666667%
	}

	.medium-4 {
		width: 33.33333333%
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333333%
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		width: 41.66666667%
	}

	.medium-push-5 {
		position: relative;
		left: 41.66666667%
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66666667%
	}

	.medium-offset-4 {
		margin-left: 33.33333333%
	}

	.medium-6 {
		width: 50%
	}

	.medium-push-6 {
		position: relative;
		left: 50%
	}

	.medium-pull-6 {
		position: relative;
		left: -50%
	}

	.medium-offset-5 {
		margin-left: 41.66666667%
	}

	.medium-7 {
		width: 58.33333333%
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333333%
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		width: 66.66666667%
	}

	.medium-push-8 {
		position: relative;
		left: 66.66666667%
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66666667%
	}

	.medium-offset-7 {
		margin-left: 58.33333333%
	}

	.medium-9 {
		width: 75%
	}

	.medium-push-9 {
		position: relative;
		left: 75%
	}

	.medium-pull-9 {
		position: relative;
		left: -75%
	}

	.medium-offset-8 {
		margin-left: 66.66666667%
	}

	.medium-10 {
		width: 83.33333333%
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333333%
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		width: 91.66666667%
	}

	.medium-push-11 {
		position: relative;
		left: 91.66666667%
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66666667%
	}

	.medium-offset-10 {
		margin-left: 83.33333333%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66666667%
	}

	.medium-up-1 > .column, .medium-up-1 > .columns {
		width: 100%;
		float: left
	}

		.medium-up-1 > .column:nth-of-type(n), .medium-up-1 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-1 > .column:nth-of-type(n+1), .medium-up-1 > .columns:nth-of-type(n+1) {
			clear: both
		}

		.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
			float: left
		}

	.medium-up-2 > .column, .medium-up-2 > .columns {
		width: 50%;
		float: left
	}

		.medium-up-2 > .column:nth-of-type(n), .medium-up-2 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
			clear: both
		}

		.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
			float: left
		}

	.medium-up-3 > .column, .medium-up-3 > .columns {
		width: 33.33333333%;
		float: left
	}

		.medium-up-3 > .column:nth-of-type(n), .medium-up-3 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
			clear: both
		}

		.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
			float: left
		}

	.medium-up-4 > .column, .medium-up-4 > .columns {
		width: 25%;
		float: left
	}

		.medium-up-4 > .column:nth-of-type(n), .medium-up-4 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
			clear: both
		}

		.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
			float: left
		}

	.medium-up-5 > .column, .medium-up-5 > .columns {
		width: 20%;
		float: left
	}

		.medium-up-5 > .column:nth-of-type(n), .medium-up-5 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
			clear: both
		}

		.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
			float: left
		}

	.medium-up-6 > .column, .medium-up-6 > .columns {
		width: 16.66666667%;
		float: left
	}

		.medium-up-6 > .column:nth-of-type(n), .medium-up-6 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
			clear: both
		}

		.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
			float: left
		}

	.medium-up-7 > .column, .medium-up-7 > .columns {
		width: 14.28571429%;
		float: left
	}

		.medium-up-7 > .column:nth-of-type(n), .medium-up-7 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
			clear: both
		}

		.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
			float: left
		}

	.medium-up-8 > .column, .medium-up-8 > .columns {
		width: 12.5%;
		float: left
	}

		.medium-up-8 > .column:nth-of-type(n), .medium-up-8 > .columns:nth-of-type(n) {
			clear: none
		}

		.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
			clear: both
		}

		.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
			float: left
		}

	.medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0
	}

	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.medium-uncentered, .medium-push-0, .medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

@media screen and (min-width:60em) {
	.large-1 {
		width: 8.33333333%
	}

	.large-push-1 {
		position: relative;
		left: 8.33333333%
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		width: 16.66666667%
	}

	.large-push-2 {
		position: relative;
		left: 16.66666667%
	}

	.large-pull-2 {
		position: relative;
		left: -16.66666667%
	}

	.large-offset-1 {
		margin-left: 8.33333333%
	}

	.large-3 {
		width: 25%
	}

	.large-push-3 {
		position: relative;
		left: 25%
	}

	.large-pull-3 {
		position: relative;
		left: -25%
	}

	.large-offset-2 {
		margin-left: 16.66666667%
	}

	.large-4 {
		width: 33.33333333%
	}

	.large-push-4 {
		position: relative;
		left: 33.33333333%
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		width: 41.66666667%
	}

	.large-push-5 {
		position: relative;
		left: 41.66666667%
	}

	.large-pull-5 {
		position: relative;
		left: -41.66666667%
	}

	.large-offset-4 {
		margin-left: 33.33333333%
	}

	.large-6 {
		width: 50%
	}

	.large-push-6 {
		position: relative;
		left: 50%
	}

	.large-pull-6 {
		position: relative;
		left: -50%
	}

	.large-offset-5 {
		margin-left: 41.66666667%
	}

	.large-7 {
		width: 58.33333333%
	}

	.large-push-7 {
		position: relative;
		left: 58.33333333%
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		width: 66.66666667%
	}

	.large-push-8 {
		position: relative;
		left: 66.66666667%
	}

	.large-pull-8 {
		position: relative;
		left: -66.66666667%
	}

	.large-offset-7 {
		margin-left: 58.33333333%
	}

	.large-9 {
		width: 75%
	}

	.large-push-9 {
		position: relative;
		left: 75%
	}

	.large-pull-9 {
		position: relative;
		left: -75%
	}

	.large-offset-8 {
		margin-left: 66.66666667%
	}

	.large-10 {
		width: 83.33333333%
	}

	.large-push-10 {
		position: relative;
		left: 83.33333333%
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		width: 91.66666667%
	}

	.large-push-11 {
		position: relative;
		left: 91.66666667%
	}

	.large-pull-11 {
		position: relative;
		left: -91.66666667%
	}

	.large-offset-10 {
		margin-left: 83.33333333%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66666667%
	}

	.large-up-1 > .column, .large-up-1 > .columns {
		width: 100%;
		float: left
	}

		.large-up-1 > .column:nth-of-type(n), .large-up-1 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-1 > .column:nth-of-type(n+1), .large-up-1 > .columns:nth-of-type(n+1) {
			clear: both
		}

		.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
			float: left
		}

	.large-up-2 > .column, .large-up-2 > .columns {
		width: 50%;
		float: left
	}

		.large-up-2 > .column:nth-of-type(n), .large-up-2 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
			clear: both
		}

		.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
			float: left
		}

	.large-up-3 > .column, .large-up-3 > .columns {
		width: 33.33333333%;
		float: left
	}

		.large-up-3 > .column:nth-of-type(n), .large-up-3 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
			clear: both
		}

		.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
			float: left
		}

	.large-up-4 > .column, .large-up-4 > .columns {
		width: 25%;
		float: left
	}

		.large-up-4 > .column:nth-of-type(n), .large-up-4 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
			clear: both
		}

		.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
			float: left
		}

	.large-up-5 > .column, .large-up-5 > .columns {
		width: 20%;
		float: left
	}

		.large-up-5 > .column:nth-of-type(n), .large-up-5 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
			clear: both
		}

		.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
			float: left
		}

	.large-up-6 > .column, .large-up-6 > .columns {
		width: 16.66666667%;
		float: left
	}

		.large-up-6 > .column:nth-of-type(n), .large-up-6 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
			clear: both
		}

		.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
			float: left
		}

	.large-up-7 > .column, .large-up-7 > .columns {
		width: 14.28571429%;
		float: left
	}

		.large-up-7 > .column:nth-of-type(n), .large-up-7 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
			clear: both
		}

		.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
			float: left
		}

	.large-up-8 > .column, .large-up-8 > .columns {
		width: 12.5%;
		float: left
	}

		.large-up-8 > .column:nth-of-type(n), .large-up-8 > .columns:nth-of-type(n) {
			clear: none
		}

		.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
			clear: both
		}

		.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
			float: left
		}

	.large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0
	}

	.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.large-uncentered, .large-push-0, .large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}
/*!
 * ------------------------------------- START OF THIRD PARTY NOTICE --------------------------------------
 *
 * This file is based on or incorporates material from the projects listed below (Third Party OSS). The original copyright notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
 *
 * zurb-foundation
 *
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 *
 * Copyright (c) 2013-2016 ZURB, inc.
 *
 * MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * ""Software""), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * ----------------------------------- END OF THIRD PARTY NOTICE ------------------------------------------
 */
.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media screen and (min-width:20em) {
	.xsmall-text-left {
		text-align: left
	}

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

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

	.xsmall-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:33.75em) {
	.small-text-left {
		text-align: left
	}

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

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

	.small-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:48em) {
	.medium-text-left {
		text-align: left
	}

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

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

	.medium-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:60em) {
	.large-text-left {
		text-align: left
	}

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

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

	.large-text-justify {
		text-align: justify
	}
}
/*!
 * ------------------------------------- START OF THIRD PARTY NOTICE --------------------------------------
 *
 * This file is based on or incorporates material from the projects listed below (Third Party OSS). The original copyright notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
 *
 * zurb-foundation
 *
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 *
 * Copyright (c) 2013-2016 ZURB, inc.
 *
 * MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * ""Software""), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * ----------------------------------- END OF THIRD PARTY NOTICE ------------------------------------------
 */
.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (min-width:20em) {
	.hide-for-xsmall {
		display: none !important
	}
}

@media screen and (max-width:19.9375em) {
	.show-for-xsmall {
		display: none !important
	}
}

@media screen and (min-width:20em) and (max-width:33.6875em) {
	.hide-for-xsmall-only {
		display: none !important
	}
}

@media screen and (max-width:19.9375em),screen and (min-width:33.75em) {
	.show-for-xsmall-only {
		display: none !important
	}
}

@media screen and (min-width:33.75em) {
	.hide-for-small {
		display: none !important
	}
}

@media screen and (max-width:33.6875em) {
	.show-for-small {
		display: none !important
	}
}

@media screen and (min-width:33.75em) and (max-width:47.9375em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width:33.6875em),screen and (min-width:48em) {
	.show-for-small-only {
		display: none !important
	}
}

@media screen and (min-width:48em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width:47.9375em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width:48em) and (max-width:59.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width:47.9375em),screen and (min-width:60em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media screen and (min-width:60em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width:59.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width:60em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width:59.9375em) {
	.show-for-large-only {
		display: none !important
	}
}

.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0)
}

	.show-on-focus:active, .show-on-focus:focus {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

.show-for-landscape, .hide-for-portrait {
	display: block !important
}

@media screen and (orientation:landscape) {
	.show-for-landscape, .hide-for-portrait {
		display: block !important
	}
}

@media screen and (orientation:portrait) {
	.show-for-landscape, .hide-for-portrait {
		display: none !important
	}
}

.hide-for-landscape, .show-for-portrait {
	display: none !important
}

@media screen and (orientation:landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block !important
	}
}

.pull-left {
	float: left !important
}

.pull-right {
	float: right !important
}

.nowrap {
	white-space: nowrap
}

html {
	box-sizing: border-box
}

*, :before, :after {
	box-sizing: inherit
}

.container {
	overflow: hidden;
	width: 100%
}

.section {
	display: block;
	padding: 60px 0;
	width: 100%
}

	.section.section-size0 {
		padding: 0
	}

	.section.section-size1 {
		padding: 12px 0
	}

	.section.section-size2 {
		padding: 24px 0
	}

	.section.section-size3 {
		padding: 36px 0
	}

	.section.section-size5 {
		padding: 60px 0
	}

	.section.section-size6 {
		padding: 72px 0
	}

	.section.section-size7 {
		padding: 84px 0
	}

	.section.section-size8 {
		padding: 96px 0
	}

	.section.section-bottom-size0 {
		padding-bottom: 0
	}

.column + .column {
	margin-top: 10%
}

.column > :last-child {
	margin-bottom: 0
}

.column > :first-child {
	margin-top: 0
}

.column--step-circle {
	position: relative
}

	.column--step-circle:before {
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 2px 5px rgba(0,0,0,.14);
		color: #78787d;
		content: attr(data-num);
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		height: 48px;
		line-height: 48px;
		margin-bottom: 24px;
		text-align: center;
		width: 48px
	}

.row + .row {
	margin-top: 10%
}

	.row + .row.row-divided {
		border-top: 1px solid #dedede;
		padding-top: 10%
	}

@media only screen and (min-width:320px) {
	.column[class*=xsmall-] + .column[class*=xsmall-] {
		margin-top: 0
	}

	[class*=xsmall-up-] > .column {
		margin-top: 5%
	}
}

@media only screen and (min-width:540px) {
	.column + .column {
		margin-top: 5%
	}

	[class*=small-up-] > .column {
		margin-top: 5%
	}

	.column[class*=small-] + .column[class*=small-] {
		margin-top: 0
	}

	.row + .row {
		margin-top: 48px
	}

		.row + .row.row-divided {
			margin-top: 24px;
			padding-top: 24px
		}

	.row.row-size0 {
		margin-top: 0
	}

	.row + .row.row-size0.row-divided {
		margin-top: 0;
		padding-top: 0
	}

	.row.row-size1 {
		margin-top: 12px
	}

	.row + .row.row-size1.row-divided {
		margin-top: 6px;
		padding-top: 6px
	}

	.row.row-size2 {
		margin-top: 24px
	}

	.row + .row.row-size2.row-divided {
		margin-top: 12px;
		padding-top: 12px
	}

	.row.row-size3 {
		margin-top: 36px
	}

	.row + .row.row-size3.row-divided {
		margin-top: 18px;
		padding-top: 18px
	}

	.row.row-size4 {
		margin-top: 48px
	}

	.row + .row.row-size4.row-divided {
		margin-top: 24px;
		padding-top: 24px
	}

	.row.row-size5 {
		margin-top: 60px
	}

	.row + .row.row-size5.row-divided {
		margin-top: 30px;
		padding-top: 30px
	}

	.row.row-size6 {
		margin-top: 72px
	}

	.row + .row.row-size6.row-divided {
		margin-top: 36px;
		padding-top: 36px
	}

	.row.row-size7 {
		margin-top: 84px
	}

	.row + .row.row-size7.row-divided {
		margin-top: 42px;
		padding-top: 42px
	}

	.row.row-size8 {
		margin-top: 96px
	}

	.row + .row.row-size8.row-divided {
		margin-top: 48px;
		padding-top: 48px
	}

	.row.row-size9 {
		margin-top: 108px
	}

	.row + .row.row-size9.row-divided {
		margin-top: 54px;
		padding-top: 54px
	}

	.row.row-size10 {
		margin-top: 120px
	}

	.row + .row.row-size10.row-divided {
		margin-top: 60px;
		padding-top: 60px
	}

	.row.row-size11 {
		margin-top: 132px
	}

	.row + .row.row-size11.row-divided {
		margin-top: 66px;
		padding-top: 66px
	}

	.row.row-size12 {
		margin-top: 144px
	}

	.row + .row.row-size12.row-divided {
		margin-top: 72px;
		padding-top: 72px
	}

	.row.row-middled-flex {
		display: flex;
		align-items: center
	}
}

@media only screen and (min-width:768px) {
	.column[class*=medium-] + .column[class*=medium-] {
		margin-top: 0
	}

	[class*=medium-up-] > .column {
		margin-top: 5%
	}

	.row.row-middled {
		left: 50%;
		position: absolute;
		top: 50%;
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%
	}

	.column--step-circle:before {
		left: 50%;
		margin-bottom: 0;
		position: absolute;
		transform: translate(-50%,-100%)
	}
}

@media only screen and (min-width:960px) {
	.column[class*=large-] + .column[class*=large-] {
		margin-top: 0
	}

	[class*=large-up-] > .column {
		margin-top: 5%
	}
}

@font-face {
	font-family: 'SegoeUI';
	src: url(/cvt-c3c130e4cbac204bb80051447e605e608113cf9ca684d36055fddf133beb00e0/fonts/segoe-ui/light/latest.eot);
	src: local('Segoe UI'),url(/cvt-c3c130e4cbac204bb80051447e605e608113cf9ca684d36055fddf133beb00e0/fonts/segoe-ui/light/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-05a53944b8490e67c661bd2daf24d877451b56139accb64cb977ff887922d572/fonts/segoe-ui/light/latest.woff2) format('woff2'),url(/cvt-6bb582c31dde9053419c9ee5bbca4ae3b56023305e1d66b4c17f5b6da5675e91/fonts/segoe-ui/light/latest.woff) format('woff'),url(/cvt-9b540bdfe1426c6755d7adf774137324c9392eea897d558a75745ee1e5be3b2c/fonts/segoe-ui/light/latest.ttf) format('truetype'),url(/cvt-471fa46ce18952b664792ad944ceb149ca016055d7fcba20dce7c7a1e79a547a/fonts/segoe-ui/light/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 200
}

@font-face {
	font-family: 'SegoeUI';
	src: url(/cvt-7c1bad686d443bda4033b4059c41c2390646641d84e860da4b370f940f176a5d/fonts/segoe-ui/semilight/latest.eot);
	src: local('Segoe UI'),url(/cvt-7c1bad686d443bda4033b4059c41c2390646641d84e860da4b370f940f176a5d/fonts/segoe-ui/semilight/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-3ab490e2621c422c3b53fa298ca3f1e9ec4dc74fdbf61c630df8130a528e8c46/fonts/segoe-ui/semilight/latest.woff2) format('woff2'),url(/cvt-59c281565621e48e34a29570f9bd59743a04a8b18c98439bc8617ce8224a0eb7/fonts/segoe-ui/semilight/latest.woff) format('woff'),url(/cvt-cdb178b883ffdb509e683f590f063d307612f24dce46c77ae45e3fe98612c6b8/fonts/segoe-ui/semilight/latest.ttf) format('truetype'),url(/cvt-dae78dbb7a0dbbde8026876f6b7b839fc2a8840a595e502de28b92bb4d42aff6/fonts/segoe-ui/semilight/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: 'SegoeUI';
	src: url(/cvt-8150b5dc550217e9d6ea06ab17d97e8d1eae4de7344c61b2a36aabf3944b644e/fonts/segoe-ui/normal/latest.eot);
	src: local('Segoe UI'),url(/cvt-8150b5dc550217e9d6ea06ab17d97e8d1eae4de7344c61b2a36aabf3944b644e/fonts/segoe-ui/normal/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-325d17fc7bf6ef75eeee3bd0fb24142bbbfca10209fe2857a4741d520014c63e/fonts/segoe-ui/normal/latest.woff2) format('woff2'),url(/cvt-26ef532955eec87c6f2f3046ff47012bb32a1fe1447b409ae6594561c1ac629d/fonts/segoe-ui/normal/latest.woff) format('woff'),url(/cvt-1815882374b0cfbaf880a2c76976a677030265ac2df46ba06718cc46b220933c/fonts/segoe-ui/normal/latest.ttf) format('truetype'),url(/cvt-31848d040230eafdbe16ce045a5992d7fab58c39991521c48330e186cf760ab2/fonts/segoe-ui/normal/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: 'SegoeUI';
	src: url(/cvt-61a470ede85550fcbd11b8610f64159e9b5e12946e80945cf6ed1025c22e1f12/fonts/segoe-ui/semibold/latest.eot);
	src: local('Segoe UI'),url(/cvt-61a470ede85550fcbd11b8610f64159e9b5e12946e80945cf6ed1025c22e1f12/fonts/segoe-ui/semibold/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-5a563b5d847957ce8d9f9c27e1d9053f04f27dcc05f4d443a543f66856409971/fonts/segoe-ui/semibold/latest.woff2) format('woff2'),url(/cvt-4f19b41f7d7f1c43688d27ac25120ba9433804340ebef179ac6e80319993720f/fonts/segoe-ui/semibold/latest.woff) format('woff'),url(/cvt-3f300f1ccea6eb8025deed0b3eb6d0c2dc0b51f27c14b7a130b20679c5ee4d86/fonts/segoe-ui/semibold/latest.ttf) format('truetype'),url(/cvt-2e517fb69ac4db8c0c6915dc4ec4a67b493855e0e599ba2e3b67a4f9d07cbe8b/fonts/segoe-ui/semibold/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 600
}

@font-face {
	font-family: 'SegoeUI';
	src: url(/cvt-5b056a7cf48a20318851b1cec8b9164777b681d504bdbdbf7e306f02cd4adae3/fonts/segoe-ui/bold/latest.eot);
	src: local('Segoe UI'),url(/cvt-5b056a7cf48a20318851b1cec8b9164777b681d504bdbdbf7e306f02cd4adae3/fonts/segoe-ui/bold/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-158904a4bd742fa09bede64f4faa5ab58a1601b82dd56d052a086ee519aa78db/fonts/segoe-ui/bold/latest.woff2) format('woff2'),url(/cvt-2793bc55cf2e839280dbd9618ed7eaa3d67be1259d58f4a95867353d4fb779db/fonts/segoe-ui/bold/latest.woff) format('woff'),url(/cvt-373574328eb678304b8f0f53a851a8d751f574cae73f8a5e1ab36534bc59bb8a/fonts/segoe-ui/bold/latest.ttf) format('truetype'),url(/cvt-e9d6e54ea6acaaa9b9b809806e9d063c8c3d97040152f5f83833c26bf2f36179/fonts/segoe-ui/bold/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: 'BAPIMDL2';
	src: url(/cvt-3412be4a9799e0e43c73d1c3b23b9a19efcb9a0b1015d50199971b58fe24c263/fonts/bapimdl2/normal/latest.eot);
	src: url(/cvt-3412be4a9799e0e43c73d1c3b23b9a19efcb9a0b1015d50199971b58fe24c263/fonts/bapimdl2/normal/latest.eot?#iefix) format('embedded-opentype'),url(/cvt-aa06087a39fae1017fc357f80fdb205b83d06b703469a18441ce51fc0265fe37/fonts/bapimdl2/normal/latest.woff2) format('woff2'),url(/cvt-92b8c1f3ba62a83b03f83f72952ac8c4dd19c9cd7662a963f4dcaa7e4feca045/fonts/bapimdl2/normal/latest.woff) format('woff'),url(/cvt-7bd5e7b3b4639f3c19977ba834f3f3e3ec3c58c0a276ebd98a67ec5b4169b5ab/fonts/bapimdl2/normal/latest.ttf) format('truetype'),url(/cvt-43fc5699ee5c1b0cc8e419fb541d1d9c864ba95bbeaf8981815cb35a8c058e24/fonts/bapimdl2/normal/latest.svg#web) format('svg');
	font-style: normal;
	font-weight: 400
}

html {
	overflow-y: scroll
}

body {
	background-color: #505055;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: scrollbar
}

a:focus {
	outline: auto
}

pre, code {
	font-family: Consolas,'Courier New',monospace;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	background-color: #f4f4f4;
	color: #c7254e;
	padding: 3px
}

pre {
	border: 1px solid #969696;
	overflow: auto;
	padding: 10px
}

	pre code {
		border: 0;
		padding: 0
	}

sup {
	line-height: 0;
	font-size: 65%;
	top: -.5em;
	position: relative;
	vertical-align: baseline
}

svg {
	fill: inherit;
	max-width: 100%;
	pointer-events: none
}

	svg * {
		pointer-events: auto
	}

img, video {
	height: auto;
	max-width: 100%
}

iframe {
	max-width: 100%
}

input[type=submit] {
	cursor: pointer
}

.hide-text {
	position: absolute;
	top: auto;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.shadow-size1 {
	box-shadow: 0 2px 5px rgba(0,0,0,.14)
}

.shadow-size2 {
	box-shadow: 0 5px 10px rgba(0,0,0,.14)
}

.shadow-size3 {
	box-shadow: 0 10px 20px rgba(0,0,0,.14)
}

.shadow-size4 {
	box-shadow: 0 13px 30px rgba(0,0,0,.14)
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #323237;
	font-family: 'Segoe UI',SegoeUI,'Segoe WP',Tahoma,Arial,sans-serif
}

a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none
}

	a:hover {
		text-decoration: none
	}

p {
	margin: 12px 0
}

.text-default {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 9px
}

h1, .text-heading1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 12px
}

h2, .text-heading2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 12px
}

h3, .text-heading3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px;
	position: relative
}

h4, .text-heading4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px
}

h5, .text-heading5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px
}

h6, .text-heading6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px
}

.text-super {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 12px
}

.text-body1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 12px
}

.text-body2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 9px
}

.text-body3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 9px
}

.text-body4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 9px
}

.text-body5 {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 9px
}

.text-body6 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 9px
}

blockquote {
	margin: 0;
	font-size: 20px
}

cite {
	font-size: 14px;
	font-weight: 600;
	font-style: normal
}

ul, ol {
	list-style-position: outside;
	margin-bottom: 14px;
	margin-left: 0
}

	ul ul, ol ul, ul ol, ol ol {
		margin: 0;
		padding-bottom: 0
	}

	ul li, ol li {
		font-size: inherit;
		margin-bottom: 12px
	}

		ul li:last-child, ol li:last-child {
			margin-bottom: 0
		}

ul {
	list-style-type: disc;
	padding-left: 17px
}

ol {
	list-style-type: decimal;
	padding-left: 27px
}

	ol ol {
		list-style-type: lower-alpha
	}

		ol ol ol {
			list-style-type: lower-roman
		}

b, strong, .text-bold {
	font-weight: 700
}

.text-semibold {
	font-weight: 600
}

.text-normal {
	font-weight: 400
}

.text-semilight {
	font-weight: 300
}

.text-light {
	font-weight: 200
}

.text-uppercase {
	text-transform: uppercase
}

.text-break-all {
	word-break: break-all
}

.text-palette01 {
	color: #fff !important
}

.text-palette02 {
	color: #00abec !important
}

.text-palette03 {
	color: #0078d4 !important
}

.text-palette04 {
	color: #a5ce00 !important
}

.text-palette05 {
	color: #89c402 !important
}

.text-palette06 {
	color: #243a5e !important
}

.text-palette08 {
	color: #68217a !important
}

.text-palette09 {
	color: #008272 !important
}

.text-palette10 {
	color: #6b2929 !important
}

.text-palette11 {
	color: #da3900 !important
}

.text-palette12 {
	color: #ff9349 !important
}

.text-palette14 {
	color: #50e6ff !important
}

.text-palette15 {
	color: #1e4424 !important
}

.text-palette16 {
	color: #128912 !important
}

.text-palette17 {
	color: #69e66e !important
}

.text-slate00 {
	color: #000 !important
}

.text-slate01 {
	color: #1a1a1f !important
}

.text-slate02 {
	color: #323237 !important
}

.text-slate03 {
	color: #3e3d4d !important
}

.text-slate04 {
	color: #505055 !important
}

.text-slate06 {
	color: #6a6a6a !important
}

.text-slate07 {
	color: #969696 !important
}

.text-slate08 {
	color: #dedede !important
}

.text-slate09 {
	color: #f4f4f4 !important
}

.text-slate10 {
	color: #78787d !important
}

.text-slate11 {
	color: #9b9ba0 !important
}

.text-slate12 {
	color: #cdcdd0 !important
}

.text-slate13 {
	color: #ebebeb !important
}

.sticky {
	position: fixed;
	z-index: 10000
}

.block {
	display: block !important
}

.center-items {
	align-items: center;
	display: flex;
	flex-direction: column
}

	.center-items :not(:last-child) {
		margin-bottom: 24px
	}

@media only screen and (min-width:768px) {
	.center-items {
		flex-direction: row;
		justify-content: center
	}

		.center-items :not(:last-child) {
			margin-right: 36px;
			margin-bottom: 0
		}
}

.background-video-holder {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

	.background-video-holder video {
		max-width: none;
		width: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}

	.background-video-holder ~ .row {
		position: relative;
		z-index: 500
	}

	.background-video-holder .background-video-controls {
		bottom: 12px;
		cursor: pointer;
		height: 36px;
		opacity: .6;
		position: absolute;
		right: 12px;
		width: 36px;
		z-index: 1
	}

		.background-video-holder .background-video-controls:hover {
			opacity: 1
		}

	.background-video-holder .background-video-play {
		display: none
	}

	.background-video-holder .background-video-pause {
		display: block
	}

	.background-video-holder.paused .background-video-play {
		display: block
	}

	.background-video-holder.paused .background-video-pause {
		display: none
	}

.breadcrumbs {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0
}

	.breadcrumbs:after {
		clear: both;
		content: '';
		display: table
	}

	.breadcrumbs li {
		float: left;
		margin-bottom: 0
	}

		.breadcrumbs li a {
			color: inherit;
			position: relative
		}

			.breadcrumbs li a:before {
				position: absolute;
				margin: 0 auto;
				top: 100%;
				left: 0;
				width: 100%;
				height: 1px;
				background-color: #969696;
				content: ''
			}

			.breadcrumbs li a:hover {
				color: inherit
			}

				.breadcrumbs li a:hover:before {
					top: 19px;
					transition: all .2s ease-out
				}

		.breadcrumbs li + li {
			margin-left: 24px;
			position: relative
		}

			.breadcrumbs li + li:before {
				-ms-transform: translate(-50%,-1px);
				-o-transform: translate(-50%,-1px);
				-webkit-transform: translate(-50%,-1px);
				transform: translate(-50%,-1px);
				content: '/';
				left: -12px;
				position: absolute
			}

button {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-align: left
}

	button:focus {
		outline: auto
	}

.button {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: #00abec;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff !important;
	display: block;
	fill: #fff;
	font-size: 24px;
	font-weight: 300;
	padding: 5px 20px 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom
}

	.button:hover {
		background-color: #0086b9
	}

	.button.button-primary {
		background-color: #a5ce00
	}

		.button.button-primary:hover {
			background-color: #7c9b00
		}

	.button.button-secondary {
		background-color: #243a5e
	}

		.button.button-secondary:hover {
			background-color: #162339
		}

	.button .icon {
		margin-top: -5px;
		height: 20px;
		width: 20px
	}

button.button, [type=submit], [type=button] {
	width: 100%
}

	button[disabled], [type=submit][disabled], [type=button][disabled], button[disabled]:hover, [type=submit][disabled]:hover, [type=button][disabled]:hover {
		color: rgba(0,0,0,.2);
		background-color: rgba(0,0,0,.2);
		cursor: not-allowed
	}

.button-store {
	background-color: #1a1a1f;
	position: relative;
	color: #fff !important;
	font-weight: 200;
	padding: 1px 20px 2px 50px;
	text-align: left;
	display: inline-block
}

	.button-store .top, .button-store .bottom {
		display: block
	}

	.button-store .top {
		font-size: 12px
	}

	.button-store .bottom {
		font-size: 16px;
		margin-top: -5px
	}

	.button-store .icon {
		margin-top: 0;
		height: 30px;
		width: 30px;
		position: absolute;
		left: 10px;
		top: 50%;
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%)
	}

	.button-store:hover {
		background-color: #1a1a1f;
		text-decoration: none
	}

@media only screen and (min-width:540px) {
	button.button, [type=submit], [type=button] {
		width: auto
	}

	.button {
		display: inline-block
	}

		.button.button-block {
			display: block;
			padding-left: 4px;
			padding-right: 4px;
			width: 100%
		}

		.button.button-tiny {
			font-size: 16px;
			padding: 3px 10px 4px
		}

		.button.button-little {
			font-size: 16px;
			padding: 6px 12px 7px
		}

		.button.button-small {
			font-size: 20px;
			padding: 5px 15px 8px
		}

		.button.button-large {
			font-size: 36px;
			padding: 8px 25px 11px
		}
}

.button.button--add {
	background-color: #0078d4;
	border-radius: 100%;
	display: inline-block;
	height: 24px;
	margin: 0;
	outline: 0;
	padding: 12px;
	position: relative;
	vertical-align: middle;
	width: 24px
}

	.button.button--add:before, .button.button--add:after {
		background-color: #fff;
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}

	.button.button--add:before {
		margin: 6px auto;
		width: 2px
	}

	.button.button--add:after {
		height: 2px;
		margin: auto 6px
	}

	.button.button--add:hover {
		background-color: #006abb
	}

.button.button--ghost {
	background-color: transparent;
	border: 1px solid #0078d4;
	color: #0071c7 !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	width: auto
}

	.button.button--ghost:hover {
		background-color: #0078d4;
		color: #fff !important
	}

a.button.button--ghost {
	position: relative
}

	a.button.button--ghost:after {
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		content: '\e970';
		font-family: 'BAPIMDL2';
		position: relative;
		top: 1px;
		padding-left: 6px;
		font-size: 11px;
		font-weight: 400
	}

@media only screen and (min-width:540px) {
	.button.button--ghost {
		padding: 10px 16px
	}
}

.section-palette02 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette02 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette03 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette03 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette04 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette04 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette05 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette05 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette06 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette06 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette08 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette08 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette09 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette09 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette10 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette10 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette11 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette11 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette15 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette15 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-palette16 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-palette16 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate00 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate00 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate01 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate01 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate02 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate02 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate03 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate03 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate04 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate04 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate06 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate06 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate07 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate07 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.section-slate10 .button.button--ghost {
	border: 1px solid #fff;
	color: #fff !important
}

	.section-slate10 .button.button--ghost:hover {
		background-color: #fff;
		color: #0078d4 !important
	}

.button.button--free-account {
	background-color: #89c402;
	border: 1px solid #89c402;
	color: #1a1a1f !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	width: auto
}

	.button.button--free-account:hover {
		background-color: #9bdd02
	}

a.button.button--free-account {
	position: relative
}

	a.button.button--free-account:after {
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		content: '\e970';
		font-family: 'BAPIMDL2';
		position: relative;
		top: 1px;
		padding-left: 6px;
		font-size: 11px;
		font-weight: 400
	}

@media only screen and (min-width:540px) {
	.button.button--free-account {
		padding: 10px 16px
	}
}

.button.button--primary01 {
	background-color: #0078d4;
	border: 1px solid #0078d4;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	width: auto
}

	.button.button--primary01:hover {
		background-color: #006abb
	}

a.button.button--primary01 {
	position: relative
}

	a.button.button--primary01:after {
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		content: '\e970';
		font-family: 'BAPIMDL2';
		position: relative;
		top: 1px;
		padding-left: 6px;
		font-size: 11px;
		font-weight: 400
	}

@media only screen and (min-width:540px) {
	.button.button--primary01 {
		padding: 10px 16px
	}
}

.button.button--primary02 {
	background-color: #50e6ff;
	border: 1px solid #50e6ff;
	color: #1a1a1f !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	width: auto
}

	.button.button--primary02:hover {
		background-color: #6aeaff
	}

a.button.button--primary02 {
	position: relative
}

	a.button.button--primary02:after {
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		content: '\e970';
		font-family: 'BAPIMDL2';
		position: relative;
		top: 1px;
		padding-left: 6px;
		font-size: 11px;
		font-weight: 400
	}

	a.button.button--primary02:hover:after {
		transform: translateX(3px);
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out
	}

@media only screen and (min-width:540px) {
	.button.button--primary02 {
		padding: 10px 16px
	}
}

.button--rounded-top {
	background-color: #0078d4;
	border: 1px solid #0078d4;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	min-height: 40px;
	padding: 10px 18px;
	width: auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.14)
}

.card {
	background-color: #fff;
	display: block;
	padding: 12px
}

	.card > :last-child {
		margin-bottom: 0
	}

	.card > :first-child {
		margin-top: 0
	}

.card-size0 {
	padding: 0
}

.card-size2 {
	padding: 24px
}

.card-size3 {
	padding: 36px
}

.card-size4 {
	padding: 48px
}

.card-size5 {
	padding: 60px
}

.card-size6 {
	padding: 72px
}

.card-palette01 {
	background-color: #fff
}

a.card-palette01, a.card-palette01:hover {
	color: #323237 !important
}

.card-border-top-palette01 {
	border-top: 1px solid #fff
}

.card-palette02 {
	background-color: #00abec;
	color: #fff
}

a.card-palette02, a.card-palette02:hover {
	color: #fff !important
}

.card-border-top-palette02 {
	border-top: 1px solid #00abec
}

.card-palette03 {
	background-color: #0078d4;
	color: #fff
}

a.card-palette03, a.card-palette03:hover {
	color: #fff !important
}

.card-border-top-palette03 {
	border-top: 1px solid #0078d4
}

.card-palette04 {
	background-color: #a5ce00;
	color: #fff
}

a.card-palette04, a.card-palette04:hover {
	color: #fff !important
}

.card-border-top-palette04 {
	border-top: 1px solid #a5ce00
}

.card-palette05 {
	background-color: #89c402;
	color: #fff
}

a.card-palette05, a.card-palette05:hover {
	color: #fff !important
}

.card-border-top-palette05 {
	border-top: 1px solid #89c402
}

.card-palette06 {
	background-color: #243a5e;
	color: #fff
}

a.card-palette06, a.card-palette06:hover {
	color: #fff !important
}

.card-border-top-palette06 {
	border-top: 1px solid #243a5e
}

.card-palette08 {
	background-color: #68217a;
	color: #fff
}

a.card-palette08, a.card-palette08:hover {
	color: #fff !important
}

.card-border-top-palette08 {
	border-top: 1px solid #68217a
}

.card-palette09 {
	background-color: #008272;
	color: #fff
}

a.card-palette09, a.card-palette09:hover {
	color: #fff !important
}

.card-border-top-palette09 {
	border-top: 1px solid #008272
}

.card-palette10 {
	background-color: #6b2929;
	color: #fff
}

a.card-palette10, a.card-palette10:hover {
	color: #fff !important
}

.card-border-top-palette10 {
	border-top: 1px solid #6b2929
}

.card-palette11 {
	background-color: #da3900;
	color: #fff
}

a.card-palette11, a.card-palette11:hover {
	color: #fff !important
}

.card-border-top-palette11 {
	border-top: 1px solid #da3900
}

.card-palette12 {
	background-color: #ff9349
}

a.card-palette12, a.card-palette12:hover {
	color: #323237 !important
}

.card-border-top-palette12 {
	border-top: 1px solid #ff9349
}

.card-palette14 {
	background-color: #50e6ff
}

a.card-palette14, a.card-palette14:hover {
	color: #323237 !important
}

.card-border-top-palette14 {
	border-top: 1px solid #50e6ff
}

.card-palette15 {
	background-color: #1e4424;
	color: #fff
}

a.card-palette15, a.card-palette15:hover {
	color: #fff !important
}

.card-border-top-palette15 {
	border-top: 1px solid #1e4424
}

.card-palette16 {
	background-color: #128912;
	color: #fff
}

a.card-palette16, a.card-palette16:hover {
	color: #fff !important
}

.card-border-top-palette16 {
	border-top: 1px solid #128912
}

.card-palette17 {
	background-color: #69e66e
}

a.card-palette17, a.card-palette17:hover {
	color: #323237 !important
}

.card-border-top-palette17 {
	border-top: 1px solid #69e66e
}

.card-slate00 {
	background-color: #000;
	color: #fff
}

a.card-slate00, a.card-slate00:hover {
	color: #fff !important
}

.card-border-top-slate00 {
	border-top: 1px solid #000
}

.card-slate01 {
	background-color: #1a1a1f;
	color: #fff
}

a.card-slate01, a.card-slate01:hover {
	color: #fff !important
}

.card-border-top-slate01 {
	border-top: 1px solid #1a1a1f
}

.card-slate02 {
	background-color: #323237;
	color: #fff
}

a.card-slate02, a.card-slate02:hover {
	color: #fff !important
}

.card-border-top-slate02 {
	border-top: 1px solid #323237
}

.card-slate03 {
	background-color: #3e3d4d;
	color: #fff
}

a.card-slate03, a.card-slate03:hover {
	color: #fff !important
}

.card-border-top-slate03 {
	border-top: 1px solid #3e3d4d
}

.card-slate04 {
	background-color: #505055;
	color: #fff
}

a.card-slate04, a.card-slate04:hover {
	color: #fff !important
}

.card-border-top-slate04 {
	border-top: 1px solid #505055
}

.card-slate06 {
	background-color: #6a6a6a;
	color: #fff
}

a.card-slate06, a.card-slate06:hover {
	color: #fff !important
}

.card-border-top-slate06 {
	border-top: 1px solid #6a6a6a
}

.card-slate07 {
	background-color: #969696;
	color: #fff
}

a.card-slate07, a.card-slate07:hover {
	color: #fff !important
}

.card-border-top-slate07 {
	border-top: 1px solid #969696
}

.card-slate08 {
	background-color: #dedede
}

a.card-slate08, a.card-slate08:hover {
	color: #323237 !important
}

.card-border-top-slate08 {
	border-top: 1px solid #dedede
}

.card-slate09 {
	background-color: #f4f4f4
}

a.card-slate09, a.card-slate09:hover {
	color: #323237 !important
}

.card-border-top-slate09 {
	border-top: 1px solid #f4f4f4
}

.card-slate10 {
	background-color: #78787d;
	color: #fff
}

a.card-slate10, a.card-slate10:hover {
	color: #fff !important
}

.card-border-top-slate10 {
	border-top: 1px solid #78787d
}

.card-slate11 {
	background-color: #9b9ba0
}

a.card-slate11, a.card-slate11:hover {
	color: #323237 !important
}

.card-border-top-slate11 {
	border-top: 1px solid #9b9ba0
}

.card-slate12 {
	background-color: #cdcdd0
}

a.card-slate12, a.card-slate12:hover {
	color: #323237 !important
}

.card-border-top-slate12 {
	border-top: 1px solid #cdcdd0
}

.card-slate13 {
	background-color: #ebebeb
}

a.card-slate13, a.card-slate13:hover {
	color: #323237 !important
}

.card-border-top-slate13 {
	border-top: 1px solid #ebebeb
}

.card-icon {
	padding: 24px 24px 24px 95px;
	position: relative
}

	.card-icon .top, .card-icon .bottom {
		display: block
	}

	.card-icon .icon {
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		left: 24px;
		position: absolute;
		top: 50%
	}

.card-icon-large {
	height: auto;
	padding: 24px
}

	.card-icon-large .top {
		margin: 12px 0
	}

	.card-icon-large .button {
		margin-top: 36px
	}

	.card-icon-large .icon {
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		position: static;
		height: 90px;
		width: 77px
	}

.cards--flex {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

	.cards--flex .cards--flex__item {
		display: flex;
		margin-bottom: 24px;
		padding-bottom: 12px;
		width: 100%
	}

		.cards--flex .cards--flex__item .card {
			display: flex;
			flex-direction: column;
			width: 100%
		}

			.cards--flex .cards--flex__item .card .button {
				margin: 24px
			}

		.cards--flex .cards--flex__item .cards--flex__content {
			display: flex;
			flex: 1 1 auto;
			flex-direction: column
		}

		.cards--flex .cards--flex__item .cards--flex__heading {
			flex: 1 1 auto
		}

@media only screen and (min-width:768px) {
	.card-icon {
		padding: 75px 24px 24px
	}

		.card-icon .icon {
			top: 40px
		}

	.card-icon-large {
		padding: 24px
	}

	.cards--flex .cards--flex__item {
		padding-right: 30px;
		width: 33.333%
	}

		.cards--flex .cards--flex__item:nth-child(1):nth-last-child(3), .cards--flex .cards--flex__item:nth-child(2):nth-last-child(2), .cards--flex .cards--flex__item:nth-child(3):nth-last-child(1) {
			padding-right: 30px;
			width: 33.333%
		}

		.cards--flex .cards--flex__item:nth-child(1):nth-last-child(4), .cards--flex .cards--flex__item:nth-child(2):nth-last-child(3), .cards--flex .cards--flex__item:nth-child(3):nth-last-child(2), .cards--flex .cards--flex__item:nth-child(4):nth-last-child(1) {
			padding-right: 30px;
			width: 25%
		}
}

@media only screen and (min-width:960px) {
	.cards--flex .cards--flex__item {
		margin: 0
	}

	.card-icon {
		padding: 24px 24px 24px 95px
	}

		.card-icon .icon {
			top: 50%
		}

	.card-icon-large {
		padding: 24px
	}
}

.carousel--default .owl-prev, .carousel--default .owl-next {
	background: rgba(255,255,255,.9);
	border: 0;
	bottom: 0;
	color: #000;
	font-size: 60px;
	font-weight: 200;
	height: 72px;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: calc(50% - 36px);
	width: 36px
}

	.carousel--default .owl-prev > div, .carousel--default .owl-next > div {
		display: block;
		height: 14px;
		padding-left: 9px;
		width: 24px
	}

	.carousel--default .owl-prev:active, .carousel--default .owl-next:active {
		outline: 0
	}

.carousel--default .owl-prev {
	left: -1px
}

.carousel--default .owl-next {
	right: -1px
}

.carousel--default__background {
	background: no-repeat top center;
	background-size: cover;
	height: 500px
}

.carousel--default__item-content {
	background: rgba(55,55,55,.8);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 24px;
	position: absolute;
	right: 0
}

.carousel--default__dots {
	margin: 0 auto;
	text-align: center
}

	.carousel--default__dots .owl-dot {
		background: #cdcdd0;
		border: 0;
		border-radius: 8px;
		height: 8px;
		margin: 0 8px 0 0;
		width: 8px
	}

		.carousel--default__dots .owl-dot.active, .carousel--default__dots .owl-dot:active, .carousel--default__dots .owl-dot:focus {
			background: #0078d4;
			outline: 0
		}

		.carousel--default__dots .owl-dot:last-child {
			margin-right: 0
		}

		.carousel--default__dots .owl-dot .number {
			display: none
		}

	.carousel--default__dots.disabled {
		display: none
	}

.switch {
	color: #969696;
	height: 50px;
	position: relative
}

	.switch label {
		font-size: 14px !important;
		margin-top: 30px;
		position: relative;
		width: fit-content
	}

	.switch span {
		display: inline-block
	}

		.switch span.switch-label-right {
			margin: 0 0 0 62px
		}

		.switch span.switch-label-left {
			margin: 0 4px 0 0
		}

	.switch .switch-container {
		position: absolute;
		display: inline-block;
		margin-left: 12px
	}

	.switch .switch-slide {
		background-color: #dedede;
		border-radius: 8px;
		height: 16px;
		position: absolute;
		top: 3px;
		transition: all linear 200ms;
		width: 30px
	}

		.switch .switch-slide.active {
			background-color: #a1d6ff
		}

	.switch .button-container {
		left: -5px;
		position: absolute;
		transition: all linear 200ms
	}

		.switch .button-container button {
			background-color: #0078d4;
			border: 8px solid #fff;
			border-radius: 50%;
			box-shadow: 1px 1px 3px rgba(0,0,0,.1),1px 1px 2px rgba(0,0,0,.1);
			height: 22px;
			position: absolute;
			top: 0;
			transition: all linear 200ms;
			width: 22px;
			z-index: 1
		}

			.switch .button-container button.disabled {
				background-color: #fff;
				border-color: #969696
			}

			.switch .button-container button:focus {
				outline: 0
			}

				.switch .button-container button:focus + .switch-focus {
					transform: scale(1.5)
				}

			.switch .button-container button:after {
				background-color: #fff;
				border-radius: 3px;
				content: '';
				display: block;
				height: 6px;
				left: 50%;
				opacity: 0;
				position: absolute;
				top: 50%;
				transition: all linear 100ms;
				width: 6px;
				-ms-transform: translate(-50%,-50%);
				-o-transform: translate(-50%,-50%);
				-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%)
			}

		.switch .button-container .switch-focus {
			background-color: rgba(0,120,212,.1);
			border-radius: 50%;
			display: block;
			height: 22px;
			position: absolute;
			top: 0;
			transition: all linear 100ms;
			width: 22px;
			z-index: 0
		}

		.switch .button-container.active {
			left: 15px
		}

			.switch .button-container.active button {
				border-width: 0
			}

				.switch .button-container.active button:after {
					opacity: 1
				}

.switched {
	display: none
}

	.switched.switched-on {
		display: block
	}

.customer-logo-group {
	list-style: none;
	text-align: center;
	padding: 0
}

	.customer-logo-group li {
		display: inline-block;
		margin: 12px 18px;
		min-width: 90%;
		vertical-align: middle
	}

		.customer-logo-group li:last-child {
			margin-bottom: 12px
		}

@media only screen and (min-width:540px) {
	.customer-logo-group li {
		min-width: 0
	}
}

@media (-ms-high-contrast:active) {
	.customer-logo-group img {
		background: #fff
	}
}

@media only screen and (max-width:540px) {
	.sd-equalize {
		height: auto !important
	}
}

.fade-img {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	position: relative;
	top: 200px
}

	.fade-img.fade-in {
		opacity: 1;
		top: 0
	}

ol.faq--default, ul.faq--default {
	background-color: #fff;
	color: #323237;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0
}

	ol.faq--default li, ul.faq--default li {
		margin: 0
	}

.faq--default__question {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #dedede;
	font-weight: 600;
	margin: 0;
	outline: 0;
	padding: 24px;
	text-align: left;
	width: 100%
}

	.faq--default__question:after {
		content: '\e70d';
		font-family: 'BAPIMDL2';
		-webkit-transition: all .25s 0s;
		transition: all .25s 0s;
		float: right;
		margin-top: 0;
		position: relative;
		right: 0
	}

	.faq--default__question.active:after {
		content: '\e70d';
		font-family: 'BAPIMDL2';
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.faq--default__question:active, .faq--default__question:focus {
		outline: 0
	}

	.faq--default__question:hover {
		color: #0078d4
	}

.faq--default__answer {
	background-color: #f4f4f4;
	display: none;
	line-height: 1.75;
	margin: 0;
	padding: 24px
}

@media only screen and (min-width:540px) {
	.faq--default__question:after {
		margin-top: 2px
	}
}

[aria-describedby^=flyout] {
	display: inline-block
}

.sd-flyout {
	background-color: #fff;
	box-shadow: 6px 6px 12px 0 rgba(0,0,0,.4);
	color: #1a1a1f;
	padding: 12px;
	position: absolute;
	max-width: 425px;
	width: auto;
	z-index: 1;
	transform: translate(0,-50%)
}

	.sd-flyout p {
		margin: 0
	}

	.sd-flyout .close {
		background-color: transparent;
		border: 0;
		color: #b0b0b8;
		display: block;
		font-size: 23px;
		font-weight: 700;
		line-height: 1;
		padding: 1px;
		text-shadow: 0 1px 0 #fff;
		position: absolute;
		right: 12px;
		top: 0;
		z-index: 1
	}

		.sd-flyout .close:hover {
			color: #323237
		}

	.sd-flyout[aria-hidden=true] {
		display: none
	}

	.sd-flyout[aria-hidden=false] {
		display: block
	}

.sd-flyout-left {
	transform: translate(-100%,-50%)
}

.sd-flyout-corner {
	transform: none
}

	.sd-flyout-corner.sd-flyout-sw {
		transform: translate(0,-100%)
	}

	.sd-flyout-corner.sd-flyout-ne {
		transform: translate(-100%,0)
	}

	.sd-flyout-corner.sd-flyout-se {
		transform: translate(-100%,-100%)
	}

input[type=email], input[type=number], input[type=tel], input[type=text], select, textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #dedede;
	color: #3e3d4d;
	display: block;
	line-height: 1.2;
	outline: 0;
	padding: 5px;
	width: 100%
}

	input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
		border: 2px solid #00abec
	}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	height: 70px
}

label {
	cursor: pointer;
	display: inline;
	vertical-align: text-bottom
}

.form-row:after {
	clear: both;
	content: '';
	display: table
}

.form-row + .form-row {
	margin-top: 12px
}

.form-element {
	display: block;
	position: relative
}

.character-count {
	color: #fff;
	float: right;
	font-size: 11px
}

	.character-count.error {
		color: #6b2929
	}

.icon {
	display: inline-block;
	height: 48px;
	line-height: 0;
	vertical-align: middle;
	width: 48px
}

	.icon svg {
		height: 100%;
		pointer-events: none;
		width: 100%
	}

		.icon svg * {
			pointer-events: none
		}

.icon-palette01 svg {
	fill: #fff
}

.icon-palette02 svg {
	fill: #00abec
}

.icon-palette03 svg {
	fill: #0078d4
}

.icon-palette04 svg {
	fill: #a5ce00
}

.icon-palette05 svg {
	fill: #89c402
}

.icon-palette06 svg {
	fill: #243a5e
}

.icon-palette08 svg {
	fill: #68217a
}

.icon-palette09 svg {
	fill: #008272
}

.icon-palette10 svg {
	fill: #6b2929
}

.icon-palette11 svg {
	fill: #da3900
}

.icon-palette12 svg {
	fill: #ff9349
}

.icon-palette14 svg {
	fill: #50e6ff
}

.icon-palette15 svg {
	fill: #1e4424
}

.icon-palette16 svg {
	fill: #128912
}

.icon-palette17 svg {
	fill: #69e66e
}

.icon-slate00 svg {
	fill: #000
}

.icon-slate01 svg {
	fill: #1a1a1f
}

.icon-slate02 svg {
	fill: #323237
}

.icon-slate03 svg {
	fill: #3e3d4d
}

.icon-slate04 svg {
	fill: #505055
}

.icon-slate06 svg {
	fill: #6a6a6a
}

.icon-slate07 svg {
	fill: #969696
}

.icon-slate08 svg {
	fill: #dedede
}

.icon-slate09 svg {
	fill: #f4f4f4
}

.icon-slate10 svg {
	fill: #78787d
}

.icon-slate11 svg {
	fill: #9b9ba0
}

.icon-slate12 svg {
	fill: #cdcdd0
}

.icon-slate13 svg {
	fill: #ebebeb
}

.icon-size1 {
	height: 12px;
	width: 12px
}

.icon-size2 {
	height: 24px;
	width: 24px
}

.icon-size3 {
	height: 36px;
	width: 36px
}

.icon-size4 {
	height: 48px;
	width: 48px
}

.icon-size5 {
	height: 60px;
	width: 60px
}

.icon-size6 {
	height: 72px;
	width: 72px
}

.icon-size7 {
	height: 84px;
	width: 84px
}

.icon-size8 {
	height: 96px;
	width: 96px
}

.icon-size9 {
	height: 108px;
	width: 108px
}

.icon-size10 {
	height: 120px;
	width: 120px
}

.icon-size11 {
	height: 132px;
	width: 132px
}

.icon-size12 {
	height: 144px;
	width: 144px
}

.icon-size13 {
	height: 156px;
	width: 156px
}

.icon-size14 {
	height: 168px;
	width: 168px
}

.icon-size15 {
	height: 180px;
	width: 180px
}

.icon-size16 {
	height: 192px;
	width: 192px
}

.icon-palette01 svg {
	fill: #fff
}

.icon-palette02 svg {
	fill: #00abec
}

.icon-palette03 svg {
	fill: #0078d4
}

.icon-palette04 svg {
	fill: #a5ce00
}

.icon-palette05 svg {
	fill: #89c402
}

.icon-palette06 svg {
	fill: #243a5e
}

.icon-palette08 svg {
	fill: #68217a
}

.icon-palette09 svg {
	fill: #008272
}

.icon-palette10 svg {
	fill: #6b2929
}

.icon-palette11 svg {
	fill: #da3900
}

.icon-palette12 svg {
	fill: #ff9349
}

.icon-palette14 svg {
	fill: #50e6ff
}

.icon-palette15 svg {
	fill: #1e4424
}

.icon-palette16 svg {
	fill: #128912
}

.icon-palette17 svg {
	fill: #69e66e
}

.icon-slate00 svg {
	fill: #000
}

.icon-slate01 svg {
	fill: #1a1a1f
}

.icon-slate02 svg {
	fill: #323237
}

.icon-slate03 svg {
	fill: #3e3d4d
}

.icon-slate04 svg {
	fill: #505055
}

.icon-slate06 svg {
	fill: #6a6a6a
}

.icon-slate07 svg {
	fill: #969696
}

.icon-slate08 svg {
	fill: #dedede
}

.icon-slate09 svg {
	fill: #f4f4f4
}

.icon-slate10 svg {
	fill: #78787d
}

.icon-slate11 svg {
	fill: #9b9ba0
}

.icon-slate12 svg {
	fill: #cdcdd0
}

.icon-slate13 svg {
	fill: #ebebeb
}

@media screen and (-ms-high-contrast:black-on-white) {
	.icon svg {
		fill: #000 !important
	}
}

@media screen and (-ms-high-contrast:white-on-black) {
	.icon svg {
		fill: #fff !important
	}
}

.linkList {
	list-style-type: none;
	padding-left: 0
}

	.linkList:after {
		clear: both;
		content: '';
		display: table
	}

	.linkList li {
		margin-bottom: 12px
	}

	.linkList.text-mini li, .linkList.text-micro li {
		margin-bottom: 6px
	}

@media only screen and (min-width:540px) {
	.linkList-horizontal {
		margin-top: -12px
	}

		.linkList-horizontal li {
			float: left;
			margin: 12px 24px 0 0
		}

			.linkList-horizontal li:last-child {
				margin-right: 0
			}

	.linkList-horizontal-spacing3 li {
		margin-right: 36px
	}
}

.arrowLink {
	color: inherit;
	display: inline-block;
	position: relative
}

	.arrowLink:after {
		content: '\e76c';
		font-family: 'BAPIMDL2';
		display: inline-block;
		font-size: .7em;
		line-height: 2.5em;
		margin-left: .5em;
		position: absolute;
		font-weight: 600
	}

	.arrowLink:hover {
		color: inherit
	}

.text-super .arrowLink:after, .text-super.arrowLink:after {
	line-height: 2em
}

h1 .arrowLink:after, .text-heading1 .arrowLink:after, h1.arrowLink:after, .text-heading1.arrowLink:after {
	line-height: 2.1em
}

h2 .arrowLink:after, .text-heading2 .arrowLink:after, h2.arrowLink:after, .text-heading2.arrowLink:after {
	line-height: 2em
}

h3 .arrowLink:after, .text-heading3 .arrowLink:after, h3.arrowLink:after, .text-heading3.arrowLink:after {
	line-height: 2.2em
}

h4 .arrowLink:after, .text-heading4 .arrowLink:after, h4.arrowLink:after, .text-heading4.arrowLink:after {
	line-height: 2.1em
}

h5 .arrowLink:after, .text-heading5 .arrowLink:after, h5.arrowLink:after, .text-heading5.arrowLink:after {
	line-height: 2.2em
}

h6 .arrowLink:after, .text-heading6 .arrowLink:after, h6.arrowLink:after, .text-heading6.arrowLink:after {
	line-height: 2.2em
}

.text-body1 .arrowLink:after, .text-body1.arrowLink:after {
	line-height: 2.1em
}

.text-body2 .arrowLink:after, .text-body2.arrowLink:after {
	line-height: 2em
}

.text-body3 .arrowLink:after, .text-body3.arrowLink:after {
	line-height: 2em
}

.text-body4 .arrowLink:after, .text-body4.arrowLink:after {
	line-height: 2.2em
}

.text-body5 .arrowLink:after, .text-body5.arrowLink:after {
	line-height: 2.7em
}

.text-body6 .arrowLink:after, .text-body6.arrowLink:after {
	line-height: 2.2em
}

a.img-wrapper {
	display: block;
	padding: 1px
}

	a.img-wrapper img {
		display: block
	}

ol.checklist--default, ul.checklist--default {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0
}

	ol.checklist--default > li, ul.checklist--default > li {
		color: #1a1a1f;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		ol.checklist--default > li:before, ul.checklist--default > li:before {
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			background-color: transparent;
			border-color: #50e6ff;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 8px;
			left: 2px;
			position: absolute;
			top: 5px;
			vertical-align: middle;
			width: 14px
		}

		ol.checklist--default > li:last-child, ul.checklist--default > li:last-child {
			margin-bottom: 0
		}

		ol.checklist--default > li ol, ul.checklist--default > li ol, ol.checklist--default > li ul, ul.checklist--default > li ul {
			margin: 12px 0
		}

.checklist--default.checklist--default__horizontal-03 {
	display: flex;
	flex-wrap: wrap
}

	.checklist--default.checklist--default__horizontal-03 li {
		display: inline-block;
		width: 100%
	}

@media only screen and (min-width:768px) {
	.checklist--default.checklist--default__horizontal-03 li {
		padding-right: 12px;
		width: 50%
	}
}

@media only screen and (min-width:960px) {
	.checklist--default.checklist--default__horizontal-03 li {
		width: 33.333%
	}
}

.checklist--default.checklist--default__horizontal-04 {
	display: flex;
	flex-wrap: wrap
}

	.checklist--default.checklist--default__horizontal-04 li {
		display: inline-block;
		width: 100%
	}

@media only screen and (min-width:768px) {
	.checklist--default.checklist--default__horizontal-04 li {
		padding-right: 12px;
		width: 50%
	}
}

@media only screen and (min-width:960px) {
	.checklist--default.checklist--default__horizontal-04 li {
		width: 25%
	}
}

ol.ordered-list--default {
	list-style-type: none;
	margin: 0;
	padding: 0
}

	ol.ordered-list--default li {
		counter-increment: annotation;
		margin-bottom: 24px;
		padding-left: 36px;
		position: relative
	}

		ol.ordered-list--default li:before {
			align-items: center;
			background-color: #50e6ff;
			border-radius: 50%;
			color: #243a5e;
			content: counter(annotation);
			display: flex;
			font-size: 12px;
			font-weight: 600;
			height: 24px;
			left: 0;
			justify-content: center;
			padding-bottom: 2px;
			position: absolute;
			text-align: center;
			top: 1px;
			width: 24px
		}

.media-object {
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: nowrap
}

	.media-object img {
		max-width: none
	}

.media-object-section {
	flex: 0 1 auto
}

	.media-object-section:first-child {
		padding-right: 1rem
	}

	.media-object-section:last-child:not(:nth-child(2)) {
		padding-left: 1rem
	}

	.media-object-section > :last-child {
		margin-bottom: 0
	}

	.media-object-section.main-section {
		flex: 1 1 0
	}

@media screen and (max-width:39.938em) {
	.media-object.stack-for-small {
		flex-wrap: wrap
	}
}

@media screen and (max-width:39.938em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		flex-basis: 100%;
		max-width: 100%
	}

		.media-object.stack-for-small .media-object-section img {
			width: 100%
		}
}

.media-object-section-padding-top2 {
	padding-top: 2px
}

.media-object-section-padding-top4 {
	padding-top: 4px
}

.media-object-section-padding-top6 {
	padding-top: 6px
}

.media-object-section-padding-top8 {
	padding-top: 8px
}

.media-object-section-padding-top10 {
	padding-top: 10px
}

.modal-wrapper-mask {
	-webkit-transition: all .25s;
	transition: all .25s;
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1
}

	.modal-wrapper-mask.visible {
		display: block;
		opacity: 1;
		z-index: 88889
	}

.modal-visible {
	overflow-y: hidden
}

.modal {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%) scale(.9);
	-o-transform: translate(-50%,-50%) scale(.9);
	-webkit-transform: translate(-50%,-50%) scale(.9);
	transform: translate(-50%,-50%) scale(.9);
	-webkit-transition: all .25s;
	transition: all .25s;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	display: none;
	max-height: 100vh;
	opacity: 0;
	overflow: auto;
	position: relative;
	width: 90%;
	z-index: 99999
}

	.modal.oversized {
		-ms-transform: translate(0%,0%) scale(.9);
		-o-transform: translate(0%,0%) scale(.9);
		-webkit-transform: translate(0%,0%) scale(.9);
		transform: translate(0%,0%) scale(.9);
		left: 0;
		margin: 36px auto;
		top: 0
	}

		.modal.oversized.visible {
			-ms-transform: translate(0%,0%) scale(1);
			-o-transform: translate(0%,0%) scale(1);
			-webkit-transform: translate(0%,0%) scale(1);
			transform: translate(0%,0%) scale(1);
			display: block;
			opacity: 1
		}

	.modal .close {
		background-color: transparent;
		border: 0;
		color: #b0b0b8;
		display: block;
		font-size: 23px;
		font-weight: 700;
		line-height: 1;
		padding: 1px;
		text-shadow: 0 1px 0 #fff;
		height: 20px;
		position: absolute;
		right: 12px;
		top: 0;
		width: 20px
	}

		.modal .close:hover {
			color: #323237
		}

	.modal .row {
		width: 100%
	}

	.modal.visible:not(.oversized) {
		-ms-transform: translate(-50%,-50%) scale(1);
		-o-transform: translate(-50%,-50%) scale(1);
		-webkit-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		display: block;
		opacity: 1
	}

.modal-video {
	padding: 0
}

	.modal-video iframe {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 30px;
		width: 100%
	}

@media only screen and (min-width:768px) {
	.modal.modal-large {
		padding-left: 36px;
		padding-right: 36px
	}
}

@media only screen and (min-width:960px) {
	.modal {
		max-width: 600px;
		width: 50%
	}

		.modal.modal-large {
			max-width: 900px;
			width: 60%
		}
}

.sd-multiselect {
	float: right;
	margin-top: 12px;
	position: relative
}

	.sd-multiselect > button {
		background: 0 0;
		border: 1px solid #cdcdd0;
		display: inline-block;
		padding: 7px 48px 7px 12px;
		line-height: 1.2;
		position: relative
	}

		.sd-multiselect > button:after {
			border-left: 1.5px solid #78787d;
			border-top: 1.5px solid #78787d;
			content: '';
			display: block;
			height: 10px;
			position: absolute;
			right: 12px;
			top: 10px;
			width: 10px;
			-ms-transform: rotate(225deg);
			-o-transform: rotate(225deg);
			-webkit-transform: rotate(225deg);
			transform: rotate(225deg)
		}

		.sd-multiselect > button.active:after {
			margin-top: 4px;
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg)
		}

		.sd-multiselect > button:focus, .sd-multiselect > button:hover, .sd-multiselect > button:active {
			background-color: #f4f4f4
		}

			.sd-multiselect > button:focus.display-all, .sd-multiselect > button:hover.display-all, .sd-multiselect > button:active.display-all {
				background-color: #006abb
			}

	.sd-multiselect .sd-multiselect-options {
		background-color: #fff;
		border: 1px solid #cdcdd0;
		display: none;
		font-size: 14px;
		margin-top: -1px;
		max-width: 200px;
		padding: 6px 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1
	}

		.sd-multiselect .sd-multiselect-options > label {
			display: block;
			overflow: hidden;
			padding: 6px 12px;
			padding-right: 0;
			text-overflow: ellipsis;
			width: 100%
		}

			.sd-multiselect .sd-multiselect-options > label > input {
				cursor: pointer;
				margin-top: 5px;
				position: absolute
			}

			.sd-multiselect .sd-multiselect-options > label > span {
				margin-left: 24px
			}

	.sd-multiselect.multiselect--table {
		display: block
	}

	.sd-multiselect[data-dropdownType=filter] {
		display: block;
		float: none
	}

		.sd-multiselect[data-dropdownType=filter] button {
			background-color: #fff;
			color: #3e3d4d;
			text-align: left;
			line-height: 1.2;
			padding: 7px 9px;
			width: 100%
		}

		.sd-multiselect[data-dropdownType=filter] .sd-multiselect-options {
			color: #3e3d4d;
			max-height: 275px;
			max-width: inherit;
			overflow-y: scroll;
			right: inherit;
			width: 100%
		}

@media only screen and (min-width:540px) {
	.sd-multiselect.multiselect--table {
		display: none
	}
}

.global-subnav-container {
	width: 100%
}

.global-subnav {
	position: relative;
	z-index: 1
}

	.global-subnav .linkList {
		margin-bottom: 0;
		margin-top: 0
	}

		.global-subnav .linkList.initial-list {
			white-space: nowrap
		}

		.global-subnav .linkList li {
			margin-bottom: 0;
			padding: 0;
			width: 100%
		}

			.global-subnav .linkList li a, .global-subnav .linkList li button {
				border-bottom: 3px solid transparent;
				color: #000;
				display: block;
				font-size: 15px;
				padding: 10px 10px 7px;
				position: relative;
				width: 100%
			}

				.global-subnav .linkList li a:hover:not(.button--free-account):not(.featured-link) {
					background-color: #ebebeb;
					border-bottom: 3px solid #ebebeb
				}

			.global-subnav .linkList li .featured-link {
				font-weight: 600
			}

				.global-subnav .linkList li .featured-link:hover {
					color: #0078d4
				}

			.global-subnav .linkList li.active > a, .global-subnav .linkList li.active > button {
				border-color: #0078d4 !important
			}

				.global-subnav .linkList li.active > a:hover, .global-subnav .linkList li.active > button:hover {
					border-color: #0078d4
				}

			.global-subnav .linkList li.sub-active > a:after {
				background-color: #0078d4;
				border-radius: 50%;
				content: '';
				height: 7px;
				width: 7px;
				position: absolute;
				right: 15px;
				top: 19px
			}

			.global-subnav .linkList li .external-link {
				padding-right: 26px
			}

				.global-subnav .linkList li .external-link:after {
					content: '\e76c';
					font-family: 'BAPIMDL2';
					color: #969696;
					position: absolute;
					right: 12px
				}

				.global-subnav .linkList li .external-link:hover:after {
					color: #323237;
					font-weight: 600
				}

			.global-subnav .linkList li .subnav-menu-button:after {
				-webkit-transition: all .25s 0s;
				transition: all .25s 0s;
				margin-top: -9px;
				position: absolute;
				right: 10px;
				top: 50%;
				content: '\e70d';
				font-family: 'BAPIMDL2'
			}

			.global-subnav .linkList li .subnav-menu-button:not(.featured-dropdown-button):hover {
				background-color: #ebebeb
			}

			.global-subnav .linkList li .subnav-menu-button.open:after {
				-webkit-transition: all .25s 0s;
				transition: all .25s 0s;
				margin-top: -9px;
				position: absolute;
				right: 10px;
				top: 50%;
				content: '\e70d';
				font-family: 'BAPIMDL2';
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg)
			}

			.global-subnav .linkList li.featured-container a, .global-subnav .linkList li.featured-container button {
				font-weight: 600
			}

				.global-subnav .linkList li.featured-container a:hover, .global-subnav .linkList li.featured-container button:hover {
					color: #0078d4
				}

		.global-subnav .linkList.subnav-list li > a {
			padding-left: 24px
		}

		.global-subnav .linkList.subnav-list li:last-child {
			border-bottom: none
		}

	.global-subnav.subnav-light {
		background-color: #fff
	}

		.global-subnav.subnav-light .linkList li:not(.active) {
			border-bottom: 1px solid #dedede
		}

		.global-subnav.subnav-light .linkList.subnav-list > li:first-child {
			border-top: 1px solid #dedede
		}

		.global-subnav.subnav-light .linkList.subnav-list > li:last-child {
			border-bottom: none
		}

	.global-subnav.subnav-dark {
		background-color: #323237
	}

		.global-subnav.subnav-dark .linkList a, .global-subnav.subnav-dark .linkList button {
			color: #fff
		}

		.global-subnav.subnav-dark .linkList li a:hover:not(.button--free-account):not(.featured-link) {
			background-color: #505055;
			border-bottom: 3px solid #505055
		}

		.global-subnav.subnav-dark .linkList li .subnav-menu-button:not(.featured-dropdown-button):hover {
			background-color: #505055
		}

		.global-subnav.subnav-dark .linkList li .subnav-menu-button:not(.featured-dropdown-button):after {
			color: #fff
		}

		.global-subnav.subnav-dark .linkList li .external-link:after, .global-subnav.subnav-dark .linkList li .external-link:hover:after {
			color: #fff
		}

		.global-subnav.subnav-dark .linkList.subnav-list {
			background-color: #323237
		}

			.global-subnav.subnav-dark .linkList.subnav-list .sub-active > a:after {
				background-color: #fff;
				border-radius: 50%;
				content: '';
				height: 7px;
				width: 7px
			}

@media only screen and (min-width:768px) {
	.global-subnav {
		align-items: center;
		display: flex;
		height: 60px;
		max-width: 1280px;
		width: 100%
	}

		.global-subnav .linkList.initial-list {
			align-items: center;
			display: flex;
			text-align: center
		}

		.global-subnav .linkList li {
			border-bottom: none;
			width: inherit
		}

			.global-subnav .linkList li a, .global-subnav .linkList li button {
				font-size: 14px;
				padding: 20px 14px 16px
			}

			.global-subnav .linkList li.padding-left {
				padding-left: 12px
			}

			.global-subnav .linkList li .subnav-menu-button {
				padding-right: 26px
			}

				.global-subnav .linkList li .subnav-menu-button:after {
					font-size: 10px;
					top: 35px
				}

				.global-subnav .linkList li .subnav-menu-button.open:after {
					font-size: 10px;
					top: 33px
				}

			.global-subnav .linkList li.sub-active > a:after {
				top: 26px
			}

			.global-subnav .linkList li .external-link:after {
				font-size: 10px;
				top: 25px
			}

		.global-subnav .linkList .featured-container {
			position: relative
		}

			.global-subnav .linkList .featured-container .featured-dropdown-button {
				padding-right: 34px
			}

				.global-subnav .linkList .featured-container .featured-dropdown-button:after, .global-subnav .linkList .featured-container .featured-dropdown-button.open:after {
					right: 17px
				}

			.global-subnav .linkList .featured-container:after {
				background-color: #f4f4f4;
				content: '';
				height: 36px;
				position: absolute;
				right: 0;
				top: 12px;
				width: 2px
			}

		.global-subnav .linkList.subnav-list {
			background-color: #fff;
			display: block;
			position: absolute;
			text-align: left;
			min-width: 150px;
			z-index: 2
		}

			.global-subnav .linkList.subnav-list li {
				padding: 0
			}

				.global-subnav .linkList.subnav-list li > a {
					padding: 18px 12px 15px 12px
				}

					.global-subnav .linkList.subnav-list li > a.external-link {
						padding-right: 24px
					}

						.global-subnav .linkList.subnav-list li > a.external-link:after {
							top: 23px
						}

				.global-subnav .linkList.subnav-list li.sub-active > a {
					padding-right: 24px
				}

					.global-subnav .linkList.subnav-list li.sub-active > a:after {
						right: 11px
					}

			.global-subnav .linkList.subnav-list#more-menu-list .toggled {
				position: relative
			}

				.global-subnav .linkList.subnav-list#more-menu-list .toggled .subnav-list {
					right: 150px;
					top: -60px
				}

			.global-subnav .linkList.subnav-list#more-menu-list .subnav-menu-button.open:after {
				-webkit-transition: all .25s 0s;
				transition: all .25s 0s;
				margin-top: -9px;
				position: absolute;
				right: 10px;
				top: 50%;
				content: '\e70d';
				font-family: 'BAPIMDL2';
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg)
			}

			.global-subnav .linkList.subnav-list#more-menu-list .subnav-menu-button.open:after {
				right: 15px;
				top: 33px
			}

		.global-subnav.subnav-light .linkList li:not(.active) {
			border-bottom: none
		}

		.global-subnav.subnav-light .linkList.subnav-list li:first-child {
			border-top: none
		}

		.global-subnav.subnav-light .subnav-list {
			box-shadow: 0 5px 10px rgba(0,0,0,.22)
		}
}

.note {
	background-color: #f4f4f4;
	border-left: 5px solid #89c402;
	color: #323237;
	display: block;
	margin: 12px 0;
	padding: 12px 24px
}

	.note.note-warning {
		border-left-color: #da3900
	}

	.note.note-information {
		border-left-color: #0078d4
	}

	.note.note-important {
		border-left-color: #008272
	}

	.note.note-tip {
		border-left-color: #3e3d4d
	}

	.note .icon {
		display: none
	}

@media only screen and (min-width:768px) {
	.note {
		border-left-width: 60px;
		padding: 12px 36px;
		position: relative
	}

		.note .icon {
			-ms-transform: translate(-50%,-50%);
			-o-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			display: block;
			height: 32px;
			left: -30px;
			position: absolute;
			top: 50%;
			width: 32px
		}
}

.pagination {
	border-top: 1px solid #1a1a1f;
	display: block;
	margin-top: 48px;
	padding-top: 36px
}

	.pagination:after {
		clear: both;
		content: '';
		display: table
	}

	.pagination ul {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0
	}

		.pagination ul:after {
			clear: both;
			content: '';
			display: table
		}

	.pagination li {
		float: left;
		margin-bottom: 0
	}

	.pagination a {
		display: block;
		height: 30px
	}

	.pagination .current a {
		color: #0078d4
	}

	.pagination .controls-pages li {
		line-height: 30px;
		margin-right: 8px
	}

	.pagination .controls-pages a {
		padding: 0 4px
	}

	.pagination .controls-nav {
		float: right
	}

		.pagination .controls-nav li {
			margin-left: 8px
		}

		.pagination .controls-nav a {
			background-color: #6a6a6a;
			color: #323237;
			content: '';
			font-size: 26px;
			line-height: 24px;
			padding: 0 4px
		}

			.pagination .controls-nav a:hover {
				color: #323237
			}

		.pagination .controls-nav .next:before {
			content: '\203a'
		}

		.pagination .controls-nav .prev:before {
			content: '\2039'
		}

.sd-playinsection-video-container {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 999
}

.sd-playinsection-mask {
	bottom: 0;
	background-color: #1a1a1f;
	background-color: rgba(0,0,0,.8);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 997;
	width: 100%;
	height: 100%
}

.sd-playinsection-close {
	display: block;
	height: 26px;
	left: 42%;
	position: absolute;
	top: -16%;
	width: 26px;
	z-index: 998;
	padding: 0;
	border: 0;
	background-color: transparent
}

	.sd-playinsection-close:before {
		color: #fff;
		content: '\00d7';
		font-size: 36px;
		line-height: 25px
	}

@media only screen and (min-width:540px) {
	.sd-playinsection-close {
		left: 45%;
		top: -10%
	}
}

@media only screen and (min-width:768px) {
	.sd-playinsection-close {
		height: 36px;
		left: 50%;
		top: 0;
		width: 36px
	}

		.sd-playinsection-close:before {
			font-size: 50px
		}
}

.product-placement {
	text-align: center;
	padding: 6px 0;
	width: auto
}

	.product-placement a {
		display: block;
		padding: 1px
	}

	.product-placement .img-container {
		border: 1px solid #dedede;
		display: block;
		height: 116px;
		margin: 0 auto 12px;
		position: relative
	}

		.product-placement .img-container img {
			left: 50%;
			position: absolute;
			top: 50%;
			-ms-transform: translate(-50%,-50%);
			-o-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			max-height: 100%;
			max-width: 100%
		}

		.product-placement .img-container svg {
			object-fit: contain;
			height: 100%
		}

		.product-placement .img-container .badge {
			position: absolute;
			right: 0;
			top: 0
		}

	.product-placement .title {
		display: block;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 5px;
		max-height: 40px;
		overflow: hidden;
		width: auto
	}

	.product-placement .subtitle {
		display: block;
		font-size: 11px;
		height: 1.5em;
		line-height: 1.5
	}

	.product-placement .tag {
		color: #1a1a1f;
		display: block;
		font-size: 11px
	}

	.product-placement:hover .img-container {
		border: 1px solid #323237;
		opacity: .5
	}

	.product-placement.product-placement-same-size {
		padding: 10px;
		width: 135px
	}

		.product-placement.product-placement-same-size .img-container {
			border: 0;
			background-color: #fff;
			padding: 12px;
			text-align: center
		}

			.product-placement.product-placement-same-size .img-container img {
				max-width: 70%
			}

				.product-placement.product-placement-same-size .img-container img.full-width {
					max-width: 100%;
					width: 116px
				}

		.product-placement.product-placement-same-size .title {
			color: #1a1a1f;
			font-weight: 400;
			height: 36px;
			line-height: 1.35;
			margin: 14px 0;
			overflow: visible
		}

		.product-placement.product-placement-same-size:hover, .product-placement.product-placement-same-size.active {
			background-color: #dedede
		}

@media only screen and (min-width:540px) {
	.product-placement {
		text-align: left;
		width: 116px
	}
}

.section {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #323237;
	overflow: hidden;
	position: relative
}

	.section + .section {
		border-top: 1px solid #f4f4f4
	}

		.section[class*=section-palette] + .section, .section[class*=section-slate] + .section, .section + .section[class*=section-palette], .section + .section[class*=section-slate] {
			border-top: none
		}

	.section a {
		color: #0071c7
	}

		.section a:hover {
			color: #0063ae
		}

.section-palette01 {
	background-color: #fff
}

.section-palette02 {
	color: #fff;
	background-color: #00abec
}

	.section-palette02 a {
		color: #fff
	}

		.section-palette02 a:hover {
			color: #dedede
		}

	.section-palette02 svg {
		fill: #fff
	}

.section-palette03 {
	color: #fff;
	background-color: #0078d4
}

	.section-palette03 a {
		color: #fff
	}

		.section-palette03 a:hover {
			color: #dedede
		}

	.section-palette03 svg {
		fill: #fff
	}

.section-palette04 {
	color: #fff;
	background-color: #a5ce00
}

	.section-palette04 a {
		color: #fff
	}

		.section-palette04 a:hover {
			color: #dedede
		}

	.section-palette04 svg {
		fill: #fff
	}

.section-palette05 {
	color: #fff;
	background-color: #590B95 /*#89c402*/
}

	.section-palette05 a {
		color: #fff
	}

		.section-palette05 a:hover {
			color: #dedede
		}

	.section-palette05 svg {
		fill: #fff
	}

.section-palette06 {
	color: #fff;
	background-color: #243a5e
}

	.section-palette06 a {
		color: #fff
	}

		.section-palette06 a:hover {
			color: #dedede
		}

	.section-palette06 svg {
		fill: #fff
	}

.section-palette08 {
	color: #fff;
	background-color: #68217a
}

	.section-palette08 a {
		color: #fff
	}

		.section-palette08 a:hover {
			color: #dedede
		}

	.section-palette08 svg {
		fill: #fff
	}

.section-palette09 {
	color: #fff;
	background-color: #008272
}

	.section-palette09 a {
		color: #fff
	}

		.section-palette09 a:hover {
			color: #dedede
		}

	.section-palette09 svg {
		fill: #fff
	}

.section-palette10 {
	color: #fff;
	background-color: #6b2929
}

	.section-palette10 a {
		color: #fff
	}

		.section-palette10 a:hover {
			color: #dedede
		}

	.section-palette10 svg {
		fill: #fff
	}

.section-palette11 {
	color: #fff;
	background-color: #da3900
}

	.section-palette11 a {
		color: #fff
	}

		.section-palette11 a:hover {
			color: #dedede
		}

	.section-palette11 svg {
		fill: #fff
	}

.section-palette12 {
	background-color: #ff9349
}

.section-palette14 {
	background-color: #50e6ff
}

.section-palette15 {
	color: #fff;
	background-color: #1e4424
}

	.section-palette15 a {
		color: #fff
	}

		.section-palette15 a:hover {
			color: #dedede
		}

	.section-palette15 svg {
		fill: #fff
	}

.section-palette16 {
	color: #fff;
	background-color: #128912
}

	.section-palette16 a {
		color: #fff
	}

		.section-palette16 a:hover {
			color: #dedede
		}

	.section-palette16 svg {
		fill: #fff
	}

.section-palette17 {
	background-color: #69e66e
}

.section-slate00 {
	color: #fff;
	background-color: #000
}

	.section-slate00 a {
		color: #fff
	}

		.section-slate00 a:hover {
			color: #dedede
		}

	.section-slate00 svg {
		fill: #fff
	}

.section-slate01 {
	color: #fff;
	background-color: #1a1a1f
}

	.section-slate01 a {
		color: #fff
	}

		.section-slate01 a:hover {
			color: #dedede
		}

	.section-slate01 svg {
		fill: #fff
	}

.section-slate02 {
	color: #fff;
	background-color: #323237
}

	.section-slate02 a {
		color: #fff
	}

		.section-slate02 a:hover {
			color: #dedede
		}

	.section-slate02 svg {
		fill: #fff
	}

.section-slate03 {
	color: #fff;
	background-color: #3e3d4d
}

	.section-slate03 a {
		color: #fff
	}

		.section-slate03 a:hover {
			color: #dedede
		}

	.section-slate03 svg {
		fill: #fff
	}

.section-slate04 {
	color: #fff;
	background-color: #505055
}

	.section-slate04 a {
		color: #fff
	}

		.section-slate04 a:hover {
			color: #dedede
		}

	.section-slate04 svg {
		fill: #fff
	}

.section-slate06 {
	color: #fff;
	background-color: #6a6a6a
}

	.section-slate06 a {
		color: #fff
	}

		.section-slate06 a:hover {
			color: #dedede
		}

	.section-slate06 svg {
		fill: #fff
	}

.section-slate07 {
	color: #fff;
	background-color: #969696
}

	.section-slate07 a {
		color: #fff
	}

		.section-slate07 a:hover {
			color: #dedede
		}

	.section-slate07 svg {
		fill: #fff
	}

.section-slate08 {
	background-color: #dedede
}

.section-slate09 {
	background-color: #f4f4f4
}

.section-slate10 {
	color: #fff;
	background-color: #78787d
}

	.section-slate10 a {
		color: #fff
	}

		.section-slate10 a:hover {
			color: #dedede
		}

	.section-slate10 svg {
		fill: #fff
	}

.section-slate11 {
	background-color: #9b9ba0
}

.section-slate12 {
	background-color: #cdcdd0
}

.section-slate13 {
	background-color: #ebebeb
}

@media only screen and (min-width:768px) {
	.section-float-between.section-floated {
		height: 0;
		overflow: visible;
		position: relative;
		z-index: 1
	}
}

.expansion-panel, .expansion-panel__item__content {
	list-style-type: none;
	padding-left: 0
}

	.expansion-panel .toggler, .expansion-panel__item__content .toggler {
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0,0,0,.14);
		border: 1px solid #ebebeb;
		font-size: 16px;
		font-weight: 600;
		color: #323237;
		min-height: 62px;
		padding: 0 48px 0 24px;
		position: relative;
		vertical-align: middle;
		width: 100%
	}

		.expansion-panel .toggler:before, .expansion-panel__item__content .toggler:before {
			content: '+';
			position: absolute;
			right: 24px;
			-ms-transform: translate(0,-50%);
			-o-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
			top: 50%;
			font-weight: 900;
			color: #0078d4;
			font-size: 24px
		}

		.expansion-panel .toggler.open:before, .expansion-panel__item__content .toggler.open:before {
			content: '\2013'
		}

		.expansion-panel .toggler:hover, .expansion-panel__item__content .toggler:hover {
			color: #0078d4;
			transition: .2s ease-out
		}

.expansion-panel__item__content {
	padding: 24px
}

.expansion-panel__item {
	margin-bottom: 6px
}

@media only screen and (min-width:768px) {
	.expansion-panel .toggler {
		font-size: 16px
	}
}

.skip-nav {
	display: none
}

@media only screen and (min-width:960px) {
	.skip-nav {
		display: block;
		float: left;
		text-indent: -1000em
	}

		.skip-nav:focus {
			text-indent: 0
		}
}

.data-table--default__container {
	overflow-x: auto
}

table.data-table--default {
	background-color: inherit;
	border: 0;
	text-align: left
}

	table.data-table--default thead {
		background-color: #ebebeb;
		border: 1px solid #dedede;
		color: #323237;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 24px
	}

		table.data-table--default thead tr {
			border: 0
		}

		table.data-table--default thead th {
			padding: 20px;
			text-transform: uppercase;
			vertical-align: middle
		}

	table.data-table--default tbody {
		border: 1px solid #dedede;
		color: #1a1a1f;
		font-size: 14px;
		font-weight: 400
	}

		table.data-table--default tbody tr {
			border: 0
		}

		table.data-table--default tbody td {
			padding: 20px;
			vertical-align: middle
		}

	table.data-table--default .centered {
		text-align: center
	}

.sd-table-container {
	max-width: 1170px;
	overflow-x: scroll;
	width: 100%
}

	.sd-table-container table.sd-table {
		table-layout: fixed;
		width: 100%
	}

		.sd-table-container table.sd-table th, .sd-table-container table.sd-table td {
			display: none;
			width: 130px
		}

			.sd-table-container table.sd-table th.column-1, .sd-table-container table.sd-table td.column-1 {
				width: 175px
			}

			.sd-table-container table.sd-table th.show-small, .sd-table-container table.sd-table td.show-small {
				display: table-cell
			}

.sd-table-fixed-headers-container {
	position: fixed;
	top: 0;
	z-index: 1
}

	.sd-table-fixed-headers-container .sd-table-fixed-headers {
		margin-top: 0
	}

table {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #dedede;
	margin: 12px 0;
	padding: 0;
	text-align: left;
	width: 100%
}

	table caption {
		caption-side: bottom;
		color: #78787d;
		font-size: 12px;
		line-height: 1.5;
		margin-top: 12px;
		padding: 0;
		text-align: left
	}

		table caption li {
			margin-bottom: 0
		}

	table thead {
		border-bottom: 2px solid #dedede
	}

	table tfoot {
		border-bottom: 2px solid #dedede;
		border-top: 2px solid #dedede
	}

	table tr {
		border-bottom: 1px solid #dedede
	}

	table th {
		font-size: 12px;
		font-weight: 700;
		text-align: inherit;
		text-transform: uppercase
	}

	table td, table th {
		padding: 12px 6px;
		vertical-align: top
	}

	table .button.button-tiny {
		display: inline-block;
		font-size: 16px;
		padding: 3px 10px 4px
	}

.table-width-auto {
	width: auto
}

.table-width-even {
	table-layout: fixed
}

	.table-width-even td:nth-child(1):nth-last-child(2), .table-width-even th:nth-child(1):nth-last-child(2), .table-width-even td:nth-child(2):nth-last-child(1), .table-width-even th:nth-child(2):nth-last-child(1) {
		width: 50%
	}

	.table-width-even td:nth-child(1):nth-last-child(3), .table-width-even th:nth-child(1):nth-last-child(3), .table-width-even td:nth-child(2):nth-last-child(2), .table-width-even th:nth-child(2):nth-last-child(2), .table-width-even td:nth-child(3):nth-last-child(1), .table-width-even th:nth-child(3):nth-last-child(1) {
		width: 33.333%
	}

	.table-width-even td:nth-child(1):nth-last-child(4), .table-width-even th:nth-child(1):nth-last-child(4), .table-width-even td:nth-child(2):nth-last-child(3), .table-width-even th:nth-child(2):nth-last-child(3), .table-width-even td:nth-child(3):nth-last-child(2), .table-width-even th:nth-child(3):nth-last-child(2), .table-width-even td:nth-child(4):nth-last-child(1), .table-width-even th:nth-child(4):nth-last-child(1) {
		width: 25%
	}

	.table-width-even td:nth-child(1):nth-last-child(5), .table-width-even th:nth-child(1):nth-last-child(5), .table-width-even td:nth-child(2):nth-last-child(4), .table-width-even th:nth-child(2):nth-last-child(4), .table-width-even td:nth-child(3):nth-last-child(3), .table-width-even th:nth-child(3):nth-last-child(3), .table-width-even td:nth-child(4):nth-last-child(2), .table-width-even th:nth-child(4):nth-last-child(2), .table-width-even td:nth-child(5):nth-last-child(1), .table-width-even th:nth-child(5):nth-last-child(1) {
		width: 20%
	}

	.table-width-even td:nth-child(1):nth-last-child(6), .table-width-even th:nth-child(1):nth-last-child(6), .table-width-even td:nth-child(2):nth-last-child(5), .table-width-even th:nth-child(2):nth-last-child(5), .table-width-even td:nth-child(3):nth-last-child(4), .table-width-even th:nth-child(3):nth-last-child(4), .table-width-even td:nth-child(4):nth-last-child(3), .table-width-even th:nth-child(4):nth-last-child(3), .table-width-even td:nth-child(5):nth-last-child(2), .table-width-even th:nth-child(5):nth-last-child(2), .table-width-even td:nth-child(6):nth-last-child(1), .table-width-even th:nth-child(6):nth-last-child(1) {
		width: 16.667%
	}

	.table-width-even td:nth-child(1):nth-last-child(7), .table-width-even th:nth-child(1):nth-last-child(7), .table-width-even td:nth-child(2):nth-last-child(6), .table-width-even th:nth-child(2):nth-last-child(6), .table-width-even td:nth-child(3):nth-last-child(5), .table-width-even th:nth-child(3):nth-last-child(5), .table-width-even td:nth-child(4):nth-last-child(4), .table-width-even th:nth-child(4):nth-last-child(4), .table-width-even td:nth-child(5):nth-last-child(3), .table-width-even th:nth-child(5):nth-last-child(3), .table-width-even td:nth-child(6):nth-last-child(2), .table-width-even th:nth-child(6):nth-last-child(2), .table-width-even td:nth-child(7):nth-last-child(1), .table-width-even th:nth-child(7):nth-last-child(1) {
		width: 14.286%
	}

	.table-width-even td:nth-child(1):nth-last-child(8), .table-width-even th:nth-child(1):nth-last-child(8), .table-width-even td:nth-child(2):nth-last-child(7), .table-width-even th:nth-child(2):nth-last-child(7), .table-width-even td:nth-child(3):nth-last-child(6), .table-width-even th:nth-child(3):nth-last-child(6), .table-width-even td:nth-child(4):nth-last-child(5), .table-width-even th:nth-child(4):nth-last-child(5), .table-width-even td:nth-child(5):nth-last-child(4), .table-width-even th:nth-child(5):nth-last-child(4), .table-width-even td:nth-child(6):nth-last-child(3), .table-width-even th:nth-child(6):nth-last-child(3), .table-width-even td:nth-child(7):nth-last-child(2), .table-width-even th:nth-child(7):nth-last-child(2), .table-width-even td:nth-child(8):nth-last-child(1), .table-width-even th:nth-child(8):nth-last-child(1) {
		width: 12.5%
	}

.table-naked {
	border: 0;
	border-collapse: separate;
	background-color: transparent
}

	.table-naked td, .table-naked tfoot, .table-naked th, .table-naked thead, .table-naked tr {
		border: 0;
		padding: 0
	}

tr.no-border {
	border: 0
}

.table-middled td, .table-middled th {
	vertical-align: middle
}

@media only screen and (min-width:540px) {
	.sd-table-container table.sd-table th, .sd-table-container table.sd-table td {
		display: table-cell
	}
}

@media only screen and (min-width:960px) {
	table td, table th {
		padding: 12px
	}
}

.tabs {
	display: none
}

.tabs-content > div {
	display: block;
	margin-top: 48px
}

	.tabs-content > div:first-child {
		margin: 0
	}

@media only screen and (min-width:768px) {
	.tabs {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none
	}

		.tabs:after {
			clear: both;
			content: '';
			display: table
		}

		.tabs li {
			float: left;
			margin: 0 2px 0 0
		}

			.tabs li a {
				display: inline-block;
				background-color: #dedede;
				color: #323237;
				text-align: center;
				padding: 24px 36px
			}

				.tabs li a.active, .tabs li a.active:hover {
					background-color: #0078d4;
					color: #fff
				}

				.tabs li a:hover {
					color: #0078d4
				}

			.tabs li:last-child {
				margin-right: 0
			}

		.tabs.tabs-size1 li a {
			padding: 12px 24px
		}

		.tabs.tabs-size3 li a {
			padding: 36px 48px
		}

	.tabs-arrow {
		padding: 0;
		overflow: visible
	}

		.tabs-arrow .tabs li a {
			border-top: 4px solid transparent;
			background-color: inherit;
			color: #fff
		}

			.tabs-arrow .tabs li a.active {
				position: relative
			}

				.tabs-arrow .tabs li a.active:after {
					z-index: 1;
					content: '';
					position: absolute;
					left: 50%;
					border-left: 20px solid transparent;
					border-right: 20px solid transparent;
					-ms-transform: translate(-50%,0);
					-o-transform: translate(-50%,0);
					-webkit-transform: translate(-50%,0);
					transform: translate(-50%,0)
				}

			.tabs-arrow .tabs li a .icon {
				display: block;
				width: 30px;
				height: auto;
				position: relative;
				left: 50%;
				margin: 0 0 10px;
				-ms-transform: translate(-50%,0);
				-o-transform: translate(-50%,0);
				-webkit-transform: translate(-50%,0);
				transform: translate(-50%,0)
			}

				.tabs-arrow .tabs li a .icon path, .tabs-arrow .tabs li a .icon polygon, .tabs-arrow .tabs li a .icon rect {
					fill: #fff
				}

		.tabs-arrow .tabs.tabs-arrow-down li a.active {
			border-top: 4px solid #00abec
		}

			.tabs-arrow .tabs.tabs-arrow-down li a.active:after {
				bottom: -20px;
				border-top: 20px solid #243a5e
			}

		.tabs-arrow .tabs.tabs-arrow-up li a.active {
			border-bottom: 4px solid #00abec
		}

			.tabs-arrow .tabs.tabs-arrow-up li a.active:after {
				top: -20px;
				border-bottom: 20px solid #243a5e
			}

	.tabs-content > div {
		display: none;
		margin: 0
	}

		.tabs-content > div.active {
			display: block
		}
}

@media only screen and (min-width:960px) {
	.tabs li a {
		padding: 24px 48px
	}
}

ol.tabs--centered, ul.tabs--centered {
	border-bottom: 3px solid #dedede;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

	ol.tabs--centered:after, ul.tabs--centered:after {
		clear: both;
		content: '';
		display: table
	}

	ol.tabs--centered li, ul.tabs--centered li {
		margin: 0 2px 0 0;
		display: inline-block;
		float: none
	}

.tabs--centered__link {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	color: #323237 !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -3px;
	padding: 10px 12px
}

	.tabs--centered__link.active, .tabs--centered__link:active, .tabs--centered__link:focus {
		background-color: transparent;
		border-bottom-color: #0078d4;
		color: #1a1a1f;
		font-weight: 600;
		outline: 0
	}

		.tabs--centered__link.active:hover, .tabs--centered__link:active:hover, .tabs--centered__link:focus:hover {
			border-bottom-color: #0078d4
		}

	.tabs--centered__link:hover {
		background-color: transparent;
		border-bottom-color: #6a6a6a;
		color: #1a1a1f
	}

ol.tabs--default, ul.tabs--default {
	border-bottom: 3px solid #dedede;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}

	ol.tabs--default:after, ul.tabs--default:after {
		clear: both;
		content: '';
		display: table
	}

	ol.tabs--default li, ul.tabs--default li {
		margin: 0 2px 0 0;
		float: left;
		margin-right: 0
	}

	ol.tabs--default.tabs--centered, ul.tabs--default.tabs--centered {
		text-align: center
	}

		ol.tabs--default.tabs--centered li, ul.tabs--default.tabs--centered li {
			display: inline-block;
			float: none
		}

.tabs--default__link {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	color: #323237 !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -3px;
	padding: 10px 12px
}

	.tabs--default__link.active, .tabs--default__link:active, .tabs--default__link:focus {
		background-color: transparent;
		border-bottom-color: #0078d4;
		color: #1a1a1f;
		font-weight: 600;
		outline: 0
	}

		.tabs--default__link.active:hover, .tabs--default__link:active:hover, .tabs--default__link:focus:hover {
			border-bottom-color: #0078d4
		}

	.tabs--default__link:hover {
		background-color: transparent;
		border-bottom-color: #6a6a6a;
		color: #1a1a1f
	}

ol.tabs--large, ul.tabs--large {
	list-style: none;
	margin: 0;
	padding: 0
}

	ol.tabs--large:after, ul.tabs--large:after {
		clear: both;
		content: '';
		display: table
	}

	ol.tabs--large li, ul.tabs--large li {
		float: left;
		margin: 0 2px 0 0
	}

.tabs--large__link {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: #f4f4f4;
	border-top: 4px solid transparent;
	color: #1a1a1f !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 24px 48px;
	text-align: center
}

	.tabs--large__link.active, .tabs--large__link:active, .tabs--large__link:focus {
		background-color: #fff;
		border-top-color: #0078d4;
		color: #1a1a1f !important;
		outline: 0
	}

		.tabs--large__link.active:hover, .tabs--large__link:active:hover, .tabs--large__link:focus:hover {
			border-top-color: #0078d4
		}

	.tabs--large__link:hover {
		background-color: #fff;
		border-top-color: #000;
		color: #1a1a1f !important
	}

.toggled {
	display: none
}

	.toggled.open {
		display: block
	}

ol.tabs--customer, ul.tabs--customer {
	align-content: center;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0
}

	ol.tabs--customer:after, ul.tabs--customer:after {
		clear: both;
		content: '';
		display: table
	}

	ol.tabs--customer > li, ul.tabs--customer > li {
		margin: 12px;
		width: 25%
	}

.tabs--customer__link {
	align-items: center;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	display: flex;
	height: 84px;
	justify-content: center;
	padding: 12px
}

	.tabs--customer__link.active, .tabs--customer__link:active, .tabs--customer__link:focus {
		background-color: transparent;
		border-bottom-color: #0078d4;
		outline: 0
	}

		.tabs--customer__link.active:hover, .tabs--customer__link:active:hover, .tabs--customer__link:focus:hover {
			border-bottom-color: #0078d4
		}

		.tabs--customer__link.active img, .tabs--customer__link:active img, .tabs--customer__link:focus img {
			filter: none
		}

	.tabs--customer__link:hover {
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		background-color: #ebebeb
	}

		.tabs--customer__link:hover img {
			filter: none
		}

	.tabs--customer__link img {
		filter: grayscale(100%);
		max-height: 100%;
		max-width: 100%
	}

.tabs--customer__content {
	display: block
}

	.tabs--customer__content .tabs--customer__item {
		background-color: inherit;
		display: none;
		margin: 0
	}

		.tabs--customer__content .tabs--customer__item.active {
			display: flex
		}

		.tabs--customer__content .tabs--customer__item .tabs--customer__item__content {
			margin: 0;
			padding: 0 24px
		}

			.tabs--customer__content .tabs--customer__item .tabs--customer__item__content .tabs--customer__item__heading {
				font-size: 20px;
				font-weight: 400
			}

		.tabs--customer__content .tabs--customer__item .tabs--customer__item__image {
			display: none
		}

@media only screen and (min-width:540px) {
	.tabs--customer__content {
		display: flex
	}

		.tabs--customer__content .tabs--customer__item .tabs--customer__item__content {
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 50%
		}

		.tabs--customer__content .tabs--customer__item .tabs--customer__item__image {
			align-items: center;
			display: flex;
			width: 50%
		}
}

@media only screen and (min-width:768px) {
	ol.tabs--customer, ul.tabs--customer {
		flex-wrap: nowrap
	}
}

@media only screen and (min-width:960px) {
	.tabs--customer__content.tabs--customer__content__slate09 .tabs--customer__item {
		background-color: #f4f4f4
	}

	.tabs--customer__content .tabs--customer__item {
		background-color: #fff
	}
}

@media only screen and (min-width:1280px) {
	.tabs--customer__content .tabs--customer__item .tabs--customer__item__content {
		padding-left: 36px;
		padding-right: 24px
	}

	.tabs--customer__content .tabs--customer__item .tabs--customer__item__image {
		align-items: initial
	}
}

.video--thumbnail {
	background-color: transparent;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative
}

	.video--thumbnail.img-wrapper {
		width: 100%
	}

	.video--thumbnail .thumbnail {
		min-width: 100%;
		max-width: 100%
	}

	.video--thumbnail .play-icon {
		height: 48px;
		left: 50%;
		margin-left: -24px;
		margin-top: -24px;
		opacity: .45;
		position: absolute;
		top: 50%;
		width: 48px
	}

	.video--thumbnail .metadata {
		background-color: #1a1a1f;
		bottom: 0;
		color: #fff;
		left: 0;
		right: 0;
		opacity: .7;
		overflow: hidden;
		padding: 6px 12px;
		position: absolute
	}

	.video--thumbnail .title {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
		display: block;
		margin-bottom: 6px
	}

	.video--thumbnail .description {
		font-size: 12px;
		line-height: 1.2;
		color: #fff;
		display: block;
		margin-bottom: 6px
	}

	.video--thumbnail .date {
		display: block
	}

		.video--thumbnail .date:after {
			clear: both;
			content: '';
			display: table
		}

		.video--thumbnail .date span {
			float: right;
			font-size: 10px
		}

			.video--thumbnail .date span:first-child {
				float: left
			}

	.video--thumbnail:hover {
		opacity: .85;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}

@media only screen and (min-width:540px) {
	.video--thumbnail .play-icon {
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
		width: 60px
	}
}

.cta-band-free-account-01 {
	overflow: hidden
}

	.cta-band-free-account-01 .image--container {
		display: none
	}

@media only screen and (min-width:768px) {
	.cta-band-free-account-01 {
		overflow: visible;
		margin-top: 108px;
		position: relative
	}

		.cta-band-free-account-01 .image--container {
			bottom: -6px;
			display: block;
			max-width: 800px;
			padding-right: 24px;
			position: absolute
		}

			.cta-band-free-account-01 .image--container .image--overflow {
				width: 100%
			}
}

#azure-calculator .app-loading {
	background-image: url(/cvt-22502bec79aa9bc9c8c953c7d9c2c058916a2f01ca42378f6b81409b59e41c2a/images/page/calculator/calc-app-loading.gif);
	height: 170px;
	width: 140px;
	position: absolute;
	left: 50%;
	top: 25%;
	z-index: 1;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

	#azure-calculator .app-loading.fixed {
		position: fixed;
		top: 50%
	}

.button:hover {
	color: #dedede
}

.button.button-primary {
	background-color: #89c402;
	color: #1a1a1f !important;
	position: relative;
	padding-right: 45px
}

	.button.button-primary:after {
		background-image: none;
		border-color: currentColor;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: '';
		display: inline-block;
		height: 18px;
		margin-top: -2px;
		width: 18px;
		-ms-transform: rotate(45deg) translate(0,-50%);
		-o-transform: rotate(45deg) translate(0,-50%);
		-webkit-transform: rotate(45deg) translate(0,-50%);
		transform: rotate(45deg) translate(0,-50%);
		position: absolute;
		top: 50%;
		right: 24px
	}

	.button.button-primary:hover {
		background-color: #a5ce00;
		color: #fff
	}

.button.button-chevron {
	padding-right: 48px;
	position: relative
}

	.button.button-chevron:after {
		background-image: none;
		border-color: currentColor;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: '';
		display: inline-block;
		height: 18px;
		margin-top: -2px;
		width: 18px;
		-ms-transform: rotate(45deg) translate(0,-50%);
		-o-transform: rotate(45deg) translate(0,-50%);
		-webkit-transform: rotate(45deg) translate(0,-50%);
		transform: rotate(45deg) translate(0,-50%);
		position: absolute;
		top: 50%;
		right: 24px
	}

.button.button-secondary {
	background-color: #0078d4;
	color: #fff !important
}

	.button.button-secondary:hover {
		background-color: #005ba1
	}

	.button.button-secondary.button-no-arrow {
		padding-right: 20px
	}

		.button.button-secondary.button-no-arrow:after {
			content: none
		}

.button.button-tertiary {
	background-color: #243a5e
}

.button.button-transparent {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 6px 40px
}

	.button.button-transparent.button-small {
		padding: 6px 20px
	}

	.button.button-transparent:focus {
		border: 2px solid #00abec
	}

.button.svg-button svg {
	fill: #fff;
	height: 20px;
	margin-top: -6px;
	vertical-align: middle;
	width: 20px
}

.button.button-transparent-palette03 {
	background-color: transparent;
	border: 1px solid #0078d4;
	color: #0078d4 !important;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 12px;
	padding-top: 12px
}

.button.button-transparent-slate01 {
	background-color: transparent;
	border: 2px solid #1a1a1f;
	color: #1a1a1f !important;
	font-size: 16px;
	padding: 6px 40px
}

.button.button-transparent-blue {
	background-color: transparent;
	border: 1px solid #0078d4;
	color: #0078d4 !important;
	font-size: 16px;
	padding: 12px 34px 12px 20px;
	position: relative
}

	.button.button-transparent-blue:after {
		background-image: none;
		border-color: currentColor;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: '';
		display: inline-block;
		height: 8px;
		margin-top: -2px;
		width: 8px;
		-ms-transform: rotate(45deg) translate(0,-50%);
		-o-transform: rotate(45deg) translate(0,-50%);
		-webkit-transform: rotate(45deg) translate(0,-50%);
		transform: rotate(45deg) translate(0,-50%);
		position: absolute;
		top: 56%;
		right: 24px
	}

	.button.button-transparent-blue:hover {
		background-color: #0078d4;
		border: 1px solid #0078d4;
		color: #fff !important
	}

.button.button-carrot {
	background-color: #243a5e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 35px 5px 10px;
	margin-bottom: 5px
}

	.button.button-carrot:after {
		content: '\25B6';
		display: inline-block;
		color: #fff;
		line-height: 1.5;
		margin-left: 12px;
		position: absolute;
		vertical-align: bottom;
		width: 8px
	}

	.button.button-carrot:hover {
		background-color: #162339
	}

.button.button-palette02 {
	background-color: #00abec;
	color: #fff
}

	.button.button-palette02:hover {
		background-color: #0086b9
	}

.button.button-palette10 {
	background-color: #6b2929;
	color: #fff
}

	.button.button-palette10:hover {
		background-color: #461b1b
	}

.button.button-slate08 {
	background-color: #dedede;
	color: #1a1a1f !important
}

	.button.button-slate08:hover {
		background-color: #c5c5c5
	}

.button.button-rss {
	background-color: #ea8335
}

	.button.button-rss:hover {
		background-color: #d66916;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}

	.button.button-rss .icon {
		margin-left: 0;
		margin-right: 8px;
		vertical-align: sub
	}

		.button.button-rss .icon.icon-size2 {
			height: 24px;
			margin-top: 0;
			width: 24px
		}

.button.button-picker-nav-list-item {
	-webkit-transition: all .25s;
	transition: all .25s;
	background: #e9e9e9;
	color: #505055 !important;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	padding: 9px 12px;
	text-align: left;
	width: 100%
}

	.button.button-picker-nav-list-item.active, .button.button-picker-nav-list-item:active, .button.button-picker-nav-list-item:focus, .button.button-picker-nav-list-item:hover {
		background: #fff
	}

@media only screen and (min-width:768px) {
	.button.button-carrot {
		margin-bottom: 0
	}

	.button.button-rss {
		font-size: 20px
	}

		.button.button-rss.filter-menu-align {
			margin-top: 22px
		}

		.button.button-rss.qs-picker-align {
			margin-top: 38px;
			padding-bottom: 5px;
			padding-top: 4px
		}
}

@media only screen and (min-width:960px) {
	.button.button-rss {
		font-size: 24px
	}
}

.card .tags {
	height: 24px;
	margin: 12px 0;
	overflow: hidden
}

.card .meta {
	color: #6a6a6a;
	font-size: 12px;
	margin-top: 12px
}

	.card .meta .image {
		background-repeat: no-repeat;
		border-radius: 15px;
		display: inline-block;
		height: 30px;
		width: 30px;
		vertical-align: middle
	}

.card .partner-info .configure {
	margin-left: 10px;
	margin-right: 6px
}

.card .card-bottom-arrow {
	position: absolute;
	bottom: 35px;
	right: 35px
}

.card-resource {
	margin: 12px 0
}

.card-product {
	border: 1px solid #1a1a1f;
	display: inline-block;
	min-width: 250px
}

.card-product-head {
	background: #022050;
	color: #fff;
	font-size: 24px;
	padding: 18px
}

	.card-product-head .icon {
		margin-right: 12px;
		vertical-align: middle
	}

.card-product-body {
	background: #fff;
	padding: 18px
}

.card-product-body-space-between {
	display: flex;
	justify-content: space-between
}

.card-product-body img {
	margin-top: 6px
}

.card-product-body .price {
	font-size: 28px;
	font-weight: 200
}

	.card-product-body .price span {
		line-height: 12px;
		vertical-align: middle
	}

	.card-product-body .price .per-month {
		display: inline-block;
		font-size: 14px;
		position: relative;
		bottom: 12px
	}

.card-offer {
	min-height: 300px;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	padding-top: 0
}

	.card-offer .hero {
		background-color: #dedede;
		padding-bottom: 12px;
		padding-top: 12px;
		margin-right: -12px;
		margin-left: -12px
	}

.card-offer-divider {
	border-top: 1px solid #dedede
}

a.card-offer {
	color: #505055;
	position: relative
}

	a.card-offer:hover {
		color: #505055;
		outline: 1px solid #0063ae
	}

	a.card-offer:after {
		background-image: none;
		border-color: currentColor;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: '';
		display: inline-block;
		height: 24px;
		margin-top: -2px;
		width: 24px;
		-ms-transform: rotate(45deg) translate(0,-50%);
		-o-transform: rotate(45deg) translate(0,-50%);
		-webkit-transform: rotate(45deg) translate(0,-50%);
		transform: rotate(45deg) translate(0,-50%);
		position: absolute;
		right: 24px;
		bottom: 20px
	}

a.card-transform {
	color: #323237 !important;
	margin-top: 24px
}

	a.card-transform .link-text {
		color: #0071c7
	}

	a.card-transform:before {
		content: '';
		width: 100%;
		height: 0;
		border-top: 4px solid transparent;
		display: block;
		position: absolute;
		top: 0;
		left: 0
	}

	a.card-transform:hover:before {
		border-top: 4px solid #00abec
	}

	a.card-transform.green-border:hover:before {
		border-top: 4px solid #89c402
	}

	a.card-transform.card-slate00 {
		color: #fff !important
	}

.card-customer {
	color: #505055
}

	.card-customer a {
		color: #0071c7
	}

		.card-customer a:hover {
			color: #0063ae
		}

	.card-customer .top-image {
		width: 100%
	}

	.card-customer .bottom-logo {
		height: 35px
	}

	.card-customer .bottom-logo-lg {
		height: 70px
	}

	.card-customer .title {
		height: 2.6em;
		overflow: hidden
	}

	.card-customer .content {
		height: 4.5em;
		overflow: hidden
	}

.card-partner .logo-holder {
	height: 55px
}

	.card-partner .logo-holder img {
		max-height: 50px
	}

.card-partner .title {
	height: 2.6em;
	overflow: hidden
}

.card-partner .content {
	height: 10em;
	overflow: hidden
}

.card-flip-container {
	position: relative;
	color: #323237 !important;
	border: 1px solid #dedede
}

	.card-flip-container .button.button--ghost {
		width: 86%;
		position: absolute;
		bottom: 24px;
		left: 7%
	}

	.card-flip-container .quote-sign:before {
		display: block;
		vertical-align: top;
		height: 30px;
		line-height: 48px;
		font-size: 70px;
		font-weight: 600;
		content: '\201C';
		padding-bottom: 12px
	}

	.card-flip-container .top-image {
		width: 100%
	}

	.card-flip-container .front .customer-logo {
		max-height: 40px
	}

	.card-flip-container .back {
		display: none
	}

	.card-flip-container:before {
		width: 100%;
		height: 0;
		border-top: 4px solid #00abec;
		display: block;
		position: absolute;
		top: 0;
		left: 0
	}

	.card-flip-container:hover, .card-flip-container:focus {
		color: #323237 !important
	}

		.card-flip-container:hover .back, .card-flip-container:focus .back {
			position: absolute;
			top: 4px;
			bottom: 0;
			left: 0;
			right: 0;
			display: block
		}

		.card-flip-container:hover:before, .card-flip-container:focus:before {
			content: ''
		}

@media only screen and (min-width:540px) {
	.card-offer.equalized {
		position: relative
	}

		.card-offer.equalized .footer {
			position: absolute;
			padding: 0 12px 12px;
			bottom: 0;
			left: 0;
			right: 0
		}
}

@media only screen and (min-width:768px) {
	a.card-transform {
		transition: all .2s ease-in-out;
		margin-top: 0
	}

		a.card-transform:hover {
			transform: translateY(-12px)
		}

			a.card-transform:hover .title {
				color: #0078d4
			}

			a.card-transform:hover .content {
				color: #323237
			}

	.card-flip-container .front .customer-logo {
		height: 40px
	}

	.card-flip-container .front .flip-heading {
		height: 2.6em;
		overflow: hidden
	}

	.card-flip-container .front .flip-content {
		height: 3.9em;
		overflow: hidden
	}
}

.card-pillar {
	border-radius: 6px;
	transition: ease-in 200ms
}

	.card-pillar:hover .text-heading3 {
		color: #0078d4
	}

	.card-pillar.active, .card-pillar:hover {
		background-color: #dedede
	}

.card-bordered {
	border: 1px solid #dedede
}

.card-background-transparent {
	background-color: rgba(0,0,0,.75)
}

	.card-background-transparent a {
		color: #00abec;
		font-size: 14px
	}

.card-picker .footer {
	border-top: 2px solid #fff
}

	.card-picker .footer li {
		margin-bottom: 3px
	}

.picker-palette03 a.button, .picker-palette03 button {
	background-color: #0078d4
}

.picker-palette05 a.button, .picker-palette05 button {
	background-color: #89c402
}

.trycs-modal-carousel-dots-container {
	padding: 20px 0 5px
}

	.trycs-modal-carousel-dots-container .owl-dot {
		border-radius: 50%;
		background-color: #f4f4f4;
		display: inline-block;
		height: 10px;
		margin-right: 8px;
		width: 10px
	}

		.trycs-modal-carousel-dots-container .owl-dot.active {
			background-color: #1a1a1f
		}

.card-shadow {
	box-shadow: 0 5px 10px rgba(0,0,0,.22)
}

.card-palette03 a {
	color: #fff
}

.card-faded .description {
	color: #969696
}

.card-faded a {
	color: #969696
}

	.card-faded a:hover {
		color: #969696
	}

.card-image-banner {
	display: flex
}

	.card-image-banner .card {
		min-width: 260px
	}

	.card-image-banner .card-image-banner__item:not(:first-child) {
		margin-bottom: 0;
		margin-top: 24px
	}

.card-bordered-top {
	border-top: 1px solid #dedede
}

.card-pricing-feature .pricing-card-content, .card-pricing-feature .pricing-card-heading {
	color: #505055
}

	.card-pricing-feature .pricing-card-heading:before {
		background-color: #505055;
		content: '';
		display: block;
		height: 3px;
		margin-bottom: 12px;
		width: 25px
	}

.card-pricing-feature .arrow-down {
	color: #0078d4
}

	.card-pricing-feature .arrow-down:before {
		font-size: 12px;
		content: '\e74b';
		font-family: 'BAPIMDL2';
		margin-right: 8px
	}

.card-pricing-feature:hover {
	background-color: #fff;
	cursor: pointer
}

	.card-pricing-feature:hover .pricing-card-heading {
		color: #0078d4
	}

		.card-pricing-feature:hover .pricing-card-heading:before {
			background-color: #0078d4
		}

@media only screen and (min-width:768px) {
	.card-pricing-image-background {
		background-position: bottom;
		background-repeat: no-repeat
	}

		.card-pricing-image-background.calculator {
			background-image: url(/cvt-208ab72921e1b03569819ccd183865dbc7be441faa3696549d510432b7ea0320/images/page/pricing/index-v2/calculator.svg);
			background-position-x: 93%;
			background-size: 250px
		}

		.card-pricing-image-background.tco {
			background-image: url(/cvt-bb3faba15c34f7049c43786a4623e747ff863edd19fbb0f443fae2926b3f77d0/images/page/pricing/index-v2/tco-screen.png);
			background-position-x: 92%;
			background-size: 225px
		}

	.card-no-padding-left {
		padding-left: 0
	}
}

.filter-sort-list li a {
	color: #0071c7
}

	.filter-sort-list li a.active {
		color: inherit;
		font-weight: 600
	}

		.filter-sort-list li a.active:hover {
			color: #0063ae
		}

a.link-underline {
	text-decoration: underline !important
}

.tco-loading {
	animation: spin 2s linear infinite;
	text-align: center
}

	.tco-loading:after {
		background-image: url(/cvt-623d41e43eeb62ba1af33c44989593950665854be355cb73968ef76a43916fac/images/page/tco-calculator/loading.png);
		height: 70px;
		width: 93px;
		content: '';
		display: inline-block
	}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.text-indent {
	padding-left: 24px
}

.text-indent-small {
	padding-left: 12px
}

a {
	color: #0071c7
}

	a:hover {
		color: #0063ae
	}

section {
	clear: both
}

canvas {
	-ms-touch-action: double-tap-zoom
}

img.normalize {
	display: inline-block !important;
	width: auto !important
}

img.border-gray {
	border: 2px solid #969696
}

figcaption {
	margin-top: 12px
}

.pull-left {
	float: left
}

img.pull-left {
	margin: 0 12px 12px 0
}

	img.pull-left ~ ul {
		overflow: hidden
	}

.pull-right {
	float: right
}

img.pull-right {
	margin: 0 0 12px 12px
}

	img.pull-right ~ ul {
		overflow: hidden
	}

.clearfix:after {
	clear: both;
	content: '';
	display: table
}

p + h1, ul + h1, table + h1, p + h2, ul + h2, table + h2, p + h3, ul + h3, table + h3, p + h4, ul + h4, table + h4, p + h5, ul + h5, table + h5, p + h6, ul + h6, table + h6 {
	margin-top: 24px
}

.wa-iconBoxed + h3 {
	margin-top: 15px
}

object[data$='.svg'] {
	width: 100%
}

.currency-name {
	text-transform: uppercase
}

pre.copy-to-clipboard {
	border: 0;
	line-height: 1.6;
	padding: 16px
}

blockquote {
	font-size: 16px
}

	blockquote cite {
		font-style: normal
	}

.border-none {
	border: 0 !important
}

@keyframes pop-in {
	0% {
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0;
		visibility: hidden
	}

	to {
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		visibility: visible
	}
}

@keyframes collapsed-to-full {
	0% {
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		-webkit-transform: scale(.5);
		transform: scale(.5);
		height: 0;
		opacity: 0;
		visibility: hidden
	}

	to {
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		height: 46px;
		opacity: 1;
		visibility: visible
	}
}

html.azure-header-static .azure-header {
	position: relative !important
}

	html.azure-header-static .azure-header .sign-in, html.azure-header-static .azure-header .my-account, html.azure-header-static .azure-header .mobile-navigation-my-account-container, html.azure-header-static .azure-header .authenticated, html.azure-header-static .azure-header .authenticated-menu {
		display: none !important
	}

html.azure-header-with-subnav-static .azure-header {
	position: relative !important
}

html.azure-header-no-cta #header-main-cta, html.azure-header-no-cta .header-button-primary-container {
	display: none !important
}

html.azure-header-no-cta #navigation-overview {
	border-top: 1px solid #6a6a6a
}

.azure-header {
	background-color: #1a1a1f;
	color: #fff;
	font-size: 15px;
	overflow: visible !important;
	position: relative;
	z-index: 9999
}

	.azure-header a, .azure-header a:active, .azure-header a:focus, .azure-header a:hover {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
		background-color: transparent;
		color: #fff;
		text-decoration: none
	}

	.azure-header button {
		background-color: transparent;
		border: 0;
		color: #fff;
		cursor: pointer;
		margin: 0;
		overflow: visible;
		padding: 0;
		text-align: left;
		text-transform: none;
		width: 100%
	}

	.azure-header .subnav-toggle-button {
		display: none;
		height: 100%;
		left: 177px;
		padding-left: 12px;
		position: absolute;
		width: 100%
	}

		.azure-header .subnav-toggle-button:after {
			content: '\e70d';
			font-family: 'BAPIMDL2';
			border-left: 1px solid #78787d;
			font-size: 12px;
			font-weight: 600;
			padding: 7px 0 4px 12px;
			position: relative;
			top: 2px
		}

	.azure-header ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

		.azure-header ul li {
			margin: 0;
			padding: 0
		}

	.azure-header .icon {
		display: inline-block;
		line-height: 0;
		max-width: 100%;
		vertical-align: bottom
	}

		.azure-header .icon svg {
			height: 100%;
			width: 100%
		}

	.azure-header svg {
		fill: inherit;
		height: auto;
		max-width: 100%;
		pointer-events: none;
		stroke: inherit;
		width: auto
	}

		.azure-header svg:not(:root) {
			overflow: hidden
		}

	.azure-header input[type=text] {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #1a1a1f;
		outline: 0
	}

		.azure-header input[type=text]:active, .azure-header input[type=text]:focus {
			border: 2px solid #0078d4
		}

	.azure-header nav {
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.azure-header .text-center {
		text-align: center
	}

	.azure-header #header-main-cta, .azure-header #mobile-navigation-free-account {
		-webkit-transition: all .25s;
		transition: all .25s;
		background-color: #a5ce00;
		color: #000;
		font-size: 24px;
		font-weight: 300;
		padding: 5px 20px 8px;
		text-align: center
	}

		.azure-header #header-main-cta:active, .azure-header #mobile-navigation-free-account:active, .azure-header #header-main-cta:focus, .azure-header #mobile-navigation-free-account:focus, .azure-header #header-main-cta:hover, .azure-header #mobile-navigation-free-account:hover {
			background-color: #d7ff35;
			color: #000
		}

	.azure-header .mobile-only {
		display: block;
		text-align: center
	}

		.azure-header .mobile-only .header-button-primary-container {
			clear: both
		}

	.azure-header .no-chevron:after {
		display: none !important
	}

	.azure-header .authenticated-menu, .azure-header .category-see-more, .azure-header .category-see-more-tablet, .azure-header .menu-pop-heading, .azure-header .menu-pop-subheading, .azure-header .tablet-desktop-only {
		display: none
	}

	.azure-header .logo-container {
		display: flex;
		left: 15px;
		position: absolute;
		top: 12px
	}

		.azure-header .logo-container a {
			display: inline-block
		}

		.azure-header .logo-container svg {
			display: block;
			height: 23px;
			width: 162px
		}

	.azure-header .skip-nav-container {
		width: 100%;
		position: absolute;
		top: -20em;
		z-index: 1001
	}

		.azure-header .skip-nav-container a {
			background: #fff;
			background: rgba(255,255,255,.9);
			color: #323237;
			padding: 10px;
			left: 0;
			right: 0;
			font-weight: 600;
			text-align: center;
			position: absolute
		}

			.azure-header .skip-nav-container a:focus {
				box-shadow: 3px 3px 5px #323237;
				top: 0;
				position: fixed;
				text-decoration: underline
			}

	.azure-header .nav-basic {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		height: 46px;
		padding: 0 12px
	}

		.azure-header .nav-basic .nav-basic-links {
			float: right;
			height: 46px;
			width: calc(100% - 200px)
		}

			.azure-header .nav-basic .nav-basic-links .mobile-hamburger {
				float: right;
				height: 46px;
				width: 24px
			}

				.azure-header .nav-basic .nav-basic-links .mobile-hamburger button {
					height: 46px
				}

					.azure-header .nav-basic .nav-basic-links .mobile-hamburger button:active .icon-hamburger, .azure-header .nav-basic .nav-basic-links .mobile-hamburger button:focus .icon-hamburger, .azure-header .nav-basic .nav-basic-links .mobile-hamburger button:hover .icon-hamburger {
						border-color: #0078d4
					}

					.azure-header .nav-basic .nav-basic-links .mobile-hamburger button .icon-hamburger {
						-moz-box-sizing: initial;
						box-sizing: initial;
						-webkit-transition: all .25s;
						transition: all .25s;
						border-bottom: 10px double #fff;
						border-top: 3px solid #fff;
						display: block;
						font-size: 0;
						height: 4px;
						width: 25px
					}

			.azure-header .nav-basic .nav-basic-links .mobile-search {
				float: right;
				padding: 0
			}

				.azure-header .nav-basic .nav-basic-links .mobile-search button {
					height: 46px;
					margin-right: 12px;
					padding: 12px
				}

					.azure-header .nav-basic .nav-basic-links .mobile-search button:active .icon, .azure-header .nav-basic .nav-basic-links .mobile-search button:focus .icon, .azure-header .nav-basic .nav-basic-links .mobile-search button:hover .icon {
						-ms-transform: scale(1.15);
						-o-transform: scale(1.15);
						-webkit-transform: scale(1.15);
						transform: scale(1.15)
					}

						.azure-header .nav-basic .nav-basic-links .mobile-search button:active .icon svg, .azure-header .nav-basic .nav-basic-links .mobile-search button:focus .icon svg, .azure-header .nav-basic .nav-basic-links .mobile-search button:hover .icon svg {
							stroke: #0078d4
						}

					.azure-header .nav-basic .nav-basic-links .mobile-search button .icon {
						-webkit-transition: all .25s;
						transition: all .25s;
						display: block;
						height: 16px;
						width: 16px
					}

						.azure-header .nav-basic .nav-basic-links .mobile-search button .icon svg {
							stroke: #fff
						}

			.azure-header .nav-basic .nav-basic-links .close-mobile-search {
				float: right;
				padding: 0
			}

				.azure-header .nav-basic .nav-basic-links .close-mobile-search button {
					color: #969696;
					font-size: 12px;
					font-weight: 300;
					height: 46px;
					margin-right: 24px
				}

					.azure-header .nav-basic .nav-basic-links .close-mobile-search button:active, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:focus, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:hover {
						color: #0078d4
					}

						.azure-header .nav-basic .nav-basic-links .close-mobile-search button:active .icon, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:focus .icon, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:hover .icon {
							-ms-transform: scale(1.15);
							-o-transform: scale(1.15);
							-webkit-transform: scale(1.15);
							transform: scale(1.15)
						}

							.azure-header .nav-basic .nav-basic-links .close-mobile-search button:active .icon svg, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:focus .icon svg, .azure-header .nav-basic .nav-basic-links .close-mobile-search button:hover .icon svg {
								fill: #0078d4
							}

					.azure-header .nav-basic .nav-basic-links .close-mobile-search button .text {
						display: none
					}

					.azure-header .nav-basic .nav-basic-links .close-mobile-search button .icon {
						-webkit-transition: all .25s;
						transition: all .25s;
						height: 15px;
						margin-left: 6px;
						width: 15px
					}

						.azure-header .nav-basic .nav-basic-links .close-mobile-search button .icon svg {
							fill: #fff
						}

			.azure-header .nav-basic .nav-basic-links .close-mobile-search, .azure-header .nav-basic .nav-basic-links .contact-sales, .azure-header .nav-basic .nav-basic-links .my-account, .azure-header .nav-basic .nav-basic-links .portal, .azure-header .nav-basic .nav-basic-links .search, .azure-header .nav-basic .nav-basic-links .sign-in {
				display: none
			}

			.azure-header .nav-basic .nav-basic-links .nav-site-search {
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				background-color: #e9e9e9;
				display: none;
				left: 0;
				padding: 10px;
				position: absolute;
				top: 46px;
				width: 100%
			}

				.azure-header .nav-basic .nav-basic-links .nav-site-search.open {
					display: block
				}

				.azure-header .nav-basic .nav-basic-links .nav-site-search > input[type=text] {
					display: inline-block;
					padding: 6px;
					width: 70%
				}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > input[type=text]::-ms-clear {
						display: none
					}

				.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] {
					background-color: #0078d4;
					border: 1px solid #0078d4;
					color: #fff;
					display: inline-block;
					font-size: 15px;
					padding: 6px;
					text-align: center;
					width: 20%
				}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:active, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:focus, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:hover {
						background-color: #0894ff
					}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:focus {
						border: 1px dotted #fff
					}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] > .text {
						display: inline
					}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] > .icon {
						display: none
					}

				.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container {
					display: none;
					float: right;
					margin-top: 5px;
					text-align: center;
					width: 8%
				}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container.active {
						display: inline-block
					}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset] {
						text-align: right
					}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:active .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:focus .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:hover .icon {
							-ms-transform: scale(1.15);
							-o-transform: scale(1.15);
							-webkit-transform: scale(1.15);
							transform: scale(1.15)
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:active .icon svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:focus .icon svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:hover .icon svg {
								fill: #0078d4
							}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset] .icon {
							-webkit-transition: all .25s;
							transition: all .25s;
							height: 15px;
							width: 15px
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset] .icon svg {
								fill: #323237
							}

	.azure-header .nav-main {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: none
	}

		.azure-header .nav-main.open {
			display: block
		}

		.azure-header .nav-main .nav-main-links .sub {
			display: none
		}

		.azure-header .nav-main .nav-main-links > li {
			background-color: #3e3d4d;
			border-top: 1px solid #6a6a6a
		}

			.azure-header .nav-main .nav-main-links > li.no-border {
				border: 0
			}

			.azure-header .nav-main .nav-main-links > li.azure-products .menu-pop a {
				padding-left: 50px
			}

				.azure-header .nav-main .nav-main-links > li.azure-products .menu-pop a:after {
					display: none
				}

				.azure-header .nav-main .nav-main-links > li.azure-products .menu-pop a.active {
					color: #0078d4
				}

			.azure-header .nav-main .nav-main-links > li.mobile-nested-link > span {
				display: block;
				padding: 12px;
				text-align: center
			}

				.azure-header .nav-main .nav-main-links > li.mobile-nested-link > span.sign-in {
					display: inline;
					padding: 0
				}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link > span.sign-in a {
						display: block;
						padding: 12px;
						text-align: center
					}

			.azure-header .nav-main .nav-main-links > li.mobile-nested-link a, .azure-header .nav-main .nav-main-links > li.mobile-nested-link a span, .azure-header .nav-main .nav-main-links > li.mobile-nested-link .arrowLink {
				font-size: 14px;
				display: inline;
				padding: 0
			}

			.azure-header .nav-main .nav-main-links > li.mobile-nested-link .arrowLink {
				position: relative
			}

				.azure-header .nav-main .nav-main-links > li.mobile-nested-link .arrowLink:after {
					content: '\e76c';
					font-family: 'BAPIMDL2';
					display: inline-block;
					font-size: .9em;
					line-height: 2em;
					margin-left: .3em;
					position: absolute;
					top: -1px
				}

				.azure-header .nav-main .nav-main-links > li.mobile-nested-link .arrowLink:after {
					margin-left: .1em
				}

			.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated button.btn-profile {
				display: none
			}

			.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu {
				background-color: #605f6d;
				color: #fff;
				display: block;
				height: 70px;
				position: relative
			}

				.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child {
					float: left;
					height: 70px;
					width: 75%;
					padding: 10px 0 10px 10px
				}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .menu-avatar-large {
						float: left;
						height: 50px;
						margin-right: 10px;
						width: 50px
					}

						.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .menu-avatar-large svg {
							height: 100%;
							width: 100%
						}

							.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .menu-avatar-large svg path {
								fill: #fff
							}

							.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .menu-avatar-large svg rect {
								fill: #3e3d4d
							}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .email, .azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .full-name, .azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .identity-provider {
						float: left;
						line-height: 1;
						overflow: hidden;
						text-align: left;
						width: calc(100% - 60px)
					}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .full-name {
						font-size: 15px;
						height: 23px;
						line-height: 1.2;
						margin-top: -4px
					}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .email {
						font-size: 12px;
						height: 17px;
						margin-top: -3px
					}

					.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .identity-provider {
						font-size: 11px;
						height: 15px;
						margin-top: 5px;
						text-transform: uppercase
					}

				.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li.sign-out {
					align-items: center;
					display: flex;
					float: left;
					height: 70px;
					justify-content: center;
					width: 25%;
					text-align: center;
					text-decoration: underline
				}

			.azure-header .nav-main .nav-main-links > li a, .azure-header .nav-main .nav-main-links > li button {
				display: block;
				font-size: 15px;
				padding: 10px;
				position: relative;
				width: 100%
			}

				.azure-header .nav-main .nav-main-links > li a:active, .azure-header .nav-main .nav-main-links > li button:active, .azure-header .nav-main .nav-main-links > li a:focus, .azure-header .nav-main .nav-main-links > li button:focus, .azure-header .nav-main .nav-main-links > li a:hover, .azure-header .nav-main .nav-main-links > li button:hover, .azure-header .nav-main .nav-main-links > li a.active, .azure-header .nav-main .nav-main-links > li button.active {
					color: #0078d4
				}

				.azure-header .nav-main .nav-main-links > li a.expand-menu-link:after, .azure-header .nav-main .nav-main-links > li button.expand-menu-link:after {
					-webkit-transition: all .25s 0s;
					transition: all .25s 0s;
					margin-top: -9px;
					position: absolute;
					right: 10px;
					top: 50%;
					content: '\e70d';
					font-family: 'BAPIMDL2'
				}

				.azure-header .nav-main .nav-main-links > li a.expand-menu-link:active .icon > svg, .azure-header .nav-main .nav-main-links > li button.expand-menu-link:active .icon > svg, .azure-header .nav-main .nav-main-links > li a.expand-menu-link:focus .icon > svg, .azure-header .nav-main .nav-main-links > li button.expand-menu-link:focus .icon > svg, .azure-header .nav-main .nav-main-links > li a.expand-menu-link:hover .icon > svg, .azure-header .nav-main .nav-main-links > li button.expand-menu-link:hover .icon > svg, .azure-header .nav-main .nav-main-links > li a.expand-menu-link.active .icon > svg, .azure-header .nav-main .nav-main-links > li button.expand-menu-link.active .icon > svg {
					fill: #0078d4;
					stroke: #0078d4
				}

				.azure-header .nav-main .nav-main-links > li a.expand-menu-link.active:after, .azure-header .nav-main .nav-main-links > li button.expand-menu-link.active:after {
					-webkit-transition: all .25s 0s;
					transition: all .25s 0s;
					margin-top: -9px;
					position: absolute;
					right: 10px;
					top: 50%;
					content: '\e70d';
					font-family: 'BAPIMDL2';
					-ms-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg)
				}

				.azure-header .nav-main .nav-main-links > li a.expand-menu-link .icon, .azure-header .nav-main .nav-main-links > li button.expand-menu-link .icon {
					height: 15px;
					left: 10px;
					position: absolute;
					top: 14px;
					width: 15px
				}

					.azure-header .nav-main .nav-main-links > li a.expand-menu-link .icon > svg, .azure-header .nav-main .nav-main-links > li button.expand-menu-link .icon > svg {
						fill: #969696;
						stroke: #969696
					}

			.azure-header .nav-main .nav-main-links > li nav {
				display: none
			}

				.azure-header .nav-main .nav-main-links > li nav.open {
					display: block
				}

				.azure-header .nav-main .nav-main-links > li nav .menu-drop li {
					background-color: #504f64;
					border-top: 1px solid #6a6a6a
				}

					.azure-header .nav-main .nav-main-links > li nav .menu-drop li:first-child {
						border: 0
					}

					.azure-header .nav-main .nav-main-links > li nav .menu-drop li a, .azure-header .nav-main .nav-main-links > li nav .menu-drop li button {
						display: block;
						font-size: 15px;
						padding: 10px 10px 10px 30px;
						width: 100%
					}

					.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .icon {
						display: none
					}

		.azure-header .nav-main .nav-collapsed-links {
			display: none
		}

	.azure-header .authenticated {
		display: none
	}

#header-main-cta {
	display: none
}

@media only screen and (min-width:540px) {
	.azure-header button {
		width: auto
	}

	.azure-header .nav-basic .nav-basic-links .close-mobile-search button .text {
		display: inline;
		font-size: 15px
	}

	.azure-header .nav-basic .nav-basic-links .close-mobile-search button .icon {
		position: relative;
		top: 0
	}

	.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .menu-avatar-large {
		margin-right: 20px
	}

	.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .email, .azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .full-name, .azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li:first-child .identity-provider {
		width: calc(100% - 70px)
	}

	.azure-header .nav-main .nav-main-links > li.mobile-nested-link .authenticated .authenticated-menu > li.sign-out a {
		font-size: 15px
	}

	html.azure-header-with-subnav .nav-basic-links, html.azure-header-with-subnav .nav-main {
		display: none !important
	}

	html.azure-header-with-subnav .azure-header {
		height: 46px;
		position: fixed;
		width: 100%
	}

		html.azure-header-with-subnav .azure-header .subnav-toggle-button {
			display: inline-block
		}
}

@media only screen and (min-width:768px) {
	html.azure-header-minimum .nav-basic-links, html.azure-header-minimum .nav-main {
		display: none !important
	}

	html.azure-header-minimum .azure-header {
		height: 46px
	}

	html.azure-header-no-cta #navigation-overview {
		border-top: none
	}

	#header-main-cta {
		display: inline-block
	}

	#navigation-overview {
		padding-left: 12px
	}

	.split-column > nav {
		min-width: 768px
	}

		.split-column > nav .menu-drop li {
			float: left;
			margin-right: 1%;
			width: 49.5%
		}

			.split-column > nav .menu-drop li:nth-child(even) {
				margin-right: 0
			}

			.split-column > nav .menu-drop li a {
				height: 80px
			}

	.overflow {
		display: none
	}

	.azure-header {
		background-color: #1a1a1f;
		height: 88px;
		margin: 0;
		padding: 0;
		position: fixed;
		width: 100%
	}

		.azure-header.collapsed {
			height: 42px;
			top: 0
		}

			.azure-header.collapsed .nav-basic {
				height: 0;
				visibility: hidden
			}

			.azure-header.collapsed .nav-main .nav-main-links > li nav {
				top: 42px
			}

			.azure-header.collapsed .nav-main .nav-collapsed-links {
				background-color: #1a1a1f;
				display: block;
				height: 42px
			}

				.azure-header.collapsed .nav-main .nav-collapsed-links > li {
					float: right;
					font-size: 14px;
					padding: 7px 16px 9px
				}

					.azure-header.collapsed .nav-main .nav-collapsed-links > li.portal {
						margin-top: 3px
					}

						.azure-header.collapsed .nav-main .nav-collapsed-links > li.portal:active, .azure-header.collapsed .nav-main .nav-collapsed-links > li.portal:focus, .azure-header.collapsed .nav-main .nav-collapsed-links > li.portal:hover {
							-webkit-transition: background-color .25s;
							transition: background-color .25s;
							background-color: #0078d4
						}

					.azure-header.collapsed .nav-main .nav-collapsed-links > li.portal, .azure-header.collapsed .nav-main .nav-collapsed-links > li a .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li button .icon {
						-webkit-animation: pop-in .5s;
						-moz-animation: pop-in .5s;
						-o-animation: pop-in .5s;
						animation: pop-in .5s
					}

					.azure-header.collapsed .nav-main .nav-collapsed-links > li a:active .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:active .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li a:focus .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:focus .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li a:hover .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:hover .icon {
						-ms-transform: scale(1.15);
						-o-transform: scale(1.15);
						-webkit-transform: scale(1.15);
						transform: scale(1.15)
					}

						.azure-header.collapsed .nav-main .nav-collapsed-links > li a:active .icon svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:active .icon svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li a:focus .icon svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:focus .icon svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li a:hover .icon svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li button:hover .icon svg {
							fill: #0078d4;
							stroke: #0078d4
						}

					.azure-header.collapsed .nav-main .nav-collapsed-links > li a .icon, .azure-header.collapsed .nav-main .nav-collapsed-links > li button .icon {
						-webkit-transition: all .25s;
						transition: all .25s;
						height: 18px;
						width: 18px
					}

						.azure-header.collapsed .nav-main .nav-collapsed-links > li a .icon > svg, .azure-header.collapsed .nav-main .nav-collapsed-links > li button .icon > svg {
							fill: #fff;
							stroke: #fff
						}

		.azure-header #header-main-cta, .azure-header #mobile-navigation-free-account {
			position: relative;
			background-color: transparent;
			color: #89c402;
			float: right;
			font-size: 14px;
			font-weight: 600;
			line-height: 24px;
			padding: 9px 24px 0 12px
		}

			.azure-header #header-main-cta:after, .azure-header #mobile-navigation-free-account:after {
				content: '\e76c';
				font-family: 'BAPIMDL2';
				display: inline-block;
				font-size: .9em;
				line-height: 2em;
				margin-left: .3em;
				position: absolute;
				top: -1px
			}

			.azure-header #header-main-cta:active, .azure-header #mobile-navigation-free-account:active, .azure-header #header-main-cta:focus, .azure-header #mobile-navigation-free-account:focus, .azure-header #header-main-cta:hover, .azure-header #mobile-navigation-free-account:hover {
				background-color: transparent;
				color: #acf603
			}

			.azure-header #header-main-cta:after, .azure-header #mobile-navigation-free-account:after {
				font-size: .7em;
				right: 9px;
				top: 13px
			}

		.azure-header .mobile-hamburger, .azure-header .mobile-only, .azure-header .mobile-search {
			display: none !important
		}

		.azure-header .tablet-desktop-only {
			display: block !important
		}

		.azure-header .nav-basic {
			height: 46px;
			padding: 0;
			position: relative;
			visibility: visible
		}

			.azure-header .nav-basic .animate {
				-webkit-animation: collapsed-to-full .25s !important;
				-moz-animation: collapsed-to-full .25s !important;
				-o-animation: collapsed-to-full .25s !important;
				animation: collapsed-to-full .25s !important
			}

			.azure-header .nav-basic .nav-basic-links {
				height: 46px;
				overflow: visible;
				position: absolute;
				right: 3px;
				text-align: right;
				top: 0
			}

				.azure-header .nav-basic .nav-basic-links .contact-sales, .azure-header .nav-basic .nav-basic-links .my-account, .azure-header .nav-basic .nav-basic-links .portal, .azure-header .nav-basic .nav-basic-links .search, .azure-header .nav-basic .nav-basic-links .sign-in {
					display: inline
				}

				.azure-header .nav-basic .nav-basic-links .portal {
					margin-right: 0
				}

				.azure-header .nav-basic .nav-basic-links .contact-sales a, .azure-header .nav-basic .nav-basic-links .search a, .azure-header .nav-basic .nav-basic-links .contact-sales button, .azure-header .nav-basic .nav-basic-links .search button {
					color: #969696;
					display: inline-block;
					font-size: 12px;
					font-weight: 300;
					height: 46px;
					padding: 12px;
					position: relative;
					z-index: 1
				}

					.azure-header .nav-basic .nav-basic-links .contact-sales a:active, .azure-header .nav-basic .nav-basic-links .search a:active, .azure-header .nav-basic .nav-basic-links .contact-sales button:active, .azure-header .nav-basic .nav-basic-links .search button:active, .azure-header .nav-basic .nav-basic-links .contact-sales a:focus, .azure-header .nav-basic .nav-basic-links .search a:focus, .azure-header .nav-basic .nav-basic-links .contact-sales button:focus, .azure-header .nav-basic .nav-basic-links .search button:focus, .azure-header .nav-basic .nav-basic-links .contact-sales a:hover, .azure-header .nav-basic .nav-basic-links .search a:hover, .azure-header .nav-basic .nav-basic-links .contact-sales button:hover, .azure-header .nav-basic .nav-basic-links .search button:hover {
						background-color: #000
					}

						.azure-header .nav-basic .nav-basic-links .contact-sales a:active .icon, .azure-header .nav-basic .nav-basic-links .search a:active .icon, .azure-header .nav-basic .nav-basic-links .contact-sales button:active .icon, .azure-header .nav-basic .nav-basic-links .search button:active .icon, .azure-header .nav-basic .nav-basic-links .contact-sales a:focus .icon, .azure-header .nav-basic .nav-basic-links .search a:focus .icon, .azure-header .nav-basic .nav-basic-links .contact-sales button:focus .icon, .azure-header .nav-basic .nav-basic-links .search button:focus .icon, .azure-header .nav-basic .nav-basic-links .contact-sales a:hover .icon, .azure-header .nav-basic .nav-basic-links .search a:hover .icon, .azure-header .nav-basic .nav-basic-links .contact-sales button:hover .icon, .azure-header .nav-basic .nav-basic-links .search button:hover .icon {
							-ms-transform: scale(1.15);
							-o-transform: scale(1.15);
							-webkit-transform: scale(1.15);
							transform: scale(1.15)
						}

					.azure-header .nav-basic .nav-basic-links .contact-sales a .icon, .azure-header .nav-basic .nav-basic-links .search a .icon, .azure-header .nav-basic .nav-basic-links .contact-sales button .icon, .azure-header .nav-basic .nav-basic-links .search button .icon {
						-webkit-transition: all .25s;
						transition: all .25s;
						height: 18px;
						margin-left: 6px;
						width: 18px
					}

						.azure-header .nav-basic .nav-basic-links .contact-sales a .icon svg, .azure-header .nav-basic .nav-basic-links .search a .icon svg, .azure-header .nav-basic .nav-basic-links .contact-sales button .icon svg, .azure-header .nav-basic .nav-basic-links .search button .icon svg {
							fill: #fff;
							stroke: #fff
						}

				.azure-header .nav-basic .nav-basic-links .my-account > a, .azure-header .nav-basic .nav-basic-links .portal > a, .azure-header .nav-basic .nav-basic-links .sign-in > a {
					-webkit-transition: background-color .25s;
					transition: background-color .25s;
					display: inline-block;
					font-size: 14px;
					height: 46px;
					padding: 12px
				}

					.azure-header .nav-basic .nav-basic-links .my-account > a:active, .azure-header .nav-basic .nav-basic-links .portal > a:active, .azure-header .nav-basic .nav-basic-links .sign-in > a:active, .azure-header .nav-basic .nav-basic-links .my-account > a:focus, .azure-header .nav-basic .nav-basic-links .portal > a:focus, .azure-header .nav-basic .nav-basic-links .sign-in > a:focus, .azure-header .nav-basic .nav-basic-links .my-account > a:hover, .azure-header .nav-basic .nav-basic-links .portal > a:hover, .azure-header .nav-basic .nav-basic-links .sign-in > a:hover {
						background-color: #0078d4
					}

				.azure-header .nav-basic .nav-basic-links .nav-site-search {
					background-color: transparent;
					padding: 0;
					position: relative;
					top: 0;
					width: auto
				}

					.azure-header .nav-basic .nav-basic-links .nav-site-search.open {
						display: inline
					}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > input[type=text] {
						background-color: #f4f4f4;
						border: 0;
						font-size: 13px;
						padding: 6px 6px 6px 30px;
						width: 15em
					}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > input[type=text]::-ms-clear {
							display: none
						}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] {
						background-color: transparent;
						border: 0;
						bottom: 2px;
						display: inline-block;
						left: 0;
						line-height: 1.5;
						padding: 6px 8px;
						position: absolute;
						top: -9px;
						width: auto
					}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:active, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:focus, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:hover {
							background-color: inherit;
							border: 0
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:active > .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:focus > .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:hover > .icon {
								-ms-transform: scale(1.15);
								-o-transform: scale(1.15);
								-webkit-transform: scale(1.15);
								transform: scale(1.15)
							}

								.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:active > .icon > svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:focus > .icon > svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit]:hover > .icon > svg {
									fill: #0078d4;
									stroke: #0078d4
								}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] > .icon {
							-webkit-transition: all .25s;
							transition: all .25s;
							display: inline-block;
							height: 15px;
							width: 15px
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] > .icon > svg {
								fill: #969696;
								stroke: #969696
							}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > button[type=submit] .text {
							display: none
						}

					.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container {
						bottom: 3px;
						display: none;
						float: none;
						position: absolute;
						right: 10px;
						width: auto;
						z-index: 9999
					}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container.active {
							display: inline-block
						}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:active .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:focus .icon, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:hover .icon {
							-ms-transform: scale(1.15);
							-o-transform: scale(1.15);
							-webkit-transform: scale(1.15);
							transform: scale(1.15)
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:active .icon > svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:focus .icon > svg, .azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset]:hover .icon > svg {
								fill: #0078d4;
								stroke: #0078d4
							}

						.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset] .icon {
							-webkit-transition: all .25s;
							transition: all .25s;
							height: 12px;
							width: 12px
						}

							.azure-header .nav-basic .nav-basic-links .nav-site-search > .clear-button-container > button[type=reset] .icon > svg {
								fill: #969696;
								stroke: #969696
							}

		.azure-header .nav-main {
			clear: both;
			display: block;
			height: 42px;
			padding: 0 3px;
			position: relative
		}

			.azure-header .nav-main .nav-main-links > li {
				background-color: #1a1a1f;
				border: 0;
				float: left;
				height: 42px;
				line-height: 1;
				position: relative
			}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav {
					background-color: #e9e9e9;
					min-height: 500px;
					min-width: 744px
				}

					.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop {
						position: relative;
						width: 33%
					}

						.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column {
							background-color: #e9e9e9;
							float: left;
							margin: 0;
							width: 50%
						}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li {
								display: block;
								font-size: 13px;
								margin: 0 1% 0 0;
								overflow: hidden
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li:last-child {
									margin-bottom: 2px
								}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button {
									-webkit-transition: background-color .25s;
									transition: background-color .25s;
									background-color: #e9e9e9;
									color: #1a1a1f;
									height: 42px;
									line-height: 1.1
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a.active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button.active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:hover, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:hover {
										background-color: #fff
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a.active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button.active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:focus .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:focus .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:hover .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:hover .icon > svg {
											fill: #323237
										}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a:after, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button:after {
										display: none
									}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a .icon, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button .icon {
										left: 0;
										position: relative;
										top: 0
									}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > a {
									border: 0;
									padding: 10px 4px 0 10px
								}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button {
									padding: 6px 4px 6px 10px
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.category-column > ul > li > button.active {
										color: #323237
									}

						.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search {
							background-color: #e9e9e9;
							padding-top: 6px;
							clear: both
						}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form {
								float: left;
								height: 40px;
								position: relative;
								width: 75%
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > input[type=text] {
									background-color: transparent;
									border: 1px solid #969696;
									float: left;
									height: 38px;
									line-height: 2;
									padding: 0 0 0 36px;
									width: 100%;
									font-size: 13px
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > input[type=text]:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > input[type=text]:focus {
										border-color: #0078d4
									}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > input[type=text]::-ms-clear {
										display: none
									}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit] {
									background-color: transparent;
									border: 0;
									height: 38px;
									left: 1px;
									padding: 6px 8px;
									position: absolute;
									top: 1px;
									width: auto
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:active .icon, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:focus .icon, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:hover .icon {
										-ms-transform: scale(1.15);
										-o-transform: scale(1.15);
										-webkit-transform: scale(1.15);
										transform: scale(1.15)
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:focus .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit]:hover .icon > svg {
											stroke: #0078d4
										}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit] .icon {
										-webkit-transition: all .25s;
										transition: all .25s;
										height: 15px;
										position: relative;
										top: -2px;
										width: 15px
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=submit] .icon > svg {
											stroke: #969696
										}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset] {
									display: none
								}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products {
								-webkit-transition: all .25s;
								transition: all .25s;
								color: #0071c7;
								align-items: center;
								border: 0;
								display: flex;
								height: 36px;
								justify-content: center;
								padding: 0 6px;
								text-align: center;
								width: 25%
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:hover {
									color: #0063ae
								}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search a.see-all-products:hover {
									background-color: transparent
								}

						.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav {
							background-color: #fff;
							left: 100%;
							height: 508px;
							padding: 12px 6px;
							position: absolute;
							top: 0;
							width: 204%
						}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-heading, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-subheading {
								color: #1a1a1f;
								display: block;
								margin-left: 8px
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-heading > a, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-subheading > a {
									display: inline
								}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-heading, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-heading > a {
									font-size: 20px;
									font-weight: 600;
									margin-bottom: 6px
								}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-heading-searchresults-query {
								color: #0078d4;
								font-weight: 300
							}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop-subheading {
								font-size: 12px;
								height: 36px;
								margin-bottom: 6px
							}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p {
								color: #1a1a1f;
								line-height: 1.3;
								padding: 0 10px
							}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav a {
								-webkit-transition: all .25s;
								transition: all .25s;
								color: #0071c7;
								padding: 0
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav a:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav a:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav a:hover {
									color: #0063ae
								}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li {
								display: none;
								float: left;
								padding: 0;
								width: 100%
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li:nth-child(-n+5), .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li:last-child {
									display: block
								}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet {
									display: block
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet a {
										-webkit-transition: all .25s;
										transition: all .25s;
										color: #0071c7
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet a:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet a:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet a:hover {
											color: #0063ae
										}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet a:after {
											display: inline-block;
											top: 10px
										}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a {
									-webkit-transition: all .25s;
									transition: all .25s;
									background-color: #fff;
									border: 2px solid #fff;
									height: 66px;
									padding: 3px 3px 4px 6px
								}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:hover {
										border: 2px solid #00abec
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:active .label, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:focus .label, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a:hover .label {
											color: #0894ff
										}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a.no-description {
										position: relative;
										font-weight: 600
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a.no-description:after {
											content: '\e76c';
											font-family: 'BAPIMDL2';
											display: inline-block;
											font-size: .9em;
											line-height: 2em;
											margin-left: .3em;
											position: absolute;
											top: -1px
										}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a[data-event-property=see-all] > span {
										position: relative
									}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a[data-event-property=see-all] > span:after {
											content: '\e76c';
											font-family: 'BAPIMDL2';
											display: inline-block;
											font-size: .9em;
											line-height: 2em;
											margin-left: .3em;
											position: absolute;
											top: -1px
										}

										.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a[data-event-property=see-all] > span:after {
											top: -4px
										}

									.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a .label {
										color: #0078d4;
										font-weight: 600;
										margin-bottom: 2px
									}

							.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-search-noresults {
								float: left;
								margin-top: 12px;
								width: 100%
							}

								.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-search-noresults p {
									color: #6a6a6a;
									font-size: 18px;
									margin-top: 24px
								}

				.azure-header .nav-main .nav-main-links > li #menu-search-loader-container {
					left: 0;
					position: absolute;
					right: 0;
					top: 10px
				}

				.azure-header .nav-main .nav-main-links > li > a, .azure-header .nav-main .nav-main-links > li > button {
					font-size: 14px;
					color: #dedede;
					line-height: 1;
					padding: 14px 6px;
					width: auto
				}

					.azure-header .nav-main .nav-main-links > li > a.expand-menu-link, .azure-header .nav-main .nav-main-links > li > button.expand-menu-link {
						padding-right: 20px
					}

						.azure-header .nav-main .nav-main-links > li > a.expand-menu-link:after, .azure-header .nav-main .nav-main-links > li > button.expand-menu-link:after, .azure-header .nav-main .nav-main-links > li > a.expand-menu-link.active:after, .azure-header .nav-main .nav-main-links > li > button.expand-menu-link.active:after {
							font-size: 10px;
							margin-top: -4px;
							right: 6px
						}

					.azure-header .nav-main .nav-main-links > li > a.active-by-url, .azure-header .nav-main .nav-main-links > li > button.active-by-url, .azure-header .nav-main .nav-main-links > li > a.active, .azure-header .nav-main .nav-main-links > li > button.active, .azure-header .nav-main .nav-main-links > li > a:active, .azure-header .nav-main .nav-main-links > li > button:active, .azure-header .nav-main .nav-main-links > li > a:focus, .azure-header .nav-main .nav-main-links > li > button:focus, .azure-header .nav-main .nav-main-links > li > a:hover, .azure-header .nav-main .nav-main-links > li > button:hover {
						-webkit-transition: background-color .25s;
						transition: background-color .25s;
						background-color: #000;
						color: #fff;
						text-decoration: underline
					}

				.azure-header .nav-main .nav-main-links > li nav {
					background-color: #e9e9e9;
					left: 0;
					padding: 12px;
					position: absolute;
					top: 42px;
					width: 400px;
					z-index: 9999
				}

					.azure-header .nav-main .nav-main-links > li nav.nav-centered {
						left: -50%
					}

					.azure-header .nav-main .nav-main-links > li nav .menu-drop li {
						background-color: #fff;
						border: 0;
						display: block;
						margin-bottom: 6px
					}

						.azure-header .nav-main .nav-main-links > li nav .menu-drop li:last-child {
							margin-bottom: 0
						}

						.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a {
							-webkit-transition: border .25s;
							transition: border .25s;
							border: 2px solid #fff;
							padding: 12px 16px
						}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a:active, .azure-header .nav-main .nav-main-links > li nav .menu-drop li > a:focus, .azure-header .nav-main .nav-main-links > li nav .menu-drop li > a:hover {
								border-color: #00abec
							}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a.has-icon:after {
								clear: both;
								content: '';
								display: table
							}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .label {
								color: #0078d4;
								display: block;
								margin-bottom: 2px;
								font-weight: 600
							}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .sub {
								color: #6a6a6a;
								display: block;
								font-size: 13px;
								font-weight: 400;
								line-height: 1.3;
								margin-top: 2px;
								max-height: 2.7em;
								overflow: hidden;
								padding-bottom: 1px
							}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .icon {
								display: block;
								float: left;
								text-align: center;
								width: 40px
							}

								.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .icon img {
									height: auto
								}

							.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .link-text {
								display: block;
								float: left;
								padding-top: 3px;
								padding-left: 25px;
								width: calc(100% - 40px)
							}

								.azure-header .nav-main .nav-main-links > li nav .menu-drop li > a .link-text .sub {
									margin-top: 8px
								}

		.azure-header .auth {
			display: inline-block;
			max-width: 105px
		}

			.azure-header .auth .authenticated {
				display: block;
				position: relative;
				overflow: visible
			}

				.azure-header .auth .authenticated button.btn-profile {
					border-right: 1px solid #1a1a1f;
					font-size: 13px;
					font-weight: 600;
					height: 46px;
					line-height: 1.15;
					max-width: 105px;
					overflow: hidden;
					padding: 10px;
					text-align: center
				}

					.azure-header .auth .authenticated button.btn-profile:focus {
						background-color: #0078d4
					}

					.azure-header .auth .authenticated button.btn-profile:hover {
						color: #fff;
						background-color: #000
					}

					.azure-header .auth .authenticated button.btn-profile.active {
						background-color: #fff;
						color: #505055
					}

					.azure-header .auth .authenticated button.btn-profile .menu-avatar-small {
						display: none
					}

				.azure-header .auth .authenticated .authenticated-menu {
					border-bottom: 1px solid #1a1a1f;
					border-left: 1px solid #1a1a1f;
					border-right: 1px solid #1a1a1f;
					position: absolute;
					right: 0;
					top: 40px;
					width: 260px;
					z-index: 1
				}

					.azure-header .auth .authenticated .authenticated-menu.active {
						display: block
					}

					.azure-header .auth .authenticated .authenticated-menu > li {
						background-color: #fff;
						height: 70px;
						line-height: 1;
						padding: 10px;
						text-align: left
					}

						.azure-header .auth .authenticated .authenticated-menu > li.sign-out {
							height: 50px;
							padding: 0
						}

							.azure-header .auth .authenticated .authenticated-menu > li.sign-out > a {
								background-color: #0078d4;
								color: #fff;
								display: block;
								font-size: 12px;
								height: 50px;
								line-height: 50px;
								text-align: center
							}

								.azure-header .auth .authenticated .authenticated-menu > li.sign-out > a:active, .azure-header .auth .authenticated .authenticated-menu > li.sign-out > a:focus, .azure-header .auth .authenticated .authenticated-menu > li.sign-out > a:hover {
									color: #e6e6e6;
									text-decoration: underline
								}

						.azure-header .auth .authenticated .authenticated-menu > li .menu-avatar-large {
							background-color: #f4f4f4;
							float: left;
							height: 50px;
							margin-right: 10px;
							margin-top: 0;
							width: 50px
						}

							.azure-header .auth .authenticated .authenticated-menu > li .menu-avatar-large svg {
								height: 100%;
								width: 100%
							}

								.azure-header .auth .authenticated .authenticated-menu > li .menu-avatar-large svg path {
									fill: #0078d4
								}

								.azure-header .auth .authenticated .authenticated-menu > li .menu-avatar-large svg rect {
									fill: #f4f4f4
								}

						.azure-header .auth .authenticated .authenticated-menu > li .email, .azure-header .auth .authenticated .authenticated-menu > li .full-name, .azure-header .auth .authenticated .authenticated-menu > li .identity-provider {
							float: left;
							max-width: 170px;
							overflow: hidden
						}

						.azure-header .auth .authenticated .authenticated-menu > li .full-name {
							color: #1a1a1f;
							font-size: 15px;
							font-weight: 700;
							height: 18px;
							margin-top: -1px
						}

						.azure-header .auth .authenticated .authenticated-menu > li .email {
							color: #6a6a6a;
							font-size: 12px;
							height: 14px;
							margin-top: 1px
						}

						.azure-header .auth .authenticated .authenticated-menu > li .identity-provider {
							color: #6a6a6a;
							font-size: 11px;
							height: 12px;
							margin-top: 7px;
							text-transform: uppercase
						}
}

@media only screen and (min-width:960px) {
	.azure-header.collapsed {
		height: 46px
	}

		.azure-header.collapsed .nav-main {
			top: 2px
		}

			.azure-header.collapsed .nav-main .nav-main-links > li nav {
				top: 43.5px
			}

	.azure-header .nav-main .nav-main-links > li.azure-products > nav {
		min-height: 532px;
		min-width: 936px;
		padding-bottom: 0
	}

		.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav {
			height: 507px;
			padding: 24px
		}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p {
				font-size: 15px;
				line-height: 1.4;
				max-width: 90%
			}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p a {
					-webkit-transition: all .25s;
					transition: all .25s;
					color: #0071c7;
					font-size: 18px;
					font-weight: 600
				}

					.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p a:active, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p a:focus, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav p a:hover {
						color: #0063ae
					}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li {
				width: 50%
			}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li:nth-child(-n+10) {
					display: block
				}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li.category-see-more-tablet {
					display: none
				}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a {
					height: 78px;
					padding-top: 6px
				}

					.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a.no-description {
						padding-top: 24px
					}

						.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a.no-description:after {
							top: 20px
						}

					.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li nav .menu-pop > li a[data-event-property=see-all] {
						padding-top: 24px
					}

		.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > input[type=text] {
			padding-right: 30px;
			width: 100%
		}

		.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset] {
			height: 38px;
			padding: 8px;
			position: absolute;
			right: 0;
			top: 1px;
			width: auto
		}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:active .icon, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:focus .icon, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:hover .icon {
				-ms-transform: scale(1.15);
				-o-transform: scale(1.15);
				-webkit-transform: scale(1.15);
				transform: scale(1.15)
			}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:active .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:focus .icon > svg, .azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset]:hover .icon > svg {
					fill: #0078d4
				}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset] .icon {
				-webkit-transition: all .25s;
				transition: all .25s;
				height: 13px;
				position: relative;
				top: -3px;
				width: 13px
			}

				.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop > li.menu-search > form > button[type=reset] .icon > svg {
					fill: #969696
				}

	.azure-header .auth {
		max-width: 180px
	}

		.azure-header .auth .authenticated button.btn-profile {
			max-width: 180px
		}

			.azure-header .auth .authenticated button.btn-profile .menu-avatar-small {
				display: block;
				float: right;
				height: 14px;
				margin-left: 12px;
				width: 14px
			}

				.azure-header .auth .authenticated button.btn-profile .menu-avatar-small svg {
					height: 100%;
					width: 100%
				}

		.azure-header .auth .authenticated .authenticated-menu {
			width: 270px
		}

			.azure-header .auth .authenticated .authenticated-menu > li .email, .azure-header .auth .authenticated .authenticated-menu > li .full-name, .azure-header .auth .authenticated .authenticated-menu > li .identity-provider {
				max-width: 180px
			}
}

@media only screen and (min-width:1310px) {
	.azure-header #header-main-cta {
		font-size: 15px;
		padding-top: 8px
	}

		.azure-header #header-main-cta:after {
			right: 8px;
			top: 11px
		}

	.azure-header.collapsed .nav-main .nav-collapsed-links > li {
		font-size: 15px
	}

		.azure-header.collapsed .nav-main .nav-collapsed-links > li.portal {
			margin-top: 2px
		}

	.azure-header .nav-basic {
		left: 50%;
		margin-left: -655px;
		max-width: 1310px
	}

		.azure-header .nav-basic .nav-basic-links .my-account > a, .azure-header .nav-basic .nav-basic-links .portal > a, .azure-header .nav-basic .nav-basic-links .sign-in > a {
			font-size: 15px
		}

		.azure-header .nav-basic .nav-basic-links .nav-site-search > input[type=text] {
			font-size: 14px;
			width: 20em
		}

	.azure-header .nav-main {
		left: 50%;
		margin-left: -655px;
		max-width: 1310px
	}

		.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li {
			font-size: 15px
		}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li.menu-search > form {
				width: 65%
			}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li.menu-search a.see-all-products {
				width: 35%
			}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li nav p {
				line-height: 1.5;
				max-width: 80%
			}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li nav .menu-pop-subheading {
				font-size: 14px
			}

			.azure-header .nav-main .nav-main-links > li.azure-products > nav .menu-drop li nav .menu-pop > li > a {
				padding-top: 8px
			}

		.azure-header .nav-main .nav-main-links > li > a, .azure-header .nav-main .nav-main-links > li > button {
			font-size: 15px;
			margin-top: -1px;
			padding-left: 12px;
			padding-right: 12px
		}

			.azure-header .nav-main .nav-main-links > li > a.expand-menu-link, .azure-header .nav-main .nav-main-links > li > button.expand-menu-link {
				padding-right: 24px
			}

				.azure-header .nav-main .nav-main-links > li > a.expand-menu-link:after, .azure-header .nav-main .nav-main-links > li > button.expand-menu-link:after {
					right: 9px
				}

	.azure-header .auth {
		max-width: 300px
	}

		.azure-header .auth .authenticated button.btn-profile {
			max-width: 300px
		}

			.azure-header .auth .authenticated button.btn-profile .menu-avatar-small {
				margin-left: 12px
			}

		.azure-header .auth .authenticated .authenticated-menu {
			width: 280px
		}
}

.section-footer {
	background-color: #1a1a1f;
	color: #fff;
	padding: 48px 0 24px;
	font-size: 12px
}

	.section-footer:after {
		clear: both;
		content: '';
		display: table
	}

	.section-footer.section-footer-minimum {
		padding: 24px 0
	}

	.section-footer a, .section-footer button {
		color: #fff;
		display: block;
		padding: 2px 0;
		line-height: 1.5em
	}

		.section-footer a:active, .section-footer button:active, .section-footer a:hover, .section-footer button:hover {
			color: #fff
		}

		.section-footer button.text-heading6 {
			color: #fff;
			margin-bottom: 0;
			background-color: #323237;
			padding: 6px 36px 6px 12px;
			position: relative;
			width: 100%;
			text-align: left
		}

			.section-footer button.text-heading6:after {
				content: '+';
				position: absolute;
				font-size: 20px;
				right: 12px;
				top: 4px;
				color: #6a6a6a
			}

	.section-footer .open button.text-heading6:after {
		content: '\2013';
		right: 14px
	}

	.section-footer p {
		color: #fff
	}

	.section-footer [data-control=toggle]:after {
		clear: both;
		content: '';
		display: table
	}

	.section-footer [data-control=toggle] + [data-control=toggle] {
		margin-top: 10%
	}

	.section-footer .linkList {
		width: 100%
	}

		.section-footer .linkList a {
			color: #969696
		}

		.section-footer .linkList + .wa-linkList {
			margin-top: 10%
		}

	.section-footer .linkList-legal {
		margin: 0
	}

		.section-footer .linkList-legal li {
			float: left;
			margin-right: 12px
		}

			.section-footer .linkList-legal li a {
				color: #fff
			}

		.section-footer .linkList-legal .german-legal {
			display: none
		}

	.section-footer .wa-dropdownList {
		border: 0;
		padding: 0
	}

		.section-footer .wa-dropdownList .last {
			margin-right: 0
		}

	.section-footer .linkList-social li {
		float: left;
		margin-top: 12px;
		margin-right: 24px
	}

		.section-footer .linkList-social li a {
			background-repeat: no-repeat;
			background-color: transparent;
			background-position: 0 0;
			display: inline-block;
			height: 29px;
			line-height: 30px;
			width: 30px
		}

	.section-footer .facebook a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Mjg5RTVBQTJBMjYxMUU0OEFBRkI4QzZBQUQ5RERCMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Mjg5RTVBQjJBMjYxMUU0OEFBRkI4QzZBQUQ5RERCMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyODlFNUE4MkEyNjExRTQ4QUFGQjhDNkFBRDlEREIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyODlFNUE5MkEyNjExRTQ4QUFGQjhDNkFBRDlEREIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+o3E+AQAAAK9JREFUeNpisY6awUADwMRAGzBqLgSwEKlOUpQ3KdhEUoQXLpLTsolSc1XlhSfX+PFwsVE5HIAuJclQYt3Ly8UOZ6/acfnL159UC184mLT42CBOD/mxVqryIirywnCRKTV+QPL5m8+tM/aTby7QUANNSWQRKPf64AyHbYdunrv21NNOHZgvICLz1p4BkuevP6fUXCBppCWNMHfd2dHybNTcIVVf4K8aRsN3GJkLEGAArOUpbeDT0u0AAAAASUVORK5CYII=);
		background-repeat: no-repeat
	}

	.section-footer .twitter a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NzcxNzQ2NjJBMjYxMUU0OUUyNjg4M0VDRjdCRkVDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NzcxNzQ2NzJBMjYxMUU0OUUyNjg4M0VDRjdCRkVDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg3NzE3NDY0MkEyNjExRTQ5RTI2ODgzRUNGN0JGRUMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg3NzE3NDY1MkEyNjExRTQ5RTI2ODgzRUNGN0JGRUMyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+97vj0wAAAXRJREFUeNpi/P//PwMNAOOouSPG3L1Pv914/0uKm8VFhouXlYlYc298+KUhwIZV9dOvf3KOvLr54ReECzS0zVzk1Ksfn3/9AzIImGu+7pGpGEe7uQimWwJ3PoMbCgdAR2TrCJiJcSCrx+KLz7//7Xv6LW7fixuoRgC5mIZCxIHq0RyBxVxIIACNCNr5rOrkG6A3IeKffv3DGjjO0lytZiJogiyY6ioMhRL2v4CwNzz4AkRAt+AKcbg7CJt7+tUPdQE2ZC8DQ+b06x8kpRks4QA0Ams44gLASCbK3CxtAeINBQaRGZHmAtUtcJTAE6BokUZsOEACFJgFiDEXmHJJMBfoCmluFsKGagvgUoavfAAlsvtf4OkX0+7JNmIkpAc4kOJiwWUp0FC0AoGAe4HBCnTjp9//gM7EmtqACSBHRyBWjQ9/EKGHDjC8nGW4Ft/69OX3P8x8BZSKU+PDVTYSG75Atz/7Bk0VpqIco/XQqLlkA4AAAwB6Gsbx7MLREwAAAABJRU5ErkJggg==);
		background-repeat: no-repeat
	}

	.section-footer .rss a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0EyRjkwNjJBMjYxMUU0OUI4REY1MEY2MDQyOEZFNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5Q0EyRjkwNzJBMjYxMUU0OUI4REY1MEY2MDQyOEZFNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDQTJGOTA0MkEyNjExRTQ5QjhERjUwRjYwNDI4RkU3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDQTJGOTA1MkEyNjExRTQ5QjhERjUwRjYwNDI4RkU3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SMGNbwAAAglJREFUeNpi/NBhwkADwMRAGzBqLgSwYAqxqjr8//kZyPj78haEQR1z2UwjWWSNIOx/n57/eXT29+UtQJJSc1GCiU+STccHiP6+uv3zyKzftw9QOXyZxVS5grq5gnoY2XmJUc+IK18wi6kxi6sxyxkDg5uRnQcuDgyZb2tL/r66Raa5CBXsvOymkWwmkXDT///88nVZOn6jsZgL8iwHyLN/bh0ABui/j89B4cUvyRXUCwwNuNFf5kdBpLB7t8JFCj09GAYD0wPQIBYlS3aTSCYBqX+vbgGN+H19FyOPMDB8QM5hYWORM/l1YS358QZMDDyJy9h0fYBp+fvWRmDCgMck0FYS3MsIjJxXtxk5+Ji4haEiLGygzPLpOTBMga4GeggoAtIsrfvr/DqGv7+IMheoGZgLgH78fWULs7g6MEDg+fDP7YPA9PD/61sgG2IfkP332RXSwgEYpsB4/3lmBVyE07sBSP66vAVoOjxzEhsOoFwoZ8ym6wt0Kcjt948Dow4SXcCQgYQGw8/PUCez8wI9AXQ1YfcCNXBHzmC3TuX0qud0qwCK/NjTB0xYUCvBxv2+dRDZEUSFA6uuD0KPshU4tX4G+h1mqz1EBJ4wGPmliDIXObXD2X+QShxImMCLUGB2J8pcYLn198lFSFHwY08vNIP9QBTEkNwILJ0pKh9G681RcykHAAEGADyz6OgJhUqvAAAAAElFTkSuQmCC);
		background-repeat: no-repeat
	}

	.section-footer .newsletter a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRDIxQUY2RDJBMjYxMUU0QTU4ODlEQUNGMkI1MkQ3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRDIxQUY2RTJBMjYxMUU0QTU4ODlEQUNGMkI1MkQ3OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFEMjFBRjZCMkEyNjExRTRBNTg4OURBQ0YyQjUyRDc5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFEMjFBRjZDMkEyNjExRTRBNTg4OURBQ0YyQjUyRDc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O+WBswAAAQdJREFUeNrslbEOgjAYhMU4wcwOOzO8RE3Eibmu4CADOOgsgw46aWIfAQf7EuwwMxNmZryExBiNChpiTLitafvd3/vbVBiZZq8F9XvtqON23FsN7sanMPwMZI7Hv6i3EmPszPnbzaqqTh1HUZS6XEqppmnb3a4oimfQISGWZYmi2KBvKFbX9cN+bxjG46wkSXPfh3eWZTPXbcBFDqsgKMvS97wJpQBdp3AO+MEV3ovlMk3TBvlCURTFcQwuIaTKBAh4YIhw4IoFjftWCftREUDAbdbrPM9lWYYZoC9yf8+txDlPksSxbXT/yBivcU9qcSEk8Kw/v37HX77m1usVun+z4/4x9yLAAFwqaL2CWtSjAAAAAElFTkSuQmCC);
		background-repeat: no-repeat
	}

	.section-footer .youtube a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTJDBGvsAAABoElEQVRIS+2USUvDQBiG/W1VT0JrRRCl6klBL4ILKGrd0Ar+DUEQb4q44YaCF8VKq6VIbZqNJK1a2tpsjc6Yj2amaQ91ueXhPUwybx7aj0laGL/vP+J57XheO7VeeXmmdHlajt5pyYSeThk8a/CcIfI4AofX39G5jJZ61pJP5fvb4vmJNDte46G84tjQZ6Xy2TyWpvHDIVJFeQsHu1Bsnvz2JqmivDrzAi0aQxRg1Rg1FiVVhDfQaqkqtGiUyIKysWK+v8F1Pcys4qhIb6anAyoulLUwKrChYPHsGG65sHQd/bKqzfGix6DiQolgrx15adqQJdggsSwm2F6tOV6uvwsaLkgvbg52m6852KvyS680N4HOMmyQNPKyvX5ouLC9bF+gcLSPnoe7NJau1Z8v09mGZg8tGnwe1hfr/HcCM5d1VJQXnd9MGlo06A2GVWPU+AOporyFwz1oNU9+Z4tUUV5xcvSH3wddF0YGSBXlRZFX5z9urtTHGP6YCTx6i9BYiWTRHPFCkdFw0NzURLx0fSGFp2o8td6/iue143lx/L4v4HViHmp89IAAAAAASUVORK5CYII=);
		background-repeat: no-repeat
	}

	.section-footer .row + .row-divided {
		border-top: 1px solid #6a6a6a;
		margin-top: 12px;
		padding-top: 12px
	}

	.section-footer .footer-copyright a, .section-footer .footer-copyright span {
		clear: both;
		color: #fff;
		float: left;
		font-size: 10px;
		margin: 0;
		width: 87px
	}

	.section-footer .footer-copyright .inline-copyright {
		font-size: 12px;
		font-weight: 200;
		width: 100%
	}

	.section-footer .footer-copyright .logo-diagramics {
		display: block
	}

.ko-kr .privacy-link {
	font-weight: 700;
	font-size: 16px
}

@media only screen and (max-width:540px) {
	.section-footer .linkList-social li {
		margin-right: 5%
	}
}

@media only screen and (min-width:540px) {
	.section-footer [data-control=toggle] + [data-control=toggle] {
		margin-top: 5%
	}
}

@media only screen and (min-width:768px) {
	.section-footer a, .section-footer button {
		padding: 0;
		font-size: 12px
	}

	.section-footer .text-heading6, .section-footer h6 {
		margin-bottom: 6px
	}

		.section-footer .text-heading6 button, .section-footer h6 button {
			background-color: transparent;
			padding: 0
		}

			.section-footer .text-heading6 button:after, .section-footer h6 button:after {
				content: '';
				display: none
			}

	.section-footer [data-control=toggle] .toggled {
		display: block !important
	}

	.section-footer [data-control=toggle] + [data-control=toggle] {
		margin-top: 42px
	}

	.section-footer .linkList {
		display: block;
		margin: 0
	}

		.section-footer .linkList li {
			margin-bottom: 3px
		}

	.section-footer .linkList-legal {
		font-size: 12px
	}

	.section-footer .linkList-social li {
		float: none
	}

		.section-footer .linkList-social li a {
			display: block;
			width: 100%;
			text-indent: 0;
			white-space: normal;
			overflow: visible
		}

		.section-footer .linkList-social li .icon {
			margin-right: 12px
		}

	.section-footer .footer-hello {
		color: #fff;
		font-size: 12px;
		line-height: 24px
	}

	.section-footer.section-footer-minimum .linkList, .section-footer.section-footer-minimum .inline-copyright {
		margin-top: 8px
	}

	.section-footer.section-footer-minimum .linkList {
		float: right;
		width: auto
	}

		.section-footer.section-footer-minimum .linkList li {
			margin-bottom: 0;
			margin-right: 24px
		}

			.section-footer.section-footer-minimum .linkList li:last-child {
				margin-right: 0
			}
}

.text-input {
	font-size: 16px;
	color: #3e3d4d;
	border: 2px solid #dedede;
	line-height: 1.4;
	padding: 5px;
	width: 100%
}

.wa-previewTag {
	color: #6a6a6a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40%;
	top: -1.5em
}

.wa-previewTag-light {
	color: #fff
}

.wa-social-buttons {
	display: inline-block;
	vertical-align: middle
}

	.wa-social-buttons:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-social-buttons > div {
		display: inline-block;
		min-width: 100px;
		vertical-align: top
	}

		.wa-social-buttons > div:first-child {
			margin-left: 0
		}

	.wa-social-buttons .twitter-share-button {
		vertical-align: bottom
	}

.wa-loader {
	background: url(/cvt-dc534547e38a0e85eb09c7e5e0da759d5844013bd89af811032012357a972f3b/less/images/spinner-rainbow.gif) 0 0 no-repeat;
	display: block;
	height: 134px;
	margin: 0 auto;
	width: 129px
}

.wa-conditionalDisplay {
	display: none !important
}

tr.active.wa-conditionalDisplay {
	display: table-row !important
}

td.active.wa-conditionalDisplay, th.active.wa-conditionalDisplay {
	display: table-cell !important
}

.wa-conditionalDisplay.active {
	display: block !important
}

	.wa-conditionalDisplay.active[data-display-mode=inline] {
		display: inline !important
	}

	.wa-conditionalDisplay.active[data-display-mode=inline-block] {
		display: inline-block !important
	}

.wa-button {
	font-weight: 200;
	font-size: 24px;
	border: 0;
	color: #fff !important;
	display: block;
	line-height: 33px;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	background-color: #89c402;
	padding: 6px 20px 9px
}

	.wa-button:hover {
		background-color: #a5ce00;
		color: #fff;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}

	.wa-button .icon {
		margin-left: 8px;
		vertical-align: sub
	}

		.wa-button .icon:first-child {
			margin-left: 0;
			margin-right: 8px
		}

	.wa-button.wa-button-baseline {
		vertical-align: baseline
	}

	.wa-button:disabled {
		background-color: #969696
	}

		.wa-button:disabled:hover {
			cursor: default
		}

.wa-button-secondary {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	padding: 6px 25px 9px 20px;
	position: relative
}

	.wa-button-secondary:hover {
		background-color: rgba(255,255,255,.3)
	}

	.wa-button-secondary:after {
		content: '';
		display: inline-block;
		height: 8px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 4px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAvSURBVBhXY/j//z8KBhHrgZgfWQAE7gKxMRDDBUDgJxDn4BRA0bIGiFEMRcL/GQDtGmv+Iolm2QAAAABJRU5ErkJggg==);
		background-repeat: no-repeat
	}

.wa-button-row {
	margin: 12px 0 0 -12px
}

	.wa-button-row:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-button-row a {
		float: left;
		margin-left: 12px;
		margin-bottom: 12px;
		z-index: 1
	}

table .wa-button {
	padding: 12px 20px 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	font-weight: 700
}

h5 + .wa-button, p + .wa-button {
	margin-top: 21px
}

@media only screen and (min-width:768px) {
	.wa-button {
		display: inline-block;
		width: auto
	}
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto
}

.owl-carousel .owl-carousel__icon {
	margin-right: 36px
}

.owl-carousel.carousel-full-width .section {
	min-height: 400px
}

.owl-carousel.owl-carousel--small-buttons .owl-nav .owl-prev, .owl-carousel.owl-carousel--small-buttons .owl-nav .owl-next {
	background: rgba(255,255,255,.9);
	color: #000;
	font-size: 60px;
	height: 72px;
	overflow: hidden;
	top: calc(50% - 36px);
	width: 36px
}

	.owl-carousel.owl-carousel--small-buttons .owl-nav .owl-prev > div, .owl-carousel.owl-carousel--small-buttons .owl-nav .owl-next > div {
		height: 14px;
		padding-left: 9px;
		width: 24px
	}

.owl-carousel.owl-carousel--small-buttons .owl-nav .owl-prev {
	left: 0
}

.owl-carousel.owl-carousel--small-buttons .owl-nav .owl-next {
	right: 0
}

.owl-carousel.carousel-light .owl-prev, .owl-carousel.carousel-light .owl-next {
	color: #1a1a1f
}

.owl-carousel.carousel-demo-vertical {
	display: block
}

.owl-carousel .owl-carousel--content-bottom .owl-carousel--content-bottom__section {
	background: rgba(55,55,55,.8);
	color: #fff;
	padding: 24px;
	position: absolute;
	bottom: 0
}

@media only screen and (min-width:540px) {
	.owl-carousel.carousel-full-width .section {
		min-height: 450px
	}
}

.owl-prev, .owl-next {
	background-color: transparent;
	border: 0;
	bottom: 0;
	color: #fff;
	font-size: 75px;
	font-weight: 200;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 50px
}

	.owl-prev > div, .owl-next > div {
		display: block;
		height: 45px;
		width: 50px
	}

.owl-prev {
	left: 12px
}

.owl-next {
	right: 12px
}

@media only screen and (min-width:960px) {
	.owl-prev, .owl-next {
		font-size: 150px
	}
}

.carousel-dots {
	margin: 0 auto;
	text-align: center
}

	.carousel-dots .owl-dot {
		background: #cdcdd0;
		border: 0;
		height: 8px;
		margin: 0 8px 0 0;
		width: 8px;
		border-radius: 8px
	}

		.carousel-dots .owl-dot.active {
			background: #0078d4
		}

		.carousel-dots .owl-dot:last-child {
			margin-right: 0
		}

		.carousel-dots .owl-dot .number {
			display: none
		}

	.carousel-dots.disabled {
		display: none
	}

.carousel-tabs {
	position: relative;
	text-align: center;
	z-index: 2
}

	.carousel-tabs:before {
		background-color: #1a1a1f;
		content: '';
		left: 0;
		opacity: .9;
		bottom: 0;
		top: 0;
		position: absolute;
		right: 0
	}

	.carousel-tabs .owl-dot {
		background-color: transparent;
		border: 0;
		color: #fff;
		display: inline-block;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		margin-right: -4px;
		padding: 0 12px;
		position: relative;
		width: auto
	}

		.carousel-tabs .owl-dot.active {
			background-color: #fff;
			color: #0078d4
		}

		.carousel-tabs .owl-dot:hover:not(.active):before {
			background-color: #fff;
			content: '';
			height: 36px;
			left: 0;
			opacity: .1;
			position: absolute;
			right: 0
		}

@media only screen and (min-width:768px) {
	.carousel-tabs {
		margin-top: -36px;
		top: 36px
	}

		.carousel-tabs:before {
			background-color: #fff;
			opacity: .1;
			height: 36px
		}

		.carousel-tabs .owl-dot.active:after {
			-ms-transform: translate(-50%,0);
			-o-transform: translate(-50%,0);
			-webkit-transform: translate(-50%,0);
			transform: translate(-50%,0);
			border-left: 12px solid transparent;
			border-right: 12px solid transparent;
			border-top: 12px solid #fff;
			bottom: -11px;
			content: '';
			left: 50%;
			position: absolute;
			z-index: 2
		}
}

@media only screen and (min-width:960px) {
	.carousel-tabs {
		margin-top: -48px;
		top: 48px
	}

		.carousel-tabs:before {
			height: 48px
		}

		.carousel-tabs .owl-dot {
			font-size: 18px;
			height: 48px;
			line-height: 48px;
			padding: 0 36px
		}

			.carousel-tabs .owl-dot.active:after {
				bottom: -12px
			}

			.carousel-tabs .owl-dot:hover:not(.active):before {
				height: 48px
			}
}

.category-list {
	position: relative
}

	.category-list .category-container {
		margin-bottom: 1px
	}

		.category-list .category-container > button {
			background-color: #505055;
			border: 0;
			color: #fff;
			font-size: 14px;
			height: 35px;
			padding: 0 12px;
			position: relative;
			text-align: left;
			width: 100%
		}

			.category-list .category-container > button.active {
				background-color: #0078d4
			}

				.category-list .category-container > button.active + .tabbed-product-container {
					display: block
				}

		.category-list .category-container .tabbed-product-container {
			display: none
		}

	.category-list .product-container, .category-list .tabbed-product-container {
		left: 0;
		position: relative;
		top: 0
	}

		.category-list .product-container .row > div, .category-list .tabbed-product-container .row > div {
			margin-bottom: 12px;
			margin-top: 0
		}

		.category-list .product-container button, .category-list .tabbed-product-container button {
			background: 0 0;
			border: 2px solid #dedede;
			padding: 0;
			text-align: left;
			width: 100%
		}

			.category-list .product-container button:disabled, .category-list .tabbed-product-container button:disabled {
				color: #323237
			}

				.category-list .product-container button:disabled svg, .category-list .tabbed-product-container button:disabled svg, .category-list .product-container button:disabled span, .category-list .tabbed-product-container button:disabled span {
					opacity: .6
				}

			.category-list .product-container button:focus, .category-list .tabbed-product-container button:focus, .category-list .product-container button:hover, .category-list .tabbed-product-container button:hover {
				border-color: #0078d4
			}

			.category-list .product-container button:active, .category-list .tabbed-product-container button:active {
				background-color: #00abec
			}

			.category-list .product-container button .service-info, .category-list .tabbed-product-container button .service-info {
				font-size: 14px;
				text-align: left
			}

				.category-list .product-container button .service-info h5, .category-list .tabbed-product-container button .service-info h5 {
					line-height: 24px;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					width: 100%
				}

					.category-list .product-container button .service-info h5 .icon, .category-list .tabbed-product-container button .service-info h5 .icon {
						height: 24px;
						width: 24px
					}

				.category-list .product-container button .service-info .product, .category-list .tabbed-product-container button .service-info .product {
					display: block;
					height: 80px;
					padding: 12px
				}

					.category-list .product-container button .service-info .product > span, .category-list .tabbed-product-container button .service-info .product > span {
						display: block;
						line-height: 1.2em;
						margin-top: -5px
					}

@media only screen and (min-width:960px) {
	.category-list .category-container > button {
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 18%
	}

		.category-list .category-container > button .icon {
			padding-right: 5px
		}

	.category-list .product-container .row > div {
		margin-bottom: 12px;
		width: 33.3333%
	}

	.category-list .tabbed-product-container {
		left: 20%;
		position: absolute;
		width: 80%
	}

		.category-list .tabbed-product-container .row > div:not(.column) {
			margin-bottom: 12px;
			width: 33.3333%
		}

			.category-list .tabbed-product-container .row > div:not(.column) button .service-info .product {
				height: 100px
			}

	.category-list-arrows .category-container > button {
		overflow: visible
	}

		.category-list-arrows .category-container > button.active:after {
			background-color: #0078d4;
			content: '';
			height: 25px;
			position: absolute;
			right: -12px;
			top: 5px;
			width: 25px;
			-ms-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg)
		}
}

@media only screen and (max-width:960px) {
	.category-list .tabbed-product-container {
		margin-top: 12px
	}

		.category-list .tabbed-product-container .link-row {
			margin: 0
		}

	.category-list.category-list-arrows .category-container > button {
		overflow: hidden
	}

		.category-list.category-list-arrows .category-container > button:after {
			border-left: 2px solid #fff;
			border-top: 2px solid #fff;
			content: '';
			display: block;
			height: 12px;
			position: absolute;
			right: 12px;
			top: 8px;
			width: 12px;
			-ms-transform: rotate(225deg);
			-o-transform: rotate(225deg);
			-webkit-transform: rotate(225deg);
			transform: rotate(225deg)
		}

		.category-list.category-list-arrows .category-container > button.active:after {
			margin-top: 7px;
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg)
		}
}

.wa-checkbox {
	display: inline-block
}

	.wa-checkbox label {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		color: #505055;
		margin: 0;
		padding-left: 26px;
		position: relative
	}

		.wa-checkbox label input[type=checkbox] {
			left: 0;
			position: absolute;
			top: 0;
			visibility: hidden
		}

		.wa-checkbox label:after {
			background-color: transparent;
			border-color: #505055;
			border-style: solid;
			border-width: 0 0 2px 2px;
			content: '';
			display: inline-block;
			height: 5px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 10px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			opacity: 0;
			top: 5px
		}

		.wa-checkbox label:before {
			border: 1px solid #505055;
			content: "";
			height: 14px;
			left: 0;
			position: absolute;
			top: 3px;
			width: 14px
		}

	.wa-checkbox:hover label:after {
		opacity: .5
	}

	.wa-checkbox.checked label:after {
		opacity: 1
	}

	.wa-checkbox.disabled {
		opacity: .6
	}

		.wa-checkbox.disabled label {
			cursor: default
		}

			.wa-checkbox.disabled label:after {
				display: none
			}

.wa-checkbox-light label {
	color: #fff
}

	.wa-checkbox-light label:after {
		border-color: #fff
	}

	.wa-checkbox-light label:before {
		border-color: #fff
	}

.wa-checkbox-large label {
	line-height: 35px;
	padding-left: 45px
}

	.wa-checkbox-large label:after {
		background-color: transparent;
		border-color: #505055;
		border-style: solid;
		border-width: 0 0 6px 6px;
		content: '';
		display: inline-block;
		height: 12px;
		left: 2px;
		position: absolute;
		top: 3px;
		vertical-align: middle;
		width: 24px;
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 7px;
		top: 11px
	}

	.wa-checkbox-large label:before {
		border: 2px solid #dedede;
		height: 35px;
		width: 35px
	}

.wa-checkboxList {
	margin: 0;
	padding: 0;
	list-style: none
}

	.wa-checkboxList .title {
		font-size: 16px;
		line-height: 1.2;
		color: #505055;
		text-transform: uppercase;
		margin-bottom: 12px
	}

	.wa-checkboxList .wa-checkbox {
		margin-bottom: 12px;
		display: block
	}

		.wa-checkboxList .wa-checkbox:last-child {
			margin-bottom: 0
		}

.wa-checkboxList-light .title {
	font-size: 16px;
	line-height: 1.2;
	color: #fff
}

.wa-checkbox-left-align {
	padding-left: 26px
}

.wa-checkList {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList li {
		font-size: 16px;
		line-height: 1.2;
		color: #6a6a6a;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList li:before {
			background-color: transparent;
			border-color: #6a6a6a;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList li:last-child {
			margin-bottom: 0
		}

.wa-checkList-light {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList-light li {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList-light li:before {
			background-color: transparent;
			border-color: #fff;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList-light li:last-child {
			margin-bottom: 0
		}

.wa-checkList-alt {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList-alt li {
		font-size: 16px;
		line-height: 1.2;
		color: #6a6a6a;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList-alt li:before {
			background-color: transparent;
			border-color: #a5ce00;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList-alt li:last-child {
			margin-bottom: 0
		}

.wa-checkList-green-white {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList-green-white li {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList-green-white li:before {
			background-color: transparent;
			border-color: #a5ce00;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList-green-white li:last-child {
			margin-bottom: 0
		}

.wa-checkList-color-palette14-alt {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList-color-palette14-alt li {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList-color-palette14-alt li:before {
			background-color: transparent;
			border-color: #50e6ff;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList-color-palette14-alt li:last-child {
			margin-bottom: 0
		}

.wa-checkList-color-palette14 {
	list-style: none;
	margin: 0;
	padding: 0
}

	.wa-checkList-color-palette14 li {
		font-size: 16px;
		line-height: 1.2;
		color: #323237;
		margin-bottom: 20px;
		padding-left: 30px;
		position: relative
	}

		.wa-checkList-color-palette14 li:before {
			background-color: transparent;
			border-color: #50e6ff;
			border-style: solid;
			border-width: 0 0 3px 3px;
			content: '';
			display: inline-block;
			height: 7px;
			left: 2px;
			position: absolute;
			top: 3px;
			vertical-align: middle;
			width: 14px;
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.wa-checkList-color-palette14 li:last-child {
			margin-bottom: 0
		}

.wa-checkList-tight li {
	margin-bottom: 10px
}

.wa-dropdownList {
	display: block
}

	.wa-dropdownList:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-dropdownList > div {
		display: block;
		margin-top: 10%
	}

		.wa-dropdownList > div:first-child {
			margin-top: 0
		}

	.wa-dropdownList label {
		font-size: 10px;
		line-height: 1.2;
		text-transform: uppercase;
		display: block;
		margin-bottom: 3px
	}

@media only screen and (min-width:960px) {
	.inline-dropdown {
		display: inline-block;
		width: 180px
	}

	.header-dropdown {
		margin-bottom: 12px;
		width: auto
	}

	.wa-dropdownList {
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		padding: 8px 0;
		margin: 8px 0
	}

		.wa-dropdownList > div {
			float: left;
			margin-right: 26px;
			margin-top: 0;
			position: relative
		}

		.wa-dropdownList.wa-dropdownList-noLines {
			border: 0
		}
}

.wa-linkList {
	list-style-type: none;
	margin: 0;
	padding: 0
}

	.wa-linkList li {
		margin-bottom: 5px
	}

.wa-loading-progress-container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	overflow: hidden;
	z-index: 100000;
	display: none
}

.wa-loading-progress div {
	width: 5px;
	height: 5px;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 100000;
	background-color: #00abec;
	border-radius: 50%;
	animation: move 4s infinite cubic-bezier(.2,.64,.81,.23)
}

	.wa-loading-progress div:nth-child(2) {
		animation-delay: 150ms
	}

	.wa-loading-progress div:nth-child(3) {
		animation-delay: 300ms
	}

	.wa-loading-progress div:nth-child(4) {
		animation-delay: 450ms
	}

@keyframes move {
	0% {
		left: 0
	}

	75% {
		left: 100%
	}

	to {
		left: 100%
	}
}

.wa-pagination {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%
}

	.wa-pagination ul {
		display: inline-block;
		list-style: none;
		margin: 0 auto;
		padding: 0
	}

		.wa-pagination ul li {
			display: inline-block;
			height: 30px;
			line-height: 27px;
			margin: 0;
			vertical-align: top
		}

			.wa-pagination ul li a {
				font-size: 20px;
				color: #323237;
				display: block;
				height: 30px;
				line-height: 27px;
				margin: 0;
				padding: 0 8px;
				text-align: center
			}

				.wa-pagination ul li a[href] {
					color: #0071c7
				}

					.wa-pagination ul li a[href]:hover {
						color: #0063ae
					}

				.wa-pagination ul li a.disabled:hover {
					color: #323237
				}

[data-pagination=hidden] {
	display: none !important
}

.step-container {
	position: relative
}

	.step-container > h3 {
		display: inline;
		margin-left: 12px
	}

.step {
	background-color: #f4f4f4;
	border-radius: 50%;
	display: inline-block;
	height: 48px;
	width: 48px;
	margin: 0 auto
}

	.step .step-text {
		color: #fff;
		font-size: 30px;
		text-align: center
	}

	.step + p {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
		margin-left: 12px;
		color: #dedede;
		font-size: 18px
	}

	.step.active {
		background-color: #0078d4
	}

		.step.active + p {
			color: #1a1a1f
		}

	.step.previous {
		background-color: #969696
	}

		.step.previous + p {
			color: #6a6a6a
		}

h3 .step-heading {
	border: 1px solid #505055;
	border-radius: 36px;
	display: inline-block;
	height: 36px;
	line-height: 1.4;
	margin-right: 10px;
	text-align: center;
	width: 36px
}

.step-content {
	padding-left: 47px
}

.wa-steps {
	margin: 0 -90px;
	margin-bottom: 40px;
	padding: 0 90px;
	position: relative
}

	.wa-steps:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-steps > .wa-step {
		display: none
	}

		.wa-steps > .wa-step:after {
			clear: both;
			content: '';
			display: table
		}

		.wa-steps > .wa-step .slide {
			display: block;
			width: 66%;
			float: left;
			min-height: 1px
		}

		.wa-steps > .wa-step .description {
			width: 32%;
			margin-left: 2%;
			display: block;
			float: left;
			min-height: 1px
		}

		.wa-steps > .wa-step:first-child {
			display: block
		}

	.wa-steps .wa-step-legend {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 90px;
		top: -30px;
		width: 27.3%
	}

		.wa-steps .wa-step-legend:after {
			clear: both;
			content: '';
			display: table
		}

		.wa-steps .wa-step-legend ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0
		}

			.wa-steps .wa-step-legend ul:after {
				clear: both;
				content: '';
				display: table
			}

			.wa-steps .wa-step-legend ul li {
				float: left
			}

		.wa-steps .wa-step-legend .wa-arrowLink {
			float: right
		}

		.wa-steps .wa-step-legend .wa-step-next, .wa-steps .wa-step-legend .wa-step-prev {
			padding: 0 8px
		}

	.wa-steps .wa-steps-grid {
		list-style-type: none;
		margin: 0 0 0 -10px;
		padding: 0
	}

		.wa-steps .wa-steps-grid:after {
			clear: both;
			content: '';
			display: table
		}

		.wa-steps .wa-steps-grid li {
			float: left;
			margin: 0 0 10px 10px
		}

			.wa-steps .wa-steps-grid li img {
				margin: 0
			}

.gif-wrapper {
	position: relative
}

	.gif-wrapper button {
		width: 100%
	}

		.gif-wrapper button .gif-img {
			max-width: 100%
		}

			.gif-wrapper button .gif-img:hover {
				opacity: .8
			}

	.gif-wrapper .gif-control {
		width: auto;
		float: right
	}

		.gif-wrapper .gif-control:hover {
			opacity: .8
		}

.wa-tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative
}

	.wa-tabs:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-tabs li {
		display: block;
		float: left;
		margin-bottom: 0;
		margin-right: 1px
	}

		.wa-tabs li .wa-tab {
			background-color: #fff;
			color: #323237;
			display: inline-block;
			font-size: 16px;
			line-height: 40px;
			text-align: center;
			padding: 0 15px
		}

			.wa-tabs li .wa-tab:hover {
				background-color: #0078d4;
				color: #fff;
				-webkit-transition: all .1s ease-in-out;
				transition: all .1s ease-in-out
			}

		.wa-tabs li .active {
			background-color: #0078d4;
			color: #fff
		}

			.wa-tabs li .active:hover {
				background-color: #00abec
			}

.wa-tabsBlock {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	margin: 0;
	padding: 10px 0
}

	.wa-tabsBlock li {
		margin-right: 6px;
		margin-bottom: 6px
	}

		.wa-tabsBlock li .wa-tab {
			background-color: #969696;
			color: #fff;
			font-size: 14px;
			line-height: 20px;
			padding: 2px 8px
		}

			.wa-tabsBlock li .wa-tab:hover {
				background-color: #00abec
			}

		.wa-tabsBlock li .active {
			background-color: #00abec
		}

			.wa-tabsBlock li .active:hover {
				background-color: #00abec
			}

.wa-tabsSquare {
	padding: 0;
	margin: 0
}

	.wa-tabsSquare li {
		margin-right: 0;
		margin-left: 10px
	}

		.wa-tabsSquare li .wa-tab {
			background-color: #fff;
			width: 15px;
			height: 15px;
			font-size: 0;
			border: 1px solid #969696;
			padding: 0
		}

			.wa-tabsSquare li .wa-tab:hover {
				background-color: #dedede
			}

		.wa-tabsSquare li .active {
			background-color: #00abec
		}

			.wa-tabsSquare li .active:hover {
				background-color: #00abec
			}

		.wa-tabsSquare li:first-child {
			margin-left: 0
		}

.wa-tabs-container > .wa-content + .wa-content {
	margin-top: 0
}

.wa-tabs-container > div {
	display: none
}

	.wa-tabs-container > div.active {
		display: block
	}

.wa-tabs-container[data-transition=slideshow] {
	position: relative;
	overflow: hidden
}

	.wa-tabs-container[data-transition=slideshow] > div {
		position: absolute;
		left: 0;
		right: 0
	}

.wa-tabs-overlap {
	margin-top: -40px
}

@media only screen and (min-width:960px) {
	.wa-tabs li .wa-tab {
		min-width: 150px
	}

	.wa-tabsBlock li .wa-tab {
		min-width: 0
	}

	.wa-tabsSquare li .wa-tab {
		min-width: 0
	}
}

.wa-text .text-input {
	background-color: #fff;
	border: 1px solid #3e3d4d;
	color: #323237;
	padding: 8px 1%;
	width: 100%
}

	.wa-text .text-input::-ms-clear {
		display: none
	}

.wa-textFilter .clear, .wa-textSearch .clear {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	color: #1a1a1f;
	cursor: pointer;
	display: block;
	position: absolute;
	width: auto
}

.wa-textFilter {
	position: relative
}

	.wa-textFilter .text-input {
		background-image: url(/cvt-06d28b0b1b09b69f857f2187193e3dfb2b1f054a59949e673927e34ab6a0b579/less/images/filter-search-spyglass.png);
		background-position: 98% 50%;
		background-repeat: no-repeat;
		background-size: 20px;
		padding-right: 36px
	}

	.wa-textFilter .clear {
		font-size: 22px;
		height: 18px;
		line-height: 13px;
		right: 41px;
		top: 12px;
		width: 18px
	}

.wa-textSearch {
	position: relative
}

	.wa-textSearch input {
		line-height: 1.4
	}

	.wa-textSearch #term, .wa-textSearch input {
		padding-right: 36px
	}

	.wa-textSearch .search-button {
		background: url(/cvt-06d28b0b1b09b69f857f2187193e3dfb2b1f054a59949e673927e34ab6a0b579/less/images/filter-search-spyglass.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 60%;
		border: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0
	}

	.wa-textSearch .clear {
		font-size: 22px;
		line-height: 12px;
		right: 36px;
		top: 12px;
		border: 0;
		background-color: transparent;
		padding: 0 3px 0 0
	}

.wa-text-light .text-input {
	border: 0
}

@media only screen and (min-width:768px) {
	.wa-textFilter .text-input {
		background-size: 3.5%;
		background-position: 98% 50%
	}
}

@media only screen and (min-width:960px) {
	.wa-textFilter .text-input {
		background-size: 2%;
		background-position: 98.75% 50%
	}
}

input.text-input.filter {
	padding-right: 60px
}

.wa-toggleLarge {
	position: relative;
	padding-left: 50px
}

	.wa-toggleLarge .icon {
		left: 0;
		position: absolute;
		top: 5px;
		height: 32px;
		width: 32px
	}

	.wa-toggleLarge .icon-plus {
		display: block
	}

	.wa-toggleLarge .icon-minus {
		display: none
	}

	.wa-toggleLarge .text-heading2 {
		display: inline-block;
		color: #00abec
	}

	.wa-toggleLarge.open .icon-plus {
		display: none
	}

	.wa-toggleLarge.open .icon-minus {
		display: block
	}

[data-control=toggle].open > .toggled {
	display: block
}

	[data-control=toggle].open > .toggled .wa-content {
		margin-top: 24px
	}

[data-control=toggle] > .toggled {
	display: none
}

.wa-videoSwitcher .player {
	display: none
}

.wa-videoSwitcher .selector {
	display: block;
	overflow: hidden
}

	.wa-videoSwitcher .selector .video-container {
		margin-bottom: 24px
	}

@media only screen and (min-width:960px) {
	.wa-videoSwitcher .player {
		display: block;
		margin-bottom: 24px
	}

		.wa-videoSwitcher .player iframe {
			display: block
		}

	.wa-videoSwitcher .selector .video-container {
		float: left;
		margin-left: 2%;
		width: 23.5%;
		margin-bottom: 0
	}

		.wa-videoSwitcher .selector .video-container:first-child {
			margin-left: 0
		}

		.wa-videoSwitcher .selector .video-container .wa-video-thumbnail {
			border: 5px solid #969696
		}

		.wa-videoSwitcher .selector .video-container.active .wa-video-thumbnail {
			border-color: #00abec
		}
}

.wa-video-thumbnail {
	background-color: transparent;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative
}

	.wa-video-thumbnail.img-wrapper {
		width: 100%
	}

	.wa-video-thumbnail .thumbnail {
		min-width: 100%;
		max-width: 100%
	}

	.wa-video-thumbnail .play-icon {
		height: 40px;
		left: 50%;
		margin-left: -20px;
		margin-top: -20px;
		position: absolute;
		top: 50%;
		width: 40px
	}

	.wa-video-thumbnail .metadata {
		background-color: #1a1a1f;
		bottom: 0;
		color: #fff;
		left: 0;
		right: 0;
		opacity: .7;
		overflow: hidden;
		padding: 6px 12px;
		position: absolute
	}

	.wa-video-thumbnail .title {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
		display: block;
		margin-bottom: 6px
	}

	.wa-video-thumbnail .description {
		font-size: 12px;
		line-height: 1.2;
		color: #fff;
		display: block;
		margin-bottom: 6px
	}

	.wa-video-thumbnail .date {
		display: block
	}

		.wa-video-thumbnail .date:after {
			clear: both;
			content: '';
			display: table
		}

		.wa-video-thumbnail .date span {
			float: right;
			font-size: 10px
		}

			.wa-video-thumbnail .date span:first-child {
				float: left
			}

	.wa-video-thumbnail:hover {
		opacity: .85;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}

.wa-videoWrapper {
	display: block;
	position: relative
}

	.wa-videoWrapper.expanded {
		margin-bottom: 24px !important
	}

	.wa-videoWrapper .wa-video-thumbnail, .wa-videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}

	.wa-videoWrapper .close {
		position: absolute;
		top: -25px;
		right: 0;
		width: 23px;
		height: 23px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAvklEQVRIx+2VwQ2DMAxFM0JGyShvhGzSblRGYAPYxGxgLkGqIjl2qHqpevDNeg/B9yepavrWpN+BAxlYgBIBAAV4AnkIb+AdUODwBA18tP29F/TLa1tUT9CBr1lH8AKIJzDA0u9ZT2QKomAzLQNBjYKHUTQEGgW7OXcE4qUpkuNqwOtHF2p8PI3ewV1wSDADlvaKJCqYAZeZQ7Mu1M1xVOB1izjdIjPdkoEtmuNOsA1b8U3wmuzzh9vn/3/oNScxQjnr/ljtlQAAAABJRU5ErkJggg==) 0 0 no-repeat
	}

@media only screen and (min-width:768px) {
	.wa-video-thumbnail .date span {
		font-size: 12px
	}
}

@media only screen and (min-width:960px) {
	.wa-video-thumbnail .wa-webinar-video-thumbnail {
		width: 225px;
		height: 126px
	}
}

.wa-banner {
	background-color: #00abec;
	display: block;
	padding: 20px;
	margin-bottom: 30px !important;
	position: relative;
	width: 165px
}

	.wa-banner span {
		color: #fff
	}

	.wa-banner:before, .wa-banner:after {
		border: 10px solid #00abec;
		border-bottom: 75px solid transparent;
		border-top: 0;
		bottom: -55px;
		content: "";
		height: 0;
		position: absolute;
		width: 0
	}

	.wa-banner:before {
		left: 0;
		border-left: 139px solid #00abec;
		border-right: 0 solid transparent
	}

	.wa-banner:after {
		right: 0;
		border-right: 139px solid #00abec;
		border-left: 0 solid transparent
	}

.wa-check {
	background-color: transparent;
	border-color: #505055;
	border-style: solid;
	border-width: 0 0 3px 3px;
	content: '';
	display: inline-block;
	height: 7px;
	left: 2px;
	position: absolute;
	top: 3px;
	vertical-align: middle;
	width: 14px;
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: static
}

.wa-check-light {
	border-color: #fff
}

.wa-check-green {
	border-color: #a5ce00
}

.wa-check-light-blue {
	border-color: #50e6ff
}

.wa-check.large {
	border-width: 0 0 5 5;
	height: 10px;
	width: 20px;
	margin-right: 12px;
	margin-top: -12px
}

.wa-check.medium {
	border-width: 0 0 5 5;
	height: 8px;
	width: 15px;
	margin-right: 12px;
	margin-top: -12px
}

.customerQuote {
	color: #323237;
	margin: 24px 0;
	position: relative
}

	.customerQuote:after {
		clear: both;
		content: '';
		display: table
	}

	.customerQuote img {
		display: block;
		float: left;
		margin-right: 24px;
		max-width: 50px
	}

	.customerQuote .quoteText {
		margin-left: 60px
	}

	.customerQuote blockquote {
		color: inherit;
		margin-left: 0;
		margin-right: 0
	}

	.customerQuote .author {
		color: inherit;
		line-height: 1.5em
	}

.customerQuote-large img {
	display: none
}

.customerQuote-large .quoteText {
	margin-left: 0
}

.customerQuote-large blockquote {
	font-size: 16px;
	line-height: 1.2;
	color: inherit
}

.customerQuote-large .author {
	font-size: 14px;
	color: inherit;
	font-style: italic
}

.customerQuote-light {
	color: #fff
}

@media only screen and (min-width:768px) {
	.customerQuote-medium img {
		max-width: 150px
	}

	.customerQuote-medium .quoteText {
		margin-left: 172px
	}
}

.github-contributors {
	border-bottom: 1px solid #dedede;
	margin: 0 0 24px 0;
	position: relative
}

	.github-contributors .author-bio {
		display: inline-block
	}

	.github-contributors .author-content {
		display: inline-block;
		font-size: 16px;
		margin: 6px 0 0 5px
	}

	.github-contributors .author-img {
		background-repeat: no-repeat;
		border-radius: 18px;
		display: inline-block;
		height: 36px;
		width: 36px;
		margin-top: 10px
	}

	.github-contributors .contributors {
		display: none
	}

	.github-contributors .more-contributors {
		background: #dedede;
		color: #505055;
		font-size: 16px;
		line-height: 20px;
		padding: 0 5px;
		text-align: center
	}

@media only screen and (min-width:960px) {
	.github-contributors {
		padding: 0 0 15px 0
	}

		.github-contributors .author-content {
			margin-right: 20px
		}

		.github-contributors .contributor-img {
			background-repeat: no-repeat;
			border-radius: 10px;
			display: inline-block;
			height: 20px;
			width: 20px;
			background-size: 20px
		}

		.github-contributors .contributors {
			display: inline-block;
			text-align: right
		}

			.github-contributors .contributors .contribute .github-tooltip {
				font-size: 20px
			}

			.github-contributors .contributors .contribute > span, .github-contributors .contributors .contribute > a {
				font-size: 16px;
				line-height: 20px
			}

			.github-contributors .contributors ul {
				display: inline-block;
				list-style: none;
				margin: 0 4px;
				padding: 0;
				vertical-align: top
			}

				.github-contributors .contributors ul > li {
					height: 20px;
					width: 20px;
					float: left;
					line-height: 20px;
					margin: 0 3px 0 0
				}

					.github-contributors .contributors ul > li a {
						line-height: 1.2
					}

					.github-contributors .contributors ul > li:last-child {
						margin-right: 0;
						width: auto
					}
}

.icon-palette01 svg {
	fill: #fff
}

.icon-palette02 svg {
	fill: #00abec
}

.icon-palette03 svg {
	fill: #0078d4
}

.icon-palette04 svg {
	fill: #a5ce00
}

.icon-palette05 svg {
	fill: #89c402
}

.icon-palette06 svg {
	fill: #243a5e
}

.icon-palette08 svg {
	fill: #68217a
}

.icon-palette09 svg {
	fill: #008272
}

.icon-palette10 svg {
	fill: #6b2929
}

.icon-palette11 svg {
	fill: #da3900
}

.icon-palette12 svg {
	fill: #ff9349
}

.icon-palette14 svg {
	fill: #50e6ff
}

.icon-palette15 svg {
	fill: #1e4424
}

.icon-palette16 svg {
	fill: #128912
}

.icon-palette17 svg {
	fill: #69e66e
}

.icon-slate00 svg {
	fill: #000
}

.icon-slate01 svg {
	fill: #1a1a1f
}

.icon-slate02 svg {
	fill: #323237
}

.icon-slate03 svg {
	fill: #3e3d4d
}

.icon-slate04 svg {
	fill: #505055
}

.icon-slate06 svg {
	fill: #6a6a6a
}

.icon-slate07 svg {
	fill: #969696
}

.icon-slate08 svg {
	fill: #dedede
}

.icon-slate09 svg {
	fill: #f4f4f4
}

.icon-slate10 svg {
	fill: #78787d
}

.icon-slate11 svg {
	fill: #9b9ba0
}

.icon-slate12 svg {
	fill: #cdcdd0
}

.icon-slate13 svg {
	fill: #ebebeb
}

.icon {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom
}

	.icon img, .icon svg {
		height: 100%;
		width: 100%
	}

h1 .icon, h2 .icon, h4 .icon {
	height: 32px;
	margin-top: 3px;
	vertical-align: initial;
	width: 32px
}

h3 .icon {
	height: 20px;
	margin-top: 3px;
	vertical-align: top;
	width: 20px
}

h4 .icon {
	margin: -2px 6px 0 0
}

.icon + h3, .icon + h4 {
	margin-top: 10px
}

.icon-size10 {
	height: 120px;
	width: 120px
}

.icon-size12 {
	height: 144px;
	width: 144px
}

.icon-size13 {
	height: 156px;
	width: 156px
}

.icon-size17 {
	height: 204px;
	width: 204px
}

.icon-size25 {
	height: 300px;
	width: 300px
}

.icon-dark svg {
	fill: #323237
}

.icon-light svg {
	fill: #fff
}

.icon-bg {
	display: none
}

.wa-icon-triangleDarkNext {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVBhXY/j//z8KZvAP8F8PxPwMMADk/Afiu0BsjCwAwj+BOAenAIqWNUCMMBTV2v8MAE/iNQJcpNDiAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	height: 8px;
	width: 4px;
	display: inline-block;
	vertical-align: middle;
	background-size: auto
}

.wa-icon-triangleDarkPrev {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVBhXY/j//z8KhgP/AH9+IF4D4xgD8V0g/g/i5ADxTxAHuwCGFhgAckCGrkez9j8DAN7YNQJ1zFGgAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	height: 8px;
	width: 4px;
	display: inline-block;
	vertical-align: middle;
	background-size: auto
}

.wa-iconBoxed {
	background-color: #3e3d4d;
	display: inline-block;
	padding: 9px
}

	.wa-iconBoxed .icon {
		display: block;
		height: 32px;
		width: 32px
	}

	.wa-iconBoxed.wa-iconBoxed-transparent {
		background-color: transparent
	}

.wa-iconList {
	list-style-type: none;
	margin: 0;
	padding: 0
}

	.wa-iconList li {
		margin-bottom: 36px;
		position: relative
	}

		.wa-iconList li a, .wa-iconList li.wa-iconList-content {
			font-size: 16px;
			display: table-cell;
			height: 52px;
			padding-left: 60px;
			vertical-align: middle
		}

			.wa-iconList li a:hover {
				opacity: .7
			}

		.wa-iconList li:last-child {
			margin-bottom: 0
		}

		.wa-iconList li .icon, .wa-iconList li .wa-iconBoxed {
			left: 0;
			margin-top: -25px;
			position: absolute;
			top: 50%
		}

		.wa-iconList li.wa-iconList-content .icon {
			height: auto;
			width: auto;
			top: 10px;
			margin-top: 0
		}

		.wa-iconList li .wa-iconBoxed .icon {
			left: auto;
			margin-top: 0;
			position: static;
			top: auto
		}

		.wa-iconList li .summary {
			font-size: 12px;
			line-height: 1.2;
			color: #6a6a6a;
			display: block;
			margin-top: 4px
		}

.wa-iconList-horizontal:after {
	clear: both;
	content: '';
	display: table
}

.wa-iconList-horizontal li {
	float: left;
	margin-right: 35px;
	width: auto
}

p + .wa-iconList {
	margin-top: 15px
}

@media only screen and (min-width:960px) {
	.icon-bg {
		display: inline;
		bottom: -20px;
		opacity: .4;
		position: absolute;
		right: 20px
	}

		.icon-bg svg {
			-moz-filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%)
		}

	.wa-iconList-horizontal li .title:after {
		content: "";
		display: inline-block;
		height: 8px;
		margin-left: 4px;
		width: 4px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVBhXY/j//z8KZmBY/WY9EPMDMYgNFvgPxHeB2BhZAIR/AnEOTgEULWuAGGEoqrX/GQDba0puRQUyaAAAAABJRU5ErkJggg==);
		background-repeat: no-repeat
	}
}

.wa-arrowLink {
	color: #323237 !important;
	display: block;
	position: relative
}

	.wa-arrowLink:after {
		content: '\25B6';
		padding-left: 4px;
		font-size: 10px
	}

	.wa-arrowLink:hover {
		color: #323237;
		opacity: .7
	}

.wa-arrowLink-light {
	color: #fff !important;
	position: relative
}

	.wa-arrowLink-light:after {
		content: '\25B6';
		padding-left: 4px;
		font-size: 10px
	}

	.wa-arrowLink-light:hover {
		color: #fff;
		opacity: .7
	}

.wa-arrowLink-blue {
	color: #0071c7 !important;
	position: relative
}

	.wa-arrowLink-blue:after {
		content: '\25B6';
		padding-left: 4px;
		font-size: 10px
	}

	.wa-arrowLink-blue:hover {
		color: #0063ae
	}

.wa-link-status {
	text-decoration: underline
}

@media only screen and (min-width:768px) {
	.wa-arrowLink {
		display: inline-block
	}
}

.wa-notification {
	background-color: #f4f4f4;
	display: block;
	margin: 30px 0;
	min-height: 44px;
	overflow: hidden;
	padding: 9px 20px 8px 80px;
	position: relative
}

	.wa-notification .wa-iconBoxed {
		background-color: #89c402;
		bottom: 0;
		left: 0;
		padding: 15px;
		position: absolute;
		top: 0
	}

.wa-notification-alt .wa-iconBoxed {
	background-color: #da3900
}

.wa-section-light .wa-notification {
	background-color: #fff
}

.wa-resourceBlockRow {
	overflow: hidden;
	margin-bottom: 25px
}

	.wa-resourceBlockRow:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-resourceBlockRow .wa-resourceBlock {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		background-color: #3e3d4d;
		color: #fff;
		display: block;
		float: left;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 25px;
		padding: 20px 4%;
		position: relative;
		width: 100%
	}

		.wa-resourceBlockRow .wa-resourceBlock ul li {
			font-size: inherit
		}

		.wa-resourceBlockRow .wa-resourceBlock:first-child {
			margin-top: 0
		}

		.wa-resourceBlockRow .wa-resourceBlock .wa-resourceBlock-header {
			display: block;
			margin-bottom: 12px;
			min-height: 42px;
			font-size: 18px;
			line-height: 1.2;
			color: #fff
		}

		.wa-resourceBlockRow .wa-resourceBlock .icon {
			display: none;
			position: absolute;
			right: 15px;
			top: 15px
		}

	.wa-resourceBlockRow a.wa-resourceBlock:hover {
		background-color: #969696
	}

@media only screen and (min-width:960px) {
	.wa-resourceBlockRow .wa-resourceBlock {
		margin-top: 0;
		margin-bottom: -480px;
		margin-left: 2%;
		min-height: 110px;
		padding: 20px 1.2% 500px;
		width: 16%
	}

		.wa-resourceBlockRow .wa-resourceBlock .icon {
			display: block
		}

		.wa-resourceBlockRow .wa-resourceBlock:first-child {
			margin-left: 0
		}

		.wa-resourceBlockRow .wa-resourceBlock:nth-child(1):nth-last-child(2), .wa-resourceBlockRow .wa-resourceBlock:nth-child(2):nth-last-child(1) {
			padding: 20px 2% 500px;
			width: 28%
		}

		.wa-resourceBlockRow .wa-resourceBlock:nth-child(1):nth-last-child(3), .wa-resourceBlockRow .wa-resourceBlock:nth-child(2):nth-last-child(2), .wa-resourceBlockRow .wa-resourceBlock:nth-child(3):nth-last-child(1) {
			padding: 20px 2% 500px;
			width: 28%
		}

		.wa-resourceBlockRow .wa-resourceBlock:nth-child(1):nth-last-child(4), .wa-resourceBlockRow .wa-resourceBlock:nth-child(2):nth-last-child(3), .wa-resourceBlockRow .wa-resourceBlock:nth-child(3):nth-last-child(2), .wa-resourceBlockRow .wa-resourceBlock:nth-child(4):nth-last-child(1) {
			padding: 20px 2% 500px;
			width: 19.5%
		}
}

ul.tags {
	margin: 0;
	padding: 0
}

	ul.tags > li {
		background-color: #f4f4f4;
		display: inline-block;
		font-size: 12px;
		margin-bottom: 6px;
		margin-right: 4px;
		padding: 3px 6px;
		text-align: center
	}

		ul.tags > li a {
			color: inherit
		}

	ul.tags[aria-label]:before {
		content: attr(aria-label);
		margin-right: 6px
	}

.wa-vcard {
	padding-top: 10px;
	line-height: 1
}

	.wa-vcard:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-vcard img {
		float: left;
		width: 62px;
		height: 62px;
		margin-right: 10px
	}

	.wa-vcard a[rel=author] {
		color: inherit;
		display: block;
		text-transform: uppercase
	}

	.wa-vcard .author-designation, .wa-vcard .service-description {
		line-height: 1;
		font-size: 12px
	}

.wa-vcard-big {
	padding-bottom: 10px
}

	.wa-vcard-big img {
		width: 80px;
		height: 80px;
		margin-right: 12px
	}

	.wa-vcard-big .author-designation, .wa-vcard-big .service-description {
		font-size: 16px
	}

@media only screen and (min-width:768px) {
	.tabs-arrow .tabs.tabs-arrow-down {
		border: 0
	}

		.tabs-arrow .tabs.tabs-arrow-down li a {
			font-size: 14px;
			text-transform: uppercase
		}

			.tabs-arrow .tabs.tabs-arrow-down li a.active {
				background-color: inherit
			}

				.tabs-arrow .tabs.tabs-arrow-down li a.active:after {
					bottom: -19px
				}

			.tabs-arrow .tabs.tabs-arrow-down li a .icon {
				width: 32px;
				height: 32px
			}

	.tabs li a {
		font-size: 18px
	}

		.tabs li a.active {
			background-color: #0078d4
		}

	.tabs.tabs-switcher li {
		width: 50%;
		margin-right: 0
	}

		.tabs.tabs-switcher li a {
			width: 100%;
			background-color: #ebebeb;
			border-top: 3px solid #ebebeb;
			color: #1a1a1f;
			font-size: 14px;
			font-weight: 600
		}

			.tabs.tabs-switcher li a.active {
				background-color: #f4f4f4;
				border-top: 3px solid #0078d4;
				color: #1a1a1f
			}

	.tabs.tabs-border {
		border-bottom: 5px solid #0078d4
	}

	.tabs.tabs-border-top li a {
		font-size: 16px;
		color: #1a1a1f;
		font-weight: 700;
		background-color: #f4f4f4
	}

		.tabs.tabs-border-top li a.active {
			background-color: #fff;
			color: #1a1a1f;
			border-top: 4px solid #0078d4
		}

	.tabs.tabs-outlined li {
		outline: 2px solid #dedede
	}

	.tabs.tabs-blue-bottom-border a {
		background-color: #fff;
		border-bottom: 2px solid #fff
	}

		.tabs.tabs-blue-bottom-border a.active, .tabs.tabs-blue-bottom-border a:hover, .tabs.tabs-blue-bottom-border a.active:hover {
			border-bottom: 2px solid #0078d4;
			color: #0078d4;
			background-color: #fff
		}

	.tabs.tabs-mini {
		height: 78px
	}

		.tabs.tabs-mini li {
			height: inherit
		}

			.tabs.tabs-mini li a {
				font-size: 14px;
				width: 100%;
				height: inherit;
				padding: 24px
			}

	.tabs-centered {
		text-align: center
	}

		.tabs-centered ol {
			display: inline-block
		}
}

.tabs-content pre {
	border: 0
}

.grey-toggler {
	background-color: #f4f4f4;
	height: 62px;
	position: relative;
	vertical-align: middle;
	width: 100%
}

.toggler-pricing {
	background-color: #dedede;
	display: block;
	height: 62px;
	overflow: hidden;
	padding: 0 72px 0 0;
	position: relative;
	vertical-align: middle;
	width: 100%
}

	.toggler-pricing:after {
		content: none
	}

	.toggler-pricing .heading {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		background-color: #0078d4;
		bottom: 0;
		color: #fff;
		display: block;
		left: 0;
		line-height: 62px;
		margin: 0;
		padding: 0 12px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}

	.toggler-pricing p {
		display: none
	}

	.toggler-pricing:hover {
		background-color: #f4f4f4
	}

		.toggler-pricing:hover .heading {
			background-color: #00abec
		}

@media only screen and (min-width:540px) {
	.toggler-pricing {
		align-items: center;
		display: flex;
		padding-left: 50%
	}

		.toggler-pricing:after {
			color: #323237
		}

		.toggler-pricing .heading {
			right: auto;
			width: 50%
		}

		.toggler-pricing p {
			color: #323237;
			display: block;
			font-size: 16px;
			margin: 0;
			max-height: 62px;
			padding: 0 0 0 24px
		}
}

@media only screen and (min-width:768px) {
	.toggler-pricing {
		padding-left: 30%
	}

		.toggler-pricing .heading {
			width: 30%
		}
}

.toggler-faq {
	margin-left: 0;
	padding-left: 13px;
	list-style-type: none
}

	.toggler-faq .faq-entry {
		margin-bottom: 10px;
		position: relative
	}

		.toggler-faq .faq-entry > .toggler {
			color: #0071c7
		}

			.toggler-faq .faq-entry > .toggler:before {
				content: '+';
				position: absolute;
				left: -15px;
				top: 0
			}

			.toggler-faq .faq-entry > .toggler.open {
				font-weight: 700
			}

				.toggler-faq .faq-entry > .toggler.open:before {
					content: '\2013';
					left: -13px;
					top: -1px
				}

		.toggler-faq .faq-entry .toggled ul {
			list-style-type: disc;
			margin-top: 9px
		}

.toggler-faq-controls .toggler {
	padding: 10px;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #0071c7
}

	.toggler-faq-controls .toggler.expand:before {
		content: '+ '
	}

	.toggler-faq-controls .toggler.collapse:before {
		content: '- '
	}

.accordion-list, .accordion-list-inner {
	list-style-type: none;
	padding-left: 0
}

	.accordion-list .accordion-list-item {
		margin-bottom: 0;
		padding-bottom: 6px;
		position: relative
	}

		.accordion-list .accordion-list-item.last-item:before {
			display: none
		}

		.accordion-list .accordion-list-item:before {
			border-left: 3px solid #dedede;
			content: '';
			display: block;
			height: 100%;
			left: 28px;
			position: absolute;
			top: 31px;
			width: 0;
			z-index: 1
		}

		.accordion-list .accordion-list-item:last-child {
			padding-bottom: 0
		}

	.accordion-list .toggler {
		background-color: #f4f4f4;
		height: 62px;
		position: relative;
		vertical-align: middle;
		width: 100%;
		font-size: 14px;
		padding: 0 36px 0 48px
	}

		.accordion-list .toggler .circle {
			background-color: #fff;
			border: 3px solid #dedede;
			border-radius: 50%;
			display: block;
			float: left;
			height: 24px;
			left: 5px;
			margin: 0 5px 0 12px;
			position: absolute;
			top: 20px;
			width: 24px;
			z-index: 2
		}

		.accordion-list .toggler:before {
			content: '+';
			font-size: 14px;
			position: absolute;
			right: 24px;
			-ms-transform: translate(0,-50%);
			-o-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
			top: 50%
		}

		.accordion-list .toggler.open:before {
			content: '\2013';
			font-size: 14px
		}

.accordion-list-inner {
	padding-left: 48px
}

	.accordion-list-inner .accordion-list-inner-item {
		font-size: 14px
	}

		.accordion-list-inner .accordion-list-inner-item li {
			padding-left: 12px
		}

@media only screen and (min-width:540px) {
	.accordion-list .toggler {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) {
	.accordion-list .accordion-list-item:before {
		left: 40px
	}

	.accordion-list .toggler {
		font-size: 18px;
		padding: 0 24px 0 72px
	}

		.accordion-list .toggler .circle {
			height: 36px;
			left: 0;
			margin: 0 18px 0 24px;
			top: 15px;
			width: 36px
		}

	.accordion-list .accordion-list-inner {
		padding-left: 60px
	}

		.accordion-list .accordion-list-inner .accordion-list-inner-item {
			font-size: 16px;
			padding-top: 12px;
			padding-bottom: 12px
		}
}

.architecture-accordion-list {
	list-style-type: none;
	padding-left: 0
}

	.architecture-accordion-list .accordion-list-item {
		margin-bottom: 0;
		padding-bottom: 6px
	}

		.architecture-accordion-list .accordion-list-item:last-child {
			padding-bottom: 0
		}

	.architecture-accordion-list .toggler {
		color: #323237;
		padding-left: 12px;
		background-color: #f4f4f4;
		height: 62px;
		position: relative;
		vertical-align: middle;
		width: 100%
	}

		.architecture-accordion-list .toggler:before {
			content: '+';
			font-size: 24px;
			position: absolute;
			right: 24px;
			-ms-transform: translate(0,-48%);
			-o-transform: translate(0,-48%);
			-webkit-transform: translate(0,-48%);
			transform: translate(0,-48%);
			top: 48%
		}

		.architecture-accordion-list .toggler.open:before {
			content: '\2013';
			font-size: 24px
		}

	.architecture-accordion-list .toggled .architecture-container {
		margin: 0 auto 18px;
		max-width: 98%
	}

.toggler-carat:after {
	border-color: #1a1a1f;
	border-style: solid;
	border-width: 0 1px 1px 0;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 24px
}

.toggler-carat.open:after {
	position: relative;
	top: 6px;
	transform: rotate(225deg)
}

.toggler-link {
	color: #0071c7
}

.wa-searchResult {
	margin-bottom: 24px
}

.wa-previewService {
	border-top: 1px solid #dedede;
	padding: 24px 0
}

	.wa-previewService:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-previewService:first-child {
		border-top: none;
		padding-top: 0
	}

[data-filter-hide=true], [data-control-hide=true] {
	display: none
}

.wa-video {
	display: block;
	width: 100%
}

	.wa-video .video {
		margin-bottom: 12px
	}

	.wa-video + .wa-video {
		margin-top: 24px
	}

@media only screen and (min-width:960px) {
	.wa-video {
		position: relative
	}

		.wa-video:after {
			clear: both;
			content: '';
			display: table
		}

		.wa-video .video {
			float: left;
			margin: 0;
			width: 31.25%
		}

		.wa-video .details {
			float: right;
			width: 65.625%
		}

		.wa-video .description {
			height: 68px;
			overflow: hidden
		}
}

.sub-nav .sub-nav-title {
	margin: 0 24px 0 0;
	display: block
}

.sub-nav.sub-nav-blue li {
	padding: 12px 0;
	margin-right: 0
}

.sub-nav.sub-nav-blue .sub-nav-title {
	padding: 12px 24px 12px 0;
	margin-right: 0
}

.sub-nav.sub-nav-blue a {
	padding: 12px 24px;
	margin-right: 0
}

	.sub-nav.sub-nav-blue li.active, .sub-nav.sub-nav-blue a.active, .sub-nav.sub-nav-blue li:hover, .sub-nav.sub-nav-blue a:hover {
		background-color: #0b65b1
	}

.sub-nav.sub-nav-blue-background li {
	padding: 12px 0;
	margin-right: 0
}

	.sub-nav.sub-nav-blue-background li.sub-nav__dropdown {
		position: relative
	}

		.sub-nav.sub-nav-blue-background li.sub-nav__dropdown .toggled__list-item {
			padding: 0 12px
		}

.sub-nav.sub-nav-blue-background .sub-nav-title {
	color: #50e6ff;
	padding: 12px 0;
	margin-right: 36px
}

.sub-nav.sub-nav-blue-background a {
	padding: 12px 24px;
	margin-right: 0
}

.sub-nav .linkList {
	margin-bottom: 0
}

.sub-nav__dropdown {
	position: relative;
	margin: 0 15px 0 0 !important;
	padding-bottom: 0 !important
}

	.sub-nav__dropdown .toggler {
		padding: 12px 32px 12px 24px
	}

		.sub-nav__dropdown .toggler:after {
			content: '\e70d';
			font-family: 'BAPIMDL2';
			-webkit-transition: all .25s 0s;
			transition: all .25s 0s;
			margin-top: 2px;
			position: absolute;
			right: 6px
		}

		.sub-nav__dropdown .toggler.open:after {
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg)
		}

	.sub-nav__dropdown .toggled {
		min-width: 175px;
		position: absolute;
		z-index: 1
	}

		.sub-nav__dropdown .toggled .toggled__list-item {
			padding: 0 12px;
			width: 100%
		}

			.sub-nav__dropdown .toggled .toggled__list-item:last-child {
				padding-bottom: 24px
			}

		.sub-nav__dropdown .toggled .toggled__list-item__link {
			display: block
		}

	.sub-nav__dropdown .no-padding-left {
		padding-left: 0
	}

@media only screen and (min-width:540px) {
	.sub-nav .sub-nav-title {
		margin-top: 12px;
		display: inline-block;
		float: left
	}

	.sub-nav .sub-nav-title-divided {
		display: inline-block;
		float: left;
		margin: 12px 36px 0 0;
		padding-right: 36px;
		position: relative
	}

		.sub-nav .sub-nav-title-divided:after {
			content: '|';
			position: absolute;
			right: 0
		}
}

ul.radio-button-group-cs-demo {
	padding: 0
}

	ul.radio-button-group-cs-demo li {
		list-style-type: none;
		margin: 0;
		display: inline
	}

		ul.radio-button-group-cs-demo li input {
			opacity: 0;
			position: absolute
		}

		ul.radio-button-group-cs-demo li label.default-button {
			background-color: #fff;
			border: 1px solid #0078d4;
			color: #0078d4 !important
		}

		ul.radio-button-group-cs-demo li label.selected-button {
			background-color: #0078d4;
			color: #fff !important
		}

.data-table-container {
	overflow: visible;
	position: static
}

	.data-table-container .sd-multiselect {
		float: none;
		margin-bottom: 10px;
		width: 150px
	}

		.data-table-container .sd-multiselect .sd-multiselect-button {
			width: 100%
		}

		.data-table-container .sd-multiselect .sd-multiselect-options {
			right: initial;
			width: 200px;
			z-index: 2
		}

			.data-table-container .sd-multiselect .sd-multiselect-options label[data-label-parent] > button {
				background: #fff;
				border-radius: 13px;
				border: 0;
				color: #00f;
				float: right;
				font-size: 16px;
				font-weight: 700;
				text-align: center;
				width: 45px
			}

			.data-table-container .sd-multiselect .sd-multiselect-options [data-label] {
				padding-left: 24px
			}

			.data-table-container .sd-multiselect .sd-multiselect-options.hide {
				display: none
			}

			.data-table-container .sd-multiselect .sd-multiselect-options.show {
				display: block
			}

	.data-table-container .btn-scroll-container {
		float: right;
		margin-bottom: 12px;
		padding-top: 5px
	}

		.data-table-container .btn-scroll-container button {
			background: #fff;
			border-bottom: 11px solid transparent;
			border-top: 11px solid transparent;
			height: 0;
			padding: 0;
			width: 0
		}

			.data-table-container .btn-scroll-container button.btn-scroll-left-arrow {
				border-right: 15px solid #0078d4;
				border-left-width: 0;
				margin-right: 7px
			}

			.data-table-container .btn-scroll-container button.btn-scroll-right-arrow {
				border-left: 15px solid #0078d4;
				border-right-width: 0
			}

.data-table-main-wrapper {
	position: relative
}

	.data-table-main-wrapper table {
		margin: 0
	}

		.data-table-main-wrapper table[aria-hidden=true] {
			display: table
		}

	.data-table-main-wrapper.table-gradient:after {
		background-image: linear-gradient(left,rgba(255,255,255,0) 0%,rgba(156,154,154,.85) 100%);
		background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(156,154,154,.85) 100%);
		background-image: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(156,154,154,.85) 100%);
		background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(156,154,154,.85) 100%);
		background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(156,154,154,.85) 100%);
		content: "\00a0";
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 18px
	}

	.data-table-main-wrapper .main-table-container {
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		width: 100%
	}

		.data-table-main-wrapper .main-table-container .main-table {
			background: 0 0
		}

	.data-table-main-wrapper .fixed-row-container {
		position: fixed;
		top: 0
	}

		.data-table-main-wrapper .fixed-row-container .fixed-row-wrapper {
			height: 55px;
			overflow: hidden
		}

			.data-table-main-wrapper .fixed-row-container .fixed-row-wrapper .fixed-row-liner {
				overflow: auto
			}

				.data-table-main-wrapper .fixed-row-container .fixed-row-wrapper .fixed-row-liner .fixed-row {
					margin: 0
				}

	.data-table-main-wrapper .fixed-column {
		position: absolute;
		top: 0
	}

		.data-table-main-wrapper .fixed-column td:first-of-type {
			height: 32px
		}

	.data-table-main-wrapper .fixed-first-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-bottom: 1px solid #c9c9c9;
		display: flex;
		font-size: 14px;
		font-weight: 700;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		text-transform: none;
		top: 0;
		width: 149.5px;
		z-index: 1
	}

		.data-table-main-wrapper .fixed-first-header.fixed-left {
			left: 2;
			width: 164px
		}

	.data-table-main-wrapper .no-border {
		border: 0 !important
	}

	.data-table-main-wrapper .toggler-table-cell {
		border: 0;
		height: 42px;
		padding: 0
	}

		.data-table-main-wrapper .toggler-table-cell .toggler-table-plain-button {
			background: 0 0;
			color: #1a1a1f;
			font-size: 12px;
			height: 100%;
			padding-left: 12px;
			position: relative;
			width: 100%
		}

			.data-table-main-wrapper .toggler-table-cell .toggler-table-plain-button:after {
				border-left: 1px solid #505055;
				border-top: 1px solid #505055;
				content: '';
				display: block;
				height: 9px;
				position: absolute;
				right: 7px;
				top: 13px;
				width: 9px;
				-ms-transform: rotate(225deg);
				-o-transform: rotate(225deg);
				-webkit-transform: rotate(225deg);
				transform: rotate(225deg)
			}

			.data-table-main-wrapper .toggler-table-cell .toggler-table-plain-button.open:after {
				margin-top: 7px;
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg)
			}

		.data-table-main-wrapper .toggler-table-cell .toggler-table-cell-button {
			background: #0078d4;
			border: 0;
			color: #fff;
			font-size: 16px;
			font-weight: 400;
			height: 100%;
			line-height: 16px;
			padding-left: 28px;
			position: relative;
			text-align: left;
			width: 100%
		}

			.data-table-main-wrapper .toggler-table-cell .toggler-table-cell-button:before {
				content: '\002B';
				left: 12px;
				line-height: 22px;
				position: absolute;
				top: 9px
			}

			.data-table-main-wrapper .toggler-table-cell .toggler-table-cell-button.open:before {
				content: '\2212';
				left: 12px;
				line-height: 22px;
				position: absolute;
				top: 9px
			}

.data-table, .fixed-row {
	border-top: none;
	margin-top: 0;
	table-layout: fixed;
	width: auto
}

	.data-table tr > th:first-child, .fixed-row tr > th:first-child {
		text-transform: none
	}

	.data-table tr.data-table-headers th, .fixed-row tr.data-table-headers th {
		padding-left: 2px;
		padding-right: 2px
	}

	.data-table tr.category-row, .fixed-row tr.category-row {
		background: #dedede
	}

	.data-table tr th, .fixed-row tr th, .data-table tr td, .fixed-row tr td {
		border-right: 1px solid #dedede;
		font-size: 11px;
		text-align: center;
		min-width: 85px;
		max-width: 85px;
		width: 85px
	}

	.data-table tr td, .fixed-row tr td {
		padding: 0
	}

	.data-table tr.data-table-headers-medium th, .fixed-row tr.data-table-headers-medium th, .data-table tr.data-table-headers-medium td, .fixed-row tr.data-table-headers-medium td {
		font-size: 12px;
		min-width: 100px;
		max-width: 100px;
		width: 100px
	}

	.data-table tr th, .fixed-row tr th {
		font-weight: 400;
		text-align: left
	}

		.data-table tr th:first-child, .fixed-row tr th:first-child {
			border-right: 2px solid #969696
		}

		.data-table tr th.row-header, .fixed-row tr th.row-header {
			text-transform: none
		}

		.data-table tr th.indented-header, .fixed-row tr th.indented-header {
			padding-left: 26px;
			padding-right: 5px
		}

		.data-table tr th.first-header, .fixed-row tr th.first-header {
			font-size: 14px;
			height: 54px;
			min-width: 150px;
			max-width: 150px;
			width: 150px
		}

		.data-table tr th sup, .fixed-row tr th sup {
			padding-left: 2px
		}

	.data-table tr td, .fixed-row tr td {
		vertical-align: middle;
		width: 60px
	}

		.data-table tr td.border-right-gray, .fixed-row tr td.border-right-gray {
			border-right: 2px solid #969696
		}

		.data-table tr td .availability-icon, .fixed-row tr td .availability-icon {
			height: 15px;
			width: 15px
		}

	.data-table tr.open, .fixed-row tr.open {
		display: table-row
	}

	.data-table .data-table-colgroup-row th, .fixed-row .data-table-colgroup-row th {
		background: #f4f4f4;
		border-left: 2px solid #fff;
		font-size: 11px;
		font-weight: 400;
		padding: 5px 0 5px 4px;
		text-align: left;
		text-transform: none
	}

	.data-table .data-table-colgroup-row td, .fixed-row .data-table-colgroup-row td {
		height: 31px
	}

	.data-table .data-table-headers th, .fixed-row .data-table-headers th {
		font-size: 10px;
		font-weight: 700;
		text-align: center;
		vertical-align: middle
	}

	.data-table.data-table-top-border, .fixed-row.data-table-top-border {
		border-top: 2px solid #c9c9c9
	}

	.data-table sup, .fixed-row sup {
		font-size: 80%;
		position: static;
		vertical-align: super
	}

.data-table {
	border-bottom: 1px solid #c9c9c9
}

@media only screen and (max-width:540px) {
	.data-table-main-wrapper .fixed-first-header {
		min-width: 120px;
		max-width: 120px;
		width: 120px
	}

	.data-table tr th, .fixed-row tr th, .data-table tr td, .fixed-row tr td {
		min-width: 50px;
		max-width: 50px;
		width: 50px
	}

		.data-table tr th.first-header, .fixed-row tr th.first-header {
			min-width: 120px;
			max-width: 120px;
			width: 120px
		}
}

.form-no-label label {
	display: block;
	height: 0;
	visibility: hidden
}

.form-no-label .country-consent label, .form-no-label #requireConsent label, .form-no-label #shareConsent label {
	display: inline-block;
	visibility: visible;
	height: 20px;
	line-height: 15px
}

#shareConsent {
	border-top: 1px solid #dedede
}

.form-horizontal input[type=text] {
	margin-bottom: 12px;
	padding: 13px 13px 14px
}

.form-row + .form-row {
	margin-top: 0
}

input[type=text].input-validation-error, select.input-validation-error, textarea.input-validation-error {
	border: 2px solid #6b2929
}

select option.fake-disabled {
	color: rgba(0,0,0,.3)
}

.field-validation-error {
	color: #6b2929;
	font-size: 14px;
	line-height: 2
}

	.field-validation-error:before {
		content: '* '
	}

.section-palette03 .field-validation-error, .section-gaming-footer .field-validation-error {
	color: #fff
}

.field-validation-error[data-valmsg-for=AreaInterest] {
	width: 100%;
	display: block;
	position: relative
}

	.field-validation-error[data-valmsg-for=AreaInterest]:before {
		content: ''
	}

.field-validation-valid, .field-validation-error {
	min-height: 23px;
	display: block
}

.form-button-transparent .button {
	background-color: transparent !important;
	border: 1px solid #fff
}

.form-label-inline .form-element label {
	display: inline
}

.form-list-items-inline .form-element ul li, .form-list-items-inline .form-element ol li {
	display: inline;
	margin-left: 24px
}

	.form-list-items-inline .form-element ul li:first-child, .form-list-items-inline .form-element ol li:first-child {
		margin-left: 0
	}

.form-step {
	display: none
}

	.form-step.active {
		display: block
	}

.domain-check-health-icons {
	margin-top: 12px !important
}

.check-domain-button {
	margin-top: 16px !important
}

.azure-gov-trial-form label {
	display: inline
}

.user-info-list {
	list-style: none
}

	.user-info-list li {
		font-weight: 600
	}

		.user-info-list li button {
			font-size: 14px;
			font-weight: 400
		}

@media only screen and (min-width:540px) {
	.form-horizontal {
		vertical-align: top
	}

		.form-horizontal input[type=text] {
			height: auto;
			width: 220px
		}

		.form-horizontal fieldset, .form-horizontal .form-navigation {
			display: inline-block;
			vertical-align: top;
			margin: 0 12px
		}
}

.architecture-diagram-container svg {
	max-height: 450px
}

.architecture-diagram-card-slate04 a {
	color: #fff;
	text-decoration: underline
}

	.architecture-diagram-card-slate04 a:hover {
		color: #fff
	}

.architecture-container {
	border: 1px #ebebeb solid
}

	.architecture-container.architecture-container-v2 {
		border: 0
	}

		.architecture-container.architecture-container-v2 .flow-steps-container {
			padding-left: 36px;
			padding-top: 12px
		}

			.architecture-container.architecture-container-v2 .flow-steps-container .circle-list {
				margin-top: 0;
				margin-bottom: 0
			}

	.architecture-container .diagram-holder {
		position: relative;
		padding: 24px;
		height: 100%
	}

		.architecture-container .diagram-holder > svg {
			height: auto
		}

		.architecture-container .diagram-holder .architecture-tooltip-trigger {
			cursor: default
		}

	.architecture-container .tabs-wrapper {
		position: relative
	}

		.architecture-container .tabs-wrapper .architecture-tab-box {
			height: 100%;
			width: 100%;
			border: 0
		}

			.architecture-container .tabs-wrapper .architecture-tab-box.add-overflow:after {
				content: '';
				display: block;
				background: linear-gradient(180deg,rgba(244,244,244,0) 0%,#f4f4f4 80.11%);
				bottom: 102px;
				height: 125px;
				left: 0;
				position: absolute;
				width: 100%
			}

			.architecture-container .tabs-wrapper .architecture-tab-box.add-overflow.remove-overflow:after {
				content: none
			}

		.architecture-container .tabs-wrapper .architecture-tab-box, .architecture-container .tabs-wrapper .tabs-footer {
			padding: 12px 24px 0 24px;
			background-color: #fff
		}

		.architecture-container .tabs-wrapper .tabs-footer {
			padding-bottom: 12px
		}

.architecture-container-no-flow .tabs-wrapper .architecture-tab-box .tabpanel {
	display: block
}

@media only screen and (min-width:768px) {
	.architecture-container {
		border-right: none
	}

		.architecture-container .diagram-holder > svg {
			height: 445px
		}

		.architecture-container .tabs-wrapper .architecture-tab-box {
			height: 350px;
			overflow: auto
		}

		.architecture-container .tabs-wrapper .tabs-footer {
			min-height: 103px
		}

		.architecture-container .tabs-wrapper .architecture-tab-box, .architecture-container .tabs-wrapper .tabs-footer {
			background-color: #f4f4f4
		}

	.architecture-container-no-flow .tabs-wrapper .tabs-footer {
		min-height: 149px
	}

	.architecture-container-no-flow .tabs-wrapper .architecture-tab-box {
		height: 350px
	}
}

.circle-list {
	margin-left: 0;
	padding-left: 44px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: -39px
}

	.circle-list li {
		padding: 2px 20px 6px 0
	}

	.circle-list .circle-num {
		background-color: #a5ce00;
		border-radius: 50%;
		font-size: 12px;
		font-weight: 700;
		margin-right: 12px;
		padding: 4px 8px
	}

		.circle-list .circle-num.two-digits {
			padding: 3px 6px
		}

.filter-list ul {
	display: block;
	list-style: none;
	padding: 0
}

	.filter-list ul:after {
		clear: both;
		content: '';
		display: table
	}

	.filter-list ul li {
		display: block;
		float: left
	}

	.filter-list ul button {
		border-bottom: 4px solid #dedede;
		color: #323237;
		font-size: 14px;
		min-width: 72px;
		padding: 6px 12px;
		text-align: center
	}

		.filter-list ul button.active {
			border-bottom: 4px solid #0078d4;
			color: #0078d4
		}

.toc-right .wa-navigationScroll {
	display: none
}

.wa-navigationScroll {
	position: static;
	border-bottom: 1px solid #dedede
}

	.wa-navigationScroll span {
		font-size: 16px;
		margin-bottom: 10px;
		padding: 10px 0 0 0
	}

	.wa-navigationScroll ul {
		list-style: none;
		padding: 0 0 10px 0
	}

		.wa-navigationScroll ul li {
			margin-bottom: 5px
		}

			.wa-navigationScroll ul li a {
				font-size: 16px
			}

@media only screen and (min-width:768px) {
	.wa-navigationScroll {
		border: 0
	}

		.wa-navigationScroll span {
			display: inline-block
		}

		.wa-navigationScroll a {
			display: inline-block
		}
}

.modal-fullscreen {
	height: 95%;
	max-width: 1200px;
	overflow: auto;
	width: 95%
}

	.modal-fullscreen iframe {
		border: 0;
		width: 100%
	}

	.modal-fullscreen .close {
		right: 24px;
		top: 12px
	}

	.modal-fullscreen.height-auto {
		height: auto
	}

.video-multi-select__list button {
	padding: 12px 24px;
	width: 100%
}

	.video-multi-select__list button:hover {
		background-color: #dedede
	}

	.video-multi-select__list button.active {
		color: #fff;
		background-color: #0078d4
	}

	.video-multi-select__list button + button {
		border-top: 1px solid #dedede
	}

.video-multi-select__list .video-multi-select__button__title {
	display: inline-block;
	width: 65%;
	vertical-align: top
}

.video-multi-select__list .video-multi-select__button__image {
	display: inline-block;
	width: 20%
}

.video-multi-select__iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

	.video-multi-select__iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

@media only screen and (min-width:768px) {
	.video-multi-select__row__flex {
		display: flex;
		margin: 0 !important
	}

	.video-multi-select__list {
		position: absolute;
		top: 0
	}

	.video-multi-select__list__container {
		overflow-y: auto;
		overflow-x: visible !important;
		position: relative;
		height: 100%
	}
}

.section.nav-alternate {
	background-color: #243a5e;
	color: #fff
}

	.section.nav-alternate li {
		padding-left: 20px
	}

		.section.nav-alternate li a {
			color: #50e6ff
		}

.price-display .price-data {
	font-size: 24px;
	font-weight: 600;
	margin: -5px 0
}

.reference-tile {
	margin-bottom: 48px
}

	.reference-tile .image-holder {
		display: block;
		background-color: #fff;
		box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
		margin-bottom: 12px;
		padding: 24px;
		text-align: center;
		min-height: 203px
	}

		.reference-tile .image-holder a {
			display: block
		}

	.reference-tile svg {
		display: inline-block;
		height: 150px
	}

	.reference-tile p {
		height: 72px
	}

	.reference-tile svg * {
		pointer-events: none
	}

	.reference-tile p.no-truncate {
		height: auto
	}

.service-card {
	width: 100%
}

	.service-card .service-icon, .service-card .service-info {
		float: left
	}

	.service-card .service-icon {
		width: 15%
	}

		.service-card .service-icon svg {
			height: 60px;
			width: 60px
		}

	.service-card .service-info {
		margin-left: 3%;
		width: 80%
	}

.social-share img {
	border-radius: 14px;
	background: #fff;
	border: 1px solid transparent
}

.vm-tables .category {
	min-height: 80px
}

.vm-tables table.sd-table {
	table-layout: auto
}

	.vm-tables table.sd-table th, .vm-tables table.sd-table td {
		width: initial
	}

		.vm-tables table.sd-table th.column-1, .vm-tables table.sd-table td.column-1 {
			width: initial
		}

		.vm-tables table.sd-table th.ram-header, .vm-tables table.sd-table td.ram-header {
			min-width: 96px
		}

		.vm-tables table.sd-table th.nvme-header, .vm-tables table.sd-table td.nvme-header {
			min-width: 108px
		}

		.vm-tables table.sd-table th.low-priority-header, .vm-tables table.sd-table td.low-priority-header {
			min-width: 135px
		}

		.vm-tables table.sd-table th.normal-priority-header, .vm-tables table.sd-table td.normal-priority-header {
			min-width: 165px
		}

		.vm-tables table.sd-table th.ahb-header, .vm-tables table.sd-table td.ahb-header {
			min-width: 185px
		}

@keyframes buttonSlideDown {
	0% {
		top: -61px
	}

	to {
		top: 0
	}
}

@keyframes buttonSlideUp {
	0% {
		top: 0
	}

	to {
		top: -61px
	}
}

.global-subnav-container .column {
	padding-left: 0;
	padding-right: 0
}

.global-subnav-container.sticky {
	z-index: 10
}

.global-subnav .linkList li.button-container {
	overflow: hidden;
	position: absolute;
	right: 0
}

	.global-subnav .linkList li.button-container > .button--free-account {
		top: -61px
	}

		.global-subnav .linkList li.button-container > .button--free-account.show-button {
			animation: buttonSlideDown .5s forwards
		}

		.global-subnav .linkList li.button-container > .button--free-account.hide-button {
			animation: buttonSlideUp .5s forwards
		}

		.global-subnav .linkList li.button-container > .button--free-account:hover {
			border-color: #a5ce00
		}

@media only screen and (min-width:768px) {
	.global-subnav-container .column {
		padding-left: .938rem;
		padding-right: .938rem
	}

	.global-subnav .linkList li.button-container > .button--free-account {
		padding: 19px 14px 17px
	}
}

.storage-nav {
	padding-left: 12px
}

	.storage-nav .storage-nav-link {
		display: block;
		padding: 3px 8px
	}

		.storage-nav .storage-nav-link.storage-nav-link-active {
			background: #0078d4;
			color: #fff
		}

.square-bullet-list {
	list-style: none;
	padding-left: 0
}

	.square-bullet-list li {
		background: url(/cvt-94c17a3edbef7c86a1d8e6bb9a5891a01336636916ab08a46b0675876b421f5e/less/images/square-bullet.svg) no-repeat 2px 8px;
		padding-left: 18px
	}

.picker-search-container {
	position: relative
}

	.picker-search-container ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

		.picker-search-container ul li {
			margin: 0;
			padding: 0
		}

	.picker-search-container .heading {
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 9px;
		padding: 10px 10px 0;
		text-transform: uppercase
	}

	.picker-search-container .picker-search-controls {
		position: relative
	}

		.picker-search-container .picker-search-controls button[type=button] {
			-webkit-transition: all .25s;
			transition: all .25s;
			background-color: #f8f8f8;
			border: 0;
			border: 1px solid #dedede;
			color: #6a6a6a;
			font-size: 14px;
			font-weight: 600;
			height: 46px;
			line-height: 1.4;
			margin-bottom: 24px;
			padding: 12px;
			text-align: center;
			width: 100%
		}

			.picker-search-container .picker-search-controls button[type=button].active, .picker-search-container .picker-search-controls button[type=button]:active, .picker-search-container .picker-search-controls button[type=button]:focus, .picker-search-container .picker-search-controls button[type=button]:hover {
				background-color: #e9e9e9
			}

				.picker-search-container .picker-search-controls button[type=button].active span:after {
					content: '\e936';
					font-family: 'BAPIMDL2';
					-webkit-transition: all .25s 0s;
					transition: all .25s 0s;
					position: absolute;
					-ms-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
					top: -1px
				}

			.picker-search-container .picker-search-controls button[type=button] span {
				display: inline-block;
				padding-right: 24px;
				position: relative
			}

				.picker-search-container .picker-search-controls button[type=button] span:after {
					content: '\e936';
					font-family: 'BAPIMDL2';
					-webkit-transition: all .25s 0s;
					transition: all .25s 0s;
					position: absolute;
					right: 0;
					top: 6px
				}

		.picker-search-container .picker-search-controls .search-inputs {
			position: relative
		}

			.picker-search-container .picker-search-controls .search-inputs input[type=text] {
				border: 1px solid #e9e9e9;
				display: inline-block;
				height: 46px;
				margin-bottom: 12px;
				padding: 5px 50px 5px 12px;
				width: 100%
			}

			.picker-search-container .picker-search-controls .search-inputs button[type=submit] {
				bottom: 12px;
				padding: 12px;
				position: absolute;
				right: 0;
				width: auto
			}

				.picker-search-container .picker-search-controls .search-inputs button[type=submit]:active, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:focus, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:hover {
					outline: 0
				}

					.picker-search-container .picker-search-controls .search-inputs button[type=submit]:active .icon, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:focus .icon, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:hover .icon {
						-ms-transform: scale(1.15);
						-o-transform: scale(1.15);
						-webkit-transform: scale(1.15);
						transform: scale(1.15)
					}

						.picker-search-container .picker-search-controls .search-inputs button[type=submit]:active .icon svg, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:focus .icon svg, .picker-search-container .picker-search-controls .search-inputs button[type=submit]:hover .icon svg {
							stroke: #1a1a1f
						}

				.picker-search-container .picker-search-controls .search-inputs button[type=submit] .icon {
					-webkit-transition: all .25s;
					transition: all .25s
				}

		.picker-search-container .picker-search-controls .picker-search-results-container {
			background-color: #fff;
			border: 1px solid #e9e9e9;
			border-top: none;
			display: none;
			max-height: 400px;
			overflow-y: scroll;
			padding: 12px 0;
			position: relative;
			top: -12px;
			width: 100%;
			z-index: 2
		}

			.picker-search-container .picker-search-controls .picker-search-results-container.active {
				display: block
			}

			.picker-search-container .picker-search-controls .picker-search-results-container .heading {
				padding: 12px 12px 6px
			}

				.picker-search-container .picker-search-controls .picker-search-results-container .heading .results {
					color: #6a6a6a;
					font-size: 12px;
					font-weight: 400;
					margin-left: 24px;
					text-transform: none
				}

			.picker-search-container .picker-search-controls .picker-search-results-container button[type=button] {
				-webkit-transition: all .25s;
				transition: all .25s;
				background-color: #fff;
				border: 0;
				color: #3e3d4d;
				margin: 0;
				text-align: left;
				width: 100%
			}

				.picker-search-container .picker-search-controls .picker-search-results-container button[type=button]:active, .picker-search-container .picker-search-controls .picker-search-results-container button[type=button]:focus, .picker-search-container .picker-search-controls .picker-search-results-container button[type=button]:hover {
					background-color: #f4f4f4;
					color: #1a1a1f;
					outline: 0
				}

	.picker-search-container .clear-filter-buttons {
		align-content: flex-start;
		align-items: center;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start
	}

		.picker-search-container .clear-filter-buttons li {
			margin-right: 5px
		}

		.picker-search-container .clear-filter-buttons button {
			-webkit-transition: all .25s;
			transition: all .25s;
			background-color: #e9e9e9;
			border: 1px solid #e9e9e9;
			flex: 0 0 auto;
			font-size: 12px;
			font-weight: 600;
			height: 40px;
			line-height: 1;
			margin: 5px 5px 0 0;
			padding: 0 30px 0 10px;
			position: relative
		}

			.picker-search-container .clear-filter-buttons button:after {
				content: '\e711';
				font-family: 'BAPIMDL2';
				-webkit-text-stroke-color: #787870;
				-webkit-text-stroke-width: 1px;
				font-size: 9px;
				position: absolute;
				right: 10px;
				top: 16px
			}

			.picker-search-container .clear-filter-buttons button:active, .picker-search-container .clear-filter-buttons button:focus, .picker-search-container .clear-filter-buttons button:hover {
				border: 1px solid #969696
			}

	.picker-search-container .product-picker-container {
		background-color: #e9e9e9;
		display: none;
		padding: 10px;
		position: absolute;
		top: 47px;
		width: 100%;
		z-index: 1000
	}

		.picker-search-container .product-picker-container.active {
			display: block
		}

		.picker-search-container .product-picker-container .product-picker {
			width: 100%
		}

			.picker-search-container .product-picker-container .product-picker .picker-categories-column {
				margin: 0;
				width: 100%
			}

				.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li {
					display: block;
					font-size: 13px;
					margin: 0 1% 0 0;
					overflow: hidden
				}

					.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn {
						-webkit-transition: background-color .25s;
						transition: background-color .25s;
						background-color: #f8f8f8;
						color: #505055;
						font-weight: 600;
						height: 42px;
						line-height: 1.2;
						padding: 6px 4px 6px 10px;
						width: 100%
					}

						.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn .icon {
							height: 15px;
							width: 15px
						}

						.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn.active, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:active, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:focus, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:hover {
							background-color: #f4f4f4;
							outline: 0
						}

					.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products {
						background-color: #fff;
						bottom: 10px;
						display: none;
						overflow-y: scroll;
						width: 100%
					}

						.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products.active {
							display: block
						}

						.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products .heading {
							display: none
						}

						.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products ul li {
							margin: 0;
							position: relative
						}

		.picker-search-container .product-picker-container .picker-filter-trigger {
			-webkit-transition: all .25s;
			transition: all .25s;
			color: #505055;
			font-weight: 600;
			font-size: 13px;
			line-height: 1.2;
			padding: 10px 0 10px 10px;
			width: calc(100% - 36px)
		}

			.picker-search-container .product-picker-container .picker-filter-trigger.active, .picker-search-container .product-picker-container .picker-filter-trigger:active, .picker-search-container .product-picker-container .picker-filter-trigger:focus, .picker-search-container .product-picker-container .picker-filter-trigger:hover {
				background-color: #f4f4f4;
				color: #1a1a1f;
				outline: 0
			}

		.picker-search-container .product-picker-container .picker-filter-trigger-clear {
			padding: 5px;
			position: absolute;
			right: 12px;
			top: 0;
			width: auto
		}

			.picker-search-container .product-picker-container .picker-filter-trigger-clear .icon {
				-webkit-transition: all .25s;
				transition: all .25s
			}

				.picker-search-container .product-picker-container .picker-filter-trigger-clear .icon svg {
					fill: #6a6a6a
				}

			.picker-search-container .product-picker-container .picker-filter-trigger-clear:active, .picker-search-container .product-picker-container .picker-filter-trigger-clear:focus, .picker-search-container .product-picker-container .picker-filter-trigger-clear:hover {
				border: 0;
				outline: 0
			}

				.picker-search-container .product-picker-container .picker-filter-trigger-clear:active .icon, .picker-search-container .product-picker-container .picker-filter-trigger-clear:focus .icon, .picker-search-container .product-picker-container .picker-filter-trigger-clear:hover .icon {
					-ms-transform: scale(1.15);
					-o-transform: scale(1.15);
					-webkit-transform: scale(1.15);
					transform: scale(1.15)
				}

					.picker-search-container .product-picker-container .picker-filter-trigger-clear:active .icon svg, .picker-search-container .product-picker-container .picker-filter-trigger-clear:focus .icon svg, .picker-search-container .product-picker-container .picker-filter-trigger-clear:hover .icon svg {
						fill: #323237
					}

.dropdown-filter {
	border: 1px solid #dedede;
	margin-top: 10px;
	padding: 11px 4px
}

@media only screen and (min-width:540px) {
	.picker-search-container .clear-filter-buttons li {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) {
	.picker-search-container .picker-search-controls {
		border: 1px solid #dedede;
		height: 48px
	}

		.picker-search-container .picker-search-controls button[type=button] {
			border: 0;
			border-right: 1px solid #dedede;
			float: left;
			margin-bottom: 0;
			width: 20%
		}

			.picker-search-container .picker-search-controls button[type=button] span:after {
				right: 5px
			}

		.picker-search-container .picker-search-controls .search-inputs input[type=text] {
			border: 0;
			float: left;
			margin-bottom: 0;
			width: 80%
		}

		.picker-search-container .picker-search-controls .search-inputs button[type=submit] {
			bottom: auto;
			top: 0
		}

		.picker-search-container .picker-search-controls .picker-search-results-container {
			border: 1px solid #dedede;
			border-top: none;
			box-shadow: 3px 3px 6px 0 rgba(0,0,0,.4);
			margin-left: 20%;
			padding: 0;
			position: absolute;
			top: 48px;
			width: 80%
		}

	.picker-search-container .product-picker-container .product-picker {
		width: 60%
	}

		.picker-search-container .product-picker-container .product-picker .picker-categories-column {
			float: left;
			width: 50%
		}

			.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn {
				background-color: #e9e9e9
			}

				.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn.active, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:active, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:focus, .picker-search-container .product-picker-container .product-picker .picker-categories-column ul li .product-picker-category-btn:hover {
					background-color: #fff
				}

			.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products {
				position: absolute;
				right: 10px;
				top: 10px;
				width: calc(40% - 10px)
			}

				.picker-search-container .product-picker-container .product-picker .picker-categories-column ul li nav.picker-category-products .heading {
					display: block
				}
}

@media only screen and (min-width:960px) {
	.picker-search-container .picker-search-controls button[type=button] span:after {
		right: 0
	}

	.picker-search-container .product-picker-container .picker-filter-trigger {
		width: 100%
	}
}

.overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.product-placement .img-container svg {
	pointer-events: none
}

	.product-placement .img-container svg * {
		pointer-events: none
	}

.product-placement[data-set=marketplace-product-placement] {
	height: 235px
}

	.product-placement[data-set=marketplace-product-placement] .title {
		height: 40px
	}

	.product-placement[data-set=marketplace-product-placement] .subtitle {
		height: 36px
	}

.product-placement.hands-on-labs {
	width: auto;
	border: 1px solid #dedede;
	padding: 0
}

	.product-placement.hands-on-labs a {
		color: #323237
	}

		.product-placement.hands-on-labs a .card-content .text-container {
			padding: 0 8px 20px 8px
		}

			.product-placement.hands-on-labs a .card-content .text-container .card-heading {
				color: #0078d4
			}

	.product-placement.hands-on-labs:hover {
		border: 1px solid #323237
	}

table {
	border-color: #c9c9c9
}

	table.no-border {
		border: 0
	}

		table.no-border tr:last-child {
			border: 0
		}

	table.table-text-wrap {
		word-wrap: break-word
	}

	table tr.merged {
		border-bottom-width: 0
	}

	table tr.divided {
		border-bottom-width: 2px
	}

	table tr.divided-small {
		border-bottom: 1px solid #c9c9c9
	}

	table tr.sub-row td:first-child {
		padding-left: 48px
	}

	table tr:last-child {
		border-bottom: 2px solid #c9c9c9
	}

	table tr td:first-child {
		text-align: left
	}

	table td.numeric {
		font-size: 20px;
		padding-left: 48px;
		padding-right: 48px
	}

	table td.add {
		position: relative
	}

		table td.add:before {
			content: '\002B';
			position: absolute;
			left: -3px
		}

	table td.subtract {
		position: relative
	}

		table td.subtract:before {
			content: '\2212';
			position: absolute;
			left: -3px
		}

	table td.multiply {
		position: relative
	}

		table td.multiply:before {
			content: '\00d7';
			position: absolute;
			left: -3px
		}

	table td.divided {
		border-bottom: 1px solid #dedede
	}

	table th {
		font-size: 14px;
		font-weight: 700;
		min-width: 60px;
		padding: 12px;
		text-transform: uppercase;
		vertical-align: top
	}

		table th.numeric {
			padding-left: 48px;
			padding-right: 48px
		}

		table th .heading-desc {
			display: block;
			text-transform: none;
			color: #243a5e;
			font-size: 16px
		}

		table th abbr[title] {
			border-bottom: none;
			text-decoration: none;
			text-transform: none
		}

	table .align-c {
		text-align: center
	}

	table .align-r {
		text-align: right
	}

	table p {
		font-size: 14px;
		line-height: 1.5em
	}

		table p:first-child {
			margin-top: 0
		}

		table p:last-child {
			margin-bottom: 0
		}

	table img {
		margin: 0
	}

	table .wa-check {
		vertical-align: top
	}

	table + table {
		margin-top: 24px
	}

	table.table-padding-small td {
		padding: 5px 5px 5px 12px
	}

		table.table-padding-small td.subheader {
			padding-left: 0;
			padding-top: 12px;
			font-weight: 700
		}

	table .table-tooltip {
		position: absolute;
		right: 2px;
		text-transform: none;
		top: 0
	}

		table .table-tooltip .table-tooltip-icon {
			height: 14px;
			width: 14px
		}

		table .table-tooltip .table-tooltip-content {
			background: #323237;
			color: #dedede;
			display: none;
			font-size: 14px;
			font-weight: 400;
			left: -175px;
			position: absolute;
			padding: 12px;
			top: 24px;
			width: 275px;
			z-index: 1
		}

		table .table-tooltip .table-tooltip-button:hover + .table-tooltip-content, table .table-tooltip .table-tooltip-button:focus + .table-tooltip-content {
			display: block
		}

@media only screen and (min-width:540px) {
	table .table-tooltip .table-tooltip-content {
		left: 36px;
		top: -12px
	}

		table .table-tooltip .table-tooltip-content:before {
			border-bottom: 10px solid transparent;
			border-right: 10px solid #323237;
			border-top: 10px solid transparent;
			content: '';
			display: block;
			height: 0;
			left: -9px;
			position: absolute;
			top: 8px;
			width: 0;
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0)
		}
}

table.table-transparent {
	background-color: transparent
}

table.table-minimal {
	border: 1px solid #dedede
}

	table.table-minimal thead {
		border-bottom: none
	}

	table.table-minimal td {
		border: 1px solid #dedede
	}

	table.table-minimal th {
		border: 1px solid #dedede;
		text-transform: none
	}

	table.table-minimal tr:last-child {
		border: 1px solid #dedede
	}

.wa-table-noLines {
	background-color: transparent;
	border-top: 0
}

	.wa-table-noLines tbody tr {
		border: 0
	}

		.wa-table-noLines tbody tr td {
			vertical-align: middle
		}

			.wa-table-noLines tbody tr td:first-child {
				padding-left: 0
			}

		.wa-table-noLines tbody tr:last-child {
			border: 0
		}

.wa-table-fancy {
	border: 1px solid #dedede
}

	.wa-table-fancy thead {
		border-bottom: none
	}

		.wa-table-fancy thead tr th {
			font-size: 16px;
			background-color: #68217a;
			color: #fff
		}

	.wa-table-fancy tbody tr {
		border-bottom: none
	}

		.wa-table-fancy tbody tr td {
			vertical-align: top
		}

	.wa-table-fancy tfoot {
		border-bottom: none
	}

		.wa-table-fancy tfoot tr {
			border-top: 1px solid #dedede
		}

			.wa-table-fancy tfoot tr th {
				font-size: 16px
			}

	.wa-table-fancy.wa-table-fancy-alt thead tr th {
		background-color: #008272
	}

	.wa-table-fancy.wa-table-fancy-dark thead tr th {
		background-color: #89c402
	}

	.wa-table-fancy.wa-table-fancy-fixedHeights tr td {
		height: 110px;
		padding-bottom: 0
	}

.wa-table-noWrap {
	table-layout: fixed
}

	.wa-table-noWrap td {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap
	}

.wa-table-minimal {
	border-top: 0;
	font-size: 16px
}

	.wa-table-minimal tr th:first-child, .wa-table-minimal tr td:first-child {
		padding-left: 0
	}

	.wa-table-minimal tr th:last-child, .wa-table-minimal tr td:last-child {
		padding-right: 0
	}

	.wa-table-minimal tr:last-child {
		border-bottom: 0
	}

.pricing-unavailable {
	border-color: #dedede;
	color: #dedede;
	position: relative
}

	.pricing-unavailable a {
		color: #dedede;
		cursor: default;
		display: inline-block;
		pointer-events: none
	}

.pricing-unavailable-message {
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #dedede;
	color: #323237;
	display: block;
	left: 50%;
	padding: 12px 48px;
	position: absolute;
	text-align: center;
	top: 50%
}

.pricing-unavailable *, .pricing-unavailable tr:last-child {
	border-color: #dedede
}

.table-double-striped tbody {
	background: #f4f4f4
}

	.table-double-striped tbody tr:nth-child(4n-1), .table-double-striped tbody tr:nth-child(4n) {
		background: #fff
	}

.table-check-icon {
	height: 18px;
	width: 18px
}

@media only screen and (min-width:960px) {
	.sd-table-container {
		overflow: auto
	}
}

.table-all-borders {
	border: 2px solid #dedede
}

	.table-all-borders thead tr th {
		font-size: 16px;
		background-color: #f4f4f4;
		color: #1a1a1f;
		vertical-align: middle;
		text-align: center
	}

	.table-all-borders thead.thead-border tr > th {
		border: 2px solid #dedede
	}

	.table-all-borders td.rowspan {
		vertical-align: middle
	}

	.table-all-borders tbody tr td:first-child {
		font-weight: 700;
		color: #323237
	}

	.table-all-borders tbody tr > td {
		border: 2px solid #dedede;
		vertical-align: middle
	}

.border-none {
	border: 0
}

.list-style-none {
	list-style: none
}

.display-inline {
	display: inline
}

.overflow-visible {
	overflow: visible
}

.wa-container {
	background-color: #fff;
	padding-top: 0;
	width: 100%;
	margin: 0 auto
}

	.wa-container .wa-content {
		margin-right: 1.04166667%;
		width: 97.91666667%;
		margin-left: 1.04166667%
	}

@media only screen and (min-width:768px) {
	.wa-container {
		padding-top: 88px
	}

	html.azure-header-minimum .wa-container {
		padding-top: 46px
	}
}

@media only screen and (min-width:960px) {
	.wa-container header {
		width: 100%
	}

		.wa-container header .row.column {
			width: 100%
		}

	.wa-container .wa-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px
	}
}

@media only screen and (min-width:1620px) {
	.wa-container {
		width: 100%
	}
}

.relative-container {
	position: relative
}

.absolutely-centered {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.wa-section {
	background-color: transparent;
	display: block;
	padding: 48px 0;
	width: 100%;
	min-height: 0;
	overflow: hidden;
	position: relative
}

	.wa-section:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-section > .icon, .wa-section > img {
		display: none
	}

@media only screen and (min-width:960px) {
	.wa-section {
		padding: 48px 0
	}

	.wa-section-foreground {
		overflow: visible
	}

	.wa-section > .icon, .wa-section > img {
		display: block
	}
}

.wa-content {
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	width: 80%;
	z-index: 1
}

	.wa-content:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-content > :first-child {
		margin-top: 0
	}

	.wa-content > :last-child {
		margin-bottom: 0
	}

	.wa-content > .icon {
		display: none
	}

	.wa-content + .wa-content {
		margin-top: 10%
	}

	.wa-content .wa-content {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}

@media only screen and (min-width:960px) {
	.wa-content {
		margin: 0 auto;
		width: 960px
	}

		.wa-content code {
			word-wrap: break-word
		}

	.wa-content-foreground {
		z-index: 2
	}

	.wa-content > .icon {
		display: block
	}

	.wa-spacer .wa-content .wa-spacer {
		width: 49%
	}

	.wa-spacer .wa-content-3up .wa-spacer, .wa-content-3up .wa-spacer {
		width: 32%
	}

		.wa-spacer .wa-content-3up .wa-spacer.wa-spacer-2down, .wa-content-3up .wa-spacer.wa-spacer-2down {
			width: 66%
		}

	.wa-spacer .wa-content-3up .wa-spacer-aside, .wa-content-3up .wa-spacer-aside {
		width: 29%
	}

		.wa-spacer .wa-content-3up .wa-spacer-aside.wa-spacer-2down, .wa-content-3up .wa-spacer-aside.wa-spacer-2down {
			width: 63%
		}

	.wa-spacer .wa-content-4up .wa-spacer, .wa-content-4up .wa-spacer {
		width: 23.5%
	}

		.wa-spacer .wa-content-4up .wa-spacer.wa-spacer-3down, .wa-content-4up .wa-spacer.wa-spacer-3down {
			width: 74.5%
		}

		.wa-spacer .wa-content-4up .wa-spacer.wa-spacer-2down, .wa-content-4up .wa-spacer.wa-spacer-2down {
			width: 49%
		}

	.wa-spacer .wa-content-4up .wa-spacer-aside, .wa-content-4up .wa-spacer-aside {
		width: 20.5%
	}

		.wa-spacer .wa-content-4up .wa-spacer-aside.wa-spacer-3down, .wa-content-4up .wa-spacer-aside.wa-spacer-3down {
			width: 71.5%
		}

		.wa-spacer .wa-content-4up .wa-spacer-aside.wa-spacer-2down, .wa-content-4up .wa-spacer-aside.wa-spacer-2down {
			width: 46%
		}

	.wa-spacer .wa-content-5up .wa-spacer, .wa-content-5up .wa-spacer {
		width: 18.4%
	}

		.wa-spacer .wa-content-5up .wa-spacer.wa-spacer-4down, .wa-content-5up .wa-spacer.wa-spacer-4down {
			width: 79.6%
		}

		.wa-spacer .wa-content-5up .wa-spacer.wa-spacer-3down, .wa-content-5up .wa-spacer.wa-spacer-3down {
			width: 59.2%
		}

		.wa-spacer .wa-content-5up .wa-spacer.wa-spacer-2down, .wa-content-5up .wa-spacer.wa-spacer-2down {
			width: 38.8%
		}

	.wa-spacer .wa-content-5up .wa-spacer-aside, .wa-content-5up .wa-spacer-aside {
		width: 15.4%
	}

		.wa-spacer .wa-content-5up .wa-spacer-aside.wa-spacer-4down, .wa-content-5up .wa-spacer-aside.wa-spacer-4down {
			width: 76.6%
		}

		.wa-spacer .wa-content-5up .wa-spacer-aside.wa-spacer-3down, .wa-content-5up .wa-spacer-aside.wa-spacer-3down {
			width: 56.2%
		}

		.wa-spacer .wa-content-5up .wa-spacer-aside.wa-spacer-2down, .wa-content-5up .wa-spacer-aside.wa-spacer-2down {
			width: 35.8%
		}

	.wa-spacer .wa-content-10up .wa-spacer, .wa-content-10up .wa-spacer {
		width: 8.2%
	}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-9down, .wa-content-10up .wa-spacer.wa-spacer-9down {
			width: 89.8%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-8down, .wa-content-10up .wa-spacer.wa-spacer-8down {
			width: 79.6%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-7down, .wa-content-10up .wa-spacer.wa-spacer-7down {
			width: 69.4%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-6down, .wa-content-10up .wa-spacer.wa-spacer-6down {
			width: 59.2%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-5down, .wa-content-10up .wa-spacer.wa-spacer-5down {
			width: 49%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-4down, .wa-content-10up .wa-spacer.wa-spacer-4down {
			width: 38.8%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-3down, .wa-content-10up .wa-spacer.wa-spacer-3down {
			width: 28.6%
		}

		.wa-spacer .wa-content-10up .wa-spacer.wa-spacer-2down, .wa-content-10up .wa-spacer.wa-spacer-2down {
			width: 18.4%
		}

	.wa-spacer .wa-content-10up .wa-spacer-aside, .wa-content-10up .wa-spacer-aside {
		width: 5.2%
	}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-9down, .wa-content-10up .wa-spacer-aside.wa-spacer-9down {
			width: 86.8%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-8down, .wa-content-10up .wa-spacer-aside.wa-spacer-8down {
			width: 76.6%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-7down, .wa-content-10up .wa-spacer-aside.wa-spacer-7down {
			width: 66.4%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-6down, .wa-content-10up .wa-spacer-aside.wa-spacer-6down {
			width: 56.2%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-5down, .wa-content-10up .wa-spacer-aside.wa-spacer-5down {
			width: 46%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-4down, .wa-content-10up .wa-spacer-aside.wa-spacer-4down {
			width: 35.8%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-3down, .wa-content-10up .wa-spacer-aside.wa-spacer-3down {
			width: 25.6%
		}

		.wa-spacer .wa-content-10up .wa-spacer-aside.wa-spacer-2down, .wa-content-10up .wa-spacer-aside.wa-spacer-2down {
			width: 15.4%
		}

	.wa-content-tabsOverlap {
		margin-top: -40px
	}

	.wa-content + .wa-content, .wa-content + .wa-tabs-container {
		margin-top: 24px
	}

	.wa-content + .wa-content-divided {
		border-top: 1px solid #dedede;
		padding-top: 24px
	}

	.wa-content + .wa-content-micro {
		margin-top: 12px
	}

		.wa-content + .wa-content-micro.wa-content-divided {
			padding-top: 12px
		}
}

.wa-spacer {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10%;
	min-height: 1px;
	width: 100%
}

	.wa-spacer > :first-child {
		margin-top: 0
	}

	.wa-spacer > :last-child {
		margin-bottom: 0
	}

	.wa-spacer > .wa-homeSprite:first-child:last-child, .wa-spacer > img:first-child:last-child, .wa-spacer > .icon:first-child:last-child, .wa-spacer > .wa-iconBoxed:first-child:last-child {
		display: none
	}

@media only screen and (min-width:960px) {
	.wa-spacer {
		margin: 0;
		margin-top: 0;
		width: 49%
	}

		.wa-spacer + .wa-spacer {
			margin-left: 2%
		}

	.wa-spacer-secondary {
		float: right
	}

	.wa-spacer-aside {
		width: 46%;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #dedede;
		padding-left: 2%
	}

		.wa-spacer-aside.wa-spacer-asideLight {
			border-left-color: #fff
		}

	.wa-spacer-overflow {
		overflow: visible
	}

		.wa-spacer-overflow img {
			max-width: none
		}

	.wa-spacer > .wa-homeSprite:first-child:last-child, .wa-spacer > .icon:first-child:last-child {
		display: block
	}

	.wa-spacer > .wa-iconBoxed:first-child:last-child {
		display: inline-block
	}

	.wa-spacer > img:first-child:last-child {
		display: block;
		margin: 0 auto
	}

	.wa-spacer-marginSwap {
		margin-left: 0 !important;
		margin-right: 2%
	}

	.wa-spacer-fullWidth {
		height: auto;
		margin-left: 0;
		width: 100% !important
	}
}

.section-hololens {
	background-image: url(/cvt-a5246470b1a54b74039712fa0ff9a2c7d5c54258ba7daf92eb19ff5060cc913d/less/images/section/hololens.jpg)
}

.section-mixed-reality {
	background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/cvt-0e9e7a07ea18f20cef00efe8fe092ce1bd1104052223f9d4755bc0b8515c3d34/less/images/section/mixed-reality-hero.jpg) no-repeat #000
}

.section-future-of-cloud {
	background-image: url(/cvt-eaee7690fb3a780098b69f6945ea01631613d7e8dfa44d483c87207b158bfe04/less/images/section/future-of-cloud.jpg)
}

.section-slate03 a {
	color: #00abec
}

	.section-slate03 a:hover {
		color: #00abec
	}

.section-slate01 a {
	color: #00abec
}

.section-overlap {
	-ms-transform: translate(0,-100%);
	-o-transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
	background-color: transparent;
	border: 0 !important;
	position: absolute
}

.section-video-thumbnail-cutoff {
	padding-bottom: 0
}

	.section-video-thumbnail-cutoff .column-content {
		padding-bottom: 50px
	}

.section-build-2018 {
	background-image: url(/cvt-4104f7a737804aec2a9c7c138cfecdc07beecbf36494363af86a926e2d8e98ef/less/images/section/build-2018.jpg);
	background-position: 50% 100%;
	background-size: cover;
	padding-bottom: 200px
}

.section-build-2018-announcement {
	background-image: url(/cvt-46ad870ba70a82c2a214e6269a8c6cf4537286259ea34f98552526111717e6d5/less/images/section/build-2018-announcement.jpg);
	background-position: 50% 100%;
	background-size: cover
}

.section-visual-studio-on-two-monitors {
	background-image: url(/cvt-438e345b150f2799a806fc468e8442def0ea304440f8981d3e783a664cc23faf/less/images/section/visual-studio-on-two-monitors.jpg)
}

.section-top-highlight {
	border-top: 10px solid #0078d4 !important
}

.section-foundry-clouds {
	background-image: url(/cvt-f50eafaf13d3d205b2a4dc5bcd2013e13478c8450bae18efc251a62e21a0d39f/less/images/section/foundry-clouds.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%
}

.section-image-bottom .column > img:first-child:last-child, .section-image-bottom .column > a:first-child:last-child {
	display: block;
	margin-bottom: -65px
}

	.section-image-bottom .column > img:first-child:last-child img, .section-image-bottom .column > a:first-child:last-child img {
		display: block
	}

.section.section-show-overflow {
	overflow: visible
}

.section-azurebootcamp-2018-hero {
	background-image: url(/cvt-f29e825fd81bc4112541bc15d4d99031cf28e75f28cf142ffe16d08dc72568e6/less/images/section/azurebootcamp-2018-hero.jpg);
	padding: 100px 0
}

.section-gdc-announcement {
	background-image: url(/cvt-ee2d7d76a54e443db1fc0a32ed9c9ac23f745ea1568d4452136cc1f85bc702dd/less/images/section/gdc-announcement-hero.jpg)
}

.section-distributed-cloud-apps {
	background-color: #0078d4
}

.section-sap-partnership {
	background-image: url(/cvt-d59f86c532b847ca0705b766002693cf32b7a2510466490ba926c2cba84ce0a0/less/images/section/mountain-clouds.jpg);
	padding-bottom: 200px
}

.section-pointing {
	background-image: url(/cvt-b2e7397c8fa6e38dc1e528d86df81f77fc5420075333a00ee786011188b86eb2/less/images/section/pointing.jpg)
}

.section-buildings {
	background-image: url(/cvt-d315d7a1dfbd3617f8d83af94eb85c1fb8f58ce81dad1b2a1cca02e1976efc35/less/images/section/buildings.jpg)
}

.section-man-drinking-coffee {
	background-image: url(/cvt-386374445d7a5c46c8f5229a5eac97c30e3cdaa95126d672a88ae3f73b9941dd/less/images/section/man-drinking-coffee.jpg)
}

.section-server-wires {
	background-image: url(/cvt-59421cf7af5674600834ff62db5b01b9f7c6294d900e9f0fc023e139945c9006/less/images/section/server-wires.jpg)
}

.section-server-wires-2 {
	background-image: url(/cvt-e87ee6ec71a2e1ef91438a50bf1f1d6f64bddaa207441e2fd320516bb510eb88/less/images/section/server-wires-2.jpg)
}

.section-healthcare-announcement {
	background-image: url(/cvt-56f61be2bf2327d20ac7539f8520d78ca5a159f52098c3808cced9879eb6098d/less/images/section/healthcare-announcement.jpg)
}

.section-security-cameras {
	background-image: url(/cvt-865d56a6a07a66b60329e0b51ad94dd56137f591aa83958de57c93c68b0e9f2d/less/images/section/security-cameras.jpg)
}

.section-pipes {
	background-image: url(/cvt-8c23c8e46d37260186508236858c84801bc5856ff512ee6fa23591f37ee5cd3e/less/images/section/pipes.jpg)
}

.section-functions {
	background-image: url(/cvt-7ef480a325bd964e696fe9be43025ab07d43a21dbc8c7c67d7beb39998d01f7d/less/images/section/women-collaborating.jpg)
}

.section.section-free-gaming {
	background-image: url(/cvt-34c7fd272ed307bbf4985ebd9be4295365e9413f451c433f36eb42ac4587ae20/less/images/section/space-skyscape.jpg);
	overflow: visible;
	padding-bottom: 108px
}

.section.section-below-free-gaming {
	padding-top: 100px
}

.section-office-explanation {
	background-image: url(/cvt-f3e68eb6d9dbf0657019fcf3cf1cbce4cae45ce35105b570c49bf3c75d639d13/less/images/section/office-explanation.jpg)
}

.section-application-gateway {
	background-image: url(/cvt-62061da5e613a3b1724bf01fb442fdc9d31229d4ab641542d373645ed1f36ac1/less/images/section/section-application-gateway.jpg)
}

.section-community-events {
	background-image: url(/cvt-362beca6b2103dbc610ab1f7d373222ab7bb5526e7b8defc94edfcac7403e387/less/images/section/community-events.jpg)
}

.secton-experiment-room {
	background-image: url(/cvt-0717f4b95a106adb3cb7f053ef0bda0a9116e011ded53ec07847fc9a7de176cb/less/images/section/experiment-room.jpg)
}

.section-data-platform {
	background-image: url(/cvt-d3e40293fb9786e3a7cba138dbad4f1e6ffa7f2562b8e3c32efeafb37e0e749a/less/images/section/data-platform-hero.jpg)
}

.section-inside-server-room {
	background-image: url(/cvt-3bf198294a34440729908aa465aebad2bb5ff086704c464991192a5951456300/less/images/section/inside-server-room.jpg)
}

.section-ships {
	background-image: url(/cvt-d0bd412aaf8512fc11e3bfe0b83ef593041936a5caad0ce914f400028dae173d/less/images/section/ships.jpg)
}

.section-machine-yellow {
	background-image: url(/cvt-d6a53d41a6233f809a8a0a788f323977ba1a0a515727d0724258ca2d35dac70e/less/images/section/machine-yellow.jpg)
}

.section-man-and-woman-with-laptops {
	background-image: url(/cvt-47c0a222083ffd51024b2d02858a0dfaa42464f36416beaa2e26c3eab6b8e681/less/images/section/man-and-woman-with-laptops.jpg)
}

.section-man-using-touchscreen {
	background-image: url(/cvt-0c93cde471935d391cd07c4bb56a456f90bb338ed8bfe72f2b8482e05b84da80/less/images/section/man-using-touchscreen.jpg)
}

.section-cray-hpc {
	background-image: url(/cvt-685364b5f84b3f88bc997e36275091e52524e5b87c49ccf40c8af9ddc348e545/less/images/section/cray-hpc.jpg)
}

.section-hillside-landscape {
	background-image: url(/cvt-39443b8ff0fcc85ab046c58583a0be4239e6807e4fdb96328a47b4e7d89e8acf/less/images/section/hillside-landscape.jpg)
}

.section-book-shelf {
	background-image: url(/cvt-26585f505de22a8911d50669573f1c0b12b8b6f288e932ba9a2058073f5d9faf/less/images/section/book-shelf.jpg)
}

.section-real-madrid-1 {
	background-image: url(/cvt-9633bb9938105bf1ba187970f8375eca0875d64c28540755ad07596004e2b28a/less/images/section/real-madrid-1.jpg)
}

.section-real-madrid-2 {
	background-image: url(/cvt-84e73f2b49f5197c1e40816495c72be931dcae5d6249556fb44dc83ba2eff5bb/less/images/section/real-madrid-2.jpg);
	min-height: 515px
}

.section-real-madrid-3 {
	background-image: url(/cvt-62ba354d7dc09c04db8cedf1471f74f82f247c34f84bf0b61b449a6d716ef822/less/images/section/real-madrid-3.jpg)
}

.section-halo {
	background-image: url(/cvt-d136ffa40d286a1065d1a54baa39a129ef330d553ddee841888fa97f235bc26a/less/images/section/halo.jpg)
}

.section-walking-dead {
	background-image: url(/cvt-e4123632613f4fd4421e2ac7ae04df6a704513c14d80d319694c69f582badecf/less/images/section/walking-dead.jpg)
}

.section-clouds {
	background-image: url(/cvt-754bb55df9d3677f58f37ce2ffd8c6c4ddee96e0aab8a44ab41585a115a9f7c1/less/images/section/clouds.jpg);
	min-height: 350px
}

	.section-clouds img {
		max-width: 240px;
		margin: 0 auto
	}

.section-lights-cloud {
	background-image: url(/cvt-754bb55df9d3677f58f37ce2ffd8c6c4ddee96e0aab8a44ab41585a115a9f7c1/less/images/section/clouds.jpg);
	min-height: 450px
}

.section-helicopter-ocean {
	background-image: url(/cvt-b4e3ff0b8dca447f8a29d3e2cb8dba9c319e24e7e5cf89f84c0d98db5e0cf0b3/less/images/section/helicopter-ocean.jpg);
	min-height: 450px
}

.section-vetco {
	background-image: url(/cvt-2b6daed7d49300aac64a768ea5d296b902e178102fbe39b3de7d1ddd8fbf133e/less/images/section/vetco.jpg);
	min-height: 450px
}

.section-developer-kitchen-office {
	background-image: url(/cvt-d146f84b0e6963f27022b14f0449536f410d109628977949fdb9141ee377e8a3/less/images/section/developer-kitchen-office.jpg);
	min-height: 450px
}

.section-devops-tools {
	background-image: url(/cvt-adf63b4e56d6f27adb76d34874166bf45d318de8ed1d2974584320c34b06f618/less/images/section/devops-tools.jpg)
}

.section-qantas-airplane {
	background-image: url(/cvt-12b46c17201bd904366b62722b714ad56dacf1cbb8553dd5dd782a2f71689898/less/images/section/qantas-airplane.jpg);
	min-height: 450px
}

.section-world-map {
	background-image: url(/cvt-9d48c3c6cbfffba7ffe0a2b88aac8a6586177ec2604d7cfcd9619c0c46b2e136/less/images/section/world-map.jpg)
}

.section-airplane-wing-engine {
	background-image: url(/cvt-6d07b37b5b5f4cac7c8d60aa89e446e5b0dc0257ce4995ed41785b58ccfa9609/less/images/section/airplane-wing-engine.jpg)
}

.section-american-flag {
	background-image: url(/cvt-efd28445369f1a50c0bda4c33009e7908faafc448cd207612dfb299a5355b3dc/less/images/section/american-flag.jpg)
}

.section-police-badge {
	background-image: url(/cvt-bfa0c457c1c6d957ec51b443b188b997a9ceb61bf4679f85640543e326d3aa73/less/images/section/police-badge.jpg)
}

.section-man-with-laptop {
	background-image: url(/cvt-f6e087b1decc1d8abc9f5a1d9c1c0194c922e899ba28e719588103da7e99cd22/less/images/section/man-with-laptop.jpg)
}

.section-man-with-glasses-at-computer {
	background-image: url(/cvt-c35265296bf4d40354a5b57ef93c30d145171b5a285fae9be7869108bd7bd84c/less/images/section/man-with-glasses-at-computer.jpg)
}

.section-american-flag-with-building {
	background-image: url(/cvt-cfc73b9ea98b104ae984f6a5ab29c0235cbaf95d83bbee89d048a1e42678e8f9/less/images/section/american-flag-with-building.jpg)
}

.section-computer-repair {
	background-image: url(/cvt-e6b65acd8a441f9c02da883420da7bdb89a6ab28d9fa748ecc4ec934c27a8fef/less/images/section/computer-repair.jpg)
}

.section-computer-screens {
	background-image: url(/cvt-89aececaf3d4a28bd3197e306529153890e762a0ab83bb383e7f5d8dcb08818e/less/images/section/computer-screens.jpg);
	min-height: 300px
}

.section-cityfalcon {
	background-image: url(/cvt-91296a7f691cf62d72ff3d0b671f7b1de3aa565a37d07c0c220073921c49e9df/less/images/section/cityfalcon.jpg);
	min-height: 300px
}

.section-docker-containers {
	background-image: url(/cvt-dcc3b7f6272517f4d455639c9a554a26a990b59ab7f390a97152e0a0f0250090/less/images/section/docker-containers.jpg);
	min-height: 400px
}

.section-jumpstart {
	background-image: url(/cvt-00bee26dd7df0cd9b2f3b7b6d324f7d0676ff86b38b1e630be6d416f77f6edf7/less/images/section/jumpstart-wopacity.jpg)
}

.section-power-star {
	background-image: url(/cvt-e5c9392e9fb8e83f494af6f090cf29af60ae00f63986c9f5b853d301eb28a38b/less/images/section/power-star.png);
	background-position: 50% 50%;
	background-size: contain;
	height: 350px
}

.section-management-suite {
	background-image: url(/cvt-ea774a798518df7cf0b7b6ddd1442b03a46be1cdf76e7db2418a2d1cb9dff701/less/images/section/management-suite.jpg);
	min-height: 300px
}

.section-mydriving {
	background-image: url(/cvt-79b61612a0f67cebf251faa7eeb21ea23049042fd8b3d99d4205d9feb8178951/less/images/section/mydriving.jpg)
}

.section-person-with-laptop {
	background-image: url(/cvt-b27fd01e0adb72869e37d73d04acdd9646d04b44996d3e6c7b4daf59d3e1df3c/less/images/section/person-with-laptop.jpg)
}

.section-data-catalog {
	background-image: url(/cvt-22c8e3644771e8e62fdff1fd8ceda22703890f73218ecb508b4b2fb31aa3c4d5/less/images/section/data-catalog.jpg)
}

.section-hands-at-keyboard {
	background-image: url(/cvt-2222b8f7806910e271344e211aeafabd1e5ed81b54ed0d5f434d18fd9000a515/less/images/section/hands-at-keyboard.jpg)
}

.section-factory {
	background-image: url(/cvt-465b0094d05e5873479b9d042def247a0999d863aa3fd56dce5c36172e15320f/less/images/section/factory.jpg)
}

.section-tv-station {
	background-image: url(/cvt-5e2810a3d45084816c5f54c12fc49302bfccced9909b63267660688769c408da/less/images/section/tv-station.jpg)
}

.section-sky-clouds {
	background-image: url(/cvt-833fea477f4ea3b926b0a3adda95e3e026c76d1723cf5249056ee39169375f7b/less/images/section/sky-clouds.jpg)
}

.section-nasa {
	background-image: url(/cvt-05502d47cf202706b855cbbef18a10e7e8d64119a956c8a4d33d7e33e732066a/less/images/section/nasa.jpg);
	min-height: 515px
}

.section-rio {
	background-image: url(/cvt-d33a5d21eec276741b6f1750709d03ee0a4395b366af6ac29b60668e6f02b718/less/images/section/rio-olympics-war-room.jpg);
	min-height: 355px
}

.section-r-server {
	background-image: url(/cvt-9cb0ac9113721a42f40fb49f77e2ec1e6ba6aeccbd94204810052b10e5e2af71/less/images/section/r-server.jpg)
}

.section-chronodrive {
	background-image: url(/cvt-386848f3330f60202038ff16e306503e9dae70c326b7252c8c3a3c448832976b/less/images/section/chronodrive.jpg)
}

.section-ge-healthcare {
	background-image: url(/cvt-22f203207143d09b865a5bfc02670d93221da67d268b193e4e303304b3fe38ab/less/images/section/ge-healthcare.jpg)
}

.section-jet-com {
	background-image: url(/cvt-8fa1c1f2160f02db993badb2f0ceb17569ee12b0747ecd46d6cce38b63b8e9f4/less/images/section/jet-com.jpg)
}

.section-serko {
	background-image: url(/cvt-6c1409787eb156470a0fae7f8e145847c91c6444bc0c4c635c47788d5f00ecfc/less/images/section/serko.jpg)
}

.section-3m {
	background-image: url(/cvt-c4a45e33f425d4dd9e36b7875dc3151a12f2ae7195394bc8c20acacd6b25916a/less/images/section/3m.jpg);
	min-height: 310px
}

.section-golf {
	background-image: url(/cvt-ae95b8da85db09c894a5ab8445893dcc48bf78c18b9475933e7906451fc6c81f/less/images/section/golf.jpg);
	min-height: 310px
}

.section-laptop-desk {
	background-image: url(/cvt-9dc849e976d07304c9e4fe92e263847beb88e5d052c70ac1cfed6fc8aae0d9a8/less/images/section/laptop-desk.jpg);
	min-height: 310px
}

.section-mountain-bike {
	background-image: url(/cvt-5fd3eda722cf504bbb9e6eecb71d43fe1d33d1df5381faac7d0844860de2393d/less/images/section/mountain-bike.jpg);
	min-height: 310px
}

.section-waterfront-with-factory {
	background-image: url(/cvt-2026dc69b06ec773f5247128a81434ab3c42c658aff68109c92c134f65e11b93/less/images/section/waterfront-with-factory.jpg);
	min-height: 310px
}

.section-hands-with-phone {
	background-image: url(/cvt-893becfaef647bfb67e5cf13a05dbe531868d1b2d9844f3582a4011c3b408e30/less/images/section/hands-with-phone.jpg);
	min-height: 310px
}

.section-power-bi-embedded {
	background-image: url(/cvt-0155e3763e86272c0b88a0b08aa39c2ba2344abab4135278b4a455c941681f3b/less/images/section/power-bi-embedded.jpg);
	min-height: 200px
}

.section-clocks-wall {
	background-image: url(/cvt-d07e81e128f702e004cd86bb7bdafcc4884292e1c1e7842b140c8ea2ade55c4a/less/images/section/clocks-wall.jpg)
}

.section-azure-friday {
	background-image: url(/cvt-5a994f5615bae5744e7c2651bdb32607aa8a4024392c446512800ebc80583343/less/images/section/azure-friday.jpg)
}

.section-israeli-gov {
	background-image: url(/cvt-3a253e19fd342f783c740a8a452a46a3dc19a3a0350359685e33f7534d6cb5a6/less/images/section/israeli-government.jpg);
	min-height: 515px
}

.section-app-services {
	background-image: url(/cvt-fb3c89aec92c798c4f4d4ca0dbfbf98bc507b84e01a588df28b8b6bc930621c9/less/images/hero/app-service-full-bleed.jpg)
}

.section-man-glasses-smiling {
	background-image: url(/cvt-367639add5b32bc9da5cb8ddfb08b8806512c3e38687e709c401a5f0a3b155b3/less/images/section/man-glasses-smiling.jpg);
	background-position: 50% 100%
}

.section-man-walking {
	background-image: url(/cvt-899d8d5a8b96a7526cfb7a80c6e2f494e1c713d18aca39ec1382348c0cbec1fe/less/images/section/man-walking.jpg)
}

.section-men-talking {
	background-image: url(/cvt-dbd5555df5377f7bec710eaae6e7041e79e04816664a94fd9d41790178a623f9/less/images/section/men-talking.jpg);
	min-height: 230px
}

.section-men-discussing-solutions {
	background-image: url(/cvt-01c5b19c12400276b8e511a9d7073cc71ffa768ccfa1d4a27c4560ebaec3cabf/less/images/section/men-discussing-solutions.jpg)
}

.section-calculator {
	background-image: url(/cvt-d6696eedb5420be9566acdc4e5dedd9043758e0d0a798bda8faa7756dfe11e82/less/images/hero/calculator.png);
	background-position: 50% 0;
	background-size: initial
}

.section-calculator-preview {
	background-image: url(/cvt-82d7b203a3bbe5c2d99b50de6834123a862601a9363ddfe5eda0f39867817dda/less/images/section/calculator-preview.png);
	background-position: 50% 0;
	background-size: initial
}

.section-woman-on-computer {
	background-image: url(/cvt-a639814717f49baa997e729d6d40afd7d36c9e062978a77a88140b87ff4e38f4/less/images/section/woman-on-computer.jpg)
}

.section-devs-at-work {
	background-image: url(/cvt-bd890773bba51567a217511928d1030ce511c07254afeb955599d683f8f68a34/less/images/section/devs-at-work.jpg)
}

.section-docker {
	background-image: url(/cvt-654a1a89aa02c945089cbed58de2c322f25e71a3b533b9697d44de66a22c221b/less/images/section/docker.jpg);
	min-height: 310px
}

.section-metal-factory {
	background-image: url(/cvt-e7a5409c8785bef157ec6f05eb786f7a66a376442b73968e83ef289170507399/less/images/section/metal-factory.jpg)
}

.section-airplane-takeoff {
	background-image: url(/cvt-251bdd882a73d93ed14b96395df579044cb2f412a0575d6c46cd969ddf5ba348/less/images/section/airplane-takeoff.jpg)
}

.section-jet-video {
	background-image: url(/cvt-8548f2243b8ccf81531e3062d610fdfe2f8cb1577baff6cecf24fd62970d0442/less/images/section/jet-video.jpg)
}

.section-cancer-research {
	background-image: url(/cvt-d11d29114d6299c1fe048b71e7f773bd83707082a410f6d954092aa22a640ab0/less/images/section/cancer-research.jpg)
}

.section-man-phone-outside {
	background-image: url(/cvt-a3d7220b21004686912b4e105030c0b8901ecbac00288884c0bdb7d2a1bd64e5/less/images/section/man-phone-outside.jpg)
}

.section-travel-apps {
	background-image: url(/cvt-604f9b074a7b06bf7fa2a53e9d3da1cfadc6631d3af955300cc07292a9ff8618/less/images/section/british-airways.jpg)
}

.section-two-men-looking-at-screen {
	background-image: url(/cvt-5ca5d23d29c40081e390cfa2e632f1c7f1fde48a9c5dbe830a848a2bf73a8263/less/images/section/two-men-looking-at-screen.jpg)
}

.section-bridge {
	background-image: url(/cvt-68f457fec53dce92d36835b74d3de3df125d975649738758a13927aac09839b6/less/images/section/bridge.jpg);
	min-height: 280px
}

.section-server-room {
	background-image: url(/cvt-fe92f83744a716ce21e8591578ef18313fa914fabebf3198662ef08564cdf908/less/images/section/server-room.jpg)
}

.section-server-room-2 {
	background-image: url(/cvt-09eb1226243e617c6f3801a64c3bbbf59d02ff8bf6b9ace061dd4c3fa3b05efe/less/images/section/server-room-2.jpg);
	min-height: 350px
}

.section-bridge-chain {
	background-image: url(/cvt-abcf1d10a6458780aa48955416cd37eb437d124fa18df96b211a0f115a347d70/less/images/section/bridge-chain.jpg)
}

.section-ms-integration {
	background-image: url(/cvt-d2f8e7a0003944edc83fafea8721abd2699e2401a3d543d2dd07eb07caec5508/less/images/hero/solution/integration.jpg)
}

.section-collaboration {
	background-image: url(/cvt-2805dc433cb17b4b6cdd260f95d095c9e8980984e8a29595be3154df2ddd227b/less/images/section/collaboration.jpg)
}

.section-containers-and-cranes {
	background-image: url(/cvt-884fb2525a9e6845bc595d29ac49f55cd0c57c66dfa8b73b2a7616ebf8f0a269/less/images/section/containers-and-cranes.jpg)
}

.section-coworkers-around-workstations {
	background-image: url(/cvt-5830475bafac259b4414eed90eb9d086269bb422cf9be481d57d2085577c9739/less/images/section/coworkers-around-workstations.jpg)
}

.section-customer-quote-fxpro {
	background-image: url(/cvt-0f8f9b232e4be72e6998939455af35a746e373beb4d76588d8c407e224b88129/less/images/section/fxpro-banner.jpg)
}

.section-mountains-and-road {
	background-image: url(/cvt-b9a0bc7b6d071020227f1fcf24aa2ff4c1b614afcbe211de895422c685feb755/less/images/section/mountains-and-road.jpg)
}

.section-boardroom-meeting {
	background-image: url(/cvt-29ab5d491e76dcc62dee3a76b643d4ec660d92cfe1067fe80f15a8649e833f08/less/images/section/boardroom-meeting.jpg)
}

.section-city-buildings {
	background-image: url(/cvt-43cdf2e87a68a8b6750a2ffe63232007ab82ef57ce4c01a536f773e0b89862ac/less/images/section/city-buildings.jpg)
}

	.section-city-buildings.mesosphere-hero {
		min-height: 450px
	}

.section-circuit-board {
	background-image: url(/cvt-1ab9674786d3185a478f1f179b03b5488fc22c2bd5307a4164ba1d36399ccf61/less/images/section/circuit-board.jpg)
}

.section-black-triangles-right {
	background-image: url(/cvt-3a5764562d03d200b37cbc5539fc9a6e49fbf79a841fe64e7832f5147da03f64/less/images/section/black-triangles-right.jpg)
}

.section-smiling-woman {
	background-image: url(/cvt-39138a89d0538c96c11bc05469893e79805716f478be979d9cbcf6bf658d776a/less/images/section/smiling-woman.jpg)
}

.section-solution-backup-archive {
	background-image: url(/cvt-a639814717f49baa997e729d6d40afd7d36c9e062978a77a88140b87ff4e38f4/less/images/section/solution-backup-archive.jpg)
}

.section-solution-big-data {
	background-image: url(/cvt-c56e85a7dfd020322a2fa596ece09d417005c1222de2b04b7116b2481e5b0a44/less/images/section/solution-big-data.jpg)
}

.section-solution-business-intelligence {
	background-image: url(/cvt-8c1a9722eb0d24da471f59b787120a34a828b5851ede77a26bc0a9e3ab37d2a2/less/images/section/solution-business-intelligence.jpg)
}

.section-solution-dev-test {
	background-image: url(/cvt-a17a92825eefa8a9d63f87a079cf300e9613df438f9fd5fb2c00dd7ac274d988/less/images/section/solution-dev-test.jpg);
	background-position: top center
}

.section-solution-devops {
	background-image: url(/cvt-aea99f33291dd8ee4c4b68f45edaf2706ff9aa150e71b3834171eedb6b3ee9cf/less/images/section/three-people-meeting-smiling.jpg)
}

.section-solution-digital-marketing {
	background-image: url(/cvt-feea699c6595162373b2db023210b8d78719f7a5f62456b048cf5496bbc66e78/less/images/section/solution-digital-marketing.jpg)
}

.section-solution-disaster-recovery {
	background-image: url(/cvt-326d6de0671b188a0738711296a5d6eedb4ecdac644b5d54f0479fa07ce5c5e3/less/images/section/solution-disaster-recovery.jpg)
}

.section-solution-ecommerce {
	background-image: url(/cvt-b5edd770ebfb8bcd6bed2cb5ef97b099bdb16909295ce71d73679b219aee5b25/less/images/section/solution-ecommerce.jpg)
}

.section-solution-internet-of-things {
	background-image: url(/cvt-c68ab002fb0554d4daf16f48eb75f10d31122fbdb20a34d38401383c19486d20/less/images/section/solution-internet-of-things.jpg)
}

.section-solution-mobile {
	background-image: url(/cvt-a416a677cfc5fad633b72571b68c4687445d5f4cae74c97e7b3fa0facfda214d/less/images/section/solution-mobile.jpg)
}

.section-solution-sharepoint {
	background-image: url(/cvt-d81b97053c64e3668a310183d5f997c90735b20ec86b9eabb28124322cd94050/less/images/section/solution-sharepoint.jpg)
}

.section-solution-digital-media {
	background-image: url(/cvt-9542bf69321318ef54b08a606df648aea7220db800d15eba899b3bd752925e0b/less/images/section/solution-digital-media.jpg)
}

.section-blurry-screens-and-people {
	background-image: url(/cvt-4880cad9010b21ce155d0e1cbeeaf8db274fa1d97e2ed7b33ce3853c6139942c/less/images/section/blurry-screens-and-people.jpg)
}

.section-solution-microservice-applications {
	background-image: url(/cvt-9888058c6c892d0f5072272deb60a8056954da82b1e45b5ed288ff2211ccd4d1/less/images/section/solution-microservice-applications.jpg)
}

.section-saab {
	background-image: url(/cvt-4cb01f4cbaca81041bbb3b1b1f237d714e6d965194758e9db4435ae51a564a42/less/images/section/saab.jpg)
}

.section-solution-saas {
	background-image: url(/cvt-9ffc691cc6140346e5a145447590917493098026dcd8ee470e4065e5afcb889e/less/images/section/solution-saas.jpg)
}

.section-solution-dynamics {
	background-image: url(/cvt-eb802dbdbfd7f72b86cf618116709a0755ef4bafd148a318ec9e024ed689bc6b/less/images/section/solution-dynamics.jpg)
}

.section-blue-stacked-servers {
	background-image: url(/cvt-08caf265b7694ba22aba93ecbce0a26a79f133c0ec6c78568fc4b5a2bf5b00ca/less/images/section/blue-stacked-servers.jpg)
}

.section-blurry-shooting-lights {
	background-image: url(/cvt-dfd9dd1530becfa7fdc3216cfc526da925c357a04bdafd81e52740580f7458dc/less/images/section/blurry-shooting-lights.jpg)
}

.section-workers-analyze-handheld {
	background-image: url(/cvt-fd546b2896906130e010e5379f19b5511420d289ed00b7aa8fc42695b754c160/less/images/section/workers-analyze-handheld.jpg);
	background-position: 0 30%;
	min-height: 320px
}

.section-iot-devices-logos {
	background-image: url(/cvt-c2170eb481ba4b77304d79fc311a280cac74b82452c9a3b0c301a6ac1bb5a98a/less/images/section/devices-background.png)
}

	.section-iot-devices-logos h3 img {
		padding-right: 20px
	}

.section-solution-hybrid-integration {
	background-image: url(/cvt-d2f8e7a0003944edc83fafea8721abd2699e2401a3d543d2dd07eb07caec5508/less/images/section/solution-hybrid-integration.jpg)
}

.section-hydroelectric-plant {
	background-image: url(/cvt-be34ce235c77ad598643d5fb34578b934a31b8d05afa578fcaf95d49470117c7/less/images/section/hydroelectric-plant.jpg)
}

.section-city-waterfront-night {
	background-image: url(/cvt-ec3c8258e5309318271fe40f925f2b7d4212ccf20d017edf32cc3d0a2fb6bf7d/less/images/section/city-waterfront-night.jpg)
}

.section-office-meeting {
	background-image: url(/cvt-2355a61b3a723190acb0268a9539e10b6856713d18557a8d9e8b37104fe43392/less/images/section/office-meeting.jpg)
}

.section-office-meeting-bike {
	background-image: url(/cvt-f4ca1fda76fb6046b51dc8d5108345f3e53abbd89987fbb4889227ff4dae382e/less/images/section/office-meeting-bike.jpg)
}

.section-worker-laptop {
	background-image: url(/cvt-6d5e659f12c35ff9d2f0a2ed3d773f4341732f1f5f281af8af177c3d6133dec8/less/images/section/worker-laptop.jpg)
}

.section-worker-tablet {
	background-image: url(/cvt-d82a0e2ff326da68b1adeba8501321bf913c4b3f573ce24e91f6ecfdd32412b2/less/images/section/worker-tablet.jpg)
}

.section-rocket {
	background-image: url(/cvt-0775a13567ad8e88818bbbddf3c341d7effa0814c528df67188831d77e5e20a5/less/images/section/rocket.jpg)
}

.section-man-writing-on-whiteboard {
	background-image: url(/cvt-7c135999f37d579290ffba5bb251335acc61dbc12f0abe78bc595eae0e877471/less/images/section/man-writing-on-whiteboard.jpg)
}

.section-person-holding-phone {
	background-image: url(/cvt-671e496cfe28064030ac52b09784c0381c17d68655e1a8db6a3517fd61a4f31f/less/images/section/person-holding-phone.jpg)
}

.section-man-at-computer {
	background-image: url(/cvt-9600712c36c575f040d41f66a18e10f6f7e2e2ae64aa4b28b4c45ec71f8785f5/less/images/section/man-at-computer.jpg)
}

.section-man-with-tablet {
	background-image: url(/cvt-59d25374d87e71552780ad24a36ed26cf6000d14aa04969fe8fee2c5b142eaa2/less/images/section/man-with-tablet.jpg)
}

.section-man-on-bench {
	background-image: url(/cvt-d141b2876795b4369432859023e5d76d1beacc99a6a909d62ea3fd14a0670dc7/less/images/section/man-on-bench.jpg)
}

.section-man-wearing-sunglasses {
	background-image: url(/cvt-27f265daf7787b6d02f4bdaaf741886a2e3dc93401d7deb4b52db3176ae26e0c/less/images/section/man-wearing-sunglasses.jpg)
}

.section-man-writing-on-board {
	background-image: url(/cvt-3ef739cc2d456e68a9a02abfdc0866be506ca57b36c79630631d7d12b8b84496/less/images/section/man-writing-on-board.jpg)
}

.section-city-skyline {
	background-image: url(/cvt-c91ed10d3ecfc86b003571809732e75181e6df12074ae36e9fb009d929e25c84/less/images/section/city-skyline.jpg)
}

.section-city-skyline-at-sunset {
	background-image: url(/cvt-5a6ac434975b22dca4645feeea7d8c9011e971d61ad98e5b0688cd847edfc934/less/images/section/city-skyline-at-sunset.jpg)
}

.section-cloud-services {
	background-image: url(/cvt-59277323968cd403d64038140e79a2957e6550c176851e177bfd6e80e721f947/less/images/section/cloud-services-hero.jpg)
}

.section-data-amp {
	background-image: url(/cvt-624dcd1bd0309a4a686bf78eb7580fb4198d3368e750280f3ce77a29e6849818/less/images/section/data-amp-hero.jpg)
}

.section-busy-city-night {
	background-image: url(/cvt-f707375b036fa295c61bf1d5e1e764a8fb80078243ba7ba0392487bfa8369f46/less/images/section/busy-city-night.jpg)
}

.section-stock-prices {
	background-image: url(/cvt-7ff1f5c7891aef1cf85327ad128f48463827270ea08f6b32f64ee74ed2c711fe/less/images/section/stock-prices.jpg)
}

.section-stock-prices-stream-analytics {
	background-image: url(/cvt-7ff1f5c7891aef1cf85327ad128f48463827270ea08f6b32f64ee74ed2c711fe/less/images/section/stock-prices.jpg);
	min-height: 450px
}

.section-safety-deposit-boxes {
	background-image: url(/cvt-6c7e90c71f9f15009b800e9a011e7aa243002149ecc7fdc725ac7bc49af533a7/less/images/section/safety-deposit-boxes.jpg)
}

.section-server-wires-3 {
	background-image: url(/cvt-5f663fa536f706e3b56d8a3bdb2e1332c4458fff4a5540866171d26385f9a24e/less/images/section/server-wires-3.jpg)
}

.section-server-wires-4 {
	background-image: url(/cvt-a17b78c142acebea36d54ace3fe6ef415cd998c768ab37b0c79f72396be220fa/less/images/section/server-wires-4.jpg)
}

.section-kik-points {
	background-image: url(/cvt-9965c2ee6422566e78a910f762733c8635114c10d05be30d49c93a13d24b0c4c/less/images/section/kik-points.jpg);
	min-height: 375px
}

.section-maverick {
	background-image: url(/cvt-cc0be8b972a73a9465edecc1ba499ccede10f8922227e09a7f46a64902374133/less/images/section/mavrick-migrator.jpg);
	min-height: 375px
}

.section-p-cubed {
	background-image: url(/cvt-975ab59d2e414de999617716de36aa5cda766331070df8bed80ef46268a6dbb4/less/images/section/meeting-room.jpg);
	min-height: 375px
}

.section-sql-warehouse {
	background-image: url(/cvt-777f26f78d215f7986645736a298dee038dee88a2a155378a2c52187b4fc1b7c/less/images/section/labcoat-instructor.jpg);
	min-height: 375px
}

.section-space-view {
	background: url(/cvt-18afb92a99004e97875dcfcb6818a7e92666b9a502e53b1513e8dd08d855dbec/less/images/section/space-view.jpg);
	height: 375px
}

.section-cosmos-db {
	background: url(/cvt-a50e757690d55723f4dd741d26ec2865148aad86a5da35c8efc8eeae3bc9ce67/less/images/section/cosmos-db.jpg);
	height: 375px
}

.section-water-sprinkler {
	background-image: url(/cvt-77d229c82747e09edbf23df2daf27cde7d8100d7679a07f34e7cbf61d91c203b/less/images/section/water-sprinkler.jpg)
}

.section-woman-working {
	background-image: url(/cvt-081d9714ba3c3b6b289d8f5259ca9c906325965db2bc0c341488045e0654404e/less/images/section/woman-working.jpg)
}

.section-automation-machines {
	background-image: url(/cvt-b1df1914bcd7af6826f76de2105ca7426bdfc1b32bba22d372f231da5a8f4b43/less/images/section/automation-machines.jpg)
}

.section-shipping-containers {
	background-image: url(/cvt-920e7d14e4a29c05bdc79dc12d51c7426e2b3fcef4698bf39cf6912050b13bae/less/images/section/shipping-containers.jpg)
}

.section-ships-loading-dock {
	background-image: url(/cvt-917c0297f8a6e64c3d0d2c058cb1a0a2ec42c58fb7dd8bf776cbb77dd83f35c2/less/images/section/ships-loading-dock.jpg)
}

.section-card-catalog {
	background-image: url(/cvt-a0ee096e421aa1ad08fe790b807cf64ee92385339f53f1b4cdbea15e142ad242/less/images/section/card-catalog.jpg)
}

.section-stars-and-satellites {
	background-image: url(/cvt-2511f14edc2c9cfa91a6acd0b2d7581c07faf2ad2e23a764b01c1251a6f6712f/less/images/section/stars-and-satellites.jpg)
}

.section-analytics-screen-close-up {
	background-image: url(/cvt-b34808c680858082ebd6ed7b6fa9ca7121161458408959d8c70191250a6b848a/less/images/section/analytics-screen-close-up.jpg)
}

.section-iot-device-with-laptop {
	background-image: url(/cvt-2f83d6eaee736098f2ed8cb2e7d3b4dad9c8d5226bf6e06dac84de24be2adedc/less/images/section/iot-device-with-laptop.jpg)
}

.section-ipad-bar-graph {
	background-image: url(/cvt-c8f1fb5b540bf501c91d3b8b22b1f7dd22dd4d14e9c6b8c5139fa9f535acc5e8/less/images/section/ipad-bar-graph.jpg)
}

.section-analytics-screen {
	background-image: url(/cvt-7ddb00c3b1a894f0e48feb6344f466be8a82346929c62227cadfc708f2a7b95a/less/images/section/analytics-screen.jpg)
}

.section-workers-on-windows {
	background-image: url(/cvt-425f2a2d1362183758cac178acf0ceb71fec589068ce1e7aca67dd08758c3ab0/less/images/section/workers-on-windows.jpg)
}

.section-doctor-and-data {
	background-image: url(/cvt-6131750e04c21c1c52e6bd43996c6f1c18ea2a84f8fb607d36031af7bb5414c7/less/images/section/doctor-and-data.jpg);
	min-height: 450px
}

.section-mobile-phone-choices {
	background-image: url(/cvt-cca7a389d5ab9097295225b541669070da87fd83b9c286d90671683d65a5f9ab/less/images/section/mobile-phone-choices.jpg)
}

.section-purchase-options-keys {
	background-image: url(/cvt-944cca103886823bc7cb76e3f813d1d0a9511c38540174c2fed511354a58f4fa/less/images/section/keyboard-closeup.jpg)
}

.section-coca-cola-sign {
	background-image: url(/cvt-cffaf108702348bfcc5437e946982d7ed2b4836fe5061113185c550f3fea1804/less/images/section/coca-cola-sign.jpg)
}

.section-stacked-server-bank {
	background-image: url(/cvt-72a2a45fed1624518e1c8fc7f79a6cb34a32425972cabf40f1127f87b0132fdc/less/images/section/stacked-server-bank.jpg)
}

.section-germany-at-twilight {
	background-image: url(/cvt-82911a3166b98193f48b11f091ab539a3034a58f5a5791529890961fed262add/less/images/section/germany-at-twilight.jpg)
}

.section-girls-clicking-pictures {
	background-image: url(/cvt-70b65121659af98fa8d480e6d933d1af481704e83defcf911edb1935e2bbdc8d/less/images/section/girls-clicking-pictures.jpg)
}

.section-man-computer-whiteboard {
	background-image: url(/cvt-b9b1cc7d6b6d9fac33ec53efe77fb5b73f2a1a12d794dd833cb5b89ba9c5956b/less/images/section/man-computer-whiteboard.jpg)
}

.section-man-in-headphones {
	background-image: url(/cvt-ebd1df9f9a9319b60871dce1ac9c88aab9f1cd52989b26deb90ca90e9ec955e0/less/images/section/section-man-in-headphones.jpg)
}

.section-pbi-dashboard-display {
	background-image: url(/cvt-d488e01e19c3fe75aba7a84dbf17183e6c126a8aac5980eff7d3d83bbb3a0a12/less/images/section/pbi-dashboard-display.jpg)
}

.section-people-meeting-room {
	background-image: url(/cvt-47ffc09937d333042937a8ef910cfa2a33b4344f3d19d470b5d22cf6139dfabc/less/images/section/people-meeting-room.jpg)
}

.section-escalator-reflection {
	background-image: url(/cvt-af39877a7ad94a74fe17663f1a4e0e93586cc844dda700cd86ae2672eaf97769/less/images/section/escalator-reflection.jpg)
}

.section-city-night {
	background-image: url(/cvt-9fb265965d69c429a617ce1a750856ae3a46ec1b79d68012c37c095fbe39797c/less/images/section/city-night.jpg);
	min-height: 450px
}

.section-marstons-beer {
	background-image: url(/cvt-682e36eedeb064d70ee053607826f0fa79373e6de28906361029cdf8d2015264/less/images/section/marstons-beer.jpg)
}

.section-soccer-player {
	background-image: url(/cvt-aafc68300f04c0767f6d19aa4b0538d3229769ad2380cdb209913a9851202f26/less/images/section/soccer-player.jpg)
}

.section-businessman-computer-conference {
	background-image: url(/cvt-72ce33582f02e46f72097806b618180821a3bc76e26e57a45f6c68790ca849ff/less/images/section/businessman-computer-conference.jpg)
}

.section-clouds-api {
	background-image: url(/cvt-250d940e1b37ddd82a8783e35052c746b2814ec381c6fab3fb456ea6b87f530e/less/images/section/clouds-api.jpg);
	min-height: 450px
}

.section-wind-generator {
	background-image: url(/cvt-6b376ed31c082db39649cd0bd20fe8384dfaf65e534d6fa9518af97ac3a15323/less/images/section/wind-generator.jpg);
	min-height: 450px
}

.section-windmills {
	background-image: url(/cvt-da5a1fda418927ab58642b52202a3c132988870d078ccec4435aa30bbbe35417/less/images/section/windmills.jpg);
	min-height: 310px
}

.section-windows-server {
	background-image: url(/cvt-76259f77183a7a7a0e3e39c05b69a9fb428092b414c99cf368622657b0578bbb/less/images/section/windows-server.jpg)
}

.section-two-man-look-screen {
	background-image: url(/cvt-fbeea6e72361b7cc690cf8f7d44c4e67278f8fcd90f9fc2fb1a9a8f813c851a8/less/images/section/two-man-look-screen.jpg)
}

.section-apps-onbaording {
	background-image: none
}

.section-developer-laptop {
	background-image: url(/cvt-756498308ad3234b5566780167889351d83b58d423786a3a3cf7a66e07238f72/less/images/section/developer-laptop.jpg)
}

	.section-developer-laptop.containers-header {
		min-height: 500px
	}

.section-inside-computer {
	background-image: url(/cvt-d686d7bf266f9712c4f7dee2f12fa364c8774125ed2dbd549956460b8ca3afd8/less/images/section/inside-computer.jpg)
}

.section-coffeehouse-conversation {
	background-image: url(/cvt-8b2bab68123db5f4a5ee2d85523be4f3445083d972aba8d06f1f842faa03f221/less/images/section/coffeehouse-conversation.jpg)
}

.section-vm-server-room {
	background-image: url(/cvt-df0f9543051b9ad11315f3c32cf4d4df898c3aa4d1b5c05718200068f4bd8ea6/less/images/section/vm-server-room.jpg)
}

.section-smart-factory {
	background-image: url(/cvt-d6a9e830d87d189eb5d955cca612985b9e4ff665acd6be429454278a1b4ae94b/less/images/section/smart-factory.jpg)
}

.section-airport {
	background-image: url(/cvt-4f182d2cb7f29dda4cdef38f89e7ea15c68c63d54b5253dd9b2d236c26b202fe/less/images/section/airport.jpg)
}

.section-man-computer-headphones {
	background-image: url(/cvt-4a01d89b18d2673311a1a33f0f1048c7a916e1b14f9162fb909c6d26750e2cff/less/images/section/man-computer-headphones.jpg)
}

.section-get-started-webinar {
	background-image: url(/cvt-4a01d89b18d2673311a1a33f0f1048c7a916e1b14f9162fb909c6d26750e2cff/less/images/section/man-computer-headphones.jpg)
}

.section-partners {
	background-image: url(/cvt-2805dc433cb17b4b6cdd260f95d095c9e8980984e8a29595be3154df2ddd227b/less/images/section/partners.jpg)
}

.section-data-center-hero {
	background-image: url(/cvt-714190fe4705d3591f8629bea0fcea2d72cc796ea44e55bcb18c4f2345f98b50/less/images/section/data-center-hero.jpg)
}

.section-desktop-portal {
	background-image: url(/cvt-2acc31c5c964a2238f9da81c10dba36eda9bc6d6f62213222e206fe7d33708fd/less/images/section/desktop-portal.jpg)
}

.section-storage-portal {
	background-image: url(/cvt-d4148a5f0fe20e728af633d64aaa8b07ac0c6e0c6cdd9879f2f5c8a9ba114a91/less/images/section/storage-portal.jpg)
}

.section-sql-database-portal {
	background-image: url(/cvt-31f943b297f13aac47dfdc08aeb4abba332887e4a1ba43609680d23ef301ff73/less/images/section/sql-database-portal.jpg);
	background-position: top
}

.section-retail-hero {
	background-image: url(/cvt-8108beffd70b1f67726fc513c211b5219eaa104dd213b5157723896810e425a3/less/images/section/retail-hero-small.jpg);
	background-position: 100% 50%;
	background-size: contain
}

.section-financial-services {
	background-image: url(/cvt-477f2f2910e964bbf8fb56f4b9e4dbf637b8b95bcf0d7a6177c842af235b1468/less/images/section/financial-services-hero-mobile.jpg);
	background-position: 100% 50%;
	background-size: contain
}

.section-azure-gov {
	background-image: url(/cvt-11dcc936813facf7b4b54b1acd35b00a7ab09f4197951a307ec263c745573c19/less/images/section/azure-gov-small.png)
}

.section-retail-casestudy {
	background-image: url(/cvt-fc2311a9e076a851ee7ddaa03647fa84e2fe8321c60e2587797a3cf190034bad/less/images/section/customer-loby-bg.jpg)
}

.section-education-hero-bg {
	background-image: url(/cvt-ba3c25591bbc9672ab689eb21b8cd73abb57d609540ef9dd70c1a5ef0acc9e78/less/images/hero/education-hero-bg.jpg)
}

.section-build-2017-rain-graphic {
	background-image: url(/cvt-87b32dd56bd96b0cc65cdab3257952f8dfdab39d27043b429b892035fb10b349/less/images/section/build-2017-rain-graphic.jpg);
	background-position: bottom
}

.section-database-migration {
	background-image: url(/cvt-a4a6e704740a17f01d2d59e80d7d1b72f306f83da78bb6c9034bc4f799a09724/less/images/section/database-migration-hero.jpg)
}

.section-local-website-prompt .column .icon-close {
	background-color: transparent;
	border: 0;
	color: #b0b0b8;
	display: block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	padding: 1px;
	text-shadow: 0 1px 0 #fff;
	color: #fff
}

	.section-local-website-prompt .column .icon-close:hover {
		color: #323237
	}

.section-men-woman-dicussion {
	background-image: url(/cvt-83c150e270a2ecffcb93ca4b2a510396d80b7ec1f199fc370f498728cea5f416/less/images/section/men-woman-dicussion.jpg)
}

.section-two-men-working {
	background-image: url(/cvt-a8ddb15ed83ffa0a68e295029ef92afde52821e810df3b10176844b41ed175c8/less/images/section/two-men-working.jpg)
}

.section-seattle-shipping-office {
	background-image: url(/cvt-0d89a06fc3bb284032a45cc7bbc15e6d8bf067642bc3f447ad675589542b5c9b/less/images/section/seattle-shipping-office.jpg)
}

.section-co-workers {
	background-image: url(/cvt-7db53dff19f219fbafb30c22d7f1e9636f8cbb4f3f16968aee23cfb67ae34e27/less/images/section/co-workers.jpg);
	background-position: 75% 100%
}

.section-man-woman-tablet {
	background-image: url(/cvt-cd510afeb1b9e1c9dd09f7bea75e9bb0dc486aefd7f0f99c927fa1c42de2acd5/less/images/section/man-woman-tablet.jpg)
}

.section-couple-hall-smiling {
	background-image: url(/cvt-b84973d348990bf8360a57b0fb45262a3772193fb3fa22938b163028c38d1950/less/images/section/couple-hall-smiling.jpg)
}

.section-datacenter-cables {
	background-image: url(/cvt-43e87c3cc3efd39fdc2cd4ccb265f29e05561267e5b1a2dfb034cfa87c4387b0/less/images/section/datacenter-cables.jpg)
}

.section-datacenter-community {
	background-image: url(/cvt-4307dd990cb3d78db08e0cac836f10ca1256f1f5b7b5ff7c4cfe9ed30d8906b0/less/images/section/datacenter-community.jpg)
}

.section-man-typing {
	background-image: url(/cvt-44705caffc1f13dac32ef7b71a5a1250dcc994ba792c5d3f2e69e0d267c5c853/less/images/section/man-typing.jpg)
}

.section-high-rise-buildings {
	background-image: url(/cvt-27c6eb7044a524bfdeb3daf426ff771f7654871d2709946d29faac5d4e9670ae/less/images/section/high-rise-buildings.jpg)
}

.section-engineering {
	background-image: url(/cvt-5bb1c3c2642bda6be2238ee0baa04af4a6d5ae3dc119f5d34e41522d4e0d13ec/less/images/section/engineering.jpg)
}

.section-checking-thermometer {
	background-image: url(/cvt-38d46a83958b1f87164ca877b68ca8f59f6c66ebb4109e9d81d9085dba1b6b6c/less/images/section/checking-thermometer.jpg)
}

.section-flowing-river {
	background-image: url(/cvt-c94462a23bdb443be617f893fb02cf88a6a2bc5f9eae0999f769289a29aca6ff/less/images/section/flowing-river.jpg)
}

.section-oil-platform {
	background-image: url(/cvt-f40495a96ec9a94d1b4c5971c8497c388a98d2eda18c6b37fb765d5bd4c265c8/less/images/section/oil-platform.jpg)
}

.section-secure-managed-cloud {
	background-image: url(/cvt-c7af9212707c8263f482519ea2a2d90e1379152e0f515dc5960bbaa9346a314d/less/images/section/secure-managed-cloud.jpg)
}

.section-datacenter-mesh {
	background-image: url(/cvt-107a99f12f70ba071d0d586d88743a44a13d4a5bcf1f82aeb47af91383e511a2/less/images/section/datacenter-mesh.jpg)
}

.section-boats-on-lake {
	background-image: url(/cvt-0dc93e7a81916903081c07a2bc2405d1047dffc8ca57d27747f36b7dbea4c5aa/less/images/section/boats-on-lake.jpg)
}

.section-men-programming {
	background-image: url(/cvt-b393ca9ba7807924ea9550a5c8ce40e81bab3152df05dba0483cffbbca1145d2/less/images/section/men-programming.jpg)
}

.section-woman-with-labcoat-man-discussion {
	background-image: url(/cvt-a436ef2b6eff8d6530b8934abb541cdf8ddb00f49f29afd1723254ebb5991096/less/images/section/woman-with-labcoat-man-discussion.jpg)
}

.section-woman-reading-book {
	background-image: url(/cvt-e3cbb2e7c4fa099563d48542b0590d88531de05d46ebdb3e876cf01411374515/less/images/section/woman-reading-book.jpg)
}

.section-woman-with-tablet-2 {
	background-image: url(/cvt-8eaddbd912fa5f55ad9ed3ff2592d7fb727d3801d8357ead5fe6bf0e88f28c55/less/images/section/woman-with-tablet.jpg)
}

.section-woman-focusing {
	background-image: url(/cvt-3fc51f6a1c2689138e73f6b52681e0c056ff5d947c3d891aaedfa2bee37206a0/less/images/section/woman-focusing.jpg)
}

.section-man-in-office-looking-up {
	background-image: url(/cvt-d46bcbfdd1a718fcb7cc3ccef7989c2c8ea6072113b52d232450c482db564898/less/images/section/man-in-office-looking-up.jpg)
}

.section-man-phone-with-reflection {
	background-image: url(/cvt-69681620032a1669a5ccac7896fabdc9684db6ebdd23375916889343f4af7226/less/images/section/man-phone-with-reflection.jpg)
}

.section-man-looking {
	background-image: url(/cvt-15cad14394206e08e418f0bc22a249da27f85b143724f3abe235fb1d5a06b6bc/less/images/section/man-looking.jpg)
}

.section-men-in-meeting {
	background-image: url(/cvt-359c28abc96547efff6e616dc9932724794414238d4e0f33a747ebaf6db172cc/less/images/section/men-in-meeting.jpg)
}

.section-women-discussing-in-a-lab {
	background-image: url(/cvt-1e9a7b187f0f974218374043c32b617e9fccf9a8b70b99c83212b275bf8d5cac/less/images/section/women-discussing-in-a-lab.jpg)
}

.section-open-fields-with-formula-overlay {
	background-image: url(/cvt-3a355c8237dfac2ae415f3564cfbbf2d3d5d696c3259ae342bb0510dbd54e4ae/less/images/section/open-fields-formula-overlay.jpg)
}

.section-chair-table-desktop {
	background-image: url(/cvt-0e59e167d009f8427efe7c3002eed5c439e4bf798a23ac5910e02a08c44c3918/less/images/section/chair-table-desktop.jpg)
}

.section-person-with-tablet {
	background-image: url(/cvt-f8b1de4eb8d00eafced3d0458fca91ef8175bc953e7e709cb104e0119c88ee6b/less/images/section/person-with-tablet.jpg)
}

.section-farm-field-data-overlay {
	background-image: url(/cvt-7d8aa268c8bcfc0b39f506e9cdf7c27cd2c301ac45c0479afa5d2c3ea14083d6/less/images/section/farm-field-data-overlay.jpg)
}

.section-man-wearing-safety-gear {
	background-image: url(/cvt-14c015b460635099ff79963e64d79afab9ea0ee1164fa3ff60134692744b56e1/less/images/section/man-wearing-safety-gear.jpg);
	min-height: 370px
}

.section-city-street-with-taxi {
	background-image: url(/cvt-772eee108158c455ea371517f58fb4502f834a98f70c287ad47027420107fb68/less/images/section/city-street-with-taxi.jpg);
	min-height: 370px
}

.section-anz-carlton {
	background-image: url(/cvt-e41d795094772438d04e3d1b876f5b153021410e8bc021683d0b20510c0eb1cc/less/images/section/anz-carlton.jpg);
	min-height: 370px
}

.section-woman-looking-out-window {
	background-image: url(/cvt-52b8eaab5217871a381d12f8051338a06f45e4bb8fa3d4ff9150395b57a78dbb/less/images/section/woman-looking-out-window.jpg)
}

.section-code-background {
	background-image: url(/cvt-2f6f7bc241581188b845a4c08519ca2b9d7d112fab07290e4d6cc36a5a685a05/less/images/section/code-background.jpg)
}

.section-downtown-buildings {
	background-image: url(/cvt-7fa08a4260d37c7159b8a6a043f73c8c7b809ac3a5b18656b98180876ba3d764/less/images/section/downtown-buildings.jpg)
}

.section-connect-2017 {
	background-image: url(/cvt-fab0c74815c9919ecc868bb4c82f4343f728a0d5a3d4015404bc4b19a8e899cb/less/images/section/connect-2017.jpg)
}

.section-connect-2018-hero {
	background-image: url(/cvt-67a4ce1c08e51357f383103a1107184e0aa5d85d1c0fa74470d7129201ce3508/less/images/section/connect-2018-event-hero.png);
	background-size: initial
}

.section-connect-2018-updates {
	background-image: url(/cvt-08c9e2ef0815821472296dca4ab64825b94d1e28b0ee6defb98b93576786d8c3/less/images/section/updates-connect-2018.png)
}

.section-man-typing-server-room {
	background-image: url(/cvt-e2580c9f820d9a9438dd14e54415c90ce3a704d08e6ca22fb1d394adcc4531f1/less/images/section/man-typing-server-room.jpg)
}

.section-open-office {
	background-image: url(/cvt-b6081b638bae31195357127786649a5193e42e7041eb6e797cbc72eeff3d8175/less/images/section/open-office.jpg)
}

.section-group-lunch {
	background-image: url(/cvt-8c5593383535b9be23339ac3eefce26dafafd9c90fe87aad7f965186b87ee805/less/images/section/group-lunch.jpg)
}

.section-dixons-back {
	background-image: url(/cvt-2704cf6bd9d49491a25307957514530ec86d54e483aca3cd3e7a540cde441e4f/less/images/section/dixons-back.jpg)
}

.section-vhv-back {
	background-image: url(/cvt-15a9e887f889dd0fa4e8817a79d6ece37a5034b63663731a9835fba67a40c257/less/images/section/vhv-back.jpg)
}

.section-cellphone {
	background-image: url(/cvt-cf4f08d866dc608a7f25e4c5fa0af974804b411ece93b65225e14a060ed6137f/less/images/section/cellphone.jpg)
}

.section-man-train {
	background-image: url(/cvt-8d3e977d27bcb6a661376f306ecb1116a283e66ec10277c1a21ac12b8f52a5ff/less/images/section/man-train.jpg);
	min-height: 325px
}

.section-men-in-presentation {
	background-image: url(/cvt-a844dce0173d70ac2c4ebd0c3ad7752b112258d27bb15fd59a5fa646850c1c9e/less/images/section/men-in-presentation.jpg);
	min-height: 340px
}

.section-man-typing-on-tablet {
	background-image: url(/cvt-549bf7f5509d5af05b275d8eb76eede9c55c134311370d240414beb631939551/less/images/section/man-typing-on-tablet.jpg)
}

.section-snow-leopard {
	background-image: url(/cvt-d052c86c08a767a16b4cfc978b415000df5629afa9c63a27540e1d87b3d8d38d/less/images/section/snow-leopard.jpg);
	min-height: 450px
}

.section-lab-glassware {
	background-image: url(/cvt-e8287cb0c228d62ebb68faf9ce99031726fbb0a5dd7583695fc65d49f888d457/less/images/section/lab-glassware.jpg);
	min-height: 400px
}

.section-capitol-building-nighttime {
	background-image: url(/cvt-461bae53e15764f6458a4c7ba71af68a63c673e49e5d942d482084ba6bd8861a/less/images/section/capitol-building-nighttime.jpg);
	min-height: 400px
}

.section-sitting-area {
	background-image: url(/cvt-8049fc467e2761b063a96e6aa6b2126b63dee8ca1b4b744b6b084b90687ab892/less/images/section/sitting-area.jpg);
	min-height: 250px
}

.section-education-hero {
	background-image: url(/cvt-1dc5caafbc5dd6f244dfb81d7d38015fb48f7058181371fee4aece3b97174f0e/less/images/section/education-hero.jpg);
	background-position: 100% 50%;
	background-size: contain
}

.section-pepsi {
	background-image: url(/cvt-f34fd34536aa5342ad46f70e61abfa4741cbfd8b6ef7bb3ebab630e9012b60e0/less/images/section/pepsi-bg.jpg)
}

.section-medical-research {
	background-image: url(/cvt-64956029cfd494dda02691a68bb860de29f847f481d26c2f26adf3d0c43a94fc/less/images/section/medical-research-mobile.jpg)
}

.section-women-discussing {
	background-image: url(/cvt-429d7b85522f09905e0d8d67461723078c48fea129bcdbd2e4708e92c606b1c2/less/images/section/women-discussing.jpg)
}

.section-webinars {
	background-image: url(/cvt-4fb42b0c0311fd58f23357c0ac1f10d5b8eb3d05dbef19a53b01c3c3bc8e041a/less/images/section/empty-conference-room.jpg)
}

.section-pentagon {
	background-image: url(/cvt-cae6e31b7eb1e121bbf5b1e3c71a98ba42722b4a54af5a13d314b84735c105ea/less/images/section/pentagon-hero.jpg)
}

.section-city-view-from-park {
	background-image: url(/cvt-95496e43e299880ddcd0ddd7b8f3bf52af87be6ad8aa7b12215cc46a6ba2cb0f/less/images/section/city-view-from-park.jpg)
}

.section-us-capitol {
	background-image: url(/cvt-eab70425a2ec80aebabec315c6b24549662d81228e53352484435a967acc88fd/less/images/section/us-capitol-building.jpg)
}

.section-opensource-hardware {
	background-image: url(/cvt-0a993219a2bb35b622d18c89d8bee8cdf6c82a31e178e6ffcd8f27b18debb781/less/images/section/opensource-hardware.jpg)
}

.section-afs-customer-quote {
	background-image: url(/cvt-4fe29772cb8ea0e7fb12ce0d7817bf4e13b2705c2659ad7b131f21e6778d32dc/less/images/section/afs-customer-quote.jpg)
}

.section-chef-customer-quote {
	background-image: url(/cvt-45cffc40327758228cb29f654d3829219c8c4d9971e45b4a7b1721589660e5d0/less/images/section/chef-customer-quote.jpg)
}

.section-tco-calc {
	background-image: url(/cvt-99c7dbc33856c6251499cb704d5e9d4ca61500f789e7c1a5ae7e4c3411e4f3df/less/images/section/tco-calc-hero.jpg)
}

.section-group-meeting-in-office {
	background-image: url(/cvt-e4e1f1c6f200d7ed84c58d3fce9d32fbdd2e652fdc55887b9ddb47a1541b293b/less/images/section/group-meeting-in-office.jpg)
}

.section-man-window {
	background-image: url(/cvt-95795e688ff78627c64e20a2ee9829c57646df4bc210ce2e71b494f512ae8790/less/images/section/man-window.jpg)
}

.section-jellyfish {
	background-image: url(/cvt-182d9dc91193fac4237899584db444d2b533d0454c2f0baf4a5ca87145364aaa/less/images/section/colorful-artwork-dimmed.jpg)
}

.section-oceaneering {
	background-image: url(/cvt-d07b864f1ab8f6f2f9b8290c49752fe2a004f5dd78050ba0c441e17b2bc59523/less/images/section/ocean-waves.jpg)
}

.section-qvisten {
	background-image: url(/cvt-21a7a122ad9d299c7fa9a380d85fa91b426c25f8e1209bcc53001dceed7f81f0/less/images/section/ships-on-horizon.jpg)
}

.section-rendering {
	background-image: url(/cvt-da17d614e54f7da6251c65848ef9345ed1c8a5a3c4b1d97a610a2d9064a15240/less/images/section/rendered-car.jpg)
}

.section-azure-sphere {
	background-image: url(/cvt-d582611cd7435e96480126fbf6ef181adb9959592f6d23d6fa4ebf580ec44ce8/less/images/section/azure-sphere.jpg)
}

.section-woman-laptop-open-office {
	background-image: url(/cvt-42fff75af71a87cc311942c6ef929ccd3ae2bcb73f95397b2c2e27a7616cbfed/less/images/section/woman-laptop-open-office.jpg)
}

.section-mki-hybridcloud {
	background-image: url(/cvt-2e3400821f59d3723e92e0623a324071fc7fc19983e62f3f0e28f15b71ceef94/less/images/section/mki-hybridcloud.jpg)
}

.section-absa-hybridcloud {
	background-image: url(/cvt-64bbc2b3fd12302e3adb7e4e699d823dfae34292beab7bfa02ff646f027d9f97/less/images/section/absa-hybridcloud.jpg)
}

.section-anz-hybridcloud {
	background-image: url(/cvt-fd7aa80e5b43c545561f1019c43870e3a753cefc1d537cf728b1f9537e976169/less/images/section/anz-hybridcloud.jpg)
}

.section-free-free-account-faq .column:first-child div:last-child {
	padding-bottom: 39px
}

.section-security-office {
	background-image: url(/cvt-6b2d51eaf669d4f8fb4e6ee19962d70d84c16aefba98034152f56fd2e95b3e6a/less/images/section/security-office.jpg)
}

.section-half-slate02-half-palette01 {
	background-image: linear-gradient(#323237 50%,#fff 50%)
}

.section-half-slate03-half-slate09 {
	background-image: linear-gradient(#3e3d4d 50%,#f4f4f4 50%)
}

.section-half-slate02-half-slate09 {
	background-image: linear-gradient(#323237 50%,#f4f4f4 50%)
}

.section-half-palette01-half-slate09 {
	background-image: linear-gradient(#fff 50%,#f4f4f4 50%)
}

.section-half-palette06-half-slate09 {
	background-image: linear-gradient(#243a5e 50%,#f4f4f4 50%)
}

.section-half-slate09-half-palette01 {
	background-image: linear-gradient(#f4f4f4 50%,#fff 50%)
}

.section-half-palette01-half-palette01 {
	background-image: linear-gradient(#fff 50%,#fff 50%)
}

.section-half-slate02-half-palette03 {
	background-image: linear-gradient(90deg,#323237 55%,#0078d4 45%)
}

.section-half-palette03-half-slate02 a:not(.button) {
	text-decoration: underline
}

.section-top-border-palette03 {
	border-top: 7px solid #0078d4 !important
}

.section-what-is-azure-footer {
	background: #323237;
	background: linear-gradient(-65deg,#323237 0%,#323237 42%,#0078d4 42%)
}

.section-car-factory-robot {
	background-image: url(/cvt-fd07858efc77bc24aa099a7a48f97b37b04951e91ffcaf59202b6e46108d06f4/less/images/section/car-factory-robot.jpg)
}

.section-man-walking-by-windows {
	background-image: url(/cvt-86be70b1686b53ff7395c2e5eb57dcbb156e9482d132545519542467552b0f77/less/images/section/man-walking-by-windows.jpg)
}

.section-blue-vector-spirals {
	background-image: url(/cvt-54d814cefca07954a74ff7cc5ab99b603a7c21b2eb26264280c555241dd90b4f/less/images/section/blue-vector-spirals.jpg)
}

.section-field-windmills {
	background-image: url(/cvt-a7fa34625e719b9d410748f4d213f4135b8435241824c1fdf293f62be309c5c3/less/images/section/field-windmills.jpg)
}

.section-woman-walking-in-a-factory {
	background-image: url(/cvt-b7ffee863527ac82769dad8fdb36b411dec2fa30ad0d62a8c1354205bd4f74cb/less/images/section/woman-walking-in-a-factory.jpg)
}

.section-what-is-azure {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0;
	padding-top: 0
}

.section-coins-and-notes {
	background-image: url(/cvt-9e8b4118a24c7e1250108fa509b3217eac37d0c3e817e2e09a55b75faef95a01/less/images/section/coins-and-notes.jpg)
}

.section-men-in-club {
	background-image: url(/cvt-937d933203cb3b1b903227bc093bd8a8374c6c01c85dd050b684a86c468f5a64/less/images/section/men-in-club.jpg)
}

.section-azure-for-ios {
	background-color: #fff;
	color: #323237
}

.section-customer-quote-ambitenergy {
	background-image: url(/cvt-ee8562d289d77fb542b9d46ebc1a3cbebde456b6ab7c3300fbf7fbff3694dcd2/less/images/section/customer-quote-ambitenergy.jpg)
}

.section-customer-quote-jbhunt {
	background-image: url(/cvt-f5c99e83f03a07c588cce3129ab579d9d07cfc78153f617d4c31935c4da2a63c/less/images/section/customer-quote-jbhunt.jpg)
}

.section-customer-quote-sotetsu {
	background-image: url(/cvt-2075e589da700adfec56c64b3864294423efcd3fb569eab41c66b665bf019bf8/less/images/section/customer-quote-sotetsu.jpg)
}

.section-customer-quote-varian {
	background-image: url(/cvt-1643f570fe3638087e5b9713d657eeff2c3f87e15a01bd2d005b186793d33fa3/less/images/section/customer-quote-varianhealth.jpg)
}

.section-customer-quote-webjet {
	background-image: url(/cvt-4afb22e90dac03f147e2cb2232069c248a3e1edb354ac06b989c9e04fe4cb515/less/images/section/customer-quote-webjet.jpg)
}

.section-customer-quote-altair {
	background-image: url(/cvt-989de1dc964bda40aeff86d6f3c47030b8946f205b9fd38fbcefbced1b4d1a92/less/images/section/customer-quote-altair.jpg)
}

.section-customer-quote-siemens {
	background-image: url(/cvt-a98133ec4d5e018e6ecd12ee8406c1ca3cb463282ec2d12825a36314d46fae85/less/images/section/customer-quote-siemens.jpg)
}

.section-capitol-building {
	background-image: url(/cvt-252924a09e633a41059c30c3194f4129e8ce19501c34332ceb5a83de3248e113/less/images/section/capitol-building.jpg)
}

.section-containers-lifted {
	background-image: url(/cvt-20d3e3b7834d9eb0ec57dcf66edc5836e6a342a2d76a0ec36964afefe50e4a4e/less/images/section/containers-lifted.jpg)
}

.section-go-development-code {
	background-image: url(/cvt-cf5e6dcea2ab4003aa5e4a23593192be572620e3122f8863405e23c4dfdbeb30/less/images/section/go-development-code.jpg)
}

.section-java-development-code {
	background-image: url(/cvt-16b4dcd22ef2f64c7cf441e3fff9e54418c73ff2b7b600aaed7ae32cd2913a79/less/images/section/java-development-code.jpg)
}

.section-python-development-code {
	background-image: url(/cvt-43a1b0f15f814679a5a4b6a74e934f6469ddee98175aa08fbc7a589c835615a9/less/images/section/python-development-code.jpg)
}

.section-blue-with-waves {
	background-image: url(/cvt-9032fbb6614b202ee8ac77457ba5a3dbfa6249699e454899110cdfe2311b44db/less/images/section/blue-with-waves.jpg);
	background-color: #223657
}

.section-containers-avere-storage {
	background-image: url(/cvt-47da3cb89bf7e992c5500d341f92b4b6305850fbace3d7270da2a315a2df3f2a/less/images/section/containers-avere-storage.jpg)
}

.section-machine-building {
	background-image: url(/cvt-b1097652fcea455a3c830da0e539608d9f40606cf47159f3ff707f2ac59c0232/less/images/section/machine-building.jpg);
	height: 460px
}

.section-meeting-with-leader {
	background-image: url(/cvt-f4aa700c76bf09c72ec591871e796a6fbc500bae978290e8a171f424cc217216/less/images/section/meeting-with-leader.jpg);
	height: 460px
}

.section-woman-in-field {
	background-image: url(/cvt-992622bf5220b6f90496945f53bbf322eaf335bf3ed71ca711ac7ff90f1ecf03/less/images/section/woman-in-field.jpg);
	height: 460px
}

@media only screen and (min-width:540px) {
	.section-retail-hero {
		background-image: url(/cvt-937f26b0447073821f39975104c40ee051cf00f235da7b550a10129a18cfba41/less/images/section/retail-hero-large.jpg)
	}

	.section-azure-gov {
		background-image: url(/cvt-4de0ae3f6f121ca0a1cb407b682aa784c1fcd3220f980b90fdb3aa7d1c3d25cf/less/images/section/azure-gov.jpg)
	}

	.section-what-is-azure-popular-products {
		background-image: url(/cvt-0ddd648208cd40f7820d5a273a9482ff6b85dfc8ac640e8227af1fed44926144/less/images/section/section-what-is-azure-popular-products.jpg);
		min-height: 370px
	}

	.section-students-with-laptops {
		background-image: url(/cvt-cb93c50cdc0b094295bcf74fede6fe8b0bf9cccd652ab0232e6257c8af46354b/less/images/section/students-with-laptops.jpg)
	}

	.section.section-free-gaming {
		padding-bottom: 170px
	}

	.section.section-below-free-gaming {
		padding-top: 150px
	}
}

@media only screen and (max-width:960px) {
	.section-pricing-faq .column:first-child p {
		padding-bottom: 29px
	}
}

@media only screen and (min-width:768px) {
	.section-containers-aerial-low {
		min-height: 400px
	}

	.section-mixed-reality {
		height: 650px;
		background-position: 100% 29%;
		background-size: cover
	}

	.section-image-bottom .column > img:first-child:last-child, .section-image-bottom .column > a:first-child:last-child {
		position: absolute;
		bottom: 0;
		margin-bottom: 0
	}

	.section-go-development-code, .section-java-development-code, .section-python-development-code {
		height: 600px
	}

	.section-hololens {
		height: 485px;
		background-position: 100% 43%
	}

	.section-downtown-buildings {
		min-height: 325px
	}

	.section-server-room-3 {
		min-height: 250px
	}

	.section-man-computer-headphones {
		min-height: 350px
	}

	.section-futurecoded-skyline {
		background-image: url(/cvt-a4ffacfe43ed3294afa2b5154f7dd882bce1b7c892298d930f916f3ad976ebd4/less/images/section/futurecoded-skyline.jpg)
	}

	.section-man-computer {
		background-image: url(/cvt-294cbd209526c48fc8421b764e4daafd352a9bd4bb39d69634357f11438e374b/less/images/section/man-computer.jpg)
	}

	.section-developers {
		background-image: url(/cvt-caf44c67a3cc7e8ed3ac60c93943a93b8a16059b61e17fc224f13e5430a2dc01/less/images/section/developers.jpg);
		min-height: 400px
	}

	.section-men-playing-cards {
		background-image: url(/cvt-52dd6c39caaa966c7ae3e1c2177fa3011bb8fcebe737d9ad93ed664490216528/less/images/section/men-playing-cards.jpg)
	}

	.section-vm-server-room.vm-index {
		min-height: 320px
	}

	.section-vm-server-room.sql-server {
		min-height: 450px
	}

	.section-businessman-computer-conference {
		min-height: 450px
	}

	.section-office-windows {
		background-image: url(/cvt-bf6398ef40ee1f65696aa12fa319edf4b6b649d7424f9f28737d451bc8a5fffd/less/images/section/office-windows.jpg);
		min-height: 480px
	}

	.section-containers {
		background-image: url(/cvt-973d23694d88915594fa1476292897c389f9a43f3be532be9d0380bf54db5119/less/images/section/containers.jpg)
	}

	.section-storage-containers {
		background-image: url(/cvt-bb4e70bc942529dc9511a5e3bd5075c74049d9bc317f265183f94b9e919d69e8/less/images/section/storage-containers.jpg);
		min-height: 300px
	}

	.section-code {
		background-image: url(/cvt-a5f5adc1f242b3faa88c2900c637161604bafb5d38dfcaf13563a0e468031d36/less/images/section/code.jpg)
	}

	.section-coffee-phone {
		background-image: url(/cvt-be5ddaaefe2c31ff31c65616bb4b9ef4b7278d0c59f1315ab9101e83ccc6c43a/less/images/section/coffee-phone.jpg)
	}

	.section-blockchain {
		background-image: url(/cvt-b8e8c7d80e7cade687664b7bf74f559bf2a78bc23e1d6926407948f5d354cf90/less/images/section/blockchain.jpg)
	}

	.section-training {
		background-image: url(/cvt-738eb8bf69cb5ed6ec67028d5e8637d996b3a65eb089957dbcafa867501c9e87/less/images/section/training.jpg)
	}

	.section-event-calendar {
		overflow: visible
	}

		.section-event-calendar img {
			bottom: -40px;
			position: absolute;
			z-index: 1
		}

	.section-solutions {
		background-image: url(/cvt-d858d6012bd3590bf8ec31d682b54fa9a475331352b91e0b3020349842b23f51/less/images/section/solutions-header.jpg)
	}

	.section-resources-theme-default {
		background-image: url(/cvt-2473f5032e6468d280c3866c486fb4b7f0f3420115e01433c1d715d5c9d4436a/less/images/section/skyline.jpg)
	}

	.section-snelstart-headquarters {
		background-image: url(/cvt-b0940b7a6a919f74c5ccbc69f7e573b24902a2d3a615cfae9bf2ca03c50b8fe2/less/images/section/snelstart-headquarters.jpg)
	}

	.section-office-setting {
		background-image: url(/cvt-45a04e463d8628f52233f58f009aa320ccb4e81b9514fbbec6703f5d172c077b/less/images/section/office-setting.jpg)
	}

	.section-cloud-background {
		background-image: url(/cvt-41263abc10364c2d8c2dd16f130dfec5832884d35499f4230f4d2c81855a1b0e/less/images/section/cloud-background.jpg)
	}

	.section-library {
		background-image: url(/cvt-9caca6f9ff674605a2f0c17af9ce47cb18fba33e71148eaae65553f666c08840/less/images/section/library.jpg);
		min-height: 170px
	}

	.section-revved-up {
		background-image: url(/cvt-a8b8346f2dfa34b980f5cf50d65bcfcc3f4d8d608168cafede2832359f643f52/less/images/section/revved-up.png);
		background-size: inherit
	}

	.section-nasa, .section-real-madrid-2, .section-israeli-gov, .owl-carousel .section-clouds {
		min-height: 430px
	}

	.section-imagine-hero {
		background-image: url(/cvt-b85a4731d71a3a52a297e604037668e594a84a7c16536769a328b6dac4e1b82c/less/images/section/imagine-hero.png);
		background-position: 50% 100%;
		background-size: auto
	}

	.section-devCenter-mobile {
		background-image: url(/cvt-76b92db416e02c40c2b33e31b0eab067e69a96ec435de37164533711c2fab92f/less/images/hero/developer-center-mobile.png);
		background-position: 0 50%;
		background-size: initial;
		background-color: #00abec
	}

	.section-man-mobile-device {
		background-image: url(/cvt-e86b7fc961610a86af3aa75f55e20c2a2806d4f7e2838bf73225daeb053584f5/less/images/section/man-mobile-device.jpg)
	}

	.section-phone-cutoff {
		background-image: url(/cvt-50ebca982d636780868f4905bed76bc0e60fdc5059e21ead7dce39160ba15f92/less/images/section/phone-cutoff.png)
	}

	.section-mobile-app {
		background-image: url(/cvt-6ab9bbd26bc9951301e897d6ef22dc46439142109483673214de61d51381eb57/less/images/section/mobile-app.png)
	}

	.section-globe-in-office {
		background-image: url(/cvt-c5f910d31ccb1afbdbf8d5469276a3907b1ff866942704f7e4033ab5f83669a8/less/images/section/globe-in-office.jpg)
	}

	.section-whiteboard-talking {
		background-image: url(/cvt-bf69f36cf551249df8a9f57724bfa583d5c3a171471497429e6419df137898e2/less/images/section/whiteboard-talking.jpg);
		min-height: 400px
	}

	.section-devops-projects {
		background-image: url(/cvt-a41c4195371476444579fe732db664a14142fa3bc5068517d3ab3f796a0eaa65/less/images/section/devops-projects.jpg)
	}

	.section-skybridge {
		background-image: url(/cvt-4ed484765ab58e39f74a47aff55876765355f7fe14f7ce2bc497493f22046d44/less/images/section/skybridge.jpg)
	}

	.section-globe-from-space {
		background-image: url(/cvt-7c39fdaa9aa60a54e477d46ea28a5e6aa48537db185049bf5ebdb71024109be4/less/images/section/globe-from-space.jpg)
	}

	.section-laser-cutter {
		background-image: url(/cvt-973a8cfe40caf33599a1caec306504c04fafe7fa8a1e1fea8074c19bc40e6a0a/less/images/section/laser-cutter.jpg)
	}

	.section-blue-with-waves {
		padding: 116px 0
	}

	.section-terraform {
		background-image: url(/cvt-9695a3ae5bb9d42de0909e73a367d402136df09648d4024f60d7d8fb1c9cee8e/less/images/section/terraform.png);
		background-position: 80% 50%;
		background-size: contain
	}

	.section-half-palette03-half-slate02 {
		background: linear-gradient(to right,#0078d4 50.1%,#323237 50%)
	}

	.section-half-palette06-half-palette03 {
		background: #243a5e;
		background-image: linear-gradient(90deg,#243a5e calc(51% - 1px),#0078d4 50%)
	}

	.section.section-below-free-gaming {
		padding-top: 250px
	}

	.section-one-third-palette03-remainder-slate02 {
		background: linear-gradient(to right,#0078d4 33.3%,#323237 33.3%)
	}
}

@media only screen and (min-width:960px) {
	.section-azure-stack-hills {
		background-image: url(/cvt-cf1dff885f8eb8bb8d91003795c4931230c74e6ae9213d9796c9e1f7fcbaf464/less/images/section/urban-view.jpg);
		background-size: auto;
		background-position: 50% 100%
	}

		.section-azure-stack-hills.index {
			min-height: 400px
		}

	.section-woman-with-tablet {
		background-image: url(/cvt-8eaddbd912fa5f55ad9ed3ff2592d7fb727d3801d8357ead5fe6bf0e88f28c55/less/images/section/woman-with-tablet.jpg)
	}

	.section-bridge.full-height {
		height: 450px
	}

	.section-government-graphic {
		background-image: url(/cvt-2a0505803b06390a80fea9979b45241d16f0efc715eccd1cd12d4d2673ec04d8/less/images/section/government-graphic.png);
		background-position: 100% 100%;
		background-size: initial
	}

	.section-what-is-azure {
		background-image: url(/cvt-5849e1ac5967a966babf11b644695a2db922314d8bbca779736e06135510d0e3/less/images/section/what-is-azure-hero.png)
	}

	.section-what-is-azure-company-quote {
		background-image: url(/cvt-5c2654fc3a5defd8d1be22e5e4868c09e9602681db57215f955decd79028c8ef/less/images/section/section-what-is-azure-company-quote.jpg)
	}

	.section-woman-man-presentation {
		background-image: url(/cvt-4696cfe782787a8f68affc9c3befb5958641531089fc41ec3d56f37012ee965d/less/images/section/woman-man-presentation.jpg)
	}

	.section-business-apps {
		background-image: url(/cvt-f74e62a39db6c2d21ba2929a7ca49e16432b98e2a8d959c28b4e985059444afa/less/images/section/business-apps.jpg)
	}

	.section-gov {
		background-image: url(/cvt-098d8b450c85795b5a0ae2c4bd9a510fb10c867e4eb50c5de556a9ae2b9179e0/less/images/section/gov.png);
		background-position: 65% 100%;
		background-repeat: no-repeat;
		background-size: initial
	}

	.section-gov-building-birds {
		background-image: url(/cvt-db2a75f8aefdc8f5756a4ab66885b4afc9919799dadbdffd3f56988f88e288ab/less/images/section/gov-building-birds.png);
		background-position: 80% 0;
		background-size: initial
	}

	.section-real-madrid-2, .section-nasa, .section-israeli-gov, .owl-carousel .section-clouds {
		min-height: 355px
	}

	.section-real-madrid-1, .section-halo, .section-office-explanation, .section-power-bi-embedded, .section-walking-dead {
		height: 450px
	}

	.section-containers, .section-storage-containers, .section-men-playing-cards, .section-hdinsight, .section-server-room.large-play-icon {
		min-height: 300px
	}

	.section-video-cutoff {
		padding-bottom: 0
	}

		.section-video-cutoff .column-image {
			margin-bottom: -30px
		}

		.section-video-cutoff .column-content {
			position: relative;
			height: 230px
		}

	.section-laptop {
		background-image: url(/cvt-bbc8dc56a89e8e61686937dbe4529afb8eb11dfada2577e6bdae0affea2525aa/less/images/section/laptop.png);
		background-position: 50% 100%;
		background-size: initial
	}

	.section-structure {
		background-image: url(/cvt-b360eca5be69c18e5e923c0304ad18fb3262b4dffcc25576d32eee79808d8473/less/images/section/structure.jpg)
	}

	.section-apps-onboarding {
		background-image: url(/cvt-f4def34e50e2a193f4bf43d71be3b9c3fc0ca92635ffd5790df7f1dedf353991/less/images/marketplace/api-apps-onboarding/hero-bg.png);
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: initial
	}

	.section-marketplace-datamarket {
		background-image: url(/cvt-856c12630cfccd752bc9b1a24696820f2c6a19c3208f25703b674fa65abd1dc2/less/images/hero/marketplaceDatamarket.png);
		background-position: 50% 100%;
		background-size: initial
	}

	.section-marketplace-integration {
		background-position: 50% 100%;
		background-image: url(/cvt-1c2d4ed7a5c7c19b0acb4e82583dee8f883ef5f51ff1185496fc9af03c6ecdd0/less/images/hero/galleriesMini.png);
		min-height: 50px;
		background-size: initial
	}

	.section-girl-desk-devices {
		background-image: url(/cvt-a126c2d4d021c9b0b3c34abee632b9a654773574786ca781e534980942f0607e/less/images/section/girl-desk-devices.png);
		background-position: 100% 50%;
		background-size: contain
	}

	.section-vs-2017 {
		background-image: url(/cvt-a7aa4cb0fd8c79aa4c9ed51de4741345a50619c103735e986d807d786af16ecd/less/images/section/vs-2017.png);
		background-position: 61% 100%;
		background-size: initial;
		min-height: 800px
	}

	.section-citrix {
		background-image: url(/cvt-84085b5a6e0b0a623166a0e348902253ab4849b8574476cf97a16e5663625aeb/less/images/partners/directory/citrix-hero.png);
		background-position: 50% 100%;
		min-height: 235px;
		background-size: initial
	}

	.section-subscription {
		background-image: url(/cvt-98de0e4e72d1dc4883a431f27ddc56f30fac24e7ea9cd88b54aa955d6aa4ea03/less/images/section/subscription-hero.jpg)
	}

	.section-resources-knowledgecenter {
		background-image: url(/cvt-29334f8566aa15d221f5142e68ee0156b3bf78ded03e46fdf0d3930840125863/less/images/section/knowledge-center.jpg)
	}

	.section-solution-cloud-migration {
		background-image: url(/cvt-5a1683e30bbd32089b89ee4f55c9a11c88252739bee0e2ba2ea148f2ce90b974/less/images/section/cloud-migration-hero.jpg)
	}

	.section-solution-cloud-city {
		background-image: url(/cvt-200af75a1e518f57994dc3056222fc002ec2ee81d4aeea7dd1155885d7b4eb84/less/images/section/clouds-city.jpg)
	}

	.section-customer-uber {
		background-image: url(/cvt-dd322c0d2f16be35a8083e31ed25f975af8bf9f99c33ed764ce84ef94e8591b2/less/images/section/uber.jpg)
	}

	.section-man-computer-plant {
		background-image: url(/cvt-46b74b6db077c70bac7b8d89fc6363f4b53e01f34e9467257bed063b8a3c297f/less/images/section/man-computer-plant.jpg)
	}

	.section-man-in-hat-smiling {
		background-image: url(/cvt-81a2984196e899100b43d72d3dbf1056d23d712a236befb5bdb6034a35dcc116/less/images/section/man-in-hat-smiling.jpg)
	}

	.section-scientist-teaching {
		background-image: url(/cvt-4a9d7979acbdd78dd2e6d1390242d12624a94b743c0c29940750ae5ce6d47fea/less/images/section/scientist-teaching.jpg)
	}

	.section-people-talking-wall {
		background-image: url(/cvt-906c89ab46a7ce1629c80a186d4bd6fb7c924ccbcef1b64f3a3db26e31eb2d3e/less/images/section/people-talking-wall.jpg)
	}

	.section-man-woman-hallway {
		background-image: url(/cvt-fcee516d7d7e2e49fe225ef223c77cf1cfc18e16f97b93aa087f45a0e01edaf7/less/images/section/man-woman-hallway.jpg)
	}

	.section-purple-flower {
		background-image: url(/cvt-c55df99fc8b006edf3c2bd1744b82c6f304e85f92d021ed09f1fa84ad2b6b656/less/images/section/purple-flower.jpg)
	}

	.section-generic-carousel {
		background-image: url(/cvt-024a42e40a8f096975baeebadeeb5a9c1be57bfb77f623ad266643f443b6dacb/less/images/section/generic-carousel-image.jpg)
	}

	.section-geico-customer-study {
		background-image: url(/cvt-168121ddaeeaf40df6eda15c3dccc241e0bc0f1266bb20cc4a16ee36809ce89d/less/images/section/geico-customer-study.jpg)
	}

	.section-office-work-computers {
		background-image: url(/cvt-417d32377c61485619d3db37d44f406ca8d6748806831fee4d0fd5bae16015da/less/images/section/office-work-computers.jpg)
	}

	.section-city-skyline-daylight {
		background-image: url(/cvt-38682d5d8c6a5b35325868b6930b1babcc9812770966758728fca175bb106a30/less/images/section/city-skyline-daylight.jpg)
	}

	.section-monitoring-casestudy-bg {
		background-image: url(/cvt-3220f45b52c148c0ea7043a42f2becffb31126b7a64e627bcbcddb552bd2749b/less/images/section/monitoring-casestudy-bg.jpg);
		min-height: 400px
	}

	.section-solution-monitoring {
		background-image: url(/cvt-b05cf60a6dbc50aa5315a06035d900c8b7f6f3c6477c441bda2f4d19dfb6c323/less/images/section/monitoring-hero-bg.jpg)
	}

	.section-saxo-bank {
		background-image: url(/cvt-61cddc5a306167994459f1130b585730c3b42ee07609859c56834ffddcce2702/less/images/section/saxo-bank.jpg)
	}

	.section-mki {
		background-image: url(/cvt-f772951e9ed14f18147e7f48e5efb74581f2925236f7a480ba55fcae4b550ac2/less/images/section/mki.jpg)
	}

	.section-containers-aerial-low {
		background-image: url(/cvt-dc88af1cd8493c29a74f642c65adaec71bba436ec6131aae9f073248b1729b8b/less/images/section/containers-aerial-low.jpg);
		min-height: 400px
	}

	.section-colleagues-discussing {
		background-image: url(/cvt-76642664b6c62b753883c6f741dde50efd7c94e27e9174a12bea148cd8b19334/less/images/section/colleagues-discussing.jpg)
	}

	.section-case-studies {
		background-image: url(/cvt-9c9320202363f30f4fdb7ce5b0c6076aa83104edbff375cca0f6b4a56c457108/less/images/section/case-studies.jpg);
		min-height: 200px
	}

	.section-servers-in-data-center {
		background-image: url(/cvt-360b05942c69907d70d85b02012bf5dbef750a33dca8b5c67600e78fd91aca9d/less/images/section/servers-in-data-center.jpg)
	}

	.section-glass-walls {
		background-image: url(/cvt-53ea5f81cce15f0af228f1b2ee26612ecc3ece5125d8c1ce6a0c37332296dd61/less/images/section/glass-walls.jpg);
		min-height: 300px
	}

	.section-women-looking-at-screen {
		background-image: url(/cvt-cc0f3bc56d6c045884e3522eeb5fd57678f0ab6fc79587d328a0595e3c869b14/less/images/section/women-looking-at-screen.jpg);
		min-height: 300px
	}

	.section-office-window {
		background-image: url(/cvt-87706a1155fccf629ad4e1fb9a265baadafba93c2ddddc4628e88606c04993e0/less/images/section/office-window.jpg)
	}

	.section-three-people-looking-at-screen {
		background-image: url(/cvt-15f80c46f8a024eb81cade0e279d2f7874abaa7a6b5564b4bae447a3e9d47c52/less/images/section/three-people-looking-at-screen.jpg)
	}

	.section-man-holding-tablet {
		background-image: url(/cvt-b5a4bee58213aa4b097b125cd59bcdcc4e1c2bf7da5caf52041507719c76f3c4/less/images/section/man-holding-tablet.jpg)
	}

	.section-education-hero {
		background-image: url(/cvt-518f06a075e4b2b6c59252b30094a45198ed89b783938da9836ac8a3bf09d897/less/images/section/education.png)
	}

	.section-australia-from-space {
		background-image: url(/cvt-8f1f26e432202ed9534cc76eed3bb0c46828563bd57ee92779f88fd9c09e84eb/less/images/section/australia-from-space.jpg)
	}

	.section-france-from-space {
		background-image: url(/cvt-8e4e39fcf94c8b4159298082b4df9eb884e5edf339fcf6e8415a87f02e80454f/less/images/section/france-from-space.jpg)
	}

	.section-medical-research {
		background-image: url(/cvt-87fc964a475b38723f6d705b3e2602467786a18034b19caeda3e69c75225beac/less/images/section/medical-research.jpg);
		background-position: 100% 50%;
		background-size: contain
	}

	.section-industries-insurance-hero {
		background-image: url(/cvt-d655ef6c191fc21424023aed4423c215bb6f0748deb3d2646af50d468aa25fb5/less/images/section/industries-insurance-hero.jpg);
		background-position: 100% 50%;
		background-size: contain
	}

	.section-industries-manufacturing-hero {
		background-image: url(/cvt-ed5ff4211a230068c8bd26ea5cb88621a00a84752bddacd0f8e9c50e9c7b1233/less/images/section/industries-manufacturing-hero.png);
		background-position: 100% 50%;
		background-size: contain
	}

	.section-free-free-account-faq .row {
		position: relative
	}

		.section-free-free-account-faq .row > .column:last-child {
			position: absolute;
			bottom: 0;
			left: 50%
		}

			.section-free-free-account-faq .row > .column:last-child img {
				position: absolute;
				bottom: 0;
				right: 0
			}

	.section-distributed-cloud-apps {
		background-image: url(/cvt-7a258710d297fe5e8663e287bcb919f36921f0439b8949162ce8cd1b9a98dfc4/less/images/section/jeffrey-richter.png);
		background-position: 104% 50%;
		background-size: contain;
		padding: 60px 0
	}

	.section-what-is-azure-popular-products {
		background-image: url(/cvt-0ddd648208cd40f7820d5a273a9482ff6b85dfc8ac640e8227af1fed44926144/less/images/section/section-what-is-azure-popular-products.jpg);
		min-height: 570px
	}

	.section-financial-services {
		background-image: url(/cvt-738e4b43a256a683167a945172b1d3d37c6432b93ba81644a920de41ba711fe8/less/images/section/financial-services-hero.jpg)
	}

	.section-computer-matrix {
		background-image: url(/cvt-6b1b9d05dc7dcdbb821c8d367ba92a9c0f6e12a42ddc3ca47c7700a01789f670/less/images/section/computer-matrix.jpg);
		background-position: 100% 50%;
		background-size: contain
	}

	.section-recording-room {
		background-image: url(/cvt-b75b43969b152b16a5814e3b7efac986825d4e5d6b12c044025fdf162fcf3d94/less/images/section/recording-room.jpg);
		background-position: 80% 100%;
		background-size: contain
	}

	.section-city-skyline-b {
		background-image: url(/cvt-1d2f657538a3fa0302491f43093275a451e0ed128cd31adf29bc36f3068c6193/less/images/section/city-skyline-b.jpg);
		min-height: 380px
	}

	.section-ignite-2018-updates {
		background-image: url(/cvt-f0f13a56f17af9566d86ed25a352051d6dc7d7c2762af5d26de52606a0475cfb/less/images/section/updates-ignite-2018.png)
	}

	.section.section-below-free-gaming {
		padding-top: 340px
	}
}

@media only screen and (min-width:1190px) {
	.section-iot-device {
		background-image: url(/cvt-2d8af9a69d039b535652f006ba8b0ec5d6a51684c0142c613d6bdcdb3682e466/less/images/section/iot-device.jpg);
		background-position: 100% 50%;
		min-height: 405px
	}
}

@media only screen and (min-width:1500px) {
	.section-distributed-cloud-apps {
		background-position: 75% 50%
	}

	.section-mixed-reality {
		min-height: 450px
	}

	.section-future-of-cloud {
		min-height: 450px
	}
}

.section-helicopter-factory {
	background-image: url(/cvt-46b55b7ef07371e01400e516a262a3b2c77a56785098e8f03875c98a7334b9a5/less/images/section/helicopter-factory.jpg)
}

.section-global-network {
	background-image: url(/cvt-c474e0cf32d9855d56447b1d86511a80fa56230a5d01c87b50962c1f84b66dac/less/images/section/global-network.jpg);
	background-position: 50% 100%
}

.section-inde {
	background-image: url(/cvt-70dafcbfa2948a10817c5c4813450100856f29244f76815a049517c3e374fbea/less/images/section/inde.jpg)
}

.section-sword-technologies {
	background-image: url(/cvt-ecb04417822e2a1c69b5244ebb646b28e63b1d13c9481936f1b9d34b2773f8c0/less/images/section/sword-technologies.jpg)
}

.section-buildings-outside-window {
	background-image: url(/cvt-07ef1732e4d3e4bf31c98047ba1fd6bc5c62ccc708199fa1d3ab44db3dc2cc5b/less/images/section/buildings-outside-window.jpg)
}

.section-government {
	background-image: url(/cvt-2b44ad3958c7c0a6ff1a11aee77d6283ef1149b951c9a4ccc11aa5e51bc249af/less/images/section/government-building.jpg)
}

.wa-section-appservice-nav .parent {
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
	width: 100%
}

.wa-section-appservice-nav .icon {
	margin: 0 0 20px 0
}

@media only screen and (min-width:960px) {
	.wa-section-appservice-nav .parent {
		width: 15%;
		border-bottom: 0;
		margin-bottom: 0;
		border-right: 1px solid #666;
		margin-right: 3.4%
	}
}

.wa-section.wa-section-tabsOverlapped {
	padding-bottom: 90px
}

	.wa-section.wa-section-tabsOverlapped .wa-bottom-hugger {
		bottom: -40px
	}

.wa-section > :last-child {
	margin-bottom: 0
}

.wa-section-blue {
	background-color: #00abec
}

	.wa-section-blue h1, .wa-section-blue h2, .wa-section-blue h3, .wa-section-blue h4, .wa-section-blue h5, .wa-section-blue p, .wa-section-blue ul, .wa-section-blue label, .wa-section-blue a {
		color: #fff
	}

.wa-section-purple {
	background-color: #68217a
}

	.wa-section-purple h1, .wa-section-purple h2, .wa-section-purple h3, .wa-section-purple h4, .wa-section-purple h5, .wa-section-purple p, .wa-section-purple ul {
		color: #fff
	}

.wa-section-orange {
	background-color: #da3900
}

	.wa-section-orange h1, .wa-section-orange h2, .wa-section-orange h3, .wa-section-orange h4, .wa-section-orange h5, .wa-section-orange p, .wa-section-orange ul {
		color: #fff
	}

.wa-section-green {
	background-color: #a5ce00
}

	.wa-section-green h1, .wa-section-green h2, .wa-section-green h3, .wa-section-green h4, .wa-section-green h5, .wa-section-green p, .wa-section-green ul {
		color: #fff
	}

.wa-section-blueDark {
	background-color: #0078d4
}

	.wa-section-blueDark h1, .wa-section-blueDark h2, .wa-section-blueDark h3, .wa-section-blueDark h4, .wa-section-blueDark h5, .wa-section-blueDark p, .wa-section-blueDark ul, .wa-section-blueDark a {
		color: #fff
	}

.wa-section-navyBlue {
	background-color: #243a5e
}

	.wa-section-navyBlue h1, .wa-section-navyBlue h2, .wa-section-navyBlue h3, .wa-section-navyBlue h4, .wa-section-navyBlue h5, .wa-section-navyBlue p {
		color: #fff
	}

.wa-section-W02 {
	background-color: #00abec
}

	.wa-section-W02 h1, .wa-section-W02 h2, .wa-section-W02 h3, .wa-section-W02 h4, .wa-section-W02 h5, .wa-section-W02 h6, .wa-section-W02 p, .wa-section-W02 ul, .wa-section-W02 label, .wa-section-W02 .text-heading3, .wa-section-W02 .text-heading5 {
		color: #fff
	}

	.wa-section-W02 .wa-content + .wa-content-divided {
		border-top: 1px solid #fff
	}

.wa-section-W03 {
	background-color: #0078d4
}

	.wa-section-W03 h1, .wa-section-W03 h2, .wa-section-W03 h3, .wa-section-W03 h4, .wa-section-W03 h5, .wa-section-W03 h6, .wa-section-W03 p, .wa-section-W03 span, .wa-section-W03 label, .wa-section-W03 a, .wa-section-W03 a:hover, .wa-section-W03 ul, .wa-section-W03 .text-heading5 {
		color: #fff
	}

	.wa-section-W03 .wa-content + .wa-content-divided {
		border-top: 1px solid #fff
	}

.wa-section-W06 {
	background-color: #243a5e
}

	.wa-section-W06 h1, .wa-section-W06 h2, .wa-section-W06 h3, .wa-section-W06 h4, .wa-section-W06 h5, .wa-section-W06 p, .wa-section-W06 ul {
		color: #fff
	}

	.wa-section-W06 .wa-content + .wa-content-divided {
		border-top: 1px solid #0078d4
	}

.wa-section-W08 {
	background-color: #68217a
}

	.wa-section-W08 h1, .wa-section-W08 h2, .wa-section-W08 h3, .wa-section-W08 h4, .wa-section-W08 h5, .wa-section-W08 p, .wa-section-W08 ul {
		color: #fff
	}

	.wa-section-W08 .wa-content + .wa-content-divided {
		border-top: 1px solid #0078d4
	}

.wa-section-W14 {
	background-color: #da3900
}

	.wa-section-W14 h1, .wa-section-W14 h2, .wa-section-W14 h3, .wa-section-W14 h4, .wa-section-W14 h5, .wa-section-W14 p, .wa-section-W14 ul, .wa-section-W14 a {
		color: #fff
	}

	.wa-section-W14 .wa-content + .wa-content-divided {
		border-top: 1px solid #da3900
	}

.wa-section-S08 {
	background-color: #dedede
}

	.wa-section-S08 .wa-content + .wa-content-divided {
		border-top: 1px solid #969696
	}

.section-apps {
	background-color: #3e3d4d;
	background-image: url(/cvt-c2170eb481ba4b77304d79fc311a280cac74b82452c9a3b0c301a6ac1bb5a98a/less/images/section/apps.png);
	background-position: 50% 50%;
	background-repeat: no-repeat
}

	.section-apps h1, .section-apps h2, .section-apps h3, .section-apps h4, .section-apps p {
		color: #fff
	}

.wa-section-serviceNavigation {
	padding: 12px 0;
	opacity: .7
}

	.wa-section-serviceNavigation p {
		color: #fff
	}

.wa-section-light {
	background-color: #f4f4f4
}

.wa-section-dark {
	background-color: #3e3d4d
}

	.wa-section-dark h1, .wa-section-dark h2, .wa-section-dark h3, .wa-section-dark h4, .wa-section-dark h5, .wa-section-dark p, .wa-section-dark strong {
		color: #fff
	}

.wa-section-large {
	padding: 72px 0
}

.wa-section-mini {
	padding: 24px 0
}

	.wa-section-mini.wa-section-tabsOverlapped {
		padding-bottom: 70px
	}

.wa-section-micro {
	padding: 12px 0
}

.wa-section-tabs {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -40px
}

.wa-section + .wa-section {
	border-top: 1px solid #dedede
}

.wa-section + .wa-sectionHero, .wa-section + .wa-section-azureVsAws, .wa-section + .wa-section-blue, .wa-section + .wa-section-dark, .wa-section + .wa-section-light, .wa-section + .wa-section-purple, .wa-section + .wa-section-serviceNavigation, .wa-section + .wa-section-tabs, .wa-section + .wa-section-W02, .wa-section-azureVsAws + .wa-section, .wa-section-blue + .wa-section, .wa-section-dark + .wa-section, .wa-section-light + .wa-section, .wa-section-purple + .wa-section-orange {
	border-top: none
}

.wa-section-light + .wa-section-light {
	border-top: 1px solid #dedede
}

.wa-sectionCtaPanel {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 24px 0
}

	.wa-sectionCtaPanel p, .wa-sectionCtaPanel h3, .wa-sectionCtaPanel h4, .wa-sectionCtaPanel h6, .wa-sectionCtaPanel .wa-headingSuper {
		color: #fff
	}

	.wa-sectionCtaPanel .icon {
		margin: -20px 0
	}

.wa-sectionCtaPanel-devCenter-net {
	background-color: #68217a
}

@media only screen and (min-width:1450px) {
	.wa-sectionCtaPanel-devCenter-net {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAABYCAYAAADlX1uDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9xJREFUeNrs3a9PI0EYh/H2cgKBQCAqEBUIBOLEifv/9YmKE4iKigoEoqICQcLtkCHH9WYaOOi8s/TzJA1JG9gf04eZ7+7Mu5MJAAAAAAAARse01x17fHycDz/mL95aTafT1VhObGH/E4vhGDYH+tutefWxdLK/b2UzHN+i9Ua/jOgEzYeGPfM/FJ+ZLyPb3+tByq+aDYTsgyTjlWbDZ2WMvc350EteDOP7teb7i9vhdd9we2/ZVsqaH5n/T4bXrLCNTdDxHbWQictByhS6tzz8I+RHXDA6BHm/Pmzf8rWEf4Qc00W/zzJklSchQ3bKiTwJQvaXJ2eaEYSMYV3Jk6eaEoRsz13h4sDTrRB5EoSM4WZ4Pey8l3rIS80JQjZmOp2m+0OrwkczeRKEjJFyPSnf10p58kSzgpDt+VUYuqYcea1ZQcj2veRDlnKX06GXlCdByAApa3MkLwYpzzUvCNleylUlT17JkyBkDDeVPGlqHQgZ0EveZyl3OcvlIwBCNpYyzeIpTa1T+gOEDJJyOfworZG0VAuEDML9SRCyszy5lCdByH6kTPVlbit50lItEDIAeRKE7KiXTDmydH9S6Q8QMkjK1EOuCh89lZLU/CBkeynTvcm7wkdKf4CQQaSha6nwrdIfIGRQniwu1Zoo/QFChuXJ0v1JpT/QDUc1XEt5Mq+TPCvkye3IH00wazRn9zZPvgAhP4Q0dP2xc+zPpSQXeXg7SiEbbWczCXoQjSHr8eXJua8ECNleSqU/QMjOpFxNlP6ADNkV6f7k90KeTEu1fo7sWBa9Ph8SesjX9pK10h9KSYKQQVLWSn9cKP0BQsZIaakWCNkZSn+AkJ3lSaU/QMiOpNxX+kOeBCEDkCdByI56yVrpD48mACGDpFT6A4TsTEqlP0DIzqiV/pAnQcigPFlaqqWUJAgZmCeXlTyp9AcIGZQnN/IkCNkPtal1SkmCkB3lSaUkQcggKWulP5SSBCGDpFztyZNKf4CQAdSm1lmqBUIG9JL7Sn/MnSEQsr2UtdIfz09pfnCWQMi2UtaWal1V3gcIeWBK9yfdCgEhA/NkaWqdGTwgZJCUtdIfwJt495Sv/CyMee4R0tAtXexYjvgpUv/LMp8DPSNiesg8O+X6xZcwCZ7e+3Zs8zv3lP4AmvWQtQsXp1nM9ZFJuR3+Ea0mMRd0ZgGV8e7zcB3RQubG3/f758cmZJZync9N68faRcyl3cjOHQ1ZUaVW+gM4jJB55cO+vHR3rCd1z1It4KA95LLy/vbYhzJ7Sn8A9e/Ne/+A2x4AAAAAAAAAAAAAAAAAAAAAMH5+CzAA4ZxfcoWYYkAAAAAASUVORK5CYII=);
		background-position: 5% 50%
	}
}

.section-full {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 48px);
	padding-top: 60px;
	padding-bottom: 60px
}

	.section-full .column {
		display: table;
		height: calc(100vh - 210px)
	}

		.section-full .column .centered {
			display: table-cell;
			vertical-align: middle
		}

.scroll-arrow {
	bottom: 30px;
	cursor: pointer;
	height: 24px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px
}

@media only screen and (min-width:960px) {
	.section-full {
		min-height: calc(100vh - 90px)
	}
}

.section-local-website-prompt .column .icon-close, .section-cookie-prompt .column .icon-close {
	background-color: transparent;
	border: 0;
	color: #b0b0b8;
	display: block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	padding: 1px;
	text-shadow: 0 1px 0 #fff;
	color: #fff
}

	.section-local-website-prompt .column .icon-close:hover, .section-cookie-prompt .column .icon-close:hover {
		color: #323237
	}

.section-cookie-prompt {
	position: fixed;
	top: 0;
	z-index: 10000
}

	.section-cookie-prompt .column {
		margin-bottom: 12px
	}

		.section-cookie-prompt .column a {
			font-weight: 700
		}

.connect-announcement {
	-webkit-transition: all .25s;
	transition: all .25s;
	background-color: #1a1a1f;
	border: 1px solid #000;
	border-left: 4px solid #18aeec;
	color: #fff;
	display: block;
	padding: 18px 12px
}

	.connect-announcement:hover {
		-ms-transform: translate(0,-12px);
		-o-transform: translate(0,-12px);
		-webkit-transform: translate(0,-12px);
		transform: translate(0,-12px)
	}

	.connect-announcement.border-dark {
		border-left-color: #0078d4
	}

	.connect-announcement.border-medium {
		border-left-color: #3ccbf4
	}

	.connect-announcement.border-light {
		border-left-color: #50e6ff
	}

@media only screen and (min-width:768px) {
	.connect-announcement {
		border-left: 1px solid #000;
		border-top: 4px solid #18aeec
	}

		.connect-announcement.border-dark {
			border-left-color: #000;
			border-top-color: #0078d4
		}

		.connect-announcement.border-medium {
			border-left-color: #000;
			border-top-color: #3ccbf4
		}

		.connect-announcement.border-light {
			border-left-color: #000;
			border-top-color: #50e6ff
		}
}

.wa-sectionHero {
	background-position: 50% 100%;
	background-repeat: no-repeat
}

	.wa-sectionHero h1, .wa-sectionHero h2, .wa-sectionHero h3, .wa-sectionHero h4, .wa-sectionHero h6, .wa-sectionHero ol, .wa-sectionHero p, .wa-sectionHero .wa-headingSuper, .wa-sectionHero label {
		color: #fff
	}

.wa-sectionHero-calculator {
	background-color: #243a5e;
	background-image: url(/cvt-d6696eedb5420be9566acdc4e5dedd9043758e0d0a798bda8faa7756dfe11e82/less/images/hero/calculator.png);
	background-position: 50% 100%
}

.sectionHero-clouds, .sectionHero-clouds {
	background-color: #0078d4
}

	.sectionHero-clouds a, .sectionHero-clouds a {
		color: #fff
	}

.sectionHero-clouds-2 {
	background-color: #00abec
}

	.sectionHero-clouds-2 a {
		color: #fff
	}

	.sectionHero-clouds-2 .wa-svg-container {
		top: 0;
		width: 100%;
		bottom: 0;
		overflow: hidden;
		position: absolute
	}

.wa-sectionHero-activeDirectoryFeatured {
	background-color: #3e3d4d
}

	.wa-sectionHero-activeDirectoryFeatured h1, .wa-sectionHero-activeDirectoryFeatured p {
		color: #fff
	}

	.wa-sectionHero-activeDirectoryFeatured > .icon {
		bottom: -20px;
		opacity: .2;
		position: absolute;
		right: 20px
	}

.wa-sectionHero-basicSupport {
	background-color: #0078d4
}

.wa-sectionHero-devCenter-net {
	background-color: #68217a
}

	.wa-sectionHero-devCenter-net a {
		color: #fff
	}

.wa-sectionHero-devCenter-mobile {
	background-color: #00abec
}

	.wa-sectionHero-devCenter-mobile a {
		color: #fff
	}

.wa-sectionHero-education {
	background-color: #00abec
}

.wa-sectionHero-library .rss-icon span {
	margin-bottom: 5px
}

.wa-sectionHero-vs2013, .wa-sectionHero-msdnBenefits {
	background-color: #68217a
}

.sectionHero-certifiedIoT {
	background-image: url(/cvt-bd9d8974e775f6f93496866081ac84c37287eca75e41a03c33e8ba5c4d013756/less/images/hero/certifiedIoT.png);
	background-position: 0 bottom
}

.wa-sectionHero + .wa-section {
	border-top: none
}

.break-word {
	word-wrap: break-word
}

@media only screen and (min-width:960px) {
	.sectionHero-clouds, .sectionHero-clouds {
		background-image: url(/cvt-560c2b7d4287f549f412b9fc36868914a098da5ead004739d55c3e1b2b8e1ac6/less/images/hero/clouds.png);
		background-position: 100% 100%;
		background-size: auto
	}

	.sectionHero-armTemplates {
		background-image: url(/cvt-d8c9a91d3d77093aa474604fc2eb0c64eb67151f50385016d7f07f3c91e284e7/less/images/hero/armTemplates.png);
		background-position: 90%;
		background-size: 350px 150px
	}

	.wa-sectionHero-galleriesMini {
		background-position: 50% 100%;
		background-image: url(/cvt-1c2d4ed7a5c7c19b0acb4e82583dee8f883ef5f51ff1185496fc9af03c6ecdd0/less/images/hero/galleriesMini.png);
		min-height: 50px
	}

	.wa-sectionHero-devCenter-net {
		background-image: url(/cvt-b7563ec549311d6e0c3d170ce3c277f7a72f5600f520460c9e0c4ec7fc80962e/less/images/hero/netDevCenter.png);
		background-position: 0 100%
	}

	.wa-sectionHero-devCenter-mobile {
		background-image: url(/cvt-76b92db416e02c40c2b33e31b0eab067e69a96ec435de37164533711c2fab92f/less/images/hero/developer-center-mobile.png);
		background-position: 0 50%;
		background-size: initial
	}

	.wa-sectionHero-education {
		background-image: url(/cvt-99473d472eb5fcd77d108f5aec307d068bc1cdaf7a349a84f82bf52f14bb6ff6/less/images/hero/education.png);
		background-position: 50% 100%;
		background-repeat: no-repeat;
		min-height: 220px
	}

	.wa-sectionHero-msdnBenefits {
		background-image: url(/cvt-9e97f24c6d254fa57dac6c34be90c230a3b28d442d0754975ce8256f47685d07/less/images/campaigns/msdn/campaign-hero-msdn.png);
		background-position: 100% 0
	}

	.sectionHero-basicSupport {
		background-image: url(/cvt-149f09350acb134a77dcb080574136d89805d4300fe565be973d635182bb9955/less/images/hero/basic-support.png);
		background-position: 50% 100%;
		min-height: 194px
	}

	.sectionHero-cloudComputingDictionary {
		background-image: url(/cvt-ff639a02b9d00178e6488428c1e6819a85913addc09d9fd8ad3e47e3feafeefa/less/images/hero/cloud-computing-dictionary.jpg);
		background-position: 50% 100%
	}
}

.wa-sectionCampaign {
	background-position: 50% 100%;
	background-repeat: no-repeat
}

	.wa-sectionCampaign h1, .wa-sectionCampaign h3, .wa-sectionCampaign h4, .wa-sectionCampaign h6, .wa-sectionCampaign p, .wa-sectionCampaign .wa-headingSuper {
		color: #fff
	}

.sectionCampaign-cloudThatCan {
	background-color: #1a1a1f
}

	.sectionCampaign-cloudThatCan.sectionCampaign-cloudThatCan-sql {
		background-image: url(/cvt-e529731c2327445d7c98faba029f4582d0c82d2baf0bf6eaaa43134c8c11dbc3/less/images/campaigns/cloud-that-can/hero-sql.png)
	}

.sectionCampaign-redhat {
	background-color: #323237;
	background-image: url(/cvt-db4694b1682ea5bc7dd7e575c7a763ec3518b74c91f672a56f3bef3049f12945/less/images/campaigns/redhat/redhat-hero.png);
	background-position: 50% 100%;
	min-height: 235px;
	background-size: initial
}

.sectionCampaign-ibm {
	background-color: #323237;
	background-image: url(/cvt-1e14ff5a51280b5f8401b6237c519126be4dbddb69aa3d57360e026aa5c7d96c/less/images/campaigns/ibm/ibm-hero-bg.png);
	background-size: inherit
}

.section-redhatRed {
	background-color: #c00
}

	.section-redhatRed h2, .section-redhatRed p {
		color: #fff
	}

.sectionSolution-dev-test-webinar-series {
	background-image: url(/cvt-29aad076a3125dd0d5d030e628c75e60029164a8184c4028fd88b9bcbb832d64/less/images/hero/half-blue-background.jpg);
	background-size: cover;
	text-align: center
}

.wa-sectionCampaign + .wa-section {
	border-top: none
}

.section-marketplace-partner-service {
	background-color: #243a5e;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff
}

	.section-marketplace-partner-service ul {
		font-size: 14px;
		color: #fff
	}

	.section-marketplace-partner-service a {
		color: #fff
	}

	.section-marketplace-partner-service h1, .section-marketplace-partner-service h4, .section-marketplace-partner-service p {
		color: #fff
	}

	.section-marketplace-partner-service p {
		font-size: 16px;
		color: #fff
	}

	.section-marketplace-partner-service > .icon {
		display: none
	}

.sectionService + .section {
	border-top: none
}

.section-marketplace-partner-service + .section {
	border-top: none
}

.large-play-icon .icon-wrapper {
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	fill: #fff;
	height: 200px;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 50%;
	width: 200px
}

	.large-play-icon .icon-wrapper .icon {
		height: 100%;
		width: 100%
	}

.large-play-icon.column {
	position: relative
}

	.large-play-icon.column .icon {
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none
	}

.section-machineLearningStudio {
	background-image: url(/cvt-c24470c0459e675996a8d9a0121c7dce28cc22e74d087714921295d683f05cd0/images/page/services/machine-learning-studio/machine-learning.jpg);
	background-position: top center
}

.section-machineLearningStudio-customers {
	background-image: url(/cvt-f3537fd4bd0f6a5fba9e6cfc06317f4b5ea08be132e0d7a44f69043040512b9d/images/page/services/machine-learning-studio/customer-evidence.jpg)
}

	.section-machineLearningStudio-customers .icon {
		fill: #fff;
		height: 100px;
		margin: 24px 0;
		opacity: .5;
		width: 100px
	}

@media only screen and (min-width:768px) {
	.section-machineLearningStudio {
		min-height: 300px
	}
}

@media only screen and (min-width:960px) {
	.sectionService > .icon {
		display: inline;
		bottom: -20px;
		opacity: .4;
		position: absolute;
		right: 20px
	}

		.sectionService > .icon svg {
			-moz-filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%)
		}

	.section-marketplace-partner-service > .icon {
		display: inline;
		bottom: -20px;
		opacity: .4;
		position: absolute;
		right: 19%
	}

		.section-marketplace-partner-service > .icon svg {
			-moz-filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%)
		}

	.section-machineLearningStudio {
		min-height: 550px
	}

	.section-machineLearningStudio-customers {
		min-height: 440px
	}
}

.sectionSolution-hadoop {
	background-image: url(/cvt-f9c33cee4fbaf75a13f8691aa51946dc8278b620dda37101dba204c0156fef59/less/images/hero/solution/hadoop.jpg)
}

.sectionSolution-big-compute {
	background-image: url(/cvt-cbc5b4719467b573d33ab7b4b67908b7e0dc7e33e2a1d0c5d5cbeb69ff5dc197/less/images/hero/solution/big-compute.jpg)
}

.sales-number-regions {
	padding: 24px
}

	.sales-number-regions .toggler {
		padding: 12px;
		width: 100%;
		font-size: 18px;
		text-align: left
	}

		.sales-number-regions .toggler:hover {
			cursor: pointer;
			background-color: #dedede
		}

		.sales-number-regions .toggler .chevron-down {
			border-color: #1a1a1f;
			border-style: solid;
			border-width: 1px 1px 0 0;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			content: '';
			display: inline-block;
			height: 15px;
			width: 15px;
			float: right;
			transform: rotate(135deg)
		}

		.sales-number-regions .toggler.open .chevron-down {
			border-width: 0 0 1px 1px;
			top: 10px;
			position: relative
		}

	.sales-number-regions .toggled .sales-number-regions-container {
		max-height: 380px;
		overflow-y: auto;
		overflow-x: hidden
	}

		.sales-number-regions .toggled .sales-number-regions-container > table > tbody > tr {
			background-color: #f4f4f4
		}

@media only screen and (min-width:960px) {
	.wa-sectionAzureOpensource .wa-spacer {
		border-left: 1px solid #fff;
		margin-right: -1px;
		margin-left: 7%;
		padding-left: 7%;
		width: 24%
	}

		.wa-sectionAzureOpensource .wa-spacer:first-child {
			border-left: none;
			margin-left: 0;
			padding-left: 0
		}
}

@media only screen and (min-width:768px) {
	.section-azureStack-video + .section {
		border-top: none
	}

	.section-azureStack-video .column {
		position: relative
	}

		.section-azureStack-video .column iframe {
			width: 100%;
			height: 400px
		}

	.azurestack-social-buttons {
		float: right
	}

		.azurestack-social-buttons .icon {
			width: 30px;
			height: 30px
		}

			.azurestack-social-buttons .icon:last-child {
				margin-right: 0
			}
}

@media only screen and (min-width:960px) {
	.section-azureStack-video .column iframe {
		width: 960px;
		height: 541px
	}

	.section-azureStack-postEvent-learnMore {
		margin-top: 60px
	}
}

.connect-container iframe {
	width: 300px;
	height: 169px;
	overflow: hidden
}

.connect-container .wa-videoWrapper {
	margin: 0 auto
}

.connect-2018-agenda .agenda-table {
	background-color: transparent;
	border-top: 3px solid #505055
}

	.connect-2018-agenda .agenda-table tr {
		border-bottom-color: #505055
	}

		.connect-2018-agenda .agenda-table tr:last-child {
			border-bottom: none
		}

		.connect-2018-agenda .agenda-table tr td:first-child {
			width: 35%
		}

		.connect-2018-agenda .agenda-table tr td:last-child {
			width: 65%
		}

	.connect-2018-agenda .agenda-table .show-breakdown {
		color: #00abec;
		font-size: 12px
	}

		.connect-2018-agenda .agenda-table .show-breakdown:after {
			margin-left: 6px
		}

		.connect-2018-agenda .agenda-table .show-breakdown.collapsed:after {
			content: '+'
		}

		.connect-2018-agenda .agenda-table .show-breakdown.expanded:after {
			content: '-'
		}

		.connect-2018-agenda .agenda-table .show-breakdown:active, .connect-2018-agenda .agenda-table .show-breakdown:focus {
			outline: 0
		}

	.connect-2018-agenda .agenda-table .live-coding-sessions-breakdown {
		display: none
	}

		.connect-2018-agenda .agenda-table .live-coding-sessions-breakdown .session {
			border-bottom: 1px solid #505055;
			padding: 24px 0
		}

			.connect-2018-agenda .agenda-table .live-coding-sessions-breakdown .session:last-child {
				border-bottom: none
			}

@media only screen and (min-width:540px) {
	.connect-container iframe {
		width: 480px;
		height: 270px
	}
}

@media only screen and (min-width:768px) {
	.connect-container iframe {
		width: 640px;
		height: 360px
	}

	.connect-2018-agenda .agenda-table tr td:first-child {
		width: 30%
	}

	.connect-2018-agenda .agenda-table tr td:last-child {
		width: 70%
	}

	.connect-2018-agenda .agenda-table .live-coding-sessions-breakdown .session {
		padding: 24px 12px
	}
}

@media only screen and (min-width:960px) {
	.connect-container iframe {
		width: 800px;
		height: 450px
	}

	.connect-2018-agenda .agenda-table tr td:first-child {
		width: 25%
	}

	.connect-2018-agenda .agenda-table tr td:last-child {
		width: 75%
	}
}

@media only screen and (min-width:1280px) {
	.connect-2018-agenda .agenda-table tr td:first-child {
		width: 20%
	}

	.connect-2018-agenda .agenda-table tr td:last-child {
		width: 80%
	}
}

.blog-postContent img {
	height: auto
}

.blog-postContent ul {
	word-wrap: break-word
}

.blog-postList .blog-postItem {
	padding: 15px 0;
	border-bottom: 1px solid #dedede
}

	.blog-postList .blog-postItem:after {
		clear: both;
		content: '';
		display: table
	}

	.blog-postList .blog-postItem:last-of-type {
		border-bottom: 0
	}

.blog-sideBar h3 {
	margin-top: 30px
}

.blog-featuredPost h2 a {
	color: #fff
}

	.blog-featuredPost h2 a:hover {
		color: #b3b3b3
	}

.blog-featuredPost p {
	margin: 20px 0
}

.blog-featuredPost.blog-featuredPostContainer {
	background-color: #1a1a1f;
	color: #fff;
	padding: 24px
}

.blog-author {
	font-size: 14px;
	margin: 15px 0
}

	.blog-author div {
		display: table-cell;
		vertical-align: middle
	}

	.blog-author .image {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding: 5px 10px 0 0;
		width: 32px
	}

	.blog-author .name {
		height: 32px
	}

		.blog-author .name.with-position a:after {
			content: '';
			display: block
		}

	.blog-author img {
		width: 32px;
		height: 32px;
		border-radius: 16px
	}

a.button.blog-button {
	position: relative;
	padding-left: 15px;
	padding-right: 45px;
	background-color: #0078d4
}

	a.button.blog-button:hover {
		background-color: #005ba1;
		-webkit-transition: background-color .2s;
		transition: background-color .2s
	}

	a.button.blog-button:after {
		content: '';
		display: inline-block;
		height: 28px;
		margin-top: -14px;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 16px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAbCAYAAAB1NA+iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAABRSURBVDhPY/j//78AEDcAsQEDuQCoOQGI348aggCjhmCCUUMwAVAzKPOBDFGAChEPQDZDNc+HChEPRjWTCEY1kwgo1QyqmdYDcT9UiATAwAAA8wwclpvxEbIAAAAASUVORK5CYII=);
		background-repeat: no-repeat
	}

.blog-previewBanner {
	padding: 20px 0;
	background-color: #da3900;
	color: #fff;
	font-size: 18px
}

.blog-pagination-info {
	display: none
}

@media only screen and (min-width:768px) {
	.blog-author {
		font-size: 16px
	}

		.blog-author .name.with-position a:after {
			content: ',';
			display: inline
		}
}

.case-studies-filters {
	overflow: visible
}

.wa-caseStudyDetail .wa-section .wa-caseStudyDetail-visual {
	float: right;
	margin: 0 0 50px 50px
}

.wa-caseStudyDetail .wa-section .posted-date {
	border-bottom: 1px solid #dedede;
	margin-bottom: 0;
	padding-bottom: 0
}

.wa-caseStudyDetail .wa-section aside {
	float: right;
	margin: 0 0 20px 20px;
	width: 180px
}

	.wa-caseStudyDetail .wa-section aside .customer-logo {
		display: block;
		margin: 0 auto
	}

	.wa-caseStudyDetail .wa-section aside a + h4 {
		border-top: 1px solid #dedede;
		margin-top: 20px;
		padding-top: 20px
	}

.wa-caseStudyDetail .share-email {
	text-align: right
}

#education .category-list {
	margin-bottom: 130px
}

	#education .category-list .category-container > button {
		height: 50px
	}

		#education .category-list .category-container > button.active:after {
			top: 13px
		}

#identity-companyLogoContainer {
	margin-top: -60px
}

	#identity-companyLogoContainer img {
		margin: 20px
	}

#identity-platformLogoContainer img {
	margin-left: 80px
}

.diagram-holder {
	text-align: center
}

	.diagram-holder img {
		display: inline
	}

.calculator-preview, .deploy-to-azure {
	background-color: #f4f4f4;
	padding: 12px;
	width: 100%
}

	.calculator-preview p.sub-copy, .deploy-to-azure p.sub-copy {
		font-size: 14px
	}

	.calculator-preview .button, .deploy-to-azure .button, .calculator-preview .button.button-primary, .deploy-to-azure .button.button-primary {
		margin-top: 12px
	}

table th.service-icon:first-child, table td.service-icon:first-child {
	text-align: center;
	width: 10%
}

	table th.service-icon:first-child a, table td.service-icon:first-child a {
		display: inline-block
	}

	table th.service-icon:first-child p, table td.service-icon:first-child p {
		margin-top: 0
	}

	table th.service-icon:first-child svg, table td.service-icon:first-child svg {
		max-height: 50px;
		max-width: 50px
	}

table th.product-description, table td.product-description {
	width: 45%
}

table th.guidance-links, table td.guidance-links {
	width: 40%
}

	table th.guidance-links .linkList, table td.guidance-links .linkList {
		margin-top: 0
	}

.architecture-reference-table tr:last-child {
	border: 0
}

.architecture-best-practices p {
	height: 144px
}

.wa-section-azureGovernment .img-container {
	width: 100%;
	min-height: 110px;
	position: relative
}

	.wa-section-azureGovernment .img-container img {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}

.table-portalCompatibility .cancel:after {
	content: 'X';
	color: #da3900;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1em
}

#estimate-notification {
	background-color: rgba(0,0,0,.9);
	bottom: 10%;
	color: #fff;
	max-width: 350px;
	position: fixed;
	right: -350px;
	text-align: center;
	transition-property: right;
	transition-duration: 1s;
	width: 70%;
	z-index: 1001
}

	#estimate-notification.active {
		right: 0
	}

	#estimate-notification .notification-wrapper {
		line-height: 48px;
		padding: 12px
	}

		#estimate-notification .notification-wrapper .notification-icon {
			display: inline-block;
			line-height: normal;
			max-width: 50px;
			width: 20%
		}

			#estimate-notification .notification-wrapper .notification-icon .icon {
				vertical-align: middle
			}

		#estimate-notification .notification-wrapper .notification-copy {
			display: inline-block;
			line-height: normal;
			max-width: 300px;
			text-align: left;
			width: 80%;
			vertical-align: middle
		}

			#estimate-notification .notification-wrapper .notification-copy a {
				display: block
			}

.toggler-pricing .heading .chevron-down {
	border-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	display: inline-block;
	height: 15px;
	margin: 1px 8px 5px 6px;
	width: 15px;
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.toggler-pricing .heading .plus {
	display: inline-block
}

.toggler-pricing .heading .minus {
	display: none
}

.toggler-pricing.open .heading .chevron-down {
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 1px 8px -4px 6px
}

.toggler-pricing.open .heading .plus {
	display: none
}

.toggler-pricing.open .heading .minus {
	display: inline-block
}

.category {
	display: block;
	margin: 12px 0
}

.category-heading {
	background: #0078d4;
	color: #fff;
	padding: 12px 0 12px 24px;
	width: 100%
}

	.category-heading h2 {
		margin: 0
	}

.category-description {
	background: #dedede;
	padding: 12px;
	width: 100%
}

	.category-description p {
		margin: 0
	}

@media (min-width:540px) {
	.category {
		display: flex
	}

	.category-heading {
		align-items: center;
		display: flex;
		width: 30%
	}

	.category-description {
		align-items: center;
		display: flex
	}
}

.wa-pricingDetails .wa-section + .wa-tabsToggle {
	margin-top: -20px
}

.wa-pricingDetails .wa-tabsBlock {
	margin: -25px 0 20px
}

.wa-pricingDetails .wa-pricingDetail-header {
	border-bottom: 1px solid #969696;
	position: relative;
	margin-bottom: 14px;
	overflow: hidden
}

	.wa-pricingDetails .wa-pricingDetail-header h2 {
		float: left
	}

	.wa-pricingDetails .wa-pricingDetail-header .wa-pricingDetails-controlContainer {
		float: right
	}

.wa-pricingDetails table.geo-availablility {
	width: 75%
}

.wa-pricingDetails .commitment-boilerplate {
	border-top: 1px solid #969696
}

span.table-sub-header {
	text-transform: none;
	font-family: wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif
}

.wa-pricingDetails-controlContainer {
	overflow: hidden;
	margin: 9px 0
}

	.wa-pricingDetails-controlContainer .wa-pricingDetails-control {
		float: right;
		margin-left: 15px
	}

table .table-cell-indent-2 {
	padding-left: 24px
}

table .table-cell-indent-3 {
	padding-left: 36px
}

table .table-cell-indent-4 {
	padding-left: 36px
}

@media only screen and (max-width:540px) {
	.filter label {
		font-size: 14px
	}

	.filter + .tiers {
		margin-top: 10%
	}
}

.wa-selectorAutoheight {
	overflow-y: scroll;
	height: 465px
}

.wa-textFilterResponsive.wa-textFilter .text-input {
	background-size: 24px;
	background-position: 98% 50%
}

.wa-textFilterResponsive.wa-textFilter input:focus {
	border: 2px solid #00abec
}

.sort-container {
	margin-bottom: 30px;
	width: 100%
}

	.sort-container .sort {
		display: inline-block;
		margin-right: 20px
	}

		.sort-container .sort:last-child {
			margin-right: 0
		}

.card .meta span {
	display: inline-block;
	line-height: 1.2;
	margin-left: 5px;
	vertical-align: middle
}

.samples-header .button {
	font-size: 20px;
	line-height: 1.25;
	margin-right: 8px
}

	.samples-header .button svg {
		fill: #fff;
		height: 20px;
		margin-top: -6px;
		vertical-align: middle;
		width: 20px
	}

.samples-content p {
	font-size: 16px;
	line-height: 1.6
}

#sample-list h3 {
	margin-bottom: 0
}

#sample-list ul.gallery-wrapper {
	margin-top: 36px
}

#sample-list-pagination {
	margin-bottom: 12px;
	margin-top: 24px
}

.section-samples {
	padding-bottom: 0;
	margin-bottom: -12px
}

	.section-samples .samples-header-copy {
		margin-bottom: 48px
	}

@media only screen and (min-width:960px) {
	.sort-container .sort:last-child {
		float: right
	}
}

.wa-section-videos-videoSeries .wa-tabs {
	margin: 10px 0 0 200px;
	width: 100px
}

.wa-section-videos-all {
	min-height: 438px
}

.wa-section-videos-videoDetail .description {
	margin-top: 0;
	white-space: pre-line
}

.wa-azure-friday .wa-social-buttons {
	display: inline-block
}

	.wa-azure-friday .wa-social-buttons > div {
		display: inline-block;
		margin-bottom: 10px
	}

.wa-azure-friday .wa-azure-friday-participate-link {
	margin-bottom: 10px
}

@media only screen and (min-width:768px) {
	.wa-azure-friday .wa-social-buttons > div {
		margin-bottom: 0
	}

	.wa-azure-friday .wa-azure-friday-participate-link {
		margin-bottom: 0
	}
}

.wa-section-lastFriday {
	padding-bottom: 90px
}

.wa-section-azureFriday-filter .more-filters {
	display: none
}

	.wa-section-azureFriday-filter .more-filters:after {
		clear: both;
		content: '';
		display: table
	}

.page-gallery-videos-index .pagination {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	padding-bottom: 10px
}

.ams-video-wrapper {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	background: #000
}

	.ams-video-wrapper > .azuremediaplayer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}

.partner-description {
	white-space: pre-wrap
}

#partner-list {
	margin: 0 -15px
}

.partner-icon-middled {
	vertical-align: middle
}

@media only screen and (min-width:768px) {
	#no-partners-banner button {
		float: right
	}
}

.section-octocat .github-announcement-text {
	max-width: 650px;
	margin: 0 auto
}

@media only screen and (min-width:960px) {
	.section-octocat {
		background-image: url(/cvt-fe1a7363241db8db7b59db05e004c38de6d296bc52f7da0ba8ebefba2dd53f9f/images/page/overview/open-source/octocat.svg);
		background-position: 86% bottom;
		background-size: auto
	}
}

@media only screen and (min-width:1280px) {
	.section-octocat {
		background-position: 78% bottom
	}
}

@media only screen and (min-width:1500px) {
	.section-octocat {
		background-position: 74% bottom
	}
}

@media only screen and (min-width:1920px) {
	.section-octocat {
		background-position: 68% bottom
	}
}

.pricing-selectors {
	width: 100%
}

	.pricing-selectors .pricing-selector-size {
		width: 20%
	}

@media only screen and (max-width:768px) {
	.pricing-selectors .pricing-selector-size {
		width: 100%;
		float: left
	}
}

.sql-tabbed-list ul, .tabbed-list ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #969696
}

	.sql-tabbed-list ul:after, .tabbed-list ul:after {
		clear: both;
		content: '';
		display: table
	}

	.sql-tabbed-list ul li, .tabbed-list ul li {
		display: block;
		float: left;
		margin-bottom: 0
	}

		.sql-tabbed-list ul li button, .tabbed-list ul li button, .sql-tabbed-list ul li a, .tabbed-list ul li a {
			border-top: none;
			color: #323237;
			font-size: 18px;
			min-width: 160px;
			padding: 6px 12px;
			text-align: center;
			background-color: #dedede;
			height: 57px
		}

			.sql-tabbed-list ul li button.active, .tabbed-list ul li button.active, .sql-tabbed-list ul li a.active, .tabbed-list ul li a.active {
				border-top: 4px solid #0078d4;
				border-bottom: 4px solid #fff;
				color: #0078d4;
				background-color: #fff
			}

		.sql-tabbed-list ul li a, .tabbed-list ul li a {
			display: inline-block;
			padding: 15px 12px
		}

			.sql-tabbed-list ul li a.active, .tabbed-list ul li a.active {
				padding: 11px 12px
			}

.section-products .test-selectorator li > a.active {
	background-color: #0078d4;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
	padding: 0 12px;
	position: relative;
	width: 80%;
	cursor: pointer;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: visible
}

.section-products .test-selectorator a.active:after {
	background-color: #0078d4;
	content: '';
	height: 25px;
	position: absolute;
	right: -13px;
	top: 5px;
	width: 25px;
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.section-products .test-highlight li {
	border-top: solid #dedede 1px;
	margin: 0
}

	.section-products .test-highlight li:last-child {
		border-bottom: solid #dedede 1px
	}

	.section-products .test-highlight li a {
		display: block;
		padding: 4px 6px;
		background-clip: padding-box
	}

		.section-products .test-highlight li a.active {
			background-color: #cce8ff
		}

.section-products .product-holder h4 {
	height: 72px;
	margin-bottom: 0;
	overflow: hidden
}

.section-products .product-description-wrapper {
	-webkit-transition: height ease-out .3s;
	transition: height ease-out .3s;
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 4px
}

	.section-products .product-description-wrapper .product-links a:not(:last-child):after {
		content: ' | ';
		color: #1a1a1f;
		padding: 0 4px
	}

.section-products .product-description {
	position: relative;
	background-color: #f4f4f4;
	margin-top: 24px;
	padding: 24px
}

.section-products .triangle {
	background: 0 0;
	border-style: solid;
	border-width: 0 24px 24px;
	border-color: transparent transparent #f4f4f4 transparent;
	top: 4px;
	content: '';
	height: 0;
	left: calc(16.5% - 24px);
	position: absolute;
	width: 0
}

.section-products .card {
	background-color: transparent;
	border: 1px solid #dedede;
	margin-top: 24px;
	padding: 12px 6px 24px
}

	.section-products .card p {
		display: inline-block;
		height: 42px;
		overflow: hidden;
		width: 100%
	}

	.section-products .card:not(:hover) p {
		color: #505055
	}

.section-products .close {
	font-size: 24px;
	color: #6a6a6a;
	position: absolute;
	right: 24px;
	top: 4px;
	z-index: 2
}

	.section-products .close:hover {
		color: #1a1a1f
	}

.section-products .service-logo svg {
	width: 80px;
	height: 80px;
	margin: 12px 0
}

@media only screen and (min-width:960px) {
	.section-products .product-holder h4 {
		height: 60px
	}

	.section-products .card {
		padding: 12px
	}
}

#template-sort {
	width: auto
}

.documentation-details .github-contributors {
	border: 0;
	margin: 0;
	padding-bottom: 0
}

	.documentation-details .github-contributors .author-content, .documentation-details .github-contributors .contributors {
		font-size: 14px
	}

.documentation-details .calculator-preview, .documentation-details .deploy-to-azure {
	color: #323237;
	background-color: #f4f4f4;
	padding: 12px;
	width: 100%
}

	.documentation-details .calculator-preview p.sub-copy, .documentation-details .deploy-to-azure p.sub-copy {
		font-size: 14px
	}

	.documentation-details .calculator-preview .button, .documentation-details .deploy-to-azure .button, .documentation-details .calculator-preview .button.button-primary, .documentation-details .deploy-to-azure .button.button-primary {
		margin-top: 12px;
		width: 100%
	}

.card-resource .meta span {
	max-width: 205px;
	overflow: hidden;
	white-space: nowrap
}

	.card-resource .meta span.minimal {
		margin: 15px 0 0 0
	}

.card-resource p {
	overflow: hidden
}

#close-what-is-arm {
	float: right;
	margin-top: -20px;
	font-size: 28px
}

#what-is-arm {
	display: none
}

.resources-previewBanner {
	padding: 20px 0;
	background-color: #da3900;
	color: #fff;
	font-size: 18px
}

.resource-page .download-button-container {
	margin-top: 36px
}

.resource-page .resource-page-image {
	max-width: 300px;
	width: 100%
}

.inline-chat-window {
	border: 2px solid #f4f4f4
}

@media only screen and (min-width:960px) {
	.resource-page .resource-page-content {
		padding-right: 60px
	}
}

.zone[data-zone-name=middle-east-africa] {
	display: none
}

.status-table[data-zone-name=azure-government] th:nth-of-type(2), .status-table[data-zone-name=azure-government] td:nth-of-type(2) {
	display: none
}

.status-icon {
	height: 18px;
	width: 18px
}

.status-information {
	display: none
}

	.status-information .legend {
		text-align: right
	}

		.status-information .legend li {
			display: inline-block;
			margin-right: 24px
		}

			.status-information .legend li .icon {
				display: inline-block;
				vertical-align: middle;
				line-height: 1
			}

.status-content, .regions-content {
	overflow-x: auto
}

section.status .updated-time {
	display: block;
	font-size: 14px
}

section.status .refresh-label {
	display: inline-block
}

section.status #refresh {
	display: inline-block;
	width: auto
}

section.status .button.button-tertiary {
	display: none;
	margin-top: 24px;
	width: auto;
	padding: 6px 12px
}

	section.status .button.button-tertiary svg {
		margin-top: -4px
	}

section.status .zones-tabs {
	margin-left: 280px
}

section .health-circle-icon {
	height: 22px;
	width: 22px
}

section .row .row.column.status-alert {
	padding-left: 30px;
	position: relative
}

	section .row .row.column.status-alert .icon {
		position: absolute;
		left: -5px;
		top: 15px
	}

.zones-tabs {
	margin-left: 228px
}

	.zones-tabs ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

		.zones-tabs ul li {
			background-color: #f4f4f4;
			cursor: pointer;
			display: inline-block;
			margin: 0 0 0 -3px;
			padding: 12px 18px
		}

			.zones-tabs ul li:first-child {
				margin-left: 0
			}

			.zones-tabs ul li.active, .zones-tabs ul li:hover {
				background-color: #0078d4
			}

				.zones-tabs ul li.active a, .zones-tabs ul li:hover a {
					color: #fff
				}

			.zones-tabs ul li.zone {
				text-align: center
			}

				.zones-tabs ul li.zone .icon {
					height: 23px;
					width: 23px
				}

.status-table {
	border-top: 5px solid #0078d4;
	display: none;
	margin-top: 0;
	width: auto
}

	.status-table.default {
		display: table
	}

	.status-table.fixed-status-header {
		box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
		display: none;
		position: fixed;
		top: 0;
		z-index: 1;
		max-width: 1170px
	}

	.status-table[data-zone-name=americas] .status-table-head th, .status-table[data-zone-name=europe] .status-table-head th, .status-table[data-zone-name=azure-government] .status-table-head th, .status-table[data-zone-name=asia] .status-table-head th, .status-table[data-zone-name=africa] .status-table-head th {
		min-width: 70px
	}

		.status-table[data-zone-name=americas] .status-table-head th:first-child, .status-table[data-zone-name=europe] .status-table-head th:first-child, .status-table[data-zone-name=azure-government] .status-table-head th:first-child, .status-table[data-zone-name=asia] .status-table-head th:first-child, .status-table[data-zone-name=africa] .status-table-head th:first-child {
			min-width: 229px
		}

	.status-table .status-table-head, .status-table thead {
		border-bottom: 1px solid #dedede
	}

	.status-table .geo-header-row td {
		padding: 6px
	}

		.status-table .geo-header-row td.no-border {
			border: 0
		}

	.status-table th, .status-table td {
		border-left: 1px solid #dedede;
		max-width: 200px;
		padding: 12px 2px;
		vertical-align: middle;
		width: 60px
	}

		.status-table th.vertical-text, .status-table td.vertical-text {
			height: 130px;
			text-align: left
		}

			.status-table th.vertical-text span, .status-table td.vertical-text span {
				display: block;
				margin-left: -17px;
				transform: rotate(-90deg);
				width: 100px
			}

		.status-table th.status-cell, .status-table td.status-cell {
			text-align: center
		}

		.status-table th.geo-header, .status-table td.geo-header {
			background-color: #dedede;
			border-bottom: 1px solid #969696;
			border-left: 1px solid #969696;
			border-top: 5px solid #0078d4;
			text-align: center
		}

		.status-table th.first, .status-table td.first {
			border-left: 1px solid #969696
		}

		.status-table th:first-child, .status-table td:first-child {
			border-left: none;
			width: 160px
		}

	.status-table th {
		font-size: 10px;
		font-weight: 400;
		height: 80px;
		text-align: center;
		text-transform: uppercase;
		word-break: break-word
	}

	.status-table tr {
		font-size: 12px
	}

		.status-table tr.geo-title {
			background-color: #00abec;
			border-bottom: 2px solid #0078d4
		}

			.status-table tr.geo-title th {
				border-right-color: #0078d4;
				color: #fff
			}

				.status-table tr.geo-title th:first-child {
					border-right: none
				}

		.status-table tr.status-category {
			background-color: #dedede
		}

			.status-table tr.status-category td {
				font-size: 12px;
				text-transform: uppercase
			}

		.status-table tr.status-incident {
			background-color: #dedede
		}

			.status-table tr.status-incident td {
				font-size: 12px;
				text-transform: uppercase
			}

		.status-table tr.capability-row td:first-child {
			padding-left: 24px
		}

.status-hero {
	padding-top: 20px
}

	.status-hero h1 {
		margin-top: 12px
	}

#history-results-container .wa-statusHistory:after {
	clear: both;
	content: '';
	display: table
}

#history-results-container .wa-statusHistory .date, #history-results-container .wa-statusHistory .status {
	display: block;
	float: left
}

#history-results-container .wa-statusHistory .date {
	width: 10%
}

#history-results-container .wa-statusHistory .status {
	width: 90%
}

.regions-zone {
	border: 1px solid #dedede;
	padding: 24px
}

	.regions-zone .table-naked {
		table-layout: fixed
	}

		.regions-zone .table-naked tr td {
			padding: 6px 0
		}

		.regions-zone .table-naked th {
			font-size: 16px;
			font-weight: 600;
			text-transform: none
		}

		.regions-zone .table-naked td {
			font-size: 14px
		}

.regions-header-content {
	position: relative
}

	.regions-header-content .regions-map-container {
		display: none
	}

		.regions-header-content .regions-map-container svg {
			height: 650px;
			width: 1200px
		}

@media only screen and (min-width:768px) {
	.status-information {
		display: block
	}

	section.status .button.button-tertiary {
		display: inline-block
	}

	.regions-header-content > .column {
		position: absolute;
		top: 0
	}

	.regions-header-content .regions-map-container {
		display: block;
		margin-top: 90px
	}
}

@media only screen and (min-width:960px) {
	.status-table.fixed-status-header {
		top: 42px
	}

	.regions-header-content .regions-map-container {
		margin-top: 150px
	}

	#history-results-container .wa-statusHistory .date {
		width: 5%
	}
}

.wa-azureSiteSearch {
	padding-top: 3em;
	padding-bottom: 3em
}

	.wa-azureSiteSearch .filter-row .col1 {
		float: left;
		margin: 0
	}

	.wa-azureSiteSearch .filter-row .col2 {
		text-align: right;
		margin: .5em 0 1em 1em
	}

	.wa-azureSiteSearch .filter-row .separator {
		margin-left: 1em;
		border-left: 1px solid silver;
		padding-left: 1em;
		line-height: 1.5em
	}

@media only screen and (max-width:768px) {
	.wa-azureSiteSearch .filter-row .separator {
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
		line-height: 0;
		display: block
	}
}

.wa-azureSiteSearch .result-count {
	padding: .5em .2em .5em 0
}

@media only screen and (max-width:768px) {
	.wa-azureSiteSearch .result-count {
		display: none
	}
}

.wa-azureSiteSearch ul.filter {
	display: block;
	list-style: none;
	padding-left: 0
}

	.wa-azureSiteSearch ul.filter li {
		display: inline-block;
		border-bottom: 3px solid transparent;
		padding: 0 0 .2em 0;
		margin: .5em .5em 0 .5em
	}

		.wa-azureSiteSearch ul.filter li.active {
			border-bottom: 3px solid #00abec
		}

.wa-azureSiteSearch .featured-service {
	padding: 2em;
	box-sizing: border-box;
	background-color: #f4f4f4;
	position: relative
}

	.wa-azureSiteSearch .featured-service .icon {
		right: 0;
		bottom: 0;
		position: absolute;
		margin-right: .5em
	}

		.wa-azureSiteSearch .featured-service .icon svg {
			fill: #dedede
		}

.wa-azureSiteSearch .wa-textSearch .text-input {
	border-color: silver;
	padding-right: 36px
}

.wa-azureSiteSearch em {
	font-style: normal
}

.wa-azureSiteSearch .wa-video {
	padding-bottom: 30px
}

	.wa-azureSiteSearch .wa-video .thumbnail {
		min-height: 168.75px
	}

	.wa-azureSiteSearch .wa-video + .wa-video {
		margin-top: 0
	}

.wa-azureSiteSearch .result-tag {
	font-size: 14px;
	color: #6a6a6a;
	display: inline-block;
	text-transform: uppercase
}

.wa-azureSiteSearch .wa-searchResult {
	position: relative;
	display: table
}

	.wa-azureSiteSearch .wa-searchResult:after {
		clear: both;
		content: '';
		display: table
	}

	.wa-azureSiteSearch .wa-searchResult .thumb {
		display: table-cell;
		vertical-align: top;
		width: 140px;
		height: 70px;
		background-size: contain;
		background-repeat: no-repeat
	}

	.wa-azureSiteSearch .wa-searchResult .detail {
		display: table-cell;
		vertical-align: top
	}

		.wa-azureSiteSearch .wa-searchResult .detail h4 {
			margin-bottom: 0
		}

		.wa-azureSiteSearch .wa-searchResult .detail > a, .wa-azureSiteSearch .wa-searchResult .detail .link {
			color: #6a6a6a
		}

	.wa-azureSiteSearch .wa-searchResult.has-image .detail {
		padding-left: 2em
	}

@media only screen and (max-width:768px) {
	.wa-azureSiteSearch .wa-searchResult {
		display: block
	}

		.wa-azureSiteSearch .wa-searchResult .thumb {
			display: none
		}

		.wa-azureSiteSearch .wa-searchResult.has-image .detail, .wa-azureSiteSearch .wa-searchResult .detail {
			display: block;
			padding-left: 0
		}
}

@media only screen and (max-width:540px) {
	.wa-azureSiteSearch .wa-searchResult.has-image .detail > .link, .wa-azureSiteSearch .wa-searchResult .detail > .link {
		display: none
	}
}

.currency-box {
	background-color: #f4f4f4;
	line-height: .8;
	padding: 20px;
	text-align: right
}

	.currency-box .currency-dropdown-container {
		width: 100%
	}

		.currency-box .currency-dropdown-container select {
			width: auto
		}

	.currency-box > .wa-button {
		display: block;
		margin-top: 20px
	}

.forum-voteLabels {
	border: 1px solid #dedede;
	text-align: center;
	padding: 1px 1px
}

	.forum-voteLabels p.forum-voteText {
		font-size: 12px
	}

	.forum-voteLabels p.forum-voteLabel {
		color: #505055;
		background-color: #f4f4f4;
		font-size: 12px
	}

.forum-description {
	color: #6a6a6a;
	font-size: 12px
}

.forum-heading {
	padding: 4px 2px;
	font-size: 24px
}

p.forum-text {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1px
}

.forum-column {
	padding-left: 1px
}

.try-hero-icon svg {
	height: 115px
}

.auth-icon-btn span {
	vertical-align: middle;
	margin-right: 5px
}

.input-error {
	border: 1px solid #6b2929
}

.svg-definition {
	display: none;
	visibility: hidden
}

.hero-404 {
	padding-bottom: 0
}

.update-row .medium-1 {
	padding-right: 0
}

.feedback-entry .feedback-vote-badge {
	float: left;
	margin-right: 24px;
	width: 80px
}

	.feedback-entry .feedback-vote-badge .feedback-vote {
		border: 1px solid #dedede;
		border-radius: 3px;
		box-shadow: rgba(0,0,0,.1) 0 1px 1px;
		color: #6a6a6a;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 3px;
		padding: 12px 0 9px;
		text-align: center;
		width: 80px
	}

		.feedback-entry .feedback-vote-badge .feedback-vote .count {
			color: #1a1a1f;
			font-size: 18px;
			font-weight: 700;
			margin-bottom: 6px
		}

	.feedback-entry .feedback-vote-badge .feedback-vote-btn {
		background: #e6eaf2;
		border-bottom: 1px solid #666f80;
		border-left: 1px solid #8f9bb3;
		border-radius: 4px;
		border-right: 1px solid #8f9bb3;
		border-top: 1px solid #a3b1cc;
		box-shadow: inset 0 1px 0 0 #fff;
		color: #1a1a1f;
		display: block;
		font-size: 12px;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 rgba(255,255,255,.5)
	}

		.feedback-entry .feedback-vote-badge .feedback-vote-btn:hover, .feedback-entry .feedback-vote-badge .feedback-vote-btn:active {
			background: #2a81d7;
			border-bottom: 1px solid #07428f;
			border-left: 1px solid #165899;
			border-right: 1px solid #165899;
			border-top: 1px solid #2a73a6;
			box-shadow: inset 0 1px 0 0 #62b1e9;
			color: #fff;
			text-shadow: 0 -1px 1px #1d62ab
		}

.feedback-entry .feedback-content {
	float: right;
	width: calc(100% - 104px)
}

	.feedback-entry .feedback-content .heading {
		margin-bottom: 6px
	}

		.feedback-entry .feedback-content .heading .feedback-status {
			margin-left: 12px
		}

	.feedback-entry .feedback-content .content {
		margin: 0
	}

.feedback-status-circle.feedback-status-under-review {
	background-color: #f5a623;
	border-radius: 6px;
	display: inline-block;
	height: 12px;
	position: relative;
	top: 1px;
	width: 12px
}

.feedback-status-circle.feedback-status-started {
	background-color: #89c402;
	border-radius: 6px;
	display: inline-block;
	height: 12px;
	position: relative;
	top: 1px;
	width: 12px
}

@media only screen and (max-width:768px) {
	.update-row .column + .column {
		margin-top: 9px
	}
}

@media only screen and (min-width:768px) {
	.serviceUpdates-related {
		border-left: 1px solid #dedede;
		border-top: 0;
		padding-left: 20px
	}
}

@media only screen and (min-width:960px) {
	.feedback-entry .feedback-content {
		padding-top: 6px
	}
}

.wa-exp-roundedCornerExerpt {
	background-color: #1a1a1f;
	color: #fff;
	position: absolute;
	font-size: 16px;
	right: 0;
	bottom: -25px;
	padding: 4px 12px;
	opacity: .9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.wa-exp-circle {
	background-color: #969696;
	display: inline-block;
	height: 10px;
	width: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

	.wa-exp-circle.circle-blue {
		background-color: #0078d4
	}

.wa-exp-locale-dot {
	background-color: #ff8c00;
	display: block;
	height: 26px;
	left: 127px;
	position: absolute;
	top: 190px;
	width: 26px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px
}

.wa-control-inheritWidth {
	display: block !important
}

.wa-watermark {
	position: absolute;
	top: 750px;
	left: 150px;
	opacity: .1;
	font-size: 400px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 999;
	pointer-events: none
}

	.wa-watermark:after {
		content: "Testing"
	}

.border-right-light {
	border-right: 1px solid #fff
}

.wa-section .wa-bottom-hugger {
	display: none
}

.data-circle {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background-color: #00abec;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin: 0 auto 12px
}

.shadow {
	box-shadow: 6px 6px 15px 1px rgba(0,0,0,.2)
}

.shadow-y-offset {
	box-shadow: 6px 12px 15px 1px rgba(0,0,0,.2)
}

@media only screen and (min-width:768px) {
	.data-circle {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 18px
	}

	.row-middled-flex-medium {
		display: flex;
		align-items: center
	}
}

@media only screen and (min-width:960px) {
	.wa-section .wa-bottom-hugger {
		display: block;
		position: absolute;
		bottom: 0;
		margin-bottom: -48px
	}

	.wa-section.wa-section-mini .wa-bottom-hugger {
		margin-bottom: -24px
	}

	.wa-section.wa-section-micro .wa-bottom-hugger {
		margin-bottom: -12px
	}

	.wa-section.wa-section-large .wa-bottom-hugger {
		margin-bottom: -72px
	}

	.data-circle {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 24px
	}
}

.display-none {
	display: none
}

.wa-scenario-hero {
	background-color: #323237
}

	.wa-scenario-hero h1, .wa-scenario-hero h5 {
		color: #fff
	}

.wa-scenario-page .scenario-service-table ul {
	padding-left: 0
}

.wa-scenario-page .scenario-service-table li {
	display: inline-block;
	list-style: none;
	width: 32%;
	float: left;
	min-height: 90px;
	padding: 2px
}

	.wa-scenario-page .scenario-service-table li span {
		display: inline-block;
		float: left;
		width: 32px
	}

	.wa-scenario-page .scenario-service-table li a {
		line-height: 1.5;
		float: left;
		clear: both
	}

.wa-scenario-page .scenario-tutorial {
	clear: left;
	width: 100%
}

.wa-scenario-page .wa-spacer > img:first-child:last-child {
	display: block
}

.wa-scenario-page .wa-iconBoxed {
	margin-top: -25px
}

@media only screen and (min-width:768px) {
	.wa-scenario-page .scenario-service-table li {
		min-height: initial;
		padding: 0
	}

		.wa-scenario-page .scenario-service-table li span {
			float: none
		}

		.wa-scenario-page .scenario-service-table li a {
			line-height: 2.5;
			float: none;
			clear: none
		}
}

.solutions-hero {
	padding-top: 20px
}

	.solutions-hero.section-slate03 {
		background-color: #243a5e
	}

.architecture-bookmark {
	padding: 20px;
	background-color: rgba(0,0,0,.75)
}

	.architecture-bookmark p {
		font-size: 16px;
		margin-bottom: 20px
	}

	.architecture-bookmark a {
		color: #00abec;
		font-size: 14px
	}

.solution-case-study .sd-playinsection {
	text-align: center
}

	.solution-case-study .sd-playinsection .icon {
		width: 100px;
		height: 100px
	}

.solutions-home ul {
	list-style: none;
	margin: 0;
	padding: 0
}

	.solutions-home ul li {
		float: left;
		width: 25%;
		text-align: center;
		margin-bottom: 72px
	}

.solutions-home .logo-text-container {
	min-height: 247px
}

	.solutions-home .logo-text-container img, .solutions-home .logo-text-container span {
		margin: 0 0 18px
	}

.industry-tile {
	margin-bottom: 36px
}

	.industry-tile .image-holder {
		height: 90px
	}

.logo-text-container {
	display: block;
	margin: 24px 0;
	min-height: 160px
}

	.logo-text-container img, .logo-text-container span {
		display: block;
		margin: 0 auto 18px;
		max-height: 115px
	}

.solutions-form .form-navigation {
	margin-top: 12px
}

.solution-integrators .img-container {
	background-color: #fff;
	border: 1px solid #dedede
}

.solutions-customers h3 > a:after {
	line-height: 1.25
}

.download-pdf-link {
	color: #505055 !important;
	display: inline-block;
	margin-top: 12px
}

	.download-pdf-link:hover {
		color: #505055 !important
	}

.architecture-tooltip-content {
	background-color: #3e3d4d;
	color: #fff;
	display: none;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 1
}

	.architecture-tooltip-content p {
		padding: 12px 24px
	}

	.architecture-tooltip-content:before {
		border-bottom: 13px solid #3e3d4d;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: '';
		display: block;
		height: 0;
		left: 132px;
		position: absolute;
		top: -13px;
		width: 0
	}

	.architecture-tooltip-content.open-hover {
		display: block
	}

	.architecture-tooltip-content.open-click {
		display: block
	}

.architecture-section-overflow {
	overflow: visible
}

@media only screen and (min-width:540px) {
	.architecture-bookmark {
		background-image: url(/cvt-fa23a410401d35c452fe7a2761bf0e0bfa3bba28a288a9da57cc5aee162b9b2a/images/shared/solutions/architecture-reference.png);
		background-repeat: no-repeat;
		background-position-x: 95%;
		background-position-y: 35%
	}
}

@media only screen and (min-width:768px) {
	.logo-text-container {
		min-height: inherit
	}

	.left-border-slate08 {
		border-left: 2px solid #dedede
	}
}

.left-padding-size4 {
	padding-left: 48px
}

.no-bottom-margin {
	margin-bottom: 0
}

.asos-card {
	background-image: url(/cvt-5349e0a3f713f753e3cf6193bda6a12ac5acaa10388ac4fde236ec8e33176810/images/page/campaigns/build-2017/asos-bg.jpg)
}

.nextgames-card {
	background-image: url(/cvt-ef26d20ba818e7a803d62f35e60d5fd4810c42eeeb6a5bb5c269edc4176c2591/images/page/campaigns/build-2017/nextgames-bg.jpg)
}

.carmax-card {
	background-image: url(/cvt-cc5c64a07e8f65aeb0157cedb7c7b2ccb8252cc14ec3966b7bc614b2934d5516/images/page/campaigns/build-2017/carmax-bg.jpg)
}

.swissre-card {
	background-image: url(/cvt-84c90e696fb89ff8135f1cb636dad7cc8e8613d742b3971518e73c50e8f38751/images/page/campaigns/build-2017/swissre-bg.jpg)
}

.brainshark-card {
	background-image: url(/cvt-0e0fee576a2ac673b74fda215ce6d8962cf7c99ed5dbefcd628418abe3d7b46e/images/page/campaigns/build-2017/brainshark-bg.jpg)
}

.wolterskluwer-card {
	background-image: url(/cvt-5cbd0fbeaddc6fa9171637aa6f1da5e43495ded3cea514a7970f90a6b4cb00c6/images/page/campaigns/build-2017/wolters-bg.jpg)
}

.asos-card, .nextgames-card, .carmax-card, .swissre-card, .brainshark-card, .wolterskluwer-card {
	position: relative;
	background-size: cover;
	min-height: 450px
}

	.asos-card:hover .build-card-overlay, .nextgames-card:hover .build-card-overlay, .carmax-card:hover .build-card-overlay, .swissre-card:hover .build-card-overlay, .brainshark-card:hover .build-card-overlay, .wolterskluwer-card:hover .build-card-overlay {
		opacity: .8;
		display: inline
	}

	.asos-card:hover .content-wrapper, .nextgames-card:hover .content-wrapper, .carmax-card:hover .content-wrapper, .swissre-card:hover .content-wrapper, .brainshark-card:hover .content-wrapper, .wolterskluwer-card:hover .content-wrapper {
		opacity: 1;
		display: inline
	}

	.asos-card:hover .heading-wrapper, .nextgames-card:hover .heading-wrapper, .carmax-card:hover .heading-wrapper, .swissre-card:hover .heading-wrapper, .brainshark-card:hover .heading-wrapper, .wolterskluwer-card:hover .heading-wrapper {
		opacity: 0;
		display: none
	}

.card.build-card-logo-wrapper {
	display: flex;
	align-items: center
}

.card .build-card-logo {
	width: 35%
}

.card .build-card-overlay {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: #f4f4f4;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}

.card .content-wrapper {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color: #1a1a1f;
	display: none;
	left: 12px;
	opacity: 0;
	padding: 12px;
	position: absolute;
	top: 12px;
	z-index: 2
}

	.card .content-wrapper > p:first-child {
		margin: 0;
		height: 250px;
		overflow: auto
	}

.card .heading-wrapper {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	bottom: 12px;
	left: 12px;
	position: absolute;
	padding: 12px;
	padding-right: 48px;
	z-index: 2
}

@media only screen and (min-width:540px) {
	.asos-card, .nextgames-card, .carmax-card, .swissre-card, .brainshark-card, .wolterskluwer-card {
		min-height: 420px
	}

	.content-wrapper > p:first-child {
		margin: 0;
		overflow: auto;
		height: 345px
	}
}

@media only screen and (min-width:768px) {
	.content-wrapper > p:first-child {
		margin: 0;
		overflow: auto;
		height: 250px
	}
}

.image-w-inherit {
	width: inherit
}

.image-container-no-border {
	border: 0 !important
}

.faded-description {
	color: #969696;
	font-size: 14px
}

.partner-header {
	background-color: #dedede;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: -24px;
	margin-right: -24px;
	margin-top: -24px
}

.ahub-calculator {
	border-bottom: 1px solid #dedede
}

	.ahub-calculator .help-icon {
		height: 20px;
		width: 18px
	}

	.ahub-calculator input[type=number] {
		display: inline;
		width: 100%
	}

	.ahub-calculator .core-licenses, .ahub-calculator .sqlserver-core-licenses {
		width: 100%;
		padding-left: 5px
	}

	.ahub-calculator select[disabled] {
		background: #ebebe4
	}

	.ahub-calculator #hours-per-month {
		padding-left: 5px
	}

	.ahub-calculator .error-container {
		background: #fff;
		vertical-align: middle;
		margin: 12px
	}

		.ahub-calculator .error-container .icon-container {
			display: inline-block
		}

		.ahub-calculator .error-container > div {
			padding: 12px
		}

	.ahub-calculator .licenses-section span.tooltip {
		margin-bottom: 3px
	}

	.ahub-calculator .sql-instances-tooltip p, .ahub-calculator .windows-tooltip p {
		display: inline
	}

	.ahub-calculator .sql-instances-tooltip span, .ahub-calculator .windows-tooltip span {
		position: relative;
		display: inline-block;
		right: -1px
	}

	.ahub-calculator .sql-instances-tooltip div.tooltip-content, .ahub-calculator .windows-tooltip div.tooltip-content {
		margin-left: 12px;
		z-index: 1000
	}

	.ahub-calculator .ahub-card {
		display: block;
		height: 100%;
		padding: 20px
	}

	.ahub-calculator .show {
		display: block
	}

	.ahub-calculator .hide {
		display: none
	}

	.ahub-calculator .ahub-input {
		box-sizing: border-box;
		border: 2px solid #dedede;
		color: #3e3d4d;
		display: block;
		line-height: 1.2;
		outline: 0;
		padding: 5px;
		height: 35px
	}

		.ahub-calculator .ahub-input.computed {
			font-weight: 600
		}

	.ahub-calculator.calculator-form .ahub-card {
		border-left: 1px solid #dedede
	}

	.ahub-calculator.estimates {
		padding: 0
	}

		.ahub-calculator.estimates .ahub-card {
			border-right: 1px solid #dedede;
			position: relative
		}

		.ahub-calculator.estimates .disclaimer-footer {
			position: absolute;
			bottom: 0;
			padding-bottom: 12px;
			padding-right: 12px
		}

#live-engage-btn {
	position: fixed;
	bottom: 0;
	right: 12px;
	z-index: 1000;
	font-weight: 300;
	display: none
}

#lpChatAzure {
	display: none
}
