body, html {
    padding: 0;
    margin: 0;
  background:#2c3e50;
}

dd { -webkit-margin-start: 0; }
h1, h2, h3, h4, h5, dl, dt, dd {
    margin: 0;
    padding: 0;
    cursor: default;
}


p {
    cursor: text;
    margin: 0;
    padding: 0;
}


img {
    border: 0;
    max-width:100%;
}

img[src$=".svg"] {
  width:100%;
}

a { text-decoration: none; outline: none; }
a * { cursor: pointer; }

.site-logo {
  width: 239px !important;
  height: 66px !important;
}

.clear-both {
  clear: both;
}

.legacy-browser-warning {
  float: right;
  width: 400px;
  margin: 20px;
  color: #b00020;
  font-size: 120%;
  font-weight: bold;
  background: white;
  border: 5px solid #b00020;
}

.blog-entry {
  display: block;
}



/*** Structure ***/

body {
    background: #2c3e50;
    font-size: 14px;
}

#header {
background-image: linear-gradient(to bottom, #34495e, #2c3e50);
    height: 107px;
    text-align: center;
}

#header .container, #footer .container {
    position: relative;
    height: inherit;
    margin: 0 auto;
}

@media (min-width: 950px) {
    #header .container, #footer .container {
   max-width: 960px;
    }
}

#header .container .logo {
    position: absolute;
    top: 18px;
    left: 15px;
}

@media (max-width: 900px) {
    .logo {
        display:none;
    }
}

#header .container ul.nav {
    position: absolute;
    top: 0;
}

@media (max-width: 690px) {
    #header .container ul.nav {
        left:-20px;
    }
}

@media (min-width: 690px) {
    #header .container ul.nav {
        right: 4px;
    }
}


#header .container ul.nav li {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-align:right;

}

#header .container ul.nav > li > a {
    display: block;
    height: 17px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    text-transform: uppercase;
}


@media (min-width: 620px) {
    #header .container ul.nav > li > a {
        padding: 45px 15px;
    }
}
@media (max-width: 620px) {
    #header .container ul.nav > li > a {
        padding: 45px 5px;
    }
    .hideonsmalldisp {
        display:none;
    }
}


#header .container ul.nav > li > a:hover {
    text-shadow: 0 0 4px #fff;
}

#header .container ul.nav li.selected {
    background-image: linear-gradient(to bottom, #34495e, white);
    border-radius: 7px;
}

#header .container ul.nav li.selected a:hover {
    text-shadow: 0 1px 0 black;
}

#header .container ul.nav li:hover > span.submenu {
    display: block;
    background: #A16D04;
}


/* Sub Menu */

#header .container ul.nav li span.submenu {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    box-shadow: 7px 7px 10px rgba(0,0,0,.8);
    z-index: 10;
    width: 250px;
    text-align: left;
}

#header .container ul.nav > li > span.submenu {
    border-radius: 7px;
}

#header .container ul.nav li span.submenu span.title {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    text-transform: uppercase;
    position: absolute;
    padding: 45px 15px 20px;
    margin:-65px -65px;
    right:65px;
    text-align: right;
    background:#A16D04;
    background-image: linear-gradient(to bottom, #ecf0f1, #7f8c8d);
}

#header .container ul.nav li span.submenu span.title a {
    color: #34495e;
}


#header .container ul.nav li span.submenu ul > li {
    position: relative;
    display: block;
    width: 250px;
}

#header .container ul.nav li span.submenu ul > li.hasSubmenu > a {
    background: url(images/header/submenu-arrow.png) no-repeat right 8px;
}

#header .container ul.nav li span.submenu ul > li > a {
    display: block;
    padding: 6px 12px;
    color: #34495e;
    background-image: linear-gradient(to bottom, #ecf0f1, #7f8c8d);
}

#header .container ul.nav li span.submenu ul > li:hover > a {
    background-image: linear-gradient(to bottom, #95a5a6, #7f8c8d);
}

#header .container ul.nav li span.submenu ul > li:first-child > a {
    border-top-left-radius: 7px;
}

#header .container ul.nav li span.submenu ul > li:last-child > a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


/* Sub Sub Menu */

#header .container ul.nav li span.submenu ul li span.submenu {
    position: absolute;
    top: 0;
    right: -200px;
}


#splash {
/*    margin: 15px 0 0 0; */
    margin: 0;
    width: 956px;
    height:250px;
    background: white;
/*    border-radius: 7px; */
}

#splash img {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#splashcnt {
    float:right;
    width:540px;
}

#splashcnt h1 {
    margin:15px 0 -10px 0;
    font-size: 30px;
    font-family: Aharoni, Arial, Helvetica, sans-serif;
    font-weight:bold;
}

#splashcnt p {
    font-size: 20px;
    margin-right:10px;
}


/* Content Container */

@media (min-width: 950px) {
    #container {
        width: 950px;
        margin: 0 auto;
    }
}


/* Footer */

#footer {
/*    margin-top:  30px; */
    margin-top:  3px;
    position: relative;
    height: 70px;
    background-image: linear-gradient(to bottom, #2c3e50, #2c3e50);
    clear:both;
}

#footer > .container > .copyright, #footer > .container > .notice {
    position: absolute;
    top: 30px;
}

#footer > .container > .copyright {
    left: 1px;
    top: 27px;
    text-align: left;
    font-size: 18px;
}

@media (max-width: 550px) {
    #footer > .container > .copyright {
        display:none;
    }
}

#footer > .container > .notice {
    right: 1px;
    text-align: right;
}




/*** Content widgets ***/


/* Box */

.box {
   max-width:100%;
    position: relative;
    background-repeat: repeat-y;
/*    margin-top: 20px; */
    float:left;
}

.box > .top, .box > .bottom {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.box > .top {
    top: -2px;
    height: 8px;
}

.box > .bottom {
    bottom: -4px;
    height: 10px;
}

.box > .content {
    position: relative;
    padding: 30px;
    z-index: 5;
}


/* Box : Large */

.box.large, .box.large > .top, .box.large > .bottom {
    max-width: 956px;
}




/* Box : Large */

.box.short, .box.short > .top, .box.short > .bottom {
    max-width: 779px;
}

.box.short {
    background: #f8f9f8;
    border-radius: 7px;
}





/* Box: Side bar */

.box.sidebar {
    xposition: absolute;
    xright: -175px;
    xmargin-top: 0;
    float:right;
    background: #555759;
    text-align: right;
}

@media (max-width: 950px) {
    .box.sidebar {
        display:none;
    }
}


.box.sidebar .content {
    padding: 0 5px;
}

.box.sidebar, .box.sidebar > .top, .box.sidebar > .bottom {
    width: 163px;
}

.box.sidebar > .top { background-image: url(images/body/box-sidebar-top.png); }
.box.sidebar > .bottom { background-image: url(images/body/box-sidebar-bottom.png); }

.box.sidebar h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}

.box.sidebar ul li {
    margin: 10px 0 0;
}

.box.sidebar .group {
    border-top: 1px solid #f1c40f;
    padding: 15px;
}

.box.sidebar .group.first, .box.sidebar .group:first-child {
    border-top: none;
}

.box.sidebar .group.timeline > div {
    border-bottom: 1px solid #4c4e50;
    padding: 15px 0;
}

.box.sidebar .group.timeline > div:last-child {
    border-bottom: none;
    padding: 15px 0 0;
}

.box.sidebar .group.timeline > div > span {
    font-weight: bold;
}





/* Two Cols */

.twoCols:first-child, h1 + .twoCols, h2 + .twoCols {
    margin-top: 0;
}

.twoCols {
    margin-top: 40px;
}

.twoCols:after {
    content: ""; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.twoCols > div {
    float: left;
    width: 47%;
}

.twoCols > div.last {
    float: right;
}




/*** Tags styles ***/

h1  {
    margin: 0 0 .5em;

}

h2 {
    margin: .5em 0 .5em;
}

h3,h4 {
  margin: .4em 0 .4em;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}

h1:first-child, h2:first-child {
    margin-top: 0;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 1em 0;
}

div.literal {
    background: white;

}

@media (min-width: 950px) {
    div.literal {
/*        border-radius: 7px; */
    }
}

.literal ul li {
    line-height: 1.4em;
}

.list ul li {
    list-style: none;
    margin: 1em 0;
    line-height: 1.4em;
    padding-left: 20px;
    background:url(images/body/list-image.png) no-repeat left 2px;
}

.orangecb ul li {
    list-style: none;
    margin: 0 0 10px -40px;
    line-height: 1.4em;
    padding-left: 40px;
    font-size:20px;
    font-weight:bold;
    background:url(images/body/orange-check.png) no-repeat left 0px;
}

.orangecbsmall ul li,
.cms-feature-list ul li {
    list-style: none;
    margin: 0 0 10px 0;
    line-height: 1.45em;
    padding-left: 28px;
    position: relative;
    font-size:16px;
    font-weight:bold;
    background: none;
}

.orangecbsmall,
.cms-feature-list {
    background: #f7f8f7;
    border: 1px solid #d7dfd9;
    border-left: 5px solid var(--rtl-green);
    border-radius: var(--rtl-radius);
    box-sizing: border-box;
    margin: 1em 0;
    padding: 1em 1.2em;
}

.orangecbsmall ul,
.cms-feature-list ul {
    margin: 0;
    padding: 0;
}

.orangecbsmall ul li::before,
.cms-feature-list ul li::before {
    background: var(--rtl-green);
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #eaf7ec;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: .35em;
    width: 14px;
}

.orangecbsmall h2,
.cms-feature-list h2 {
    font-weight:bold;
    text-align:left;
    margin: 0 0 .45em;
    font-size:24px;
    font-family:Arial, Helvetica, sans-serif;
    color:#3f4642;
    text-shadow: none;
}

.literal p {
    text-align: left;
}




/*** Color Palette ***/

/* Soft black */
body, h1, h2, p {
    color: #242526;
}

/* White */
#header .container ul.nav li a, 
.box.sidebar *, 
.box.sidebar .content ul li.selected a,
.box.sidebar .content ul li a:hover {
    color: #fff;
}

.box.sidebar .content ul li {
    list-style: none;
}



/* Almost-white (cyan-tint) */
.box.sidebar .content ul li a {
    color: #c9cdd2;
}

/* Peach */
#header .container ul.nav li.selected a, #footer {
    color: #34495e;
}

