html {
	line-height: 1.15!important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-width: 360px;
}

html,
body {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif!important;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
 
a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: inherit;
	font-weight: 700;
}

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

small {
	font-size: .8em;
}

audio,
video {
	display: inline-block;
}

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

td.c,
th.c {
	text-align: center;
}

.center {
	text-align: center;
}

.collapsible {
    border:solid 1px #ddd;
    padding:20px;
    margin-bottom:15px;
    transition: all .5s ease;
    background-color: #f9f9f9;
}
.collapsible:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-color: #396!important;
    background-color:#fff;
}
.collapsible .collapse {
    margin-top:10px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignleft,
.alignright {
	display: inline;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.clearfix:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1em;
	margin: 0 0 .75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
  line-height: 1.3em;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 1em;
	font-style: italic;
	line-height: 1.7;
	font-size: 1.25em;
	margin: 0 0 15px;
	padding: 20px 40px;
	background-color: #f6f6f6;
}

blockquote p {
	margin: 3px 0;
}

blockquote.left {
	float: left;
	width: 45%;
	margin-right: 15px;
}

blockquote.right {
	float: right;
	width: 45%;
	margin-left: 15px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: .5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0!important;
}

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: .5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: .7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: .5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
	padding: .75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: .5em;
}

th {
	padding: .4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: .4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	text-decoration: underline;
	outline: 0;
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: .7;
}

header #site-navigation.main-navigation .menu-item.search {
	position: absolute;
	right: 0;
	color: #000;
	cursor: pointer;
}

header #site-navigation.main-navigation .menu-item.search form {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 0;
	transition: all 500ms;
	overflow: hidden;
	z-index: 10;
}

header #site-navigation.main-navigation .menu-item.search input[type="text"] {
	font-size: 14px;
	padding: 3px 5px;
}

form#kb-search {
	padding: 0 0 15px;
}

form#kb-search input[type="text"] {
	font-size: 14px;
	padding: 3px 5px;
	margin-right: 10px!important;
	width: 80%;
	display: inline;
	vertical-align: bottom;
}

.howto {
	padding-top: 15px; 
	padding-bottom: 15px;
}

.howto img{
	vertical-align: middle;
}

.howto img.arrow{
	margin-left: 10px;
	margin-right: 10px;
}

.howto img.alarms{
	margin-left: 10px;
}

h4.howto { background-color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; padding-left: 8px; border-bottom:rgba(15, 15, 15, 1) 1px dotted;}

a[name] {

	padding-top: 100px;

}

.section.refine_search {
	border-bottom: solid 1px #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.section.refine_search i.oas-search {
	display: inline;
	vertical-align: middle;
	font-size: 1.5em;
	margin-left: 10px;
	color: #ccc;
}

.section.refine_search input[type="text"] {
	display: inline;
}

.site-content.search-results .result_post {
	font-size: .85em;
	margin: 0 0 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.site-content.search-results .result_post p {
	margin: 0;
}

.site-content.search-results .result_post h2 {
	margin: 0;
	font-size: 1.25em;
	font-weight: 400;
}

.site-content.search-results a {
	color: #f05a2a!important;
}

.site-content.search-results .page-numbers.current {
	background-color: #eee;
}

::-webkit-input-placeholder {
	color: #ddd;
}

::-moz-placeholder {
	color: #ddd;
}

:-ms-input-placeholder {
	color: #ddd;
}

:-moz-placeholder {
	color: #ddd;
}

.navigation-top {
	background: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 1);
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.4);
}

.navigation-top .wrap {
	max-width: 1280px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.navigation-top a .sub {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 5px;
	display: block;
	color: #999;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

.js .main-navigation ul,
.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
	display: none;
}

.main-navigation>div>ul {
	border-top: 1px solid #eee;
	padding: .75em 1.695em;
}

.js .main-navigation.toggled-on>div>ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: .4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: .5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px 0 2px auto;
	padding: 1em;
	text-shadow: none;
}

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.menu-toggle .icon {
	margin-right: .5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: .5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.site-header .menu-scroll-down {
	display: none;
}

#phone-num { display: none; }

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
:before,
:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

#masthead .wrap {
	position: relative;
}

.site-header {
	min-height:75px;
	background-color: #fafafa;
	position: relative;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: .7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1;
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: .8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: .8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: .9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.oasv3-front-page .custom-header,
.has-header-video.oasv3-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;
	top: 50%;
	padding-bottom: 1px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.oasv3-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.oasv3-front-page .site-branding,
.has-header-video.oasv3-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

.oasv3-front-page .site-content {
	padding: 0;
}

.oasv3-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.oasv3-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: .5em;
	padding-top: 1.75em;
}

.oasv3-panel .edit-link {
	display: block;
	margin: .3em 0 0;
}

.oasv3-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: .875rem;
}

.oasv3-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.oasv3-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: .6875rem;
	margin-left: 1em;
}

body.home .section-left .section-header h3 {
	font-size: 1.5em!important;
}

body.home .section-left .section-header h3 img {
	max-height: 25px;
	vertical-align: text-top;
}

.site-content-contain {
	background-color: #fff;
	position: relative;
	/* margin-top: 70px; */
}
body.home .site-content-contain {
  margin-top:0 !important;
}

.site-content {
	padding: 2.5em 0 0;
}

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.oasv3-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: .25em;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 800;
	letter-spacing: .1818em;
	padding-bottom: .25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: .666666666em;
	height: .666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: .5em .75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative!important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: .25em .5em .4em;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

.blog .site-main>article,
.archive .site-main>article,
.search .site-main>article {
	padding-bottom: 2em;
}

body:not(.oasv3-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.oasv3-front-page) .entry-header,
body:not(.oasv3-front-page) .entry-content,
body:not(.oasv3-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.oasv3-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: .8125rem;
}

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.oasv3-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: .5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

.howto-steps img {
	padding-top: 0px; 
	border: 15px solid #f0f0f0;
}

img.howto{
	padding-top: 0px; 
	border: 15px solid #f0f0f0;
	padding-bottom: 0px;
}

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 800;
	letter-spacing: .1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links+.tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: .5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: .7em 2em;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: .6875rem;
	letter-spacing: .1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: .9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: .5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: .5em;
}

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: .875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: .6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em .5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

.site-info {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

#comments {
	clear: both;
	padding: 2em 0 .5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: .4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 800;
	letter-spacing: .1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

.widget select {
	width: 100%;
}

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: .5em 0;
}

.widget ul li+li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: .25em;
	padding-top: .25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

.widget .post-date,
.widget .rss-date {
	font-size: .81em;
}

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li+li {
	margin-top: -1px;
}

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: .625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: .5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: .5em;
}

.widget_contact_info .contact-map {
	margin-bottom: .5em;
}

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

.widget_recent_entries .post-date {
	display: block;
}

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: .5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px!important;
	font-size: .875rem!important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px!important;
	position: relative;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: .8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

.site-content .wp-playlist {
	padding: .625em .625em .3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: .625rem;
	font-weight: 800;
	letter-spacing: .1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 .3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: .3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	top: -.0625em;
	vertical-align: middle;
	width: 1em;
}

.highlight-front-sections.oasv3-customizer.oasv3-front-page .oasv3-panel:after {
	border: 2px dashed #0085ba;
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.oasv3-customizer.oasv3-front-page .oasv3-panel .panel-content {
	z-index: 2;
}

.oasv3-customizer.oasv3-front-page .oasv3-panel .oasv3-panel-title {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

.highlight-front-sections.oasv3-customizer.oasv3-front-page .oasv3-panel:nth-of-type(1):after {
	border: none;
}

.oasv3-front-page.oasv3-customizer #primary article.panel-placeholder {
	border: 0;
}

.oasv3-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

.oasv3-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: .5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative!important;
	width: auto;
}

