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 {
    list-style: none;
    margin: 0 0 10px -40px;
    line-height: 1.4em;
    padding-left: 40px;
    font-size:16px;
    font-weight:bold;
    background:url(images/body/orange-check-small.png) no-repeat left 0px;
}

.orangecbsmall h2 {
    font-weight:bold;
    text-shadow: 2px 2px 8px #000000;
    text-align:left;
    margin-left:40px;
    font-size:35px;
    font-family:impact;
    color:#f39c12;
}

.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;
    word-wrap:break-word;
}


.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;
}

.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: #f5f7f5;
    }

    .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;
    }

    .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;
        }

        .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;
        }

        .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 .btn,
    .content .buttonlink,
    .content a.rtl-cta,
    .content a.rtl-cta:visited {
        display: inline-block;
        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;
        text-shadow: none !important;
    }

    .content button:hover,
    .content input[type="submit"]:hover,
    .content .btn:hover,
    .content .buttonlink: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 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 table.t-info th,
    .content #pricetab th {
        color: #3f4642 !important;
        background: #f5f7f5 !important;
        border-color: #d7dfd9 !important;
        text-shadow: none !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 #products .large-container > div {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .content #products .large-container > div > a > div {
        height: 100px;
        font-size: 18px;
        line-height: 100px;
    }

    .content #products .large-container > div > a > div > span {
        top: 130px;
        left: -40px;
    }

    .content #products .small-container > div {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .content #products .small-container > div > a > div {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }

    .content #products .small-container > div > a > div > span {
        top: 80px;
        left: -80px;
    }

    .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: 616px) {
        .content #products .app-container > div {
            margin: 0;
        }
    }

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

        .content img {
            height: auto !important;
        }

    }
}