.notice a, .copyright a {
    color: #f1c40f;
}

.notice a:hover, .copyright a:hover {
    color: white;
}

.notice {
    max-width:400px;
    font-size: 16px;
}

.gsc-search-box {
    background: transparent !important;
    opacity: 0.8 !important;
}


.content a {
    color: black;
    text-decoration: underline;
    text-decoration-color: gray;
}

.imgborder1 img {
    border:1px solid gray;
    border-radius: 5px;
}


/*** Fonts ***/

/* Helvetica */
body, p {
    font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
    font-family: Verdena, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


/* edit icon*/
#edit{
    float:right;
}


/* Photo album generator */

.LoadPhotoAlbum {background-image:url(/album/lightbox-ico-loading.gif);background-repeat: no-repeat;background-position:center;}
.PhotoAlbum {opacity:0.15;filter:alpha(opacity=15);}
.PhotoAlbum ul { list-style: none; }
.PhotoAlbum ul li { display: inline; background:none}
.PhotoAlbum ul li span {text-align:center;margin-right:10px;}
.PhotoAlbum ul img { border: 2px solid #D4CED8; }
.PhotoAlbum ul a:hover img { border: 2px solid #5A5A5A;}


#blogtab {
    width:100%;
    padding: 2em 1em 2em 1em;
}

#blogtab tr td:first-child {
    width:250px;
}

#BlgPreview {
    border: 3px ridge silver;
    padding:.5em;
    overflow: hidden;
    z-index:100;
    background: white;
}

div.code, pre.code, pre.example {
    background-color: white;
   max-width:100%;
  background: #F5F5F5;
  padding:5px;
}

div.code, pre.code, pre.example, div.cmd {
    overflow: auto;
    max-width:100% !important;
    color: black;
    white-space: pre;
    font-family: 'Monotype.com', "Courier New", Courier, monospace;
    font-size: 90%;
    line-height: 125%;
    padding: 5px;
  margin: auto;
}

div.syntaxhighlighter{
    overflow: auto;
}

div.cmd {
    border-radius: 3px;
    background-color: gainsboro;
    padding-left: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    word-wrap:break-word;
}

div.cmd.cmd-copy-ready {
    position: relative;
    padding-right: 2.6em;
}

.cmd-copy-button {
    align-items: center;
    background: #f7f8f7;
    position: absolute;
    top: 5px;
    right: 4px;
    display: flex;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #b8c0b8;
    border-radius: 4px;
    color: #3a3f3d;
    cursor: pointer;
    padding: 0;
    z-index: 1;
}

.cmd-copy-button:hover {
    border-color: #8fa18f;
    background: #edf4ee;
    color: #1f2922;
}

.cmd-copy-button:focus {
    outline: 2px solid #67d378;
    outline-offset: 2px;
}

.cmd-copy-icon {
    width: 13px;
    height: 13px;
    fill: currentColor;
    pointer-events: none;
}

.cmd-copy-check {
    display: none;
}

.cmd-copy-button.copied .cmd-copy-copy,
.cmd-copy-button.selected .cmd-copy-copy {
    display: none;
}

.cmd-copy-button.copied .cmd-copy-check,
.cmd-copy-button.selected .cmd-copy-check {
    display: block;
}

.cmd-copy-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

div.cmd.cmd-single-line .cmd-copy-button {
    top: 50%;
    transform: translateY(-50%);
}

.cmd-copy-button.copied {
    border-color: #52bd63;
    background: #67d378;
    color: #102415;
}

.cmd-copy-button.selected {
    border-color: #8ea995;
    background: #d9efdd;
    color: #1d3625;
}

.cmd-copy-button.failed {
    border-color: #d9a3a3;
    background: #f8e2e2;
    color: #7b2525;
}


.exth, #exth h1,  #exth h2, #demo h1, #blogh {
    text-align: center;
    color:#f1c40f;
    background-image: linear-gradient(to bottom, #2c3e50, #394c69);
    padding:3px;
}

.exth a {
    color:#f1c40f;
    text-decoration: underline;
    text-decoration-color: rgba(241, 196, 15, 0.3);
}


#blogh a {
    color:#f1c40f;
    text-decoration: none;
}

#demo h1 { margin: 1em 1em 0 1em}
#demo a {
    display:block;
    width:128px;
    height:128px;
    margin:auto;
    background: url(/images/icons/run.png) no-repeat;
}

.rndbox {
    color: black;
    background-color: #f1c40f;
    box-shadow: 2px 2px 5px #f39c12;
    border-radius: 6px;
    border:1px solid #CCC;
    display:inline-block;
    padding: 0 1em 0 1em;
}

.blogsidebar {
    color: black;
    background-color: #f1c40f;
    box-shadow: 2px 2px 5px #f39c12;
    border-radius: 6px;
    border:1px solid #CCC;
    display:inline-block;
    float:right;
    width:250px;
    margin: 0 -27px 1em 1em;
    padding: 0 1em 0 1em;
}


.margr { margin-right:2em;}

.valign-top td { vertical-align: top }

table.t-info, table.t-info th, table.t-info td {
    border: 1px solid #424446;
    border-spacing: 0;
}

table.t-info p, table.t-info ul { margin: 1px 4px 1px 4px;}

table.t-info{
    border-radius: 5px;
}

table.t-info th {
    font-size:120%;
    font-weight:bold;
    background:#424446;
    color:#f1c40f;
}


#leftmen{
    width:350px;
    padding:10px;
    margin:0 20px 20px -30px;
    display:block;
    float:left;
    border-bottom-right-radius:7px;
    border-top-right-radius:7px;
    padding-left:10px;
background-image: linear-gradient(to left, #34495e, #2c3e50);
border-left: 1px solid white;
    color:white;
    font-size: 13px;
}

@media (max-width: 930px) {
    #leftmen {
        display:none;
    }
}


#leftmen ul {
    margin: 3px 0 7px -20px;
}

#leftmen a{
    color:#C9CDD2;
    text-decoration: none;
}

#leftmen a:hover, #blogh a:hover{
    color:white;
}

#leftmen li{
    list-style-type: none;
    margin:3px;
}

#leftmen a.selected {
    color: #f1c40f;
}

table.noborder{
    border-collapse:collapse;
}

table.noborder, table.noborder tr, table.noborder td{
    margin:0;
    padding:0;
}

table.noborder td{
    vertical-align: top;
}

table.noborder td p:first-child {
    margin-top:0;
    padding-top:0;
}

div.largep p{font-size:120%}

.center {
    display:block;margin-left:auto;margin-right:auto;
}

.caption{
    color:#4F81BD;
    font-weight:bold;
}

div.col2{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;

    -webkit-column-rule: 1px solid #A16D04;
    -moz-column-rule: 1px solid #A16D04;
    column-rule: 1px solid #A16D04;

    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}


div.col2 p:last-child {
    margin-bottom: 0;
}

div.col2 p:first-child {
    margin-top: 0;
}

/*
.content a[href^='http://'], .content a[href^='https://']{
    background:url(images/external-link.png) right center no-repeat;
    padding: 0 15px 0 0;
}
*/ 

div.manual dt {
    font-weight: bold; margin-top: 0.8em;
}

div.manual dd { margin-left: 1em; }

.blue-button-link {

    text-decoration: none !important;
    background: #3498db;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 28px;
    font-family: Arial;
    color: white !important;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
}

.blue-button-link:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    cursor:pointer;
}


.black-button-link{
    font:bold 20px "Arial Black", Arial, sans-serif;
    font-style:normal;
    color:#f1c40f !important;
    background:#2d0404;
    border:0px outset #4a3a00;
    text-shadow:0px -1px 8px #0d0d0d;
    border-radius:15px 15px 15px 15px;
    width:63px;
    padding:8px 24px;
    cursor:pointer;
    margin:0 auto;
    text-decoration: none !important;
}


.black-button-link:hover{
    cursor:pointer;
    position:relative;
    top:2px;
}


.orange-button {
  cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color:#f6b33d !important;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    text-indent:0;
    border:1px solid #eda933;
    display:inline-block;
    color:black !important;
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:38px;
    line-height:38px;
    width:160px;
    text-decoration:none !important;
    text-align:center;
    text-shadow:1px 1px 0px #cd8a15;
}

.orange-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color:#d29105;
}

.orange-button:active {
    position:relative;
    top:1px;
}


a.orange {
    color: #F04F23;
    text-decoration: none;
}

#txtlogo img {
    margin: 20px auto 0 auto;
    display:block;
}

#txtlogo p {
    color:#BFBFBF;
    font-size:20px;
    text-align:center;
    font-family:arialblack;
    margin:0;
    padding:0;
}

#txtlogo h4 {
    text-align:center;
    font-family:Arialblack
}


.tabs-menu {
    height: 20px;
    float: left;
    
}

.tabs-menu li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    background: linear-gradient(rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);

}

.tabs-menu li.current {
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 5;
    background: linear-gradient(#f1c40f,#A16D04 80%,#A16D04);
}

.tabs-menu li a {
    padding: 10px;
    color: white;
    font-weight:bold;
    text-decoration: none; 
}

.tabs-menu .current a {

}

.tab {
    clear:both;
    border: 1px solid #d4d4d1;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab > div {
    width: 400px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;   
}

/* Youtube */
.video_frame {
    width: 100%;
    position: relative; padding-bottom: 56.25%;
}

.video_frame iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* own videos */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width:100%;
    height: 100%;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}