li.menu-icon {
	padding-left: 24px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

li.menu-icon.udc {
	background-image: url(../png/menu-udc.png);
}

li.menu-icon.dhist {
	background-image: url(../png/menu-dhist.png);
}

li.menu-icon.vis {
	background-image: url(../png/menu-vis.png);
}

li.menu-icon.alarm {
	background-image: url(../png/menu-alarm.png);
}

li.menu-icon.dvcd {
	background-image: url(../png/menu-dvcd.png);
}

li.menu-icon.iot {
	background-image: url(../png/menu-iot.png);
}

li.menu-icon.api {
	background-image: url(../png/menu-api.png);
}

li.menu-icon.net {
	background-image: url(../png/menu-net.png);
}

li.menu-icon.pricing {
	background-image: url(../png/menu-pricing.png);
}

li.menu-icon.none {
	border-top: solid 1px #eee;
}

.site-content button {
	padding: .6em 1.5em;
	background-color: #f05a2a;
}

.site-content button:hover {
	background-color: #fac8b7;
	color: #000;
}

.site-content.product button {
	background-color: #396;
}

.site-content.product button:hover {
	background-color: #c2df9f;
}

.site-content button i {
	margin-right: 0!important;
}

.site-content.product td i.oas-check-2 {
	font-size: 2em;
	color: #396;
	margin: 0;
}

.site-content.product td i.oas-remove-2 {
	font-size: 1.5em;
	color: #f05a2a;
	margin: 0;
}

.site-content.product td i.oas-report-problem-triangle {
	font-size: 1.5em;
	color: #f90;
	margin: 0;
}

ul.hexchecklist {
	list-style: disc;
}

li.hexcheckitem {
	background: url(../png/hexcheck-g.png) no-repeat left top;
	padding: 0 0 0 40px !important;
	list-style: none!important;
	margin-bottom: 10px!important;
	margin-left: 0!important;
	line-height: 1.2em!important;
	min-height: 24px;
	text-indent: 5px!important;
}

li.hexcheckitem:before {
	content: ""!important;
}

body.home .site-content .section {
	padding: 60px 0;
}

body.home .site-content .section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body.home .section h2 {
	font-weight: 400;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

body .site-content .section .block-left.callout,
body .site-content .section .block-right.callout {
	background-color: #f3f3f3;
	border: solid 1px #eee;
	padding: 40px;
}

.row {
    clear:both;
}
body .site-content .section .row:after {
	display: table;
	content: "";
	clear: both;
}

body.home .section.intro {
	padding: 50px 0;
	font-weight: 400;
	background-size: cover;
	background-position: 0 -160px;
	background-color: #004e9b;
	color: #fff;
	background-image: url(../jpg/intro_bkg_b.jpg);
}

body.home .section.intro h1 {
	color: #fff;
	font-weight: 400;
	font-size: 2.25em;
}

body.home .section.intro a {
	color: #f05a2a!important;
	font-weight: 400;
}

body.home .section.intro .block-left {
	background-color: transparent;
	box-shadow: none;
}

body.home .block-left.feature,
body.home .block-right.feature {
	width: 50%!important;
	box-sizing: border-box;
}

body.home .block-right.feature {
	padding: 20px 40px;
	background-color: #f9f9f9;
}

body.home .block-left.feature .section-left {
	padding: 10px 30px 10px 10px;
	margin: 0 0 5px;
	cursor: pointer;
	transition: all .5s ease;
}

body.home .block-left.feature .section-left .details {
	font-size: .75em;
	color: #333;
	display: block;
	margin-left: 55px;
}

body.home .block-left.feature .section-left.active {
	background-color: #f9f9f9;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

body.home .block-left.feature .section-left p {
	margin: 0!important;
	padding: 0!important;
}

body.home .block-left.feature .section-left span.icon {
	display: inline-block;
	width: 55px;
	text-align: center;
}

body.home .block-left.feature .section-left span.icon img {
	height: 22px;
	vertical-align: top;
}

body.home .block-left.feature .section-left {
	font-weight: 400;
	font-size: 1.3em;
	color: #004e9b;
}

body.home .block-right.feature .section-right {
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein .5s;
	-o-animation: fadein .5s;
	animation: fadein .5s;
	display: none;
}

body.home .block-right.feature .section-right img {
	width: 100%;
}

body.home .block-right.feature .section-right.show {
	display: block;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

body.home .section.use_cases {
	font-size: .9em;
}

body.home .section.use_cases h2 {
	font-weight: 400;
	color: #333!important;
}

body.home .section.use_cases h3,
body.home .section.use_cases h3 a {
	font-weight: 400;
	color: #004e9b!important;
	font-size: 1.1em;
	margin: 10px 0 5px;
}

body.home .section.use_cases a {
	font-weight: 400;
	color: #004e9b!important;
}

body.home .section.use_cases .use-case {
	margin-bottom: 30px;
}

body.home .section.use_cases .use-case h3>i {
	display: inline-block;
	float: left;
	font-size: 50px;
	margin: 0 15px 40px;
}

.home .section.product {
	background-color: #396;
	color: #fff;
}

.home .section.product h2 {
	margin-bottom: 50px;
}

.home .section.product h3 {
	margin-bottom: 5px;
	color: #fff;
	font-weight: 700;
}

.home .section.product a {
	font-weight: 400;
	color: rgba(255, 255, 255, 1)!important;
}

.home .section.product .product h3 {
	font-weight: 400;
	line-height: 1.15em;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.25em;
	margin-bottom: 10px;
}

.home .section.product .product h3 a {
	color: rgba(0, 0, 0, 0.9);
}

.home .section.product .product {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	margin-bottom: 20px;
}

.home .section.product .product p {
	margin-bottom: .75em;
}

.home .section.product .product img {
	margin: 0 .5em 15px 0 !important;
	float: left;
	width: 40px;
}

.home .section.product .product.wide img {
	width: 30px;
}

.home .section.product .product p {
	clear: both;
}

body .section.download {
	background-color: #eee;
	color: #333;
	padding: 20px 0 40px!important;
	text-align: center;
}

body.home .section.download {
	border: none!important;
}

body .section.download .dl.text {
	font-size: 1.1em;
	padding: 0 0 10px;
	width: 100%;
}

body .section.download .dl.button {
	background-color: #f05a2a !important;
	color: #fff !important;
	text-decoration: none;
	transition: background-color 0.2s;
	text-align: center;
	line-height: 1.2em!important;
}

body .section.download a.dl.button {
	text-decoration: none !important;
	background-color: #f05a2a !important;
	color: #fff !important;
	text-decoration: none;
	transition: background-color 0.2s;
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	border-radius: 5px;
}

body .section.download a.dl.button i {
	font-size: .85em!important;
}

body .section.download .dl.button button {
	background-color: #f05a2a !important;
	color: #fff !important;
	text-decoration: none;
	transition: background-color 0.2s;
	padding: 10px 20px;
	width: 100%;
	font-size: 1em!important;
	white-space: nowrap;
	border: solid 1px #fff!important;
	margin: 0!important;
	border-radius: 5px;
}

body .section.download .dl.button button:hover,
body .section.download a.dl.button:hover {
	color: #f05a2a !important;
	border-color: #f05a2a !important;
	background-color: #fff !important;
	text-decoration: none;
}

body .section.download .dl.button span.arrow,
body .section.download .dl.button a span.arrow {
	font-size: 1.5em;
	font-weight: 300;
	text-decoration: none !important;
}

body.home .section.customers {
	color: #999;
}

body.home .section.customers .logos {
	text-align: center;
}

body.home .section.customers .logos img {
	max-width: 300px;
	max-height: 55px;
	margin: 0 35px 20px;
	opacity: .4;
	filter: alpha(opacity=40);
	vertical-align: middle;
}

body.home .section.articles h2 {
	font-weight: 300;
	font-size: 1.5em;
	color: #000!important;
}

body.home .section.articles {
	background-color: #ddd;
	color: #fff;
	padding: 40px 0 60px;
}

.home .section.articles .post {
	display: inline-block;
	width: 100%;
	padding: 0 25px;
	font-size: .8em;
	margin: 20px 0 0;
	vertical-align: top;
}

body.home .section.articles .post img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 130px!important;
	border: solid 2px rgba(255, 255, 255, 0.5);
}

body.home .section.articles .post h3 {
	margin-top: 0;
	padding-top: 5px;
}

body.home .section.articles .post h3,
body.home .section.articles .post h3 a {
	font-weight: 400;
	color: #004e9b!important;
	margin: 0;
	font-size: 1.15em;
	line-height: 1.15em;
}

body.home .section.articles .post .pub-date {
	font-weight: 400;
	font-style: italic;
	color: rgba(0, 0, 0, 0.5)!important;
	margin: 0 0 10px;
}

body.home .section.articles .post div {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 10px;
}

body.home .section.articles .post a {
	font-weight: 700!important;
	color: #004e9b!important;
}

body.home .section.articles .all-posts {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
}

body.home .section.articles .all-posts a {
	font-weight: 700;
	color: #004e9b!important;
	font-size: 1em;
}

body .section.content {
	padding-bottom: 40px;
}

body .section.content ul li ul {
	margin: 10px 0 0;
	list-style: none;
}

body .section.content ul li ul li {
	margin-bottom: 5px;
	padding-left: 1.8em;
	text-indent: -.7em;
}

body .section.content ul li ul li:before {
	content: "\00BB";
	color: #f05a2a;
	padding-right: 10px;
}

.oasv3-front-page.has-header-image .site-branding,
.oasv3-front-page.has-header-video .site-branding,
.home.blog.has-header-image .site-branding,
.home.blog.has-header-video .site-branding {
	margin-bottom: 70px;
}

.oasv3-front-page.has-header-image .custom-header-media,
.oasv3-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
	height: 1200px;
	height: 100vh;
	max-height: 100%;
	overflow: hidden;
}

.section.product_banner {
	background-color: #396;
	padding: 50px 0;
	margin-bottom: 40px;
	color: #fff;
}

.section.product_banner p {
	font-size: 1.25em;
	margin-bottom: 5px;
	font-weight: 400;
	font-weight: 300;
	letter-spacing: .5px;
	color: rgba(255, 255, 255, 0.8);
}

.section.product_banner h1 {
	color: #fff;
	font-weight: 400;
	font-size: 2.25em;
	margin-bottom: 10px;
}

.product_banner .banner-img {
	max-width: 300px;
	vertical-align: top;
	float: right;
	margin-left: 40px;
}

body .section.page_banner {
	background-color: #333aa2;
	padding: 40px 0;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.7);
}

body .section.page_banner h1 {
	margin: 0;
}

body .section.page_banner h1 i {
	font-size: 80px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.site-content.page p {
	margin: .5em 0;
}

.site-content.page ol {
	counter-reset: section;
	list-style-type: none;
}

.site-content.page ul {
	margin: 0 0 1.5em 2.5em;
}

.site-content.page li {
	clear: both;
	line-height: 1em;
	margin: 25px 0 15px;
}

.site-content.page ol li:before {
	counter-increment: section;
	content: counters(section, ".");
}

.site-content.page li::before {
	font-size: 1.5em;
	margin: -10px 0 0;
	float: left;
	display: inline-block;
	background-color: transparent;
	padding: 10px 0 0;
}

.site-content.page .content {
	margin: 60px 0 40px;
}

.site-content.page .callout .price {
	font-size: 2.5em;
	font-weight: 300;
}

.site-content.page h2 {
	color: #f05a2a;
}

body .section.page_banner:after {
	content: "";
	display: table;
	clear: both;
}

body .section.usecase_banner {
	background-color: #feb800;
	color: #fff;
	padding: 40px 0;
	font-weight: 400;
	background-image: url(../jpg/intro_bkg.jpg);
	background-size: cover;
	background-position: 0 -310px;
	margin-bottom: 40px;
}

body .section.usecase_banner h1 {
	color: #fff;
	font-weight: 400;
	font-size: 2.25em;
	margin-bottom: 10px;
}

body .section.industry_banner {
	background-color: #333;
	color: #fff;
	padding: 40px 0;
	font-weight: 400;
	background-size: cover;
	background-position: 0 0;
	margin-bottom: 40px;
	background-repeat: no-repeat;
}

body .section.industry_banner h1 {
	color: #fff;
	font-weight: 400;
	font-size: 2.25em;
	margin-bottom: 0;
}

body .section.usecase_banner p,
body .section.industry_banner p {
	margin: 1em 0 0!important;
}

body #content.industry h1,
body #content.industry h2,
body #content.industry h3,
body #content.industry h4 {
	clear: none;
	font-weight: 700;
}

body #content.industry a {
	color: #006686;
	font-weight: 700!important;
}

.industry .product_callout a {
	color: #006686!important;
}

.site-content.industry .cases {
	padding: 10px 20px 10px 0;
}

.ste-content.industry .cases:after {
	content: "";
	display: table;
	clear: both;
}

.site-content.industry .cases .case {
	transition: all .5s ease;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 10px;
	border: solid 1px #ddd;
	background-color: #f9f9f9;
	height: 80px;
	box-sizing: content-box;
}

.site-content.industry .cases .case:hover {
	background-color: #fff!important;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	border-color: #006686!important;
}

.site-content.industry .cases .case p {
	margin: 0;
	font-size: .8em;
}

.site-content.cases .cases .case h3 {
	font-size: 1.3em;
	margin: 0;
}

.industry.index .cases {
	padding: 10px 0;
}

.site-content.industry .cases .case .thumbnail,
.site-content.industry.index .cases .case .thumbnail {
	background-position: 33% 0;
	background-size: cover;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
}

.site-content.industry.index .cases .case .thumbnail {
	background-position: -33% 0;
}

.site-content.industry .cases .case .content,
.industry.index .cases .case .content {
	padding: 5px;
	display: inline-block;
	margin-top: 12px;
	vertical-align: top;
	width: 85%;
}

