@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/Content/mem8YaGs126MiZpBA-UFVZ0d.woff') format('woff');
}

body {
	font-family: 'Open Sans', sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.code {
	font-family: Consolas, Courier New, monospace;
}

code div.code {
	padding: .1em 0;
	font-size: 0.8em;
	background: whitesmoke;
}

.article-info {
    background: whitesmoke;
    padding: 1em;
    border-left: 3px solid gray;
}

.console {
	font-family: Lucida Console, Courier New, monospace;
	background: black;
	color: silver;
	padding: 1em;
}

br {
	clear: left;
}

h1 {
	color: black;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
}

h2 {
	color: black;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: .75em 0 .25em 0;
}

h3 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

p {
	margin: 0 0 0.5em;
	padding: 0;
	line-height: 1.4em;
}

ol {
	margin-top: 0;
}

ul {
	margin-top: 0;
	list-style-type: square;
}

	ul li {
		line-height: 1.4em;
		margin: 0;
	}

	ul h3 {
		margin: 0;
	}

	ul.marked {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	ul.features {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		ul.features > li {
			background: url('/Content/Features/Images/Default.png') no-repeat;
			padding: 0 0 0 40px;
		}

a img {
	border: 0;
}

.news li {
    margin-bottom: 0.5em;
}

table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

	table td {
		padding: 0;
		text-align: left;
		vertical-align: top;
	}

th {
	font-weight: bold;
	text-align: center;
}

	th h2 {
		margin: 0;
	}

table.body th, table.body td {
	width: 50%;
}

	table.body td.left, table.body th.left {
		padding-right: 1em;
	}

	table.body td.right, table.body th.right {
		padding-left: 1em;
		border-left: 1px solid lightgrey;
	}


table.purchase {
	width: auto;
	margin: 0 auto;
}
	table.purchase td.center {
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		padding-left: 1em;
		padding-right: 1em;
	}
	table.purchase td.side {
		padding-left: 1em;
		padding-right: 1em;
	}
	table.purchase td {
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

table.basic th {
	text-align: left;
}

table.basic th, table.basic td {
	width: auto;
}

table.compare td {
	border: 1px solid silver;
	padding: 0.4em;
}
table.compare tr.header {
    background: lightgray;
}

td.yes, a.yes, a.yes:hover, a.yes:active, a.yes:focus {
	color: green !important;
}

#header {
	background: white;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

	#header a {
		color: gray;
		font-size: 20px;
		text-transform: uppercase;
		padding: 4px 6px;
		text-decoration: none;
	}

		#header a:hover, #header a:active, #header a:focus {
			color: black;
			text-decoration: underline;
		}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 121px 0 121px;
	border-color: #FFFFFF transparent transparent transparent;
	display: inline-block;
}

table.title {
	background: #1570A6;
}

	table.title td.left, table.title td.right {
		width: 50%;
		color: #FFFFFF;
	}

		table.title td.left a, table.title td.right a, table.title td.center a {
			color: #FFFFFF;
		}

	table.title td.center {
		color: #FFFFFF;
		text-align: center;
		padding: 0px 2em;
	}

	table.title td.left {
		padding-left: 46px;
		padding-right: 16px;
		text-align: right;
	}

	table.title td.right {
		padding-left: 10px;
		padding-right: 46px;
		text-align: left;
	}

.content {
	color: #666666;
	vertical-align: top;
}

.content-body {
	padding: 1em 2em;
}
	.content-body a {
		color: #666666;
	}
		.content-body a:hover, .content-body a:active, .content-body a:focus {
			color: black;
		}

p.note, p.conclusion {
	padding: 1em;
	background-color: #E5E5E5;
}
p.conclusion {
	color: black;
	font-style: italic;
}

#info {
	width: 260px;
	padding: 1em;
	text-align: left;
}

	#info .header {
		margin-top: 1em;
		padding: .5em 1em;
		overflow: hidden;
		color: #FFFFFF;
		background: #CD4C03;
		font-size: 1.1em;
	}

	#info .body {
		font-size: 0.9em;
		padding: 1em 0 1.5em 0;
		overflow: hidden;
		color: #FFFFFF;
		background: #0A4261;
	}

		#info .body a {
			color: #FFFFFF;
		}

	#info ul {
		padding: 0 1em 0 2em;
		margin: 0;
		list-style-type: none;
	}

#footer {
	background: #1570A6;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding: 16px 40px;
}

	#footer a {
		color: white;
	}

.column {
	width: 50%;
	float: left;
}

.image {
	margin: 1em 0;
	text-align: center;
}

.buttons {
	text-align: center;
	margin-top: 1em;
}

a.button, input.button {
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	background: #89C402;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 4px 0;
	cursor: pointer;
	white-space: nowrap;
}

	a.button:hover, a.button:active, a.button:focus, input.button:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

input.button {
	border: 0;
	outline: 0;
}

.trusted-logos {
	text-align: center;
}
	.trusted-logos a {
		text-decoration: none;
	}

	.trusted-logos img {
		margin: 0 1em;
		height: 57px;
		vertical-align: middle;
	}

#contact .label {
	width: 12em;
	float: left;
}

#contact .value {
	margin-left: 12em;
	padding-bottom: 8px;
}

	#contact .value select, #contact .value input {
		width: 24em;
		padding: 0;
	}

#contact textarea, #request textarea {
    width: 99%;
    height: 12em;
    padding: 0;
}

#request .value {
	padding-bottom: 8px;
}

	#request .value input {
		width: 42em;
	}

img.expand {
	height: 1em;
	margin-right: 0.5em;
}
img.center {
	display: block;
	margin: 1em auto;
	width: 90%;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

input#buttonSubmit {
	height: 2em;
}

/*-----------------------------------------------------------*/
.text-box {
	width: 99%;
}

div#social a {
	text-decoration: none;
	margin-left: 0.5em;
}

div#social img {
	height: 48px;
}

.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	color: #ff0000;
}

	.validation-summary-errors ul {
		padding-left: 1em;
	}

.validation-summary-valid {
	display: none;
}

p.Code, li.Code, div.Code {
	font-family: Consolas, Courier New, Monospace;
}

p.GUI, li.GUI, div.GUI {	
	font-style: italic;
	text-decoration: none;
}

span.gui {
	font-weight: bold;
}

p.TODO, li.TODO, div.TODO {
	color: red;
	font-weight: bold;
}

span.TODOChar {
	color: red;
	font-weight: bold;
}

.fotorama__wrap {
	margin: auto;
}
/*@media screen and (max-width: 940px) {
	table.title div.triangle {
		display: none;
	}
	table.title, table.title tr, table.title.td {
		display: block;
	}
}*/

a.title, a.title:hover, a.title:active, a.title:focus, input.title:hover {
	color: #F8CE12;
	text-decoration: underline;
}

div.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1em;
}
div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.show {
    display: none;
}

@media screen and (max-width: 720px) {
	.show {
		display: block;
	}
	table.title tr.show  {
		display: table-row;
	}
	.hide, table.title tr.hide, div.bx-controls-direction {
		display: none;
	}
	div.image img {
		width: 100%;
	}
	table.body, table.body > tr, table.body td.left, table.body td.right {
		display: block;
		width: 100%;
	}
	.content-body {
		padding: 1em;
	}
	table.body td.left, table.body td.right {
		border: 0;
		padding: 0;
	}
    form#contact .label, form#request .label {
        float: none;
    }
    form#contact .value, form#request .value {
        margin-left: 0;
    }
    form#contact .value input, form#contact .value select, form#request .value input {
        width: 99%;
    }
}