ul.share-buttons a{
  background: none !important
}

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-70 { width: 620px; max-width:100%;}
.flex-50 { width: 445px; max-width:100%;}
.flex-60 { width: 534px; max-width:100%;}
.flex-40 { width: 356px; max-width:100%;}
.flex-30 { width: 267px; max-width:100%;}

@media print {
   .share-buttons,#header,#footer, .noprint, iframe, #leftmen, .orange-button,.video_frame{
        display:none;
    }
    #container {
        width:100%;
    }
    .exth, #exth h1,  #exth h2, #demo h1, #blogh, #blogh a {
    color:black !important;
    background: white;
    padding:3px;
    border: none;
    box-shadow: none;
    }
    a {
        text-decoration:none !important;
        font-weight:bold;
        background:none !important;
        padding:0 !important;
    }

}

.app-container {
    max-width:680px;
    margin:auto;
}
.app-container > div {
    margin: 0 100px 0 100px;
    display: grid;
    grid-gap: 10px;
}

.app-container > div > a {
    text-decoration: none;
}

.app-container > div > a:hover {
    text-decoration: underline;
    text-decoration-color:white;
}

.app-container > div > a > div{
    position: relative;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background:#2c3e50;
    text-align: center;
    vertical-align: middle;
    box-shadow: 3px 3px #bdc3c7;
}

.app-container > div > a:hover > div {
    background:#3A5F83;
}

.app-container > div > a > div > span {
    width: 300px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    background: #3A5F83;
    opacity:0.98;
    box-shadow: 3px 3px #2c3e50;
    padding:10px;
    line-height: normal;
}

.app-container > div > a > div > span::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #3A5F83;
    border-width: 30px;
    margin-left: -30px;
}

.app-container > div h3, .app-container > div p {
    margin:5px;
    padding:0;
}

.app-container > div h3 {
    font-size: 18px;
}

.app-container > div p {
    font-size: 14px;
    font-weight: normal;
   color: white;
}

.app-container > div > a:hover > div > span {
    visibility: visible;
}

.app-container.cms-app-menu-grid {
    max-width: 100%;
}