.site-content.industry .cases .case .content p,
.industry.index .cases .case .content p {
	margin: 0;
	display: block;
	overflow: hidden;
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-content.industry .cases .case .content h3,
.industry.index .cases .case .content h3 {
	margin: 0 0 3px;
}

.site-content.product a {
	color: #396;
}

.site-content.product .intro p {
	font-size: 1.2em;
	line-height: 1.5em;
}

.site-content.product h2 {
	/* color: #396!important; */
	font-weight: 700;
}

.site-content.product i {
	margin-right: 15px;
}

.site-content.product li i {
	margin-right: 5px;
	margin-left: 15px;
}

.site-content.product .callout,
.site-content .product_callout {
	background-color: #f3f3f3;
	box-sizing: content-box;
	padding: 20px!important;
	color: rgba(0, 0, 0, 0.8);
	font-size: .75em;
	width: 100%;
}

.site-content .product_callout {
	margin: 0 0 1.5em 50px !important;
}

.site-content.product .callout .prod,
.site-content .product_callout .prod {
	padding: 7px 20px 7px 75px;
	background-repeat: no-repeat;
	background-position: 30px 15px;
	background-size: 32px;
	margin: 0 -20px;
}

.site-content.product .callout .prod.selected,
.site-content .product_callout .prod.selected {
	border-left: solid 10px #396;
	padding-left: 65px;
	background-color: #fff;
	background-position: 20px 15px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	margin-left: -23px!important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-content.product .callout .prod.udc,
.site-content .product_callout .prod.udc {
	background-image: url(../png/icon-udc-b.png);
}

.site-content.product .callout .prod.dh,
.site-content .product_callout .prod.dh {
	background-image: url(../png/icon-dh-b.png);
}

.site-content.product .callout .prod.alarm,
.site-content .product_callout .prod.alarm {
	background-image: url(../png/icon-alarm-b.png);
}

.site-content.product .callout .prod.dvcd,
.site-content .product_callout .prod.dvcd {
	background-image: url(../png/icon-dvcd-b.png);
}

.site-content.product .callout .prod.iot,
.site-content .product_callout .prod.iot {
	background-image: url(../png/icon-iot-b.png);
}

.site-content.product .callout .prod.api,
.site-content .product_callout .prod.api {
	background-image: url(../png/icon-api-b.png);
}

.site-content.product .callout .prod.vis,
.site-content .product_callout .prod.vis {
	background-image: url(../png/icon-vis-b.png);
}

.site-content.product .callout .prod.net,
.site-content .product_callout .prod.net {
	background-image: url(../png/icon-net-b.png);
}

.site-content.product .callout .prod.selected a,
.site-content .product_callout .prod.selected a {
	font-size: 1.5em;
	color: #000!important;
	margin-top:12px;
}

.site-content.product .callout a,
.site-content .product_callout a {
	color: #396!important;
	text-decoration: none;
	font-size: 1.25em;
	display: inline-block;
	margin-top:12px;
}

.site-content.product .callout p,
.site-content .product_callout p {
	margin: 0;
	display: block;
}

.site-content.product .callout p:after,
.site-content .product_callout p:after {
	clear: both;
	content: "";
	display: block;
}

.site-content.product .callout h2,
.site-content .product_callout h2 {
	color: rgba(0, 0, 0, 0.7)!important;
	margin: 0 0 20px;
	font-weight: 400;
}

.industry .product_callout a {
	color: #006686!important;
}

.industry.index .product_callout {
	display: none;
}

.site-content.product .product-blocks:after {
	content: "";
	display: table;
	clear: both;
}

.site-content.product .product-blocks .prod {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	min-height: 145px;
	padding: 20px;
	border: solid 1px #eee;
	margin: 0 0 20px 2%;
	color: #666;
	font-size: .85em;
	background-color: #f9f9f9;
}

.site-content.product .block-left .product-blocks .prod {
	width: auto!important;
	min-height: auto!important;
}

.site-content.product .product-blocks .prod p {
	margin: 0!important;
}

.product-blocks .prod {
	transition: all .5s ease;
}

.product-blocks .prod:hover {
	background-color: #fcfcfc!important;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	border-color: #396!important;
}

.site-content.product h4.netlink {
	margin: 40px 0 10px!important;
}

.site-content.product h4.netlink img {
	width: 24px;
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}

.site-content ul {
	margin: 0 0 10px 2.5em;
	list-style: none;
}

.site-content ul.howto {
	margin: 0 0 10px 1.0em;
}

.site-content ul.howto li {
	clear: both;
  	color: grey; 
	line-height: 1.5em;
	margin-bottom: .75em;
	margin: 0 0 0;
}

.site-content ul.howto li::before {
	content: "\2022"; 
}

.site-content ul.howtoheader {
	margin: 0 0 10px 1.0em;
}

.site-content ul.howtoheader li {
	clear: both;
  	color: grey; 
	line-height: 1.5em;
	margin-bottom: .75em;
	margin: 0 0 0;
}

.site-content ul.howtoheader li::before {
	content: "\25B8"; 
}

.site-content ul.howtoheader li a,a:active,a:hover  { 
	color: black;
	text-decoration: underline;
	/* font-weight: bold; */
}

.site-content ul.bare {
	margin: 0 0 10px 2.5em;
	list-style: none;
}

.site-content ul li {
	padding-left: 0;
	text-indent: 0;
	line-height: 1.2em;
	margin-bottom: .75em;
}

.site-content ul li:before {
	content: "\25AA";
	padding: 0 10px 0 0;
	margin-left: -1em!important;
}

.site-content ul.bare li:before {
	content: "";
	margin-left: -3em!important;
}

.site-content.product ul.inline {
	margin-left: 0;
}

.site-content.product ul.inline:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.site-content.product ul.inline li {
	float: left;
	margin-left: 20px;
}

.site-content.product h4 {
	padding: 10px 0 0!important;
	margin: 0!important;
	padding: 0 0 0 0!important;
	margin: 0 0 10px 0!important;
}

.site-content.products-main h2 {
	padding-top: 10px;
}

.site-content.products-main h3 {
	margin: 10px 0 10px 20px;
	padding-top: 0;
}

.site-content.products-main .sub {
	margin: 0 0 20px 20px;
	font-size: .85em;
}

.site-content.products-main hr {
	height: 1px;
	color: #ddd;
	margin: 30px 0;
	background-color: #ddd;
}

.site-content.products-main h2 img {
	width: 40px;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

.site-content.products-main h2 i {
	margin-left: 10px;
	font-size: .85em;
}

.site-content.use-case a {
	color: #f05a2a!important;
}

.site-content.use-case h2 {
	color: #000;
}

.site-content.use-case .cases {
	padding: 10px 20px;
}

.ste-content.use-case .cases:after {
	content: "";
	display: table;
	clear: both;
}

.site-content.use-case .cases .case {
	transition: all .5s ease;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 10px;
	border: solid 1px #ddd;
	background-color: #f9f9f9;
}

.site-content.use-case .cases .case:hover {
	background-color: #fff!important;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	border-color: #f05a2a!important;
}

.site-content.use-case .cases .case p {
	margin: 0;
	font-size: .8em;
}

.site-content.use-case .cases .case h3 {
	font-size: 1.3em;
	margin: 0;
}

.site-content.use-case .callout {
	background-color: #f3f3f3;
	border: solid 1px #eee;
	padding: 40px;
}

.site-content.use-case .callout h2 {
	margin: 0 0 10px;
}

.site-content.use-case .callout p {
	margin: 0 0 10px;
	font-size: .85em;
}

.site-content.use-case .callout ul li img {
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
}

.site-content.use-case .callout li i.component-icon {
	margin: 0 12px 0 2px;
}

.site-content.use-case figcaption {
	color: #00a69e!important;
	margin: 5px 0 10px;
}

ul.nostyle {
	list-style: none!important;
	margin-left: 1em;
}

ul.nostyle li:before {
	content: ""!important;
	margin: 0!important;
	padding: 0!important;
}

.wp-svg-custom-oas-arrow-right-9.oas-arrow-right-9 {
	font-size: .75em!important;
}

body .site-content.use-case .trail {
	margin: 0 0 -15px;
}

table.price-table {
	margin: 10px 0 20px;
}

table.price-table tr {
	border-bottom: none!important;
	border-top: solid 1px #ddd;
}

table.price-table tr td {
	padding: 5px 0;
	font-size: .85em;
	vertical-align: bottom;
}

table.price-table tr td.item-price {
	font-size: 1.1em;
	text-align: right;
}

table.price-table table.sub {
	margin: 0;
}

table.price-table table.sub tr {
	border-bottom: none!important;
	border-top: none!important;
}

table.price-table table.sub td {
	padding: 0 0 5px 20px;
}

.callout .price {
	text-align: right;
}

.site-content.knowledge-base a {
	color: #f05a2a;
}

.section.post_banner {
	background-color: #eee;
	padding: 20px 0;
	margin-bottom: 40px;
}

.section.post_banner h1 {
	font-weight: 400;
	font-size: 2.25em;
	margin-bottom: 10px;
}

.site-content.post aside {
	width: 100%;
	float: none;
}

.site-content.post .post-content {
	float: none;
	width: 100%;
	margin-top: 40px;
}

.site-content.knowledge-base .post-content h1 {
	margin: 0 0 20px;
	padding: 0 0 2px;
	font-weight: 400;
	border-bottom: solid 1px #ccc;
}

.site-content.knowledge-base .post-content h2 {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.site-content.knowledge-base .post-content h3 {
  margin: 40px 0 10px;
  padding: 0;
  font-weight: bold;
  color: #369;
}

.site-content.post .section.content:after {
	display: table;
	content: "";
	clear: both;
}

.site-content aside .kb-sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #eee;
	width: 100%;
}

.site-content aside .kb-sidebar>li {
	padding: 10px 0 0;
	margin-bottom: 0!important;
	font-size: 1em;
}

.site-content aside .kb-sidebar li:before {
	content: " ";
	padding: 0!important;
	margin-left: 0!important;
}

.site-content aside .kb-sidebar a {
	color: #666!important;
	display: table-cell;
}

.site-content aside .kb-sidebar i.fa-plus,
.site-content aside .kb-sidebar i.fa-minus {
	color: #f05a2a!important;
	font-size: .75em;
}

.site-content aside .kb-sidebar i.fa-fw {
	font-size: .75em;
	width: 1.85em;
	display: table-cell;
}

.site-content aside .kb-sidebar li:before {
	content: ""!important;
	color: #000!important;
	padding: 0!important;
}

.site-content aside .kb-sidebar .sub-menu {
	margin: 10px 0 0;
	display: table;
	overflow: hidden;
}

.site-content aside .kb-sidebar .sub-menu li {
	margin: 0!important;
	text-indent: 0;
	border-top: solid 1px #eee;
	padding: 10px 0 10px 2.15em;
	font-size: .95em!important;
}

.site-content aside .kb-sidebar .sub-menu li.menu-item-has-children {
	padding-left: .75em!important;
	padding-bottom: 0;
}

.site-content aside .kb-sidebar li.menu-item-has-children>a {
	font-weight: 400;
}

.site-content aside .kb-sidebar li.menu-item-no-children {
	padding-left: 1.5em;
	padding-bottom: 10px!important;
}

.site-content aside .expander {
	cursor: pointer;
}

.site-content aside .kb-sidebar .sub-menu li.current-menu-item,
.site-content aside .kb-sidebar .menu-item-no-children.current-menu-item {
	background-color: #f3f3f3;
}

.site-content aside .kb-sidebar .sub-menu li.current-menu-item a {
	color: #333!important;
}

/* TOC */
.site-content.knowledge-base .toc {
	padding: 20px;
	font-size: .8em;
	background-color: #f6f6f6;
	display: inline-block;
	margin: 0 0 20px;
  /* position: sticky; */
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  top: 80px;
}
.site-content.knowledge-base .toc .header {
	text-transform: uppercase;
	margin-bottom: 5px;
	border-bottom: solid 1px #ddd;
}
.site-content.knowledge-base .toc .toc_items {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding:12px 5px 0;
}
.site-content.knowledge-base .toc .toc_item {
  padding: 0;
  cursor: pointer;
}
.site-content.knowledge-base .toc .toc_item .toc_link {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px 12px 3px;
  display: inline-block;
  background-color: #fcfcfc;
  color: #666;
  font-size:14px;
  text-decoration: none;
}
.site-content.knowledge-base .toc .toc_item .toc_link:hover {
  border: solid 1px #fff;
  background-color: #fff;
  color: #000;
}
/* END TOC */

.site-content.knowledge-base #accordion.panel-group {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
}
.site-content.knowledge-base #accordion.panel-group .panel {
	margin: 0;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-heading {
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #f6f6f6;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-heading p {
	margin: 0;
	padding: 0;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-heading h4 {
	margin: 0;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-collapse {
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 20px;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-collapse.collapse {
	height: 0;
	padding: 0 20px 5px;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-collapse .panel-body {
	overflow: hidden;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-collapse.collapse .panel-body {
	height: 0;
}

.site-content.knowledge-base #accordion.panel-group .panel .panel-collapse.collapse p {
	margin: 0!important;
}

.site-content.knowledge-base #accordion.panel-group .panel p {
	margin: 0!important;
}

#accordion i.fa.fa-fw.fa-plus,
#accordion i.fa.fa-fw.fa-minus {
	font-size: .75em;
}

.site-content.faq .qna,
.qna_container .qna {
	padding: 0 15px 10px;
	display: table;
}

.site-content.faq .qna .q,
.qna_container .qna .q {
	font-size: 1.1em;
	font-weight: 400;
}

.site-content.faq .q i.fa,
.qna_container .q i.fa {
	width: 20px;
	font-size: .85em;
	color: #f05a2a;
	display: table-cell;
}

.site-content.faq .qna .q .txt,
.qna_container .qna .q .txt {
	display: table-cell;
	padding-left: 10px;
}

.site-content.faq .a,
.qna_container .a {
	margin-left: 2em;
	border-width: 10px;
	border-style: solid;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	border-color: #fff;
	-webkit-transition: background-color 200ms linear, border-color 200ms linear;
	-ms-transition: background-color 200ms linear, border-color 200ms linear;
	transition: background-color 200ms linear, border-color 200ms linear;
}

.site-content.faq .a.expanded,
.qna_container .a.expanded {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}

.site-content.faq .a a,
.qna_container .a a {
	color: #f05a2a!important;
}

.site-content.faq #cat_sel_container,
.qna_container #cat_sel_container {
	margin: 0 0 20px;
	border-bottom: solid 1px #eee;
	padding-bottom: 20px;
}

/* Start Change */

#accordion i.fa.fa-fw.fa-plus,
#accordion i.fa.fa-fw.fa-minus {
	font-size: .75em;
}

.site-content.ts .tsh,
.tsh_container .tsh {
	padding: 0 15px 10px;
	display: table;
}

.site-content.ts .tsh .q,
.tsh_container .tsh .q {
	font-size: 1.1em;
	font-weight: 400;
}

.site-content.ts .q i.fa,
.tsh_container .q i.fa {
	width: 20px;
	font-size: .85em;
	color: #f05a2a;
	display: table-cell;
}

.site-content.ts .tsh .q .txt,
.tsh_container .tsh .q .txt {
	display: table-cell;
	padding-left: 10px;
}

.site-content.ts .a,
.tsh_container .a {
	margin-left: 2em;
	border-width: 10px;
	border-style: solid;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	border-color: #fff;
	-webkit-transition: background-color 200ms linear, border-color 200ms linear;
	-ms-transition: background-color 200ms linear, border-color 200ms linear;
	transition: background-color 200ms linear, border-color 200ms linear;
}

.site-content.ts .a.expanded,
.tsh_container .a.expanded {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}

.site-content.ts .a a,
.tsh_container .a a {
	color: #f05a2a!important;
}

.site-content.ts #cat_sel_container,
.tsh_container #cat_sel_container {
	margin: 0 0 20px;
	border-bottom: solid 1px #eee;
	padding-bottom: 20px;
}

/* End Change */

.site-content.blog a {
	color: #369!important;
}

.site-content.blog .post-content {
	width: auto;
	float: none;
	width: 100%!important;
}

.site-content.blog .section.post_banner {
	background-color: #369;
	padding: 40px 0;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.8);
}

.site-content.blog .section.post_banner h1 {
	font-weight: 300;
	text-transform: none;
}

.site-content.blog.single .section.post_banner h1 {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.site-content.blog .post {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: .8em;
	border-top: solid 1px #ddd;
	width: 100%;
}

.site-content.blog .post.featured {
	width: 100%;
	margin-bottom: 40px;
	border-top: none;
}

.site-content.blog .post img {
	max-width: 150px;
}

.site-content.blog .post h3 {
	margin: 0;
	padding-top: 10px;
	line-height: 1.15em;
	margin-bottom: 5px;
}

.site-content.blog .post h3 a {
	font-weight: 400;
	margin: 0;
	font-size: 1em;
}

.site-content.blog .post .pub-date {
	font-weight: 300;
	font-style: italic;
	color: rgba(0, 0, 0, 0.8)!important;
	margin: 0 0 10px;
}

.site-content.videos a.vid-share {
	color: #333aa2!important;
}

body .section.getting_started {
	padding: 60px 0 40px;
}

body .section.getting_started ul li a {
	color: #396!important;
}

body .section.videos,
body .section.related-videos {
	padding: 50px 0;
}

body .section.related-videos {
	padding: 50px 0;
}

body .section.videos h3,
body .section.related-videos h3 {
	color: #999;
	margin: 0 0 25px;
	padding: 0;
	border-bottom: solid 1px #ccc;
}
body .section.related-videos h2 i {
	margin-right: 5px;
}

body .section.videos .video,
body .section.related-videos .video {
	width: 100%;
	padding: 0 20px 40px;
	display: inline-block;
	vertical-align: top;
}

body .section.videos .video .title,
body .section.related-videos .video .title {
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 10px!important;
}

body .section.videos .video .desc,
body .section.related-videos .video .desc {
	font-size: .85em;
}

body .section.videos .video iframe,
body .section.related-videos .video iframe {
	margin-bottom: 5px;
}

a {
	color: #000;
}

.video-thumb {
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.video-thumb.sm {
	max-width:45%;
}

body .section.related-videos .video-thumb,
body .section.videos .video-thumb {
	float: none;
}

.related-videos .video-thumb {
	margin-bottom: 0!important;
}

.video-thumb:after {
	clear: both;
	content: "";
	display: table;
}

.video-thumb a {
	position: absolute;
	display: block;
	background-image: url(../png/icon-play.png);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.video-thumb.sm a {
	background-image: url(../png/icon-play-sm.png);
}

.video-thumb img {
	border: solid 4px #eee;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}

#vid-popover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

#vid-popover #vid-player {
	margin: 60px auto;
	width: 560px;
	height: 315px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	box-sizing: content-box;
	border-radius: 3px;
}

.site-content.downloads a {
	color: #f05a2a;
}

.site-content.downloads .dl_grid .dl_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 5px;
	min-width: 320px;
}

.site-content.downloads button {
	margin-top: 10px;
	font-weight: 400!important;
	background-color: #eee;
	color: #333;
	border: solid 1px #ccc;
}

.site-content.downloads button:hover {
	background-color: #333;
	color: #fff;
}

.site-content.downloads table.version_history td {
	font-size: .85em;
	padding: 0 10px!important;
}

.site-content.downloads table.version_history tr:nth-child(even) {
	background-color: #f6f6f6;
}

.site-content.downloads table.version_history tr:hover {
	background-color: #ddd;
}

.site-content.downloads table.version_history td button {
	font-size: .85em!important;
	margin: 3px 0!important;
	padding: 5px 10px!important;
}

.site-content.downloads table.version_history th {
	padding: 0 10px;
}

.site-content.downloads table.version_history th.dl,
.site-content.downloads table.version_history td.dl {
	text-align: center;
}

.site-content.missing a,
.site-content.missing h2 {
	color: #f05a2a!important;
}

.site-content.missing .sad {
	text-align: center;
	font-size: 19em;
	color: rgba(0, 0, 0, 0.02);
}

.site-content.knowledge-base .attrib {
	border-top: solid 1px #ddd;
	padding-top: 20px;
}

.site-content.knowledge-base .attrib h3 {
	font-weight: 400;
	margin-bottom: 0;
}

.site-content.knowledge-base .attrib .attrib_name,
.site-content.knowledge-base .attrib .attrib_type {
	font-size: .9em;
	color: #ccc;
	text-transform: uppercase;
	margin: 10px 0 5px;
}

.site-content.knowledge-base .attrib .config {
	margin: 10px 0 0;
	list-style: none;
	list-style-type: none;
}

.site-content.knowledge-base .attrib .config li {
	margin: 0 0 0 25px;
}

.site-content.knowledge-base .attrib .config li:before {
	content: ""!important;
}

.site-content.knowledge-base .attrib .config li.title,
.site-content.knowledge-base .attrib .example .title {
	font-size: .9em;
	color: #ccc;
	text-transform: uppercase;
	margin: 0;
}

.site-content.knowledge-base .attrib .config {
	margin-left: 5px;
}

.site-content.knowledge-base .attrib .example,
.site-content.knowledge-base .attrib p {
	margin-top: 10px;
}

.site-content.knowledge-base .attrib .config li.field {
	text-transform: lowercase;
	font-family: courier, monospace;
	margin-top: 5px;
}

.site-content.knowledge-base .attrib .attrib_name strong,
.site-content.knowledge-base .attrib .attrib_type em {
	font-size: 1.25em;
	color: #000;
	text-transform: lowercase;
	font-family: courier, monospace;
	margin-left: 10px;
}

.site-content.knowledge-base .attrib .demo {
	padding: 10px 20px;
	margin: 10px 0 -10px;
	background-color: #f6f6f6;
}

.site-footer {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	margin-top: 0;
	background-color: #333;
	padding: 40px 0;
	color: #999;
}

.site-footer .content-left {
	float: left;
}

.site-footer .content-left a {
	color: #aaa!important;
	font-size: 1.25em;
}

.site-footer h3 {
	font-size: 1.35em;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px;
}

.site-footer .address {
	line-height: 1.3em;
}

.site-footer .phone {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.8em;
}

.site-footer .content-right {
	float: right;
}

.menu-footer-container,
.menu-footer2-container {
	float: left;
}

.menu-footer-container li:before,
.menu-footer2-container li:before {
	content: ""!important;
}

.menu-footer-container li,
.menu-footer2-container li {
	margin: 2px 0!important;
	line-height: 1.55em!important;
}

.menu-footer2-container {
	margin-left: 25px;
}

.site-footer .content-right ul {
	list-style-type: none;
	margin-left: 0!important;
	padding-left: 0!important;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.site-footer .content-right ul a {
	color: #fff;
	font-size: 1.2em;
}

.site-footer .content-right ul.sub-menu a {
	color: #999;
	font-size: 1em;
}

.site-footer .content-right ul.sub-menu {
	margin-left: 15px;
}

.site-footer .content-right ul.sub-menu li {
	line-height: 1.55em;
	margin-left: 10px!important;
}

.phone {
	display: none;
}

li.menu-icon {
	padding-left: 35px;
	background-position: 0 10px;
}

.how-to .post-content .post.how-to {
	margin: 0 0 40px;
}

.how-to .post-content .post.how-to h2 {
	margin: 0 0 5px;
}

.how-to .post-content .post.how-to a {
	color: #f05a2a!important;
}

ul.collapsible .collapse {
	display: none;
}

.address-block {
	background-color: #f6f6f6;
	padding: 20px 20px 20px 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	width: 75%;
}

.address-block h2 {
	margin-left: -20px;
}

.download-callout {
	padding: 20px;
	background-color: #f6f6f6;
}

.site-content.downloads a {
	color: #f05a2a!important;
}

ul.gfield_checkbox li {
	margin-left: 5px!important;
	text-indent: 0!important;
}

ul.gfield_checkbox input[type="checkbox"] {
	margin: 0 10px 5px 0 !important;
}

.gform_confirmation_wrapper {
	min-height: 500px;
	font-size: 1.5em;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0 5px;
	margin: 0 -5px;
}

p.step {
	margin: 0;
	padding: 10px 0 20px;
}

.navigation-top {
	position: fixed;
	z-index: 8;
	width: 100%;
	padding-right: 20px;
}

/** Pricing **/
table.pricing-matrix {
    margin: 0 auto;
	border: solid 0px #fff;
}
table.pricing-matrix tr {
	border-bottom: none;
}
table.pricing-matrix td.feature-head {
	text-align: left;
	vertical-align: bottom;
	width:200px;
	color:#999;
	border-bottom: solid 1px #003e8b;
}
table.pricing-matrix td.c1 {
	background-color: #f2f6fa;
	border-left: solid 1px #bfd3e6;
}
table.pricing-matrix td.c2 {
	background-color: #e5edf5;
}
table.pricing-matrix td.c3 {
	background-color: #d9e5f0;
}
table.pricing-matrix td.c4 {
	background-color: #ccdceb;
	border-right: solid 1px #bfd3e6;
}

table.pricing-matrix td.case-header {
    font-weight: bold;
	text-align: center;
	border-top: solid 1px #bfd3e6;
	width: 160px;
	vertical-align: top;
	border-bottom: solid 1px #003e8b;
}
table.pricing-matrix td.last {
	border-bottom: solid 1px #003e8b !important;
}
table.pricing-matrix td.case-header .title {
    white-space: nowrap;
	color: #003e8b;
}

table.pricing-matrix td {
    padding: 10px 10px;
	text-align: center;
	border-bottom: solid 1px #bfd3e6;
}

table.pricing-matrix td.feature {
    text-align: left !important;
	background-color: #fff;
	border-bottom: solid 1px #bfd3e6;
	border-left: solid 1px #bfd3e6;
	text-align: left;
}

table.pricing-matrix td.feature .title {
    font-weight: bold;
    line-height: 1em;
	margin-bottom: 5px;
	color:#333;
}
table.pricing-matrix td .title {
    font-weight: bold;
    line-height: 1em;
	margin-bottom: 5px;
	text-align: left !important;
	color:#999;
}

table.pricing-matrix td.price-title {
	text-align: left;
	color:#999;
	border-bottom:none !important;
}
table.pricing-matrix td.price {
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: solid 1px #a8cadd;
}

table.pricing-matrix td.included i.oas-check-2 {
	font-size: 2em;
	color: #003e8b;
}

table.pricing-matrix td p {
    font-size: 0.75em;
    margin: 0 !important;
	padding: 0;
    line-height: 1.1em;
    font-weight: normal;
}
/*************/

/*NPA Custom CSS*/
.section.post_banner .npa-bnrtitle {
	font-weight: 400;
	font-size: 2.25em;
	margin-bottom: 10px;
	line-height: 1em;
}
	

@media screen and (min-width: 576px) {
	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}
	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	h5 {
		font-size: 13px;
		font-size: .8125rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1rem;
	}
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}
	img.alignright {
		float: right;
		margin-left: 1.5em;
	}
	.site-branding {
		padding: 3em 0;
	}
	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}
	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}
	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}
	.taxonomy-description {
		font-size: 14px;
		font-size: .875rem;
	}
	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}
	.site-footer {
		font-size: .8rem;
	}
	.section.download a.dl.button {
		width: 50%;
		margin: 5px 0 0;
	}
	.site-content.product .product-blocks .prod {
		width: 46%;
	}
	.site-content.product .callout,
	.site-content .product_callout {
		margin: 0 0 1em -20px !important;
	}
}