.app-container.cms-app-menu-grid > div {
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

.app-container.cms-app-menu-grid > div > a > div {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding-left: 8px;
    padding-right: 8px;
}

.app-container.cms-app-menu-grid .cms-app-tile-icon {
    height: 24px !important;
    left: 12px;
    object-fit: contain;
    position: absolute;
    top: 13px;
    width: 24px;
}

.app-container.cms-app-menu-grid > div > a > div > span {
    display: none;
    left: 50%;
    max-width: min(300px, calc(100vw - 40px));
    top: 77px;
    transform: translateX(-50%);
    visibility: visible;
}

.app-container.cms-app-menu-grid > div > a:hover > div > span {
    display: block;
}

.app-container.cms-app-menu-grid > div > a > div > span::after {
    left: 50%;
}

@media (max-width: 640px) {
    .app-container.cms-app-menu-grid > div {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        max-width: 100%;
    }
}

.visible > div {
    text-decoration: underline !important;
    text-decoration-color:white !important;
    background:#3A5F83 !important;
 }

.visible > div > span {
    visibility: visible !important;
}


blockquote{
  width:75%;
  margin:5px auto;
  color: black;
  padding:3px 10px 1px 60px;
  border-left:8px solid #34495e ;
  line-height:1.6;
  position: relative;
  background:#FABD00;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#34495e;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote p
{
  font-size:120%;
}

.txtcenter p {
   text-align:center !important;
}


/* Modern RTL theme override
   Keeps the CMS content box light while matching the Xedge/LSP-Claw shell. */

:root {
    --rtl-bg: #252526;
    --rtl-bg-deep: #1d1e22;
    --rtl-panel: #333333;
    --rtl-panel-soft: #383838;
    --rtl-panel-hover: #454545;
    --rtl-border: #6a6d70;
    --rtl-border-strong: #8a8d91;
    --rtl-text: #d4d4d4;
    --rtl-text-strong: #f5f5f5;
    --rtl-text-muted: #aeb4bb;
    --rtl-green: #69C575;
    --rtl-green-dark: #49a354;
    --rtl-yellow: #ffd12b;
    --rtl-link: #315f75;
    --rtl-shadow: 0 1px 0 rgba(255, 255, 255, .12), 0 8px 24px rgba(0, 0, 0, .25);
    --rtl-radius: 8px;
}

@media screen {
    body,
    html {
        background: var(--rtl-bg);
    }

    body {
        color: #242526;
    }

    #header {
        background: var(--rtl-bg);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        box-shadow: none;
        height: 175px;
        min-height: 175px;
    }

    #header .container {
        box-sizing: border-box;
        max-width: 1250px;
        padding: 0 16px;
        width: 100%;
    }

    #header .container .site-logo {
        height: 82px !important;
        left: 16px;
        top: 18px;
        width: 301px !important;
    }

    #header .container ul.nav {
        right: 16px;
        top: 0;
    }

    #header .container ul.nav > li > a {
        border-top: 3px solid transparent;
        color: var(--rtl-text-strong);
        font-size: 16px;
        font-weight: 700;
        height: auto;
        padding: 36px 15px 25px;
        text-shadow: none;
    }

    #header .container ul.nav > li > a:hover {
        border-top-color: var(--rtl-green);
        color: var(--rtl-text-strong);
        text-shadow: none;
    }

    #header .container ul.nav li.selected {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    #header .container ul.nav li.selected a {
        border-top-color: var(--rtl-green);
        color: var(--rtl-text-strong);
        text-shadow: none;
    }

    #header .container ul.nav li.selected a:hover {
        color: var(--rtl-text-strong);
        text-shadow: none;
    }

    .cms-header-bottom {
        align-items: center;
        border-top: 1px solid var(--rtl-border);
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        height: 60px;
        left: 16px;
        position: absolute;
        right: 16px;
        text-align: left;
    }

    .cms-header-bottom p {
        color: var(--rtl-text-muted);
        font-size: 14px;
        line-height: 1;
    }

    #header .container ul.nav li:hover > span.submenu,
    #header .container ul.nav li span.submenu span.title {
        background: var(--rtl-panel);
    }

    #header .container ul.nav li span.submenu {
        box-shadow: var(--rtl-shadow);
        top: 82px;
    }

    #header .container ul.nav li span.submenu span.title {
        background: var(--rtl-panel);
        border: 1px solid var(--rtl-border);
        border-bottom: 0;
    }

    #header .container ul.nav li span.submenu span.title a {
        color: var(--rtl-text-strong);
    }

    #header .container ul.nav li span.submenu ul > li.hasSubmenu > a {
        background-color: var(--rtl-panel-soft);
    }

    #header .container ul.nav li span.submenu ul > li > a {
        color: var(--rtl-text);
        background: var(--rtl-panel);
        border-top: 1px solid rgba(255, 255, 255, 0.04);
    }

    #header .container ul.nav li span.submenu ul > li:hover > a {
        color: var(--rtl-text-strong);
        background: var(--rtl-panel-hover);
    }

    #container {
        box-shadow: none;
    }

    .box,
    .box.short,
    .box > .content {
        background: #f8f9f8;
    }

    .box > .content {
        color: #242526;
    }

    #footer {
        color: var(--rtl-text-muted);
        background: var(--rtl-bg);
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .notice a,
    .copyright a {
        color: var(--rtl-text-muted);
    }

    .notice a:hover,
    .copyright a:hover {
        color: var(--rtl-text-strong);
    }

    .box.sidebar,
    #leftmen {
        color: #242526;
        background: #f5f7f5;
        border: 1px solid #d7dfd9;
        box-shadow: none;
    }

    .box.sidebar .group {
        border-top-color: #d7dfd9;
    }

    .box.sidebar .content ul li a,
    #leftmen a {
        color: #3f4642;
    }

    .box.sidebar .content ul li.selected a,
    .box.sidebar .content ul li a:hover,
    #leftmen a:hover,
    #blogh a:hover {
        color: var(--rtl-green-dark);
    }

    #leftmen a.selected {
        color: var(--rtl-green-dark);
    }

    #leftmen {
        border-left: 4px solid var(--rtl-green);
        border-bottom-right-radius: var(--rtl-radius);
        border-top-right-radius: var(--rtl-radius);
    }

    .content a {
        color: var(--rtl-link);
        font-weight: 600;
        text-decoration-color: rgba(49, 95, 117, 0.35);
    }

    .content a:hover {
        color: var(--rtl-link-hover);
        text-decoration-color: rgba(31, 69, 88, 0.55);
    }

    .exth,
    #exth h1,
    #exth h2,
    #demo h1,
    #blogh {
        color: #3f4642;
        background: #c9cec9;
        border: 1px solid #aeb8ae;
        border-left: 5px solid var(--rtl-green);
        border-radius: 4px;
        text-shadow: none;
    }

    .exth a,
    #blogh a {
        color: var(--rtl-link);
        text-decoration-color: rgba(49, 95, 117, 0.32);
    }

    .rndbox,
    .blogsidebar {
        color: #242526;
        background-color: #f5f7f5;
        border-color: #d7dfd9;
        box-shadow: none;
    }

    table.t-info,
    table.t-info th,
    table.t-info td {
        border-color: var(--rtl-border);
    }

    table.t-info th {
        color: #3f4642;
        background: #c9cec9;
    }

    .content .cms-layout-table {
        border-collapse: separate;
        border-spacing: 0;
        margin: 1em 0;
        width: 100%;
    }

    .content .cms-layout-table td {
        border: 0;
        padding: 8px;
        vertical-align: top;
    }

    .content .cms-data-table {
        background: #fff;
        border-collapse: collapse;
        margin: 1em 0;
        width: 100%;
    }

    .content .cms-data-table th,
    .content .cms-data-table td {
        border: 1px solid #d7dfd9;
        padding: 8px;
        text-align: left;
        vertical-align: top;
    }

    .content .cms-data-table th {
        background: #c9cec9;
        color: #3f4642;
        font-weight: 700;
    }

    .content .cms-data-table tr:nth-child(even) td {
        background: #f7f8f7;
    }

    .content .syntaxhighlighter {
        -ms-overflow-style: none;
        background: #f7f8f7 !important;
        border: 1px solid #d7dfd9 !important;
        border-radius: var(--rtl-radius);
        box-shadow: 0 6px 14px rgba(0, 0, 0, .05);
        box-sizing: border-box !important;
        margin: 1em 0 !important;
        padding: 10px 0 !important;
        scrollbar-width: none;
    }

    .content .syntaxhighlighter .line.alt1,
    .content .syntaxhighlighter .line.alt2 {
        background: #f7f8f7 !important;
    }

    .content .syntaxhighlighter .gutter .line {
        border-right-color: #c9cec9 !important;
        color: #6f7a72 !important;
    }

    .content .syntaxhighlighter::-webkit-scrollbar {
        display: none;
        height: 0;
        width: 0;
    }

    .content .cms-benchmark-table {
        border: 2px solid #aeb8ae;
        border-radius: 4px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
        overflow: hidden;
    }

    .content .cms-benchmark-table th,
    .content .cms-benchmark-table td {
        border-color: #aeb8ae;
        text-align: right;
        vertical-align: middle;
    }

    .content .cms-benchmark-table thead th {
        background: #c9cec9;
        color: #3f4642;
        text-align: center;
    }

    .content .cms-benchmark-table tbody th {
        background: #eef3ee;
        border-left: 4px solid var(--rtl-green);
        color: #3f4642;
        text-align: left;
        white-space: nowrap;
    }

    .content .cms-benchmark-table td:nth-child(2) {
        text-align: left;
    }

    .content .cms-table-center p {
        text-align: center;
    }

    .content .cms-feature-table {
        margin-left: auto;
        margin-right: auto;
    }

    .content .cms-feature-table td {
        font-size: 120%;
        padding: 10px;
    }

    .content .cms-table-section {
        background: #c9cec9;
        color: #3f4642;
        font-weight: 700;
        text-align: center;
    }

    .content .cms-table-group th {
        background: #eef3ee !important;
        border-left: 5px solid var(--rtl-green) !important;
        color: #3f4642 !important;
        font-weight: 700;
        text-align: left;
    }

    .content .cms-panel,
    .content .cms-form-panel {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: none;
        box-sizing: border-box;
        margin: 20px auto;
        padding: 20px;
    }

    .content .cms-form-panel form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .content .cms-form-panel label {
        color: #3f4642;
        font-weight: 700;
    }

    .content .cms-form-panel input,
    .content .cms-form-panel textarea,
    .content .cms-form-panel select {
        border: 1px solid #cfd8d1;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
        margin-top: 5px;
        padding: 10px;
    }

    .content .cms-form-panel textarea {
        min-height: 100px;
        resize: vertical;
    }

    .content .cms-form-box {
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-sizing: border-box;
        margin: 1.5em auto;
        max-width: 680px;
        padding: 14px;
    }

    .content .cms-form-table,
    .content .cms-form-table tbody,
    .content .cms-form-table tr,
    .content .cms-form-table td {
        box-sizing: border-box;
    }

    .content .cms-form-table {
        margin: auto;
        max-width: 600px;
        width: 80%;
    }

    .content .cms-form-table td {
        padding-bottom: 1em;
        vertical-align: top;
    }

    .content .cms-form-table td:first-child {
        width: 30%;
    }

    .content .cms-form-table td:nth-child(2) {
        width: 70%;
    }

    .content .cms-form-table input:not([type="checkbox"]):not([type="radio"]),
    .content .cms-form-table textarea,
    .content .cms-form-table select {
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
    }

    .content .cms-form-table .error {
        color: #b42525;
    }

    .content .cms-form-note {
        margin: 1em auto;
        max-width: 600px;
    }

    .content .cms-hidden {
        display: none !important;
    }

    .content .cms-compact-check {
        width: 20px !important;
    }

    .content .cms-wide-button {
        max-width: 100%;
        white-space: nowrap;
        width: 350px;
    }

    .content .orange-button.cms-wide-button {
        white-space: nowrap;
    }

    .content .cms-readable-copy p {
        margin: 1em 2em;
    }

    .content .cms-document-frame {
        border: 0;
        height: 500px;
        width: 100%;
    }

    .content .cms-form-panel button,
    .content .cms-form-panel input[type="submit"] {
        background: var(--rtl-panel);
        border: 1px solid var(--rtl-border);
        border-radius: 6px;
        color: var(--rtl-text-strong);
        cursor: pointer;
        font-weight: 700;
        padding: 10px 18px;
    }

    .content .cms-form-panel button:hover,
    .content .cms-form-panel input[type="submit"]:hover {
        background: var(--rtl-panel-hover);
        border-color: var(--rtl-green);
    }

    .content .cms-note {
        color: #66716a;
        font-size: 14px;
    }

    .content .cms-lead {
        font-size: 130%;
        line-height: 1.5;
        margin-left: 0;
    }

    .content .cms-large-copy p {
        font-size: 120%;
    }

    .content .cms-large-text {
        font-size: 120%;
    }

    .content .cms-news-title {
        font-size: 19px;
        text-align: center;
    }

    .content .cms-green-text {
        color: #2f7d43;
    }

    .content .cms-red-text {
        color: #b33a2f;
    }

    .content .cms-copy-lg {
        font-size: 120%;
    }

    .content .cms-no-top {
        margin-top: 0 !important;
    }

    .content .cms-no-margin {
        margin: 0 !important;
    }

    .content .cms-pull-up-sm {
        margin-top: -7px !important;
    }

    .content .cms-large-bold-copy p {
        font-size: 120%;
        font-weight: 700;
    }

    .content .cms-strong {
        font-weight: 700;
    }

    .content .cms-action-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 1em 0 1.5em;
    }

    .content .cms-action-row a {
        display: inline-block;
        margin: 0;
    }

    .content .cms-card-grid {
        display: grid;
        gap: 1em;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        margin: 1em 0;
    }

    .content .cms-card {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
        padding: 1em;
    }

    .content .cms-card h3,
    .content .cms-card h4 {
        margin-top: 0;
    }

    .content .cms-card p {
        margin-left: 0;
        margin-right: 0;
    }

    .content .cms-product-directory {
        margin: 1.25em 0;
    }

    .content .cms-product-group {
        margin: 1.75em 0;
    }

    .content .cms-product-group > h2 {
        border-bottom: 1px solid #d7dfd9;
        color: #2f3732;
        margin-bottom: .75em;
        padding-bottom: .25em;
    }

    .content .cms-product-directory .cms-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .content .cms-product-card {
        color: inherit;
        display: block;
        text-decoration: none;
    }

    .content .cms-product-card:hover {
        border-color: var(--rtl-green);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
        text-decoration: none;
    }

    .content .cms-product-card h3 {
        color: #1f2a24;
        margin-bottom: .45em;
    }

    .content .cms-product-card p {
        color: #2f3732;
    }

    .content .cms-aside-grid {
        align-items: start;
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
    }

    .content .cms-aside-grid > .cms-card {
        margin-top: 0;
    }

    .content .cms-feature-action {
        align-items: start;
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) auto;
        margin: 1em 0 1.5em;
        padding: 1em;
    }

    .content .cms-feature-action h3 {
        margin-top: 0;
    }

    .content .cms-feature-action .cms-button {
        white-space: nowrap;
    }

    .content .cms-protocol-grid {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
        margin: 1em 0 0;
    }

    .content .cms-protocol-grid span {
        background: #eef3ee;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        color: #2f3437;
        font-weight: 700;
        padding: 6px 8px;
        text-align: center;
    }

    .content .cms-callout {
        background: #eaf7ec;
        border-left: 4px solid var(--rtl-green);
        margin: 1em 0;
        padding: .75em 1em;
    }

    .content .cms-callout p {
        color: #2f3437;
        margin: 0;
    }

    .content .cms-hero-row {
        align-items: center;
        display: flex;
        gap: 2em;
        margin-bottom: 1.5em;
    }

    .content .cms-hero-row img {
        height: auto;
        max-width: 40%;
        width: 300px;
    }

    .content .cms-code-runner {
        margin: 1em;
        position: relative;
    }

    .content .cms-run-button {
        bottom: 5px;
        padding: 3px 10px;
        position: absolute;
        right: 20px;
    }

    .content .cms-code-accent {
        color: #2f7d43 !important;
    }

    .content .cms-alert {
        color: #8f1f1f;
        font-weight: 700;
        text-align: center;
    }

    .content .cms-scroll-x {
        overflow: auto;
    }

    .content .cms-rss-link {
        float: right;
        margin: 30px;
    }

    .content .cms-rss-link img {
        border: 0;
        margin: 1em;
    }

    .content .cms-centered-frame {
        box-sizing: border-box;
        margin: auto;
        max-width: 100%;
    }

    .content .cms-pad-right-lg {
        padding-right: 50px;
    }

    .content .cms-frame-wide {
        width: 793px;
    }

    .content .cms-frame-large {
        width: 750px;
    }

    .content .cms-frame-medium {
        width: 700px;
    }

    .content .cms-frame-compact {
        width: 656px;
    }

    .content .cms-frame-narrow {
        width: 480px;
    }

    .content .cms-frame-small {
        width: 300px;
    }

    .content .cms-wide-section-heading {
        max-width: 100%;
        width: 890px;
    }

    .content .cms-frame-diagram {
        max-width: 600px;
    }

    .content .cms-frame-image-wide {
        width: 680px;
    }

    .content .cms-frame-diagram img {
        display: block;
        height: auto;
        margin: -10px auto 5px;
        max-width: 100%;
        width: 582px;
    }

    .content img.center {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .content img:not([class]) {
        height: auto;
        max-width: 100%;
    }

    .content p > img:not([class]) {
        display: block;
        margin: 1em auto;
    }

    .content textarea.cms-code-textarea {
        box-sizing: border-box;
        height: 150px;
        max-width: 520px;
        width: 100%;
    }

    .content .cms-responsive-video {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .content .cms-video-embed {
        aspect-ratio: 21 / 10;
        border: 0;
        max-width: 100%;
        width: 420px;
    }

    .content .cms-video-wide {
        aspect-ratio: 16 / 9;
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .content .cms-media-squareish {
        aspect-ratio: 600 / 592;
        display: block;
        object-fit: contain;
        width: 100%;
    }

    .content .cms-download-card {
        background: #f5f7f5;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
        box-sizing: border-box;
        float: right;
        margin: 10px;
        padding: 10px;
        text-align: center;
        width: 200px;
    }

    .content .cms-indent-cell {
        padding-left: 50px;
    }

    .content .cms-indented {
        margin-left: 25px;
    }

    .content .cms-thumb {
        width: 200px;
    }

    .content .cms-product-image {
        height: 200px;
        margin-left: 100px;
        width: 200px;
    }

    .content .cms-product-image-alt {
        display: none;
        float: right;
        margin-left: 100px;
    }

    .content #lightbox-container-image-data {
        color: var(--rtl-link) !important;
    }

    .content code {
        overflow-wrap: anywhere;
    }

    .content p a,
    .content li a {
        overflow-wrap: anywhere;
    }

    .content .cms-logo-strip img {
        margin: 10px;
        max-height: 70px;
        width: 100px;
    }

    .content .cms-case-image {
        max-height: 200px;
    }

    .content .cms-usecase-image {
        aspect-ratio: 16 / 9;
        display: block;
        object-fit: contain;
        width: 100%;
    }

    .content .cms-centered-media {
        margin: auto;
        max-width: 100%;
        width: 410px;
    }

    .content .cms-centered-media img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .content .cms-image-center {
        display: block;
        height: auto;
        margin: 1em auto;
        max-width: 100%;
    }

    .content .cms-bordered-image {
        border: 1px solid var(--rtl-border);
    }

    .content .cms-responsive-image {
        display: block;
        height: auto;
        max-width: calc(100vw - 60px);
        width: 680px;
    }

    .content .cms-responsive-image-wide {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .content .cms-contained-image {
        max-width: 100%;
        width: 100%;
    }

    .content .cms-video-full {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .content .cms-two-column img {
        height: auto;
        max-width: 100%;
    }

    .content .cms-inline-media-row {
        display: inline-block;
        width: 100%;
    }

    .content .cms-overlay-media {
        aspect-ratio: 5 / 3;
        float: right;
        margin: 0 0 1em 2em;
        max-width: 100%;
        position: relative;
        width: 500px;
    }

    .content .cms-overlay-media img {
        position: absolute;
    }

    .content .cms-overlay-media .cms-overlay-base {
        inset: 0;
        width: 100%;
    }

    .content .cms-overlay-media .cms-overlay-badge {
        left: 6%;
        top: 33%;
        width: 25%;
    }

    .content .cms-screenshot-image {
        display: block;
        height: auto;
        margin: 1em auto;
        max-width: 100%;
    }

    .content .cms-float-right-media {
        float: right;
        margin-left: 2em;
        max-width: 100%;
    }

    .content .cms-float-left-media {
        float: left;
        margin-right: 2em;
        max-width: 100%;
    }

    .content .cms-clear {
        clear: both;
    }

    .content .cms-float-panel {
        box-sizing: border-box;
        float: right;
        margin: 0 0 1em 2em;
        max-width: 100%;
        width: 400px;
    }

    .content .cms-width-150,
    .content .cms-width-180,
    .content .cms-width-200,
    .content .cms-width-300,
    .content .cms-width-400,
    .content .cms-width-450,
    .content .cms-width-500,
    .content .cms-width-560,
    .content .cms-width-600,
    .content .cms-width-700,
    .content .cms-width-813 {
        box-sizing: border-box;
        max-width: 100%;
    }

    .content .cms-width-150 {
        width: 150px;
    }

    .content .cms-width-180 {
        width: 180px;
    }

    .content .cms-width-200 {
        width: 200px;
    }

    .content .cms-width-300 {
        width: 300px;
    }

    .content .cms-width-400 {
        width: 400px;
    }

    .content .cms-width-450 {
        width: 450px;
    }

    .content .cms-width-500 {
        width: 500px;
    }

    .content .cms-width-560 {
        width: 560px;
    }

    .content .cms-width-600 {
        width: 600px;
    }

    .content .cms-width-700 {
        width: 700px;
    }

    .content .cms-width-813 {
        width: 813px;
    }

    .content .cms-center-400,
    .content .cms-center-500,
    .content .cms-center-600,
    .content .cms-center-640,
    .content .cms-center-700,
    .content .cms-center-813 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .content .cms-center-400 {
        width: 400px;
    }

    .content .cms-center-500 {
        width: 500px;
    }

    .content .cms-center-600 {
        width: 600px;
    }

    .content .cms-center-640 {
        width: 640px;
    }

    .content .cms-center-700 {
        width: 700px;
    }

    .content .cms-center-813 {
        width: 813px;
    }

    .content .cms-diagram-overlay {
        align-items: start;
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
        margin: 1em 0;
        max-width: 100%;
    }

    .content .cms-diagram-overlay > img {
        height: auto;
        max-width: 100%;
    }

    .content .cms-diagram-overlay > .cms-card {
        width: auto;
    }

    .content .cms-shadow-media {
        box-shadow: 0 14px 28px rgba(0, 0, 0, .18), 0 10px 10px rgba(0, 0, 0, .12);
    }

    .content .cms-demo-iframe {
        border: 1px solid #d7dfd9;
        box-sizing: border-box;
        display: block;
        height: 700px;
        max-width: 100%;
        width: 100%;
    }

    .content .cms-legacy-video {
        border: 0;
        box-sizing: border-box;
        height: 345px;
        max-width: 100%;
        width: 420px;
    }

    .content .cms-square-iframe {
        border: 1px solid #d7dfd9;
        box-sizing: border-box;
        height: 250px;
        max-width: 100%;
        width: 250px;
    }

    .content .cms-iframe-stack {
        float: right;
        margin-left: 1em;
        max-width: 100%;
    }

    .content .cms-left-accent {
        border-left: 6px solid #c9cec9;
        margin-left: 1em;
        padding-left: 1em;
    }

    .content .cms-terminal-banner {
        background: #111712;
        border: 1px solid #2f4a35;
        border-radius: var(--rtl-radius);
        box-shadow: inset 0 0 0 1px rgba(111, 214, 127, .08), 0 10px 22px rgba(0, 0, 0, .18);
        color: #8fea9d;
        font: 700 16px/1.18 "Courier New", Consolas, monospace;
        margin: 1em 0 1.4em;
        overflow-x: auto;
        padding: 1.1em 1.25em;
        white-space: pre;
    }

    .content .cms-terminal-banner .cmd,
    .content .cms-terminal-banner pre {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: inherit;
        font: inherit;
        margin: 0;
        max-width: 600px;
        padding: 0;
        white-space: pre;
    }

    .content .cms-scroll-text {
        overflow: auto;
    }

    .content .cms-cost-symbol {
        color: var(--rtl-green);
        float: left;
        font-size: 60px;
        font-weight: 700;
        line-height: .9;
        margin: 5px 15px 20px 0;
    }

    .content .cms-margin-sm {
        margin: 5px;
    }

    .content .cms-command-frame {
        min-height: 120px;
        position: relative;
    }

    .content .cms-command-overlay {
        background: rgba(190, 190, 190, .7);
        position: absolute;
        z-index: 10;
    }

    .content .cms-heading-center {
        text-align: center;
    }

    .content .cms-heading-left {
        padding-left: 1em;
        text-align: left;
    }

    .content .cms-indent {
        margin-left: 20px;
    }

    .content .cms-list-unstyled {
        list-style: none;
    }

    .content .cms-centered-headings h2 {
        text-align: center;
    }

    .content .cms-relaxed-list li {
        line-height: 1.6;
    }

    .content .cms-inline-accent {
        color: var(--rtl-link);
    }

    .content .cms-article-highlight {
        color: #2f7d43;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }

    .content .cms-demo-nav {
        margin: 0;
        max-width: 100%;
        width: 660px;
    }

    .content .cms-demo-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .content .cms-demo-nav li {
        float: left;
        margin: 0;
    }

    .content .cms-demo-nav a {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        color: #3f4642;
        display: block;
        font: 700 1.1em/1 Arial, Helvetica, sans-serif;
        letter-spacing: 0;
        padding: .8em 1.5em;
        text-decoration: none;
        text-shadow: none;
        text-transform: uppercase;
    }

    .content .cms-demo-nav a:hover,
    .content .cms-demo-nav a:focus {
        background: #eff8f0;
        box-shadow: inset 4px 0 0 var(--rtl-green);
        color: #242526;
        outline: 0;
        text-decoration: none;
    }

    .content .cms-demo-nav a.selected {
        background: #eaf7ec !important;
        color: #1f4b30;
    }

    .content .cms-demo-nav li:first-child a {
        border-radius: var(--rtl-radius) 0 0 var(--rtl-radius);
    }

    .content .cms-demo-nav li:last-child a {
        border-radius: 0 var(--rtl-radius) var(--rtl-radius) 0;
    }

    .content .cms-shadowbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .content .cms-shadowbox > div {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
        margin: 6px;
        max-width: 200px;
        position: relative;
    }

    .content .cms-shadowbox > div > span {
        background: #ffffff;
        border: 2px solid var(--rtl-green);
        border-radius: 6px;
        box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
        color: #2f3437;
        font-size: 120%;
        left: 0;
        line-height: 1.6;
        padding: 6px;
        position: absolute;
        text-align: center;
        top: -80px;
        visibility: hidden;
        width: 200px;
        z-index: 1;
    }

    .content .cms-shadowbox > div:hover > span {
        visibility: visible;
    }

    .content .cms-tight-copy p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .content .cms-video-thumb {
        float: right;
        margin-right: 50px;
    }

    .content .cms-video-thumb > div {
        background: #000 url(/images/m2m-demos/YRDKRX63N-img.gif) no-repeat center;
        cursor: pointer;
        height: 120px;
        position: relative;
        width: 120px;
    }

    .content .cms-video-thumb img {
        bottom: 5px;
        left: 10px;
        position: absolute;
    }

    .content .cms-video-thumb iframe {
        margin: 0 -25px 15px 10px;
    }

    .content .cms-demo-section h2 {
        text-align: center;
    }

    .content .cms-demo-grid {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        margin: 1em 0 1.5em;
    }

    .content .cms-demo-card {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-sizing: border-box;
        padding: 14px;
    }

    .content .cms-demo-card img {
        border-radius: calc(var(--rtl-radius) - 1px);
        display: block;
        height: auto;
        max-width: 100%;
    }

    .content .cms-demo-link {
        text-decoration: none;
    }

    .content .cms-demo-link:hover {
        text-decoration: underline;
    }

    .content .cms-demo-info {
        box-sizing: border-box;
        display: none;
        height: 287px;
        margin: 0;
        outline: 1px solid #d7dfd9;
        padding: 5px;
        width: 450px;
    }

    .content .cms-demo-grid .cms-demo-info {
        height: auto;
        min-height: 287px;
        width: 100%;
    }

    .content .cms-app-compact > div {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    }

    .content .cms-app-compact > div > a > div {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .content .cms-app-compact > div > a > div > span {
        left: -100px;
        top: 80px;
    }

    .content .cms-app-compact img {
        max-width: 100%;
    }

    .app-container.cms-app-menu-grid .cms-app-tile-icon {
        left: 10px;
    }

    .content .cms-app-medium > div {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .content .cms-app-medium > div > a > div {
        font-size: 14px;
        height: 56px;
        line-height: 56px;
    }

    .content .cms-app-medium > div > a > div > span {
        left: -100px;
        top: 86px;
    }

    .content .cms-market-slider {
        margin: 0 auto 2em;
        max-width: 100%;
        position: relative;
        text-align: left;
        width: 696px;
    }

    .content .cms-market-slider-content {
        position: relative;
    }

    .content .cms-market-slider .graphic,
    .content .cms-market-slider #prevBtn,
    .content .cms-market-slider #nextBtn {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-indent: -8000px;
    }

    .content .cms-market-slider #slider ul,
    .content .cms-market-slider #slider li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .content .cms-market-slider #slider li {
        height: 241px;
        overflow: hidden;
        width: 696px;
    }

    .content .cms-market-slide {
        align-items: center;
        box-sizing: border-box;
        display: grid;
        gap: 18px;
        grid-template-columns: 210px minmax(0, 1fr);
        height: 241px;
        padding: 12px 16px;
        width: 696px;
    }

    .content .cms-market-slide.cms-market-slide-text-only {
        grid-template-columns: minmax(0, 1fr);
        padding-left: 36px;
        padding-right: 36px;
    }

    .content .cms-market-slide img {
        border-radius: var(--rtl-radius);
        display: block;
        height: auto;
        max-height: 190px;
        max-width: 100%;
    }

    .content .cms-market-slide h2 {
        margin: 0 0 .35em;
    }

    .content .cms-market-slide p {
        font-size: .95em;
        line-height: 1.32;
        margin: .45em 0;
    }

    .content .cms-market-slider #prevBtn,
    .content .cms-market-slider #nextBtn {
        display: block;
        height: 77px;
        position: absolute;
        top: 71px;
        width: 30px;
    }

    .content .cms-market-slider #prevBtn {
        left: -45px;
    }

    .content .cms-market-slider #nextBtn {
        left: 710px;
    }

    .content .cms-market-slider #prevBtn a,
    .content .cms-market-slider #nextBtn a {
        background: url(/images/btn_prev.gif) no-repeat 0 0;
        display: block;
        height: 77px;
        width: 30px;
    }

    .content .cms-market-slider #nextBtn a {
        background: url(/images/btn_next.gif) no-repeat 0 0;
    }

    .content .cms-market-slider #slider li h2 {
        margin: 0;
        text-align: center;
    }

    .content .cms-market-slider #slider li p {
        margin-left: 10px;
    }

    .content .cms-print-book .share-buttons,
    .content .cms-print-book #header,
    .content .cms-print-book #footer,
    .content .cms-print-book .noprint,
    .content .cms-print-book iframe,
    .content .cms-print-book #leftmen,
    .content .cms-print-book .orange-button,
    .content .cms-print-book .video_frame {
        display: none;
    }

    .content .cms-print-book #container {
        width: 100%;
    }

    .content .cms-print-book .exth,
    .content .cms-print-book #exth h1,
    .content .cms-print-book #exth h2,
    .content .cms-print-book #demo h1,
    .content .cms-print-book #blogh,
    .content .cms-print-book #blogh a {
        background: white;
        border: 0;
        box-shadow: none;
        color: black !important;
        padding: 3px;
    }

    .content .cms-print-book a {
        background: none !important;
        font-weight: 700;
        padding: 0 !important;
        text-decoration: none !important;
    }

    .content .cms-print-book {
        max-width: 100%;
        overflow-x: auto;
    }

    @media print {
        .content .cms-print-book .hideprint {
            display: none;
        }
    }

    .content .cms-support-table {
        border-collapse: collapse;
        width: 100%;
    }

    .content .cms-support-table td {
        height: 26px;
        padding: 0 8px;
        text-align: center;
        width: 25%;
    }

    .content .cms-support-table td:first-child {
        text-align: left;
    }

    .content .cms-support-table tr:nth-child(n+2) {
        font-size: 120%;
        font-weight: 700;
        height: 40px;
    }

    .content .cms-support-table tr:nth-child(2n+3) {
        background: #f0f3f0;
    }

    .content .cms-support-table tr:nth-child(2n+4) {
        background: #e2e8e2;
    }

    .content .cms-support-table h1.exth span {
        display: block;
        font-size: 12px;
    }

    .content .cms-support-table td span {
        font-size: 14px;
        font-weight: 400;
    }

    .content .cms-support-table td h1 span {
        text-decoration: underline;
    }

    .content .cms-support-table a:hover {
        text-decoration: none;
    }

    .content .cms-support-table a:hover > h1 {
        background: #dce9df;
        color: #242526;
    }

    .content .cms-admin-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .content .cms-admin-table table,
    .content .cms-admin-table th,
    .content .cms-admin-table td {
        border: 1px solid #969696;
    }

    .content .cms-admin-table th,
    .content .cms-admin-table td {
        margin: 0;
        padding: 0 5px;
    }

    .content .cms-purchase-panel,
    .content .cms-purchase-center {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 500px;
    }

    .content .cms-purchase-panel table,
    .content .cms-purchase-center table {
        width: 100%;
    }

    .content .cms-purchase-panel td span {
        color: #66716a;
    }

    .content .cms-purchase-form input {
        max-width: 100%;
        width: 80%;
    }

    .content .cms-purchase-input {
        box-sizing: border-box;
        max-width: 100%;
        width: 200px;
    }

    .content .cms-purchase-cvv {
        box-sizing: border-box;
        max-width: 100%;
        width: 40px;
    }

    .content .cms-purchase-submit-note {
        font-size: .95rem;
    }

    .content .cms-purchase-submit {
        min-width: 80px;
    }

    .content .cms-purchase-paypal {
        margin-left: auto;
        margin-right: auto;
        width: 145px;
    }

    .content .cms-purchase-paypal img {
        border: 0;
        margin: 1em;
    }

    .content .cms-purchase-address {
        box-sizing: border-box;
        height: 150px;
        max-width: 100%;
        width: 400px;
    }

    #waitimg,
    .cms-wait-image {
        border-style: none;
        display: none;
        left: 50%;
        margin: -90px 0 0 -90px;
        position: fixed;
        top: 50%;
        z-index: 9001;
    }

    #overlaymask,
    .cms-overlay-mask {
        background-color: gray;
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 9000;
    }

    .content .cms-download-fieldset {
        clear: both;
        min-height: 230px;
    }

    .content .cms-download-options {
        margin: 1em;
        min-width: 200px;
    }

    .content .cms-download-info {
        margin-left: 20px;
        padding: 5px 2em;
    }

    .content .cms-spaced-list {
        margin: 1em 0 1.2em 1.2em;
    }

    .content .cms-spaced-list li {
        margin-bottom: .4em;
    }

    .content ol {
        margin: 1em 0 1.25em 1.6em;
        padding-left: 1.1em;
    }

    .content ol > li {
        line-height: 1.45;
        margin-bottom: .55em;
        padding-left: .15em;
    }

    .content ol > li:last-child {
        margin-bottom: 0;
    }

    .content .cms-note-box {
        background: #f7f8f7;
        border-left: 5px solid var(--rtl-green);
        margin: 1em 0 1.2em 1em;
        padding: .8em 1em;
    }

    .content .cms-architecture {
        display: grid;
        gap: 14px;
        grid-template-columns: 1fr;
        margin: 1em 0 1.5em;
    }

    .content .cms-architecture-row {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .content .cms-architecture-box,
    .content .cms-architecture-core {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        padding: 12px;
        text-align: center;
    }

    .content .cms-architecture-core {
        background: #eef3ee;
        border: 2px solid var(--rtl-green);
        padding: 18px;
    }

    .content .cms-two-column {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        margin: 1em 0 1.5em;
    }

    .content .cms-grid-span {
        grid-column: 1 / -1;
    }

    .content .cms-menu-content {
        align-items: start;
        display: grid;
        gap: 24px;
        grid-template-columns: minmax(170px, max-content) minmax(0, 1fr);
        margin: 1em 0 1.5em;
    }

    .content .cms-menu-content > div {
        min-width: 0;
    }

    @media (max-width: 930px) {
        .content .cms-menu-content {
            grid-template-columns: minmax(0, 1fr);
        }
    }

    .content .cms-product-intro-grid {
        align-items: start;
        display: grid;
        gap: 0 24px;
        grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
        margin-bottom: 1.5em;
    }

    .content .cms-product-intro-grid > h1 {
        grid-column: 1 / -1;
    }

    .content .cms-product-intro-grid > #leftmen {
        float: none;
        grid-column: 1;
        grid-row: 2 / span 8;
        margin-bottom: 20px;
        width: auto;
    }

    .content .cms-product-intro-grid > :not(h1):not(#leftmen):not(.cms-product-intro-side):not(.cms-product-menu-action):not(.cms-product-menu-stack) {
        grid-column: 2;
        min-width: 0;
    }

    .content .cms-product-intro-grid > .cms-product-menu-stack {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
    }

    .content .cms-product-intro-grid > .cms-product-menu-stack > #leftmen {
        float: none;
        margin-bottom: 18px;
        width: auto;
    }

    .content .cms-product-menu-stack .cms-product-menu-action {
        margin: 16px 0 20px;
        max-width: none;
    }

    .content .cms-product-menu-stack .cms-product-menu-action .cms-button {
        width: 100%;
    }

    .content .cms-product-intro-grid > .cms-product-intro-side {
        grid-column: 1;
        grid-row: 5;
        margin-top: 32px;
        max-width: none;
    }

    .content .cms-product-intro-grid > .cms-product-intro-side h2 {
        font-size: 1.15em;
    }

    .content .cms-product-intro-grid > .cms-product-intro-side ul li {
        font-size: 14px;
        font-weight: normal;
    }

    .content .cms-product-intro-grid > .cms-product-menu-action {
        grid-column: 1;
        grid-row: 8;
        margin: 16px 0 20px;
        max-width: none;
    }

    .content .cms-product-intro-grid > .cms-product-menu-action .cms-button {
        width: 100%;
    }

    .content .cms-product-intro-grid > .cms-centered-media {
        margin-top: 14px;
    }

    @media (max-width: 930px) {
        .content .cms-product-intro-grid {
            display: block;
        }

        .content .cms-product-intro-grid > .cms-centered-media {
            margin: 1em auto;
        }
    }

    .content .cms-side-action {
        clear: both;
        margin: 18px 0 0;
        max-width: 300px;
    }

    .content .cms-side-action .cms-button {
        width: 100%;
    }

    .content .cms-button-row {
        margin: 1.25em auto;
        max-width: min(100%, 300px);
        text-align: center;
    }

    .content .cms-button-row.cms-button-row-wide {
        max-width: min(100%, 400px);
    }

    .content .cms-button-row.cms-button-row-xwide {
        max-width: min(100%, 500px);
    }

    .content .cms-button-row .cms-button {
        width: 100%;
    }

    .content .cms-button-float-right {
        float: right;
        margin: 0 0 1em 1.5em;
    }

    .content .cms-side-note {
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-left: 5px solid var(--rtl-green);
        border-radius: var(--rtl-radius);
        box-sizing: border-box;
        clear: both;
        margin: 18px 0 0;
        max-width: 340px;
        padding: 12px 14px;
    }

    .content .cms-side-note h2 {
        font-size: 1.15em;
        margin-top: 0;
    }

    .content .cms-side-note.cms-inline-note {
        clear: none;
        float: right;
        margin: 0 0 16px 24px;
        max-width: 250px;
    }

    .content .cms-menu-content .app-container {
        max-width: 100%;
    }

    .content .cms-menu-content .app-container > div {
        margin-left: 0;
        margin-right: 0;
    }

    .content .cms-mini-list {
        margin: .8em 0 0 1.2em;
    }

    .content .cms-mini-list li {
        margin-bottom: .35em;
    }

    .content .cms-module-group {
        margin-bottom: 1.5em;
    }

    .content .cms-usecase-grid img {
        height: auto;
        width: 100%;
    }

    .content .cms-video-preview-wide {
        cursor: pointer;
        margin: auto;
        max-width: 100%;
        position: relative;
        width: 795px;
    }

    .content .cms-video-preview-wide > img:first-child {
        height: auto;
        max-width: 100%;
    }

    .content .cms-video-play-button {
        bottom: 15px;
        left: 10px;
        position: absolute;
    }

    .content .cms-tutorial-list .cms-card img {
        display: block;
        margin: 0 auto;
    }

    .content .cms-tutorial-list .cms-two-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    @media screen and (max-width: 700px) {
        .content .cms-tutorial-list .cms-two-column {
            grid-template-columns: minmax(0, 1fr);
        }
    }

    .content .cms-product-note {
        background: #eef3ee;
        display: none;
        margin: 10px auto 30px;
        width: 90%;
    }

    .content .cms-product-note p {
        font-size: 120%;
        font-weight: 700;
        text-align: center;
    }

    .content .cms-download-form,
    .content .cms-download-form p {
        font-size: 120%;
    }

    .content .cms-download-form {
        box-sizing: border-box;
        max-width: 100%;
    }

    .blue-button-link,
    .orange-button {
        color: var(--rtl-text-strong) !important;
        background: var(--rtl-panel) !important;
        border: 1px solid var(--rtl-border);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
        text-shadow: none;
    }

    .blue-button-link:hover,
    .orange-button:hover {
        background: var(--rtl-panel-hover) !important;
        border-color: var(--rtl-green);
    }

    .rtl-centered-cta {
        margin: 20px 0;
        text-align: center;
        font-size: 120%;
    }

    .content a.rtl-cta,
    .content a.rtl-cta:visited {
        display: inline-block;
        padding: 10px 18px;
        color: var(--rtl-text-strong);
        background: var(--rtl-panel);
        border: 1px solid var(--rtl-border);
        border-radius: var(--rtl-radius);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
        text-decoration: none;
    }

    .content a.rtl-cta:hover {
        color: var(--rtl-text-strong);
        background: var(--rtl-panel-hover);
        border-color: var(--rtl-border-strong);
        text-decoration: none;
    }

    .content a[href="/services/"][style*="#0069D9"] {
        color: var(--rtl-text-strong) !important;
        background: var(--rtl-panel) !important;
        border: 1px solid var(--rtl-border) !important;
        border-radius: var(--rtl-radius) !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
        text-decoration: none !important;
    }

    .content a[href="/services/"][style*="#0069D9"]:hover {
        color: var(--rtl-text-strong) !important;
        background: var(--rtl-panel-hover) !important;
        border-color: var(--rtl-border-strong) !important;
    }

    @media (min-width: 931px) {
        .content .cms-pull-up-desktop {
            margin-top: -40px;
        }
    }

    .black-button-link {
        color: var(--rtl-yellow) !important;
        background: var(--rtl-panel);
        border: 1px solid var(--rtl-border);
        text-shadow: none;
    }

    .app-container > div > a > div {
        color: #242526;
        background: #f7f8f7;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 8px 18px rgba(0, 0, 0, .08);
    }

    .app-container > div > a:hover > div,
    .visible > div {
        color: #242526;
        background: #eff8f0 !important;
        border-color: #c7d7cb;
        box-shadow: inset 4px 0 0 var(--rtl-green), 0 8px 18px rgba(0, 0, 0, .08);
        text-decoration-color: rgba(73, 163, 84, 0.45) !important;
    }

    .app-container > div > a > div > span {
        color: #242526;
        background: #ffffff;
        border: 1px solid #d7dfd9;
        border-radius: var(--rtl-radius);
        box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
    }

    .app-container > div > a > div > span h3 {
        color: #242526;
    }

    .app-container > div > a > div > span p {
        color: #4f5b55;
        line-height: 1.45;
    }

    .app-container > div > a > div > span::after {
        border-bottom-color: #ffffff;
    }

    .tabs-menu li {
        background: #f7f8f7;
        border-color: #d7dfd9;
    }

    .tabs-menu li.current {
        background: #f5f7f5;
        border-color: #d7dfd9;
        border-top-color: var(--rtl-green);
    }

    .tabs-menu .current a {
        color: #3f4642;
    }

    .tab {
        border-color: var(--rtl-border);
    }

    blockquote {
        color: #102315;
        background: #eaf7ec;
        border-left-color: var(--rtl-green);
    }

    blockquote::before {
        color: #3f4642;
    }

    @media (max-width: 620px) {
        #header {
            height: auto;
            min-height: 0;
        }

        #header .container {
            display: flex;
            flex-direction: column;
            min-height: 0;
            padding: 0 16px;
        }

        #header .container .site-logo {
            display: block;
            height: auto !important;
            margin: 12px auto 0;
            position: static;
            width: min(301px, 100%) !important;
        }

        #header .container ul.nav {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            left: auto;
            margin: 10px 0 0;
            padding: 0;
            position: static;
            right: auto;
            top: auto;
            z-index: 2;
        }

        #header .container ul.nav li {
            float: none;
            text-align: center;
        }

        #header .container ul.nav > li > a {
            border-top: 0;
            font-size: 14px;
            padding: 9px 10px;
        }

        #header .container ul.nav > li > a:hover,
        #header .container ul.nav li.selected a {
            border-top: 0;
            box-shadow: inset 4px 0 0 var(--rtl-green);
        }

        #header .container ul.nav li span.submenu {
            display: none !important;
        }

        .content .cms-market-slider {
            overflow-x: auto;
            padding-bottom: .5em;
            width: 100%;
        }

        .content .cms-market-slider #prevBtn,
        .content .cms-market-slider #nextBtn {
            display: none;
        }

        .content .cms-print-book table {
            box-sizing: border-box;
            display: block;
            max-width: 100%;
            overflow-x: auto;
        }

        .content .cms-print-book td.code {
            box-sizing: border-box;
            display: block;
            max-width: calc(100vw - 90px);
            overflow-x: auto;
        }

        .content .cms-print-book td.code .container,
        .content .cms-print-book td.code .line {
            max-width: 100%;
            overflow-x: auto;
        }

        .cms-header-bottom {
            bottom: auto;
            height: auto;
            left: auto;
            margin-top: 8px;
            min-height: 52px;
            position: static;
            right: auto;
            width: 100%;
        }

        .cms-header-bottom p {
            margin: 0;
        }

        .content .cms-layout-table,
        .content .cms-layout-table tbody,
        .content .cms-layout-table tr,
        .content .cms-layout-table td {
            box-sizing: border-box;
            display: block;
            max-width: 100%;
            width: 100%;
        }

        .content .cms-layout-table {
            margin-left: 0;
            margin-right: 0;
        }

        .content .cms-menu-content {
            grid-template-columns: minmax(0, 1fr);
        }

        .content .cms-product-intro-grid {
            display: block;
        }

        .content .cms-product-intro-grid > .cms-centered-media {
            margin: 1em auto;
        }

        .content .cms-side-action,
        .content .cms-side-note {
            max-width: 100%;
        }

        .content .cms-side-note.cms-inline-note {
            float: none;
            margin: 1em 0;
        }

        .content .cms-diagram-overlay {
            display: block;
        }

        .content .cms-diagram-overlay > img,
        .content .cms-diagram-overlay > .cms-card {
            margin: 1em auto;
            max-width: 100%;
            position: static;
        }

        .content .cms-data-table {
            display: block;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .content .cms-data-table tbody {
            display: table;
            min-width: 100%;
        }

        .content .cms-support-table {
            display: block;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .content .cms-support-table tbody {
            display: table;
            min-width: 100%;
        }

        .content .cms-download-fieldset {
            box-sizing: border-box;
            width: 100%;
        }

        .content .cms-download-fieldset table,
        .content .cms-download-fieldset tbody,
        .content .cms-download-fieldset tr,
        .content .cms-download-fieldset td,
        .content .cms-purchase-panel table,
        .content .cms-purchase-panel tbody,
        .content .cms-purchase-panel tr,
        .content .cms-purchase-panel td {
            box-sizing: border-box;
            display: block;
            width: 100%;
        }

        .content .cms-download-info {
            margin-left: 0;
            margin-top: 1em;
            padding-left: 1em;
            padding-right: 1em;
            width: 100%;
        }

        .content .cms-purchase-panel input[type="text"] {
            width: 100% !important;
        }

        .content .cms-wide-button {
            white-space: normal;
            width: 100%;
        }

        .content .orange-button.cms-wide-button {
            white-space: normal;
        }

        .content .cms-centered-media,
        .content .cms-centered-media img,
        .content .cms-float-right-media,
        .content .cms-float-left-media,
        .content .cms-button-float-right,
        .content .cms-overlay-media,
        .content .cms-float-panel {
            float: none;
            margin-left: 0;
            margin-right: 0;
            max-width: 100% !important;
            width: 100%;
        }

        .content .cms-hero-row {
            display: block;
        }

        .content .cms-hero-row img {
            display: block;
            margin: auto;
            max-width: 100%;
            width: 260px;
        }

        .content .cms-action-row,
        .content .cms-card-grid {
            margin-left: 0;
            margin-right: 0;
        }

        .content .cms-feature-action {
            grid-template-columns: minmax(0, 1fr);
        }

        .content .cms-aside-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .content .cms-code-runner {
            margin-left: 0;
            margin-right: 0;
        }

        .content .cms-run-button {
            bottom: auto;
            margin-top: 8px;
            position: static;
            right: auto;
        }

        .content .cms-centered-frame {
            width: 100%;
        }

        .content .cms-download-card {
            float: none;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

        .content .cms-indent-cell,
        .content .cms-indented {
            margin-left: 0;
            padding-left: 0;
        }

        .content .cms-form-table,
        .content .cms-form-table tbody,
        .content .cms-form-table tr,
        .content .cms-form-table td {
            display: block;
            max-width: 100%;
            width: 100%;
        }

        .content .cms-readable-copy p {
            margin-left: 0;
            margin-right: 0;
        }

        .app-container > div {
            margin: 0;
        }

        .app-container > div > a > div > span {
            display: none;
        }
    }
}

/* Final normalization pass after migrated CMS styles. */
@media screen {
    .content button,
    .content input[type="submit"],
    .content .cms-button,
    .content .cms-button:visited,
    .content .btn,
    .content .buttonlink,
    .content .orange-button,
    .content .blue-button-link,
    .content .black-button-link,
    .content a.rtl-cta,
    .content a.rtl-cta:visited {
        align-items: center;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        line-height: 1.2 !important;
        min-height: 44px;
        min-width: 132px;
        padding: 11px 18px !important;
        color: var(--rtl-text-strong) !important;
        background: var(--rtl-panel) !important;
        border: 1px solid var(--rtl-border) !important;
        border-radius: var(--rtl-radius) !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
        font: 700 15px Arial, Helvetica, sans-serif !important;
        text-decoration: none !important;
        text-shadow: none !important;
        white-space: normal;
    }

    .content button:hover,
    .content input[type="submit"]:hover,
    .content .cms-button:hover,
    .content .btn:hover,
    .content .buttonlink:hover,
    .content .orange-button:hover,
    .content .blue-button-link:hover,
    .content .black-button-link:hover,
    .content a.rtl-cta:hover {
        color: var(--rtl-text-strong) !important;
        background: var(--rtl-panel-hover) !important;
        border-color: var(--rtl-border-strong) !important;
    }

    .content button.cmd-copy-button {
        position: absolute;
        top: 5px;
        right: 4px;
        display: flex;
        width: 22px;
        min-width: 0;
        height: 22px;
        min-height: 0;
        padding: 0 !important;
        color: #3a3f3d !important;
        background: #f7f8f7 !important;
        border: 1px solid #b8c0b8 !important;
        border-radius: 4px !important;
        box-shadow: none;
        line-height: 1 !important;
    }

    .content div.cmd.cmd-single-line button.cmd-copy-button {
        top: 50%;
        transform: translateY(-50%);
    }

    .content button.cmd-copy-button:hover {
        color: #1f2922 !important;
        background: #edf4ee !important;
        border-color: #8fa18f !important;
    }

    .content button.cmd-copy-button.copied {
        color: #102415 !important;
        background: #67d378 !important;
        border-color: #52bd63 !important;
    }

    .content button.cmd-copy-button.selected {
        color: #1d3625 !important;
        background: #d9efdd !important;
        border-color: #8ea995 !important;
    }

    .content button.cmd-copy-button.failed {
        color: #7b2525 !important;
        background: #f8e2e2 !important;
        border-color: #d9a3a3 !important;
    }

    .content .cms-button-wide {
        min-width: min(100%, 220px);
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .content details {
        border-color: #d7dfd9 !important;
        background: #fff;
    }

    .content summary {
        color: #3f4642 !important;
        background: #f5f7f5 !important;
        border-left: 5px solid var(--rtl-green);
        text-shadow: none !important;
    }

    .content .theader,
    .content .cms-data-table th,
    .content .cms-table-section,
    .content table.t-info th,
    .content #pricetab th {
        color: #3f4642 !important;
        background: #c9cec9 !important;
        border-color: #d7dfd9 !important;
        text-shadow: none !important;
    }

    .content .cms-data-table .cms-table-group th {
        background: #eef3ee !important;
        border-left-color: var(--rtl-green) !important;
        color: #3f4642 !important;
        text-align: left;
    }

    .content .cms-benchmark-table tbody th {
        background: #eef3ee !important;
        border-left: 4px solid var(--rtl-green) !important;
        color: #3f4642 !important;
        text-align: left;
    }

    .content .cms-benchmark-table th,
    .content .cms-benchmark-table td {
        border-color: #aeb8ae !important;
    }

    .content #pricetab td {
        background: #fff !important;
        border-color: #d7dfd9 !important;
    }

    .content fieldset,
    .content .formcont,
    .content #locations,
    .content #xborder,
    .content .collapsesym {
        background: #f7f8f7 !important;
        border-color: #d7dfd9 !important;
        box-shadow: none !important;
    }

    .content span.g,
    .content #leftmen a.selected {
        color: var(--rtl-green-dark) !important;
    }

    .content iframe,
    .content object,
    .content embed,
    .content video,
    .content canvas,
    .content pre,
    .content table {
        max-width: 100%;
    }

    .content pre {
        box-sizing: border-box;
        overflow: auto;
    }

    .content iframe,
    .content object,
    .content embed,
    .content video,
    .content canvas {
        box-sizing: border-box;
    }

    @media (max-width: 620px) {
        .content iframe,
        .content object,
        .content embed,
        .content video,
        .content canvas {
            width: 100% !important;
        }

        .content img {
            height: auto !important;
        }

    }
}