@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.wrap {
		max-width: 1280px;
		padding-left: 3em;
		padding-right: 3em;
	}
	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}
	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}
	.error404 #primary {
		float: none;
	}
	.site-branding {
		margin-bottom: 0;
	}
	.has-header-image.oasv3-front-page .site-branding,
	.has-header-video.oasv3-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}
	.has-header-image.oasv3-front-page .custom-header,
	.has-header-video.oasv3-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}
	.custom-header-media {
		height: 165px;
		position: relative;
	}
	.oasv3-front-page.has-header-image .custom-header-media,
	.oasv3-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}
	.has-header-image:not(.oasv3-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.oasv3-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.custom-logo-link {
		padding-right: 2em;
	}
	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}
	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}
	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}
	.navigation-top {
		/* bottom: 0; */
		font-size: 14px;
		font-size: .875rem;
		left: 0;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 3;
		padding-right: 0;
	}
	.navigation-top .wrap {
		max-width: 1280px;
		padding: .75em 3.4166666666667em;
	}
	.navigation-top #home_logo {
		display: inline-block;
		width: 50px;
		height: 50px;
	}
	.navigation-top nav {
		margin-left: -1.25em;
		display: block;
		margin-top: -52px!important;
		margin-left: 70px!important;
	}
	ul#top-menu ul.sub-menu {
		width: 350px;
	}
	ul#top-menu ul.sub-menu li a {
		text-decoration: none !important;
		width: 100%;
	}
	#top-menu>li.home {
		float: left;
	}
	#top-menu>li.products,
	#top-menu>li.about,
	#top-menu>li.support,
	#top-menu>li.download,
	#top-menu>li.phone {
		float: right;
	}
	#top-menu>li.phone {
		display: none;
	}
	#top-menu>li.phone a {
		color: #f05a2a!important;
		cursor: default!important;
	}
	#top-menu>li a:focus,
	#top-menu>li:focus,
	#top-menu>li,
	#top-menu>li a {
		outline: none!important;
		border: none!important;
	}
	#top-menu>li.home a,
	#home_label {
		font-size: 1.4em;
		line-height: 1em;
		margin: 0 0 0 -5px;
		padding: 12px 0 0;
		font-weight: 400;
	}
	#top-menu>li.download a {
		border: solid 1px #fff !important;
		padding: 5px 10px;
		border-radius: 5px;
		margin-top: 8px;

		background-color: #f05a2a !important;
		color: #fff !important;
		text-decoration: none;
		transition: background-color 0.2s;
	}
	#top-menu>li.download a:hover {
		border: solid 1px #f05a2a !important;
		background-color: #fff !important;
		color: #f05a2a !important;
	}
	#home_label {
		display: none;
	}
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}
	.main-navigation {
		width: auto;
	}
	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation>div>ul {
		display: block;
	}
	.main-navigation ul {
		background: transparent;
		padding: 0;
	}
	.main-navigation>div>ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation li li {
		display: block;
	}
	.main-navigation a {
		padding: 1em 1.25em;
	}
	.main-navigation ul ul {
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.1);
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
	}
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}
	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}
	.main-navigation ul ul li:hover>ul,
	.main-navigation ul ul li.focus>ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul a {
		padding: .75em 1.25em;
		width: 16em;
	}
	.main-navigation li li {
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background-color: #eee;
		text-decoration: none !important;
	}
	.main-navigation li li a {
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		text-decoration: none !important;
	}
	.main-navigation li li.focus>a,
	.main-navigation li li:focus>a,
	.main-navigation li li:hover>a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #000;
		text-decoration: none !important;
	}
	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		left: .5em;
		right: auto;
	}
	.main-navigation .menu-item-has-children>a>.icon,
	.main-navigation .page_item_has_children>a>.icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}
	.main-navigation ul ul .menu-item-has-children>a>.icon,
	.main-navigation ul ul .page_item_has_children>a>.icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}
	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}
	.menu-scroll-down {
		display: none !important;
	}
	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}
	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}
	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: .7em;
	}
	.site-header .navigation-top a,
	.site-header .navigation-top a:hover {
		text-decoration: none !important;
	}
	.menu-scroll-down:focus {
		outline: thin dotted;
	}
	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}
	.oasv3-front-page.has-header-image .custom-header-media:before,
	.oasv3-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}
	.admin-bar.oasv3-front-page.has-header-image .custom-header-media,
	.admin-bar.oasv3-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}
	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}
	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}
	.background-fixed .panel-image {
		background-attachment: fixed;
	}
	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}
	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}
	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}
	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}
	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.site-content {
		padding: 0;
		min-height: 800px;
	}
	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.comments-pagination,
	.post-navigation {
		clear: both;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}
	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}
	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}
	.blog .site-main>article,
	.archive .site-main>article,
	.search .site-main>article {
		padding-bottom: 4em;
	}
	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}
	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}
	.entry-footer {
		display: table;
		width: 100%;
	}
	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}
	.page.page-one-column .entry-header,
	.oasv3-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}
	.error404 .page-content {
		padding-bottom: 9em;
	}
	#comments {
		padding-top: 5em;
	}
	.comments-title {
		margin-bottom: 2.5em;
	}
	ol.children .children {
		padding-left: 2em;
	}
	.nav-links .nav-title {
		position: relative;
	}
	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}
	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}
	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}
	#secondary {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.6;
	}
	h2.widget-title {
		font-size: 11px;
		font-size: .6875rem;
		margin-bottom: 2em;
	}
	li.menu-icon {
		padding-left: 25px;
		background-position: 10px 10px;
	}
	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}
	.site-info {
		float: left;
		padding: .7em 0 0;
		width: 58%;
	}
	.social-navigation+.site-info {
		margin-left: 6%;
	}
	.site-info .sep {
		margin: 0 .5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}
	body .site-content .section .block-left {
		float: left;
		width: 46%;
	}
	body .site-content .section .block-right {
		float: right;
		width: 46%;
	}
	body .site-content .section .block-left-50 {
		float: left;
		width: 48%;
	}
	body .site-content .section .block-right-50 {
		float: right;
		width: 48%;
	}
	body .site-content .section .indent p {
		margin-left: 25px;
	}
	body .site-content .section .block-right .header_diagram {
		max-height: 200px!important;
	}
	body.home .section.intro .block-left {
		width: 55%;
		margin: 22px 0 0 20px;
	}
	body.home .section.intro .block-right {
		width: 40%;
		text-align: center;
	}
	.site-content.product .callout,
	.site-content .product_callout {
		width: 42%!important;
		margin-bottom: 0;
	}
	.section.download a.dl.button {
		width: 50%!important;
		margin: 10px 0 0!important;
	}
	.section.download .dl.text {
		font-size: 1.1em !important;
		padding: 20px 0 0 !important;
		width: 100% !important;
	}
	body .section.videos .video,
	body .section.related-videos .video {
		width: 48%;
	}
	aside.sidebar-wrap {
		float: left!important;
		width: 25%!important;
		font-size: .85em!important;
	}
	.post-content {
		float: right!important;
		width: 70%!important;
		margin-top: 0!important;
	}
	.home .section.product .product.wide {
		width: 80%;
		margin: 0 8%;
	}
	.home .section.product .product {
		width: 49%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.home .section.articles .post {
		width: 32%!important;
		padding: 0 25px;
		margin: 20px 0 0;
	}
	.col-sm-1 {
		width: 8.3333%;
	}
	.col-sm-2 {
		width: 16.6666%;
	}
	.col-sm-3 {
		width: 24.9999%;
	}
	.col-sm-4 {
		width: 33.3333%;
	}
	.col-sm-5 {
		width: 41.6666%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.3333px;
	}
	.col-sm-8 {
		width: 66.6666%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.3333%;
	}
	.col-sm-11 {
		width: 91.6666%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.address-block {
		width: 31%;
		min-height: 170px;
		margin-bottom: 0!important;
	}
	.site-content.blog .post.featured {
		width: 46%;
	}
	.site-content.product .callout,
	.site-content .product_callout {
		margin: 0 0 1.2em 40px !important;
	}
}

#top-menu>li.products a,
#top-menu>li.about a,
#top-menu>li.support a,
#top-menu>li.download a,
#top-menu>li.phone a {
	font-size: 14px;
}

#top-menu>li.products a,
#top-menu>li.about a,
#top-menu>li.support a,
#top-menu>li.phone a {
	padding: 14px 12px;
}

@media screen and (min-width: 992px) {
	.navigation-top .wrap {
		padding: .75em 2em;
	}
	.navigation-top nav {
		margin-left: 0;
	}
	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: .75em;
		width: 32px;
	}
	.page-numbers {
		display: inline-block;
	}
	.page-numbers.current {
		font-size: 15px;
		font-size: .9375rem;
	}
	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute!important;
		width: 1px;
	}
	.comment-body {
		margin-left: 0;
	}
	.section.download a.dl.button {
		width: 50%!important;
		margin: 0 0 10px!important;
	}
	.section.download .dl.text {
		font-size: 1.1em !important;
		padding: 20px 0 0 !important;
		width: 100% !important;
	}
	.site-footer {
		font-size: 1rem;
	}

aside.sidebar-wrap {
  font-size: 1em!important;
  -ms-overflow-style: none;  /* Internet Explorer and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-y:scroll;
  max-height: 100vh;
  position:sticky;
  top:0;
  left:0;
}
aside.sidebar-wrap::-webkit-scrollbar {
  display: none;
}

	.home .section.product .product.wide {
		width: 70%;
		margin: 0 15%;
	}
	.home .section.product .product {
		width: 32%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.home .section.articles .post {
		width: 33%!important;
		padding: 0 25px;
		margin: 20px 0 0;
	}
	.site-content.blog .post.featured {
		width: 32%;
	}
}

@keyframes logoslider {
	from { transform: translateX(0); }
	to { transform: translateX(-100%); }
}

body.home2 {
	.menu-item.phone {
		display: none;
	}
	.yt-container {
		border: solid 5px var(--gray);
		border-radius: 10px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 80%;
		margin: 40px 0;
		img {
			border-radius: 10px;
			width: 100%;
			pointer-events: none;
		}
		.yt-button {
			position: absolute;
			background: url(../svg/youtube_play.svg);
			top: 50%;
			left: 50%;
			width: 72px;
			height: 50px;
			background-size: cover;
			margin: -25px 0 0 -36px;
			background-repeat: no-repeat;
			padding: 0;
			pointer-events: none;
			z-index:999;
		}
		&.src {
			overflow: hidden;
			max-height: 450px;
			img {
				object-fit: contain;
			}
		}
	}
	#vid-popover {
		display:flex;
		justify-content: center;
		align-items: center;
	}
	#vid-player2 {
		border: solid 4px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}
	.section.intro {
		background: linear-gradient(277.18deg, #151d37 0%, #304d91 135.45%) !important;
		background-image: none;
		h1 {
			color: #fff;
			font-size: 3em; font-weight: bold; margin: 0; text-align: left;
		}
		p.sub-head {
			color: rgba(255, 255, 255, 0.7);
			padding-top: 25px;
			line-height: 1.4em; font-size: 24px;
			text-align: left; font-weight: 400;
		}
		.controls {
			display: flex;
		}
		.controls .btn, .controls a.btn {
			display: inline-block;
			margin-right: 10px;
			padding: 10px 20px;
			border-radius: 5px;
			background-color: #f05a2a !important;
			color: #fff !important;
			text-decoration: none;
			transition: background-color 0.2s;
			font-size: 14px;
			font-weight: bold;
			padding: 10px 20px !important;
			white-space: nowrap;
			&:hover {
				background-color: #fff !important;
				color: #333 !important;
			}
		}
		.controls a.btn.demo {
			background-color: #f3f3f3 !important;
			color: #333 !important;
			white-space: nowrap;
			&:hover {
				background-color: #fff !important;
			}
		}
		
		.cust-logos {
			clear:both;
			* {
				margin: 0;
				padding: 0;
				box-sizing: border-box;
			}
			padding: 40px 0 10px;
			.logo-head {
				color: rgba(255,255,255,0.7);
				text-align: center;
				margin-bottom: 10px;
			}
			.logos {
				overflow: hidden;
                white-space: nowrap;
                position: relative;
				.logo-slide {
					animation: 30s logoslider infinite linear;
					display: inline-flex;
					height: 50px;
                    margin: 0 -2px;
					span {
						min-height: 100%;
                        margin: 0 25px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
						img { width: 100%; }
					}
				}
				br, p { display:none !important; }
			}
		}
		.block-left {
			width: 57% !important;
			margin: 22px 0 0 0 !important;
		}
		.block-right {
			/* width: 33%; */
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 40% !important;
			svg {
				width: 530px;
				margin: -85px -50px -50px 50px;
				video {
					height: 670px;
				}
			}
		}
	}
	.section.why {
		.block-left {
			h2 {
				font-weight: 700;
				line-height: 1.2em;
				margin: 0 0 10px;
				color: #333;
				font-size: 1.8em;
				text-align: left;
			}
			.section-detail {
				.features {
					p { display: none; }
					display: flex;
					flex-direction: row;
					gap: 0px;
					justify-content: center;
                    align-items: center;
					.feat {
						.feat-head {
							color: #f05a2a;
							font-weight: 700;
							font-size: 18px;
							line-height: 20px;
						}
						.feat-det {
							font-size: 14px;
							margin-top: 10px;
						}
					}
					.sep {
						height: 90px;
						width: 1px;
						border-right: solid 1px #eee;
						margin: 0 22px 0;
					}
				}
			}
			.controls {
				margin-top: 10px;
				.btn {
					display: inline-block;
					margin-right: 10px;
					padding: 10px 20px;
					border-radius: 5px;
					background-color: #eee !important;
					color: #333 !important;
					text-decoration: none;
					transition: background-color 0.2s;
					font-size: 14px;
					font-weight: bold;
					border: solid 1px #eee;
					&:hover {
						color: #000 !important;
						background-color: #fff !important;
					}
				}
			}
		}
		.block-right {
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
			a {
				display: block;
    			margin: 50px 0;
			}
		}
	}
	.section.transform {
		background-color: #eee;
		.block-left {
			/* width: 50% !important; */
			h2 {
				font-weight: 700;
				line-height: 1.2em;
				margin: 0 0 10px;
				color: #333;
				font-size: 1.8em;
				text-align: left;
			}
			.controls .btn {
				display: inline-block;
				padding: 10px 20px;
				border-radius: 5px;
				background-color: #f05a2a !important;
				color: #fff !important;
				text-decoration: none;
				transition: background-color 0.2s;
				font-size: 14px;
				font-weight: bold;
				&:hover {
					background-color: #fff !important;
                	color: #333 !important;
				}
			}
		}
		.block-right {
			/* width: 50% !important; */
			&>a {
				text-decoration: none;
				display: flex;
				flex-direction: row;
				transition: all 0.3s;
				border-radius: 3px;
				padding: 15px 15px 0 15px;
                margin: -16px 0 -16px -16px;
				&:hover {
					background-color: #fff;
				}
				.img {
					min-width: 100px;
					padding: 5px 20px 0 0;
				}
			}
		}
		.features {
			clear: both;
			display: flex;
			flex-direction: row;
			gap: 60px;
			padding-top: 40px;
			br {
				content: "";
				display: none;
			}
			.feat {
				flex-grow: 1;
			    flex-basis: 0;
				&>p { display: none; }
				a {
					transition: all 0.3s;
					display: block;
					width: 100%; height: 100%;
					padding: 20px 32px;
					background-color: #fff;
					border-radius: 3px;
					.feat-head {
						font-weight: 700;
						font-size: 18px;
						line-height: 20px;
						margin-bottom: 20px;
						display: flex;
						flex-direction: row;
						i {
							margin-right: 10px;
							font-size: 36px;
							line-height: 36px;
						}
						br {
							content: " ";
							display: block;
						}
					}
					&:hover {
						text-decoration: none;
						background-color: #f05a2a;
						color: #fff;
					}
				}
				
			}
		}
	}
	.section.uiengine {
		background-color: #396;
		.block-left {
			color: #fff;
			padding-top: 40px;
			h2 {
				font-weight: 700;
				line-height: 1.2em;
				margin: 0 0 20px;
				color: #fff;
				font-size: 1.6em;
				text-align: left;
			}
			.controls {
				margin-top: 10px;
				.btn {
					display: inline-block;
					padding: 10px 20px;
					border-radius: 5px;
					border-radius: 5px;
					background-color: #eee !important;
					color: #333 !important;
					text-decoration: none;
					transition: background-color 0.2s;
					font-size: 14px;
					font-weight: bold;
					border: solid 1px #eee;
					&:hover {
						color: #000 !important;
						background-color: #fff !important;
					}
				}
			}
		}
		.block-right {
			text-align: center;
		}
	}
	.section.testimonials {
		.block-left {}
		.block-right {
			.quote-ico {
				font-size: 64px;
				line-height: 64px;
				color: #ccc;
			}
			.quote-carousel {
				overflow: hidden;
				.slides {
					display:flex;
					flex-direction: row;
					/* transition: all 0.1s; */
					.slide {
						flex: 1 1 100%;
						min-width: 100%;
						q {
							&:before, &&:after { quotes: none; quotes: "" "" "" ""; }
							qh {
								font-size: 24px;
								font-weight: 700;
								line-height: 26px;
								margin-bottom: 20px;
								display: block;
							}
							p {
								font-size: 14px;
							}
							&.short {
								qh {
									font-size: 28px;
									line-height: 32px;
								}
								p {
									font-size: 18px;
								}
							}
							&.long {
								qh {
									font-size: 20px;
									line-height: 22px;
								}
								p {
									font-size: 12px;
								}
							}
						}
						p.author {
							font-size: 18px;
							font-weight: 700;
							margin-bottom: 0;
						}
						p.a-title {
							font-size: 12px;
							margin-bottom: 0;
						}
					}
				}
				.controls {
					display: flex;
					flex-direction: row;
					margin-top: 20px;
					.prev, .next {
						background-color: #f05a2a;
						padding: 5px;
						line-height: 14px;
						font-size: 14px;
						width: 24px;
						display: block;
						height: 24px;
						color: #fff;
						text-align: center;
						border-radius: 12px;
						cursor:pointer;
					}
					.dots {
						display: flex;
						flex-direction: row;
						gap: 2px;
						margin: 3px 3px 0;
					}
					.dot {
						background-color: #eee;
						padding: 5px;
						width: 18px;
						display: block;
						height: 18px;
						border-radius: 9px;
						cursor: pointer;
						&.active {
							background-color: #ccc;
						}
					}
				}
			}
		}
		.industries {
			clear:both;
			.ind-head {
				font-size: 16px;
				color: #666;
				text-align: center;
				margin-bottom: 10px;
				padding-top: 40px;
			}
			.ind-list {
				display: flex;
				flex-direction: row;
				gap: 20px;
				.ind {
					border-radius: 5px;
                    flex: 1;
                    text-decoration: none;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    height: 70px;
                    vertical-align: middle !important;
                    color: #fff;
					transition: all 0.3s;
					background-blend-mode: soft-light;
					background-size: cover;
					background-color: #5b5b5b;
                    font-weight: 700;
					&.ba { background-image: url(../webp/buildingautomationbanner.webp); }
					&.sc { background-image: url(../webp/smartcitybanner.webp); }
					&.ag { background-image: url(../webp/agriculturebanner.webp); }
					&.df { background-image: url(../webp/defensebanner.webp); }
					&.ma { background-image: url(../webp/marinebanner.webp); }
					&.mn { background-image: url(../webp/miningbanner.webp); }			
					&:hover { opacity: 0.8; }
				}
			}
		}
	}
	.section.networking {
		background-color: #192238 !important;
		color: #fff;
		.net-head {
			text-align: center;
			width: 100%;
			h2 {
				color: #fff !important;
				font-weight: 700;
			}
			.controls a.btn {
				padding: 10px 20px;
				border-radius: 5px;
				white-space: nowrap;
				background-color: #f05a2a;
				color: #fff;
				font-weight: 700;
				transition: all 0.3s;
				&:hover {
					background-color: #fff !important;
					color: #333 !important;
				}
			}
		}
		.table {
			display: flex;
			margin-top: 60px;
			flex-direction: column;
			gap: 40px;
			.row {
				display: flex;
				flex-direction: row;
				min-height: 50px;
				gap: 40px;
				.feat {
					width: 30%;
					font-weight: 700;
					font-size: 20px;
				}
				.desc {
					width: 70%;
				}
			}
		}
	}
	.section.compare {
		h2 {
			color: #333 !important;
			font-weight: 700;
			text-align: left;
		}
		.controls a.btn {
			padding: 10px 20px;
			border-radius: 5px;
			white-space: nowrap;
			background-color: #f05a2a;
			color: #fff;
			font-weight: 700;
			transition: all 0.3s;
			font-size: 14px;
			&:hover {
				background-color: #fff !important;
				color: #333 !important;
			}
		}
		.table {
			display: flex;
			flex-direction: column;
			gap: 0px;
			.row {
				display: flex;
				flex-direction: row;
				min-height: 50px;
				gap: 0px;
				border-bottom: solid 1px #eee;
				justify-content: center;
				align-items: center;
				.feat, .c1, .c2 {
					padding: 5px 10px 5px 10px;
				}
				.feat {
					width: 50%;
					font-size: 14px;
					padding-left: 0;
				}
				.c1, .c2 {
					width: 25%;
				}
				.c1 {
					color: #0c0;
					text-align:center;
					font-size: 20px;
				}
				.c2 {
					color: #c00;
					text-align:center;
					font-size: 20px;
				}
				&.h {
					align-items: flex-end;
					font-size: 14px;
					line-height: 16px;
					font-weight: 700;
					border-bottom: none;
					color: #333;
					.feat, .c1, .c2 {
						color: #333;
						font-size: 14px;
					}
				}
			}
		}
	}
	.section.articles {
		.news-head {
			color: #000;
			h2 {
				font-weight: 700;
				text-align: left;
			}
			text-align: left;
			p {
				margin-bottom: 0;
			}
			a {
				color: #f05a2a;
				font-size: 14px;
				padding-top: 10px;
			}
		}
		.news-list {
			display: flex;
			margin-top: 20px;
			padding: 0;
			flex-direction: row;
			gap: 60px;
			.post {
				display:flex;
				flex-direction: column;
				padding: 0 !important;
				gap: 15px;
				&>a {
					min-height: 100px;
					max-height: 100px;
					height:100px;
				}
				&>a img {
					max-width: 100px;
					max-height: 100px;
					border: none !important;
				}
				.pub-date {
					min-height: 30px;
					max-height: 30px;
					height:30px;
                    margin: 0;
				}
				.post-title {
					color: #333 !important;
					font-size: 14px;
					line-height: 16px !important;
					min-height: 40px;
					max-height: 40px;
					height: 40px;
					a {
						color: #333 !important;
					}
					margin: 0 0 -10px 0;
				}
				.post-summary {
					min-height: 120px;
					margin: 0;
				}
				.post-more {
					color: #333 !important;
					a {
						color: #333 !important;
					}
				}
			}
		}
	}
	
}

.footer-container {
	display: flex;
	flex-direction: row;
	gap: 40px;
	color: #fff;

	.c {
		display: flex;
		flex-direction: column;
		flex: 1;
		gap: 10px;
		a {
			color: #fff;
			text-decoration: none;
			font-size: 14px;
			line-height: 16px;
			display: block;
			height: 32px;
			white-space: nowrap;
		}
		.fr.h {
			font-weight: bold;
			padding-bottom: 5px;
			font-size: 16px;
		}
		&.c1 {
			flex: 1.3;
			img {
				width: 50px;
			}
			h3 {
				font-size: 16px;
				margin: 0;
				padding: 0;
				white-space: nowrap;
			}
			.controls a.btn {
				padding: 8px 20px;
				white-space: nowrap;
				background-color: #f05a2a;
				color: #fff;
				font-weight: 700;
				border-radius: 5px;
				transition: all 0.3s;
				font-size: 14px;
				width: 150px;
				text-align: center;
				margin: 15px 0 20px;
				&:hover {
					background-color: #fff !important;
					color: #333 !important;
				}
			}
		}
		&.c2 {
			flex: 2.7;
			.prod-container {
				display: flex;
				flex-direction: row;
				gap: 40px;
			}

		}
		&.c3 {
			flex: 0.8;
		}
		&.c4 {
			flex: 0.8;
		}
		&.c5 {
			flex: 1.2;
			.social {
				margin: -5px 0 -5px -2px;
				a {
					display: inline-block !important;
					font-size: 22px;
				}
			}
			.addr {
				font-size: 13px;
				div {
					padding: 0;
					margin: 0;
					color: #f0f0f0;
				}
			}
		}
	}
}


/* MAXS */
@media screen and (max-width: 1920px) {
	body.home2 {
		.section.intro {
			h1 {
				/* color: #f00; */
				font-size:2.9em;
			}
			p.sub-head {
				font-size: 20px;
			}
			
		}
		.section.articles {
			.news-list {
				.post {
					&>a img {
						max-width: 150px;
						max-height: 150px;
					}
					.pub-date {
						margin: 30px 0 0 0;
					}
					.post-title {
						margin: 0 0 -15px 0;
					}
					.post-summary {
						min-height: 60px;
						margin: 0;
					}
				}
			}
		}
	}
}

@media screen and (max-width: 1200px) {
	body.home2 {
		.section.intro {
			h1 {
				/* color: #0f0; */
				font-size:2.6em;
			}
			p.sub-head {
				font-size: 18px;
			}

			.cust-logos {
				padding: 40px 0 10px;
				.logos {
					.logo-slide {
						span {
							margin: 0 20px;
						}
					}
				}
			}
			
			.block-left {}
			.block-right {
				width: 40% !important;
				svg {
					width: 370px;
					margin: -35px -50px -50px -30px;
				}
			}
		}
		.section.transform {
			.features {
				flex-direction: row;
				gap: 20px;
				.feat {
					/* flex-grow: 1;
					flex-basis: 0; */
				}
			}
		}
		.section.articles {
			.news-list {
				.post {
					&>a img {
						max-width: 100px;
						max-height: 100px;
					}
					.pub-date {
						margin: 0;
					}
					.post-title {
						margin: 0 0 -5px 0;
					}
					.post-summary {
						min-height: 85px;
						margin: 0;
					}
				}
			}
		}
	}
	.footer-container {
		.c {
			display: flex;
			flex-direction: column;
			flex: 1;
			gap: 6px;
			a {
				font-size: 13px;
			}
			&.c1 {
				h3 {
					font-size: 14px;
				}
			}
			&.c2 {}
			&.c3 {}
			&.c4 {}
			&.c5 {
				a {
					font-size: 18px;
					white-space: nowrap;
				}
				.addr {
					font-size: 12px;
					white-space: nowrap;
				}
			}
		}
	}
}

@media screen and (max-width: 1080px) {
	body.home2 {
		.section.intro {
			.cust-logos {
				padding: 40px 0 10px;
				.logos {
					.logo-slide {
						span {
							margin: 0 10px;
						}
					}
				}
			}
			.block-right {
				width: 40% !important;
				svg {
					width: 530px;
					margin: auto auto -50px auto;
					video {
						height: 670px;
					}
				}
			}
		}
		.section.why {
			.block-left {
				.section-detail {
					.features {
						width: 200%;
					}
				}
			}
			.block-right {
				a {
					display: block;
					margin: 0;
				}
			}
		}
		.section.transform {
			
			.features {
				flex-wrap: wrap;
				gap: 20px;
				padding: 0;
				.feat {
					flex: 1 0 40%;
				}
			}
		}
		.section.uiengine {
			background-color: #396;
			.block-left {
				padding-top: 0;
			}
		}
	}
	.footer-container {
		flex-wrap: wrap;
		.c {
			display: flex;
			flex-direction: column;
			/* flex: 1; */
			gap: 0px;
			a {
				font-size: 13px;
			}
			&.c1 {
				flex: 1 0 20%;
				h3 {
					font-size: 14px;
				}
			}
			&.c2 {
				flex: 1 0 40%;
			}
			&.c3 {
				flex: 1 0 20%;
			}
			&.c4 {
				flex: 1 0 20%;
			}
			&.c5 {
				flex: 1 0 69%;
				a {
					font-size: 18px;
					white-space: nowrap;
				}
				.addr {
					font-size: 12px;
					white-space: nowrap;
				}
			}
		}
	}
	#top-menu>li.products a,
	#top-menu>li.about a,
	#top-menu>li.support a,
	#top-menu>li.download a,
	#top-menu>li.phone a {
		font-size: 12px;
	}

	#top-menu>li.products a,
	#top-menu>li.about a,
	#top-menu>li.support a,
	#top-menu>li.phone a {
		padding: 14px 11px;
	}

}

@media screen and (max-width: 845px) {
	body.home2 {
		.section.intro {
			.block-right {
				width: 40% !important;
				svg {
					width: 530px;
					/* margin: -60px -50px -50px 50px; */
					video {
						height: 670px;
					}
				}
			}
		}
		.section.networking {
			.table {
				.row {
					display: flex;
					flex-direction: column;
					gap: 0px;
					padding: 40px 0 0 0;
                    border-top: solid 1px rgba(255, 255, 255, 0.2);
					.feat {
						width: 100%;
						padding-bottom: 10px;
					}
					.desc {
						width: 100%;
					}
				}
			}
		}
	}
	.footer-container {
		.c {
			&.c2 {
				.prod-container {
					flex-direction: column;
					gap: 0;
				}
	
			}
			&.c3, &.c4 {
				flex: 1 0 65%;	
			}
		}
	}
	#top-menu {
		&>li.home a {
			font-size: 1.2em;
			line-height: 1em;
			padding: 15px 0 0;
		}
		&>li.products a,
		&>li.about a,
		&>li.support a,
		&>li.download a,
		&>li.phone a {
			font-size: 11px;
		}
		&>li.products a,
		&>li.about a,
		&>li.support a,
		&>li.phone a {
			padding: 14px 10px;
		}
		&>li.download a {
			margin-left: 5px;
		}
	}

}

@media screen and (max-width: 768px) {
	body.home2 {
		#home_label {
			display: none;
		}
		#phone-num {
			color: #fff;
			display: inline-block;
			background-color: #f05a2a;
			padding: 6px 12px;
			line-height: 14px;
			font-size: 14px;
			border-radius: 5px;
			position: absolute;
			top: 28px;
			right: 70px;
			z-index: 999;
		}
		.menu-item.phone {
			position: absolute;
			top: 5px;
			right: 40px;
			display: block;
		}
		.navigation-top {
			min-width: 360px;
			.menu-toggle {
				font-size: 20px;
				margin: 15px 0 2px auto;
				padding: 0;
				float:right;
			}
		}

		.section.intro {
			h1 {
				/* color: #ff0; */
				font-size: 2.4em;
			}
			p.sub-head {
				font-size: 16px;
			}
			.controls {
				justify-content: center;
				align-items: center;
				flex-direction: column;
				br, pre { display: none; }
				.btn {
					margin: 0;
					width: 100%;
					margin: 0 0 5px 0;
				}
			}

			.cust-logos {
				padding: 40px 0 0px;
				.logo-head {
					white-space: nowrap;
					font-size: 12px;
					margin:0;
				}
				.logos {
					.logo-slide {
						height: 70px;
						span {
							margin: 0 5px;
							min-height: 70px;
                            min-width: 70px;
						}
					}
				}
			}
	
			.block-left {
				width: 100% !important;
				text-align: center !important;
			}
			.block-right {
				display: none !important;
			}
		}
		.section.why {
			.block-left {
				.section-detail {
					.features {
						flex-direction: column;
						align-items: flex-start;
						width: 100%;
						.sep {display:none;}
						.feat {
							br { content: "" }
							br:after {
								content: " ";
							}
							.feat-det {
								margin-top: 5px;
								margin-bottom: 10px;
							}
						}
					}
				}
				.controls {
					.btn {
						width: 100%;
						text-align: center;
					}
				}
			}
			.block-right {
				a {
					margin: 30px 0 0;
				}
			}
		}
		.section.transform {
			.controls {
				.btn {
					width: 100%;
					text-align: center;
					margin-bottom: 10px;
				}
			}
			.features {
				flex-direction: column;
				gap: 20px;
				padding: 0;
				.feat-head {
					align-items: center;
					font-size: 20px;
					i { font-size: 24px !important; }
					br {
						content: "" !important;
						display: none !important;
					}
				}
			}
		}
		.section.uiengine {
			background-color: #396;
			.block-left {
				padding-bottom: 20px;
				.controls {
					.btn {
						width: 100%;
						text-align: center;
					}
				}
			}
		}
		.section.testimonials {
			.block-left {
				margin-left: -30px;
				text-align: center;
				margin-bottom: -40px;
			}
			.industries {
				display: none;
			}
		}
		.section.articles {
			.news-list {
				flex-direction: column;
				gap: 40px;
				.post {
					.pub-date {
						min-height: unset;
						height: unset;
						max-height: unset;
					}
					.post-title {
						min-height: unset;
						height: unset;
						max-height: unset;
						padding-bottom: 5px;
					}
					.post-summary {
						min-height: unset;
						height: unset;
						max-height: unset;
						padding-bottom: 5px;
					}
					.post-more {
						font-size:12px;
					}
				}
			}
		}
	}

	#home_logo {
		position: fixed;
		width: 60px;
		top: 10px;
		left: 15px;
	}
	#home_label {
		display: inline-block;
		position: fixed;
		top: 25px !important;
		left: 85px;
		font-size: 1.25em !important;
	}
	.menu-top-container {
		margin-top: 10px;
	}
	.menu-toggle {
		margin-top: 20px;
	}
	.site-content-contain>#content {
		padding-top: 0;
	}
	.site-footer .content-left,
	.site-footer .content-right {
		float: none;
	}
	.site-footer .content-right {
		margin-top: 40px;
	}
	.product_banner .banner-img {
		max-width: 250px;
		margin: 0 0 20px;
		display: block;
		float: none;
	}
	li.menu-item.search {
		top: 72px;
		right: 30px!important;
	}
	li.menu-item a, li.menu-item a:hover, li.menu-item a:active {
		text-decoration: none !important;
	}
	.site-content.industry .cases .case .content,
	.industry.index .cases .case .content {
		width: 75%;
	}
	body.home .block-left.feature {
		width: auto!important;
	}
	body.home .block-right.feature {
		display: none!important;
	}
	body.home .section.intro img {
		/* max-width: 65%!important; */
		max-width: 94% !important;
	    margin-bottom: -5px;
	}
	body.home .section.use_cases a {
    	white-space: nowrap;
		font-size: 0.85em;
	}
	.video-thumb {
		float:none !important;
		text-align: center;
	}
}

@media screen and (max-width: 479.99px) {
	.site-footer .menu-footer-container,
	.site-footer .menu-footer2-container {
		float: none;
	}
	.site-footer .menu-footer2-container {
		margin-top: 0;
		margin-left: 0;
	}
	.section.page_banner h1 i {
		font-size: 34px!important;
		margin: 0 20px 0 0 !important;
	}
}

/* MINS */
@media screen and (min-width: 1200px) {
	.section.download a.dl.button {
		width: 30% !important;
		margin: 10px 0 0 10px !important;
	}
	.section.download .dl.text {
		font-size: 1.1em!important;
		padding: 20px 0 0 !important;
		width: 100%!important;
	}
	body .section.videos .video,
	body .section.related-videos .video {
		width: 33%;
	}
}

@media screen and (min-width: 1920px) {
	.home2 {
		.section.testimonials {
			.block-left { width: 35% !important; }
			.block-right {
				width: 60% !important;
				padding-top: 40px;
			}
		}
		.section.articles {
			.news-list {
				.post {
					&>a img {
						max-width: 150px !important;
						max-height: 150px !important;
					}
					.pub-date {
						margin: 30px 0 0 0 !important;
					}
					.post-title {
						margin: 0 0 -15px 0 !important;
					}
					.post-summary {
						min-height: 60px !important;
						margin: 0;
					}
				}
			}
		}
	}
	.section.download a.dl.button {
		width: 30%!important;
		margin: 10px 0 0 10px !important;
	}
	.navigation-top .wrap {
		max-width: 1600px;
	}
	.section.download .dl.text {
		font-size: 1.1em!important;
		padding: 20px 0 0 !important;
		width: 100%!important;
	}
	body .section.videos .video,
	body .section.related-videos .video {
		width: 33%;
	}
	.wrap {
		max-width: 1600px;
	}
	body .site-content .section .block-left {
		width: 64%;
	}
	body .site-content .section .block-right {
		width: 30%;
	}
	.block-right.feature {
		padding: 40px 60px!important;
	}
	.site-content .product_callout {
		width: 30%!important;
	}
	.block-right.callout.product_callout {
		width: 30%!important;
	}
	.wp-block-image.is-resized {
		float: left;
		margin: 0 40px 0 0;
	}
	.site-content.use-case .cases .case {
		width: 32%;
	}
	body .site-content .section .block-left {
		width: 55%!important;
		font-size: 1.2em;
	}
	body .site-content .section .block-left.feature {
		width: 40%!important;
		font-size: 1.2em;
	}
	body .site-content .section .block-right.feature {
		width: 60%!important;
		font-size: 1.2em;
	}
}

.grecaptcha-badge {
	display: none !important;
}



@media screen and (min-width: 1920px) {
    #vid-player2 {
        width: 1024px !important;
        height: 578px !important;
    }
}
@media screen and (max-width: 1919px) {
    #vid-player2 {
        width: 1024px !important;
        height: 578px !important;
    }
}
@media screen and (max-width: 1297px) {
    #vid-player2 {
        width: 1024px !important;
        height: 578px !important;
    }
}
@media screen and (max-width: 1080px) {
    #vid-player2 {
        width: 600px !important;
        height: 341px !important;
    }
}
@media screen and (max-width: 768px) {
    #vid-player2 {
        width: 600px !important;
        height: 341px !important;
    }
}

@media screen and (max-width: 480px) {
    #vid-player2 {
        width: 400px !important;
        height: 230px !important;
    }
}
