@import url(../assets/fa/all.min.css);
@import url(theme-colors.css);
/* style_header */
* {
  margin: 0;
  padding: 0;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 16px;
  font-weight: semi-bold;
  letter-spacing: 1px;
  color: var(--menu__font-color);
  transition: top 0.5s;
  z-index: 99;
  text-align: right;
  background: var(--hbox__background);
}

nav.fixed {
  top: -20px;
  background-color: var(--hbox__background);
}

nav:hover {
  background: var(--menu__nav-background--fade);
  color: var(--menu__a-hover);
  transition: background 0.5s;
}

nav #menu-wrapper {
  margin: 0 auto;
  max-width: 100%;
  /*900px;*/
  height: var(--hbox__height);
  overflow: hidden;
}

nav ul {
  list-style: none;
}

nav li {
  display: inline-block;
  margin: 20px 14px 0px 14px;
  height: 54px;
  /* was 60px; */
  padding: 0;
  text-transform: uppercase;
}

nav li a {
  display: block;
  margin-top: 10px;
  height: 40px;
  color: var(--menu__a-hover);
  text-decoration: none;
}

nav li#homebutton {
  width: var(--logo__width);
  height: var(--logo__height);
  background: var(--logo__background);
  margin-left: var(--logo__margin-left);
  float: left;
  transition: opacity 1s;
  position: absolute;
  top: var(--logo__top);
  left: 0;
}

nav li#homebutton:hover {
  opacity: 0.8;
}

nav ul li ul {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 999998;
  padding: 0;
  top: var(--hbox__height);
  left: 0;
  width: 100%;
  height: 160px;
  border-top: 1px solid #a0a0a0;
  color: var(--menu__font-color);
  background: var(--menu__dropdown-background);
  opacity: var(--menu__dropdown-opacity);
  transition: visibility 0.2s;
}

nav ul li ul li a {
  text-transform: none;
  letter-spacing: 0;
}

/* ------ general mega menu -------- */
div.mega-menu {
  position: relative;
  max-width: 100%;
  /*900px;*/
  margin: 15px auto 0 auto;
  padding: 0;
  letter-spacing: 0;
  font-size: 1rem;
}

div.mega-menu a:hover {
  color: var(--sub-menu__a-hover);
}

div.mega-menu div {
  text-align: left;
  vertical-align: top;
  line-height: 1.2;
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  height: 120px;
}

div.mega-menu li {
  margin: 0;
  padding: 0;
  height: auto;
}

div.mega-menu span {
  text-transform: none;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 0 4px 0;
  color: var(--cMegaTextColorDefault);
}

div.mega-menu span.mmh1 {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: var(--cMegaTextColorMm1);
}

div.mega-menu span.mmh2 {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--cMegaTextColorMm2);
}

div.mega-menu span.mmicon {
  display: inline-block;
}

div.mega-menu span.mmsmall {
  font-size: 0.9rem;
  color: var(--cMegaTextColorSmall);
}

/* ------ hm mega menu -------- */
div#menu-hm a {
  display: block;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
}

div#menu-hm li {
  display: block;
  margin: 0;
}

div#menu-hm div.mega-left {
  width: 35%;
  padding-left: 5%;
}

div#menu-hm div.mega-middle {
  width: 30%;
}

div#menu-hm div.mega-right {
  width: 20%;
  padding: 0 0 0 3%;
  border-left: 1px solid #ccc;
}

div#menu-hm span.mmh1 {
  font-size: 1.5rem;
  opacity: var(--kHBoxH1Opac);
  color: var(--kMegaColHdgColorMm1);
}

div#menu-hm span.mmh2 {
  font-size: 1.1rem;
}

div#menu-hm span.mmsmall {
  font-size: 1rem;
  display: block;
}

span#h-multi {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -224px -352px;
  width: 32px;
  height: 32px;
  margin-right: 9px;
}

span#h-team {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -128px -192px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

span#h-skins {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -64px -96px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

span#h-star {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -224px -292px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

/* ------ download mega menu -------- */
div#menu-download {
  text-align: left;
}

div#menu-download a {
  display: block;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
}

div#menu-download li {
  display: block;
  margin: 0;
  line-height: 1;
}

div#menu-download div.mega-left {
  width: 35%;
  padding: 0 0 0 10%;
}

div#menu-download div.mega-right {
  width: 45%;
  float: right;
  padding: 0 0 0 5%;
  border-left: 1px solid #ccc;
}

div#menu-download div.mega-right-sub {
  column-count: 2;
  column-width: 46%;
  column-gap: 2%;
  margin: 0;
  padding: 0;
}

div#menu-download span.mmh1 {
  font-size: 1.5rem;
}

div#menu-download .mmh2 {
  font-size: 1.25rem;
  display: block;
  column-span: all;
  margin-bottom: 16px;
}

div#menu-download span.mmsmall {
  font-size: 1rem;
  display: block;
}

span#d-hm {
  position: relative;
  float: left;
  background: url(../img/strip64-white.png) no-repeat -384px 0;
  width: 128px;
  height: 128px;
  margin: 0 10px 20px 0;
  top: -32px;
  left: 16px;
}

/* ------ shop mega menu -------- */
div#menu-shop {
  max-width: 700px;
}

div#menu-shop a {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}

div#menu-shop li {
  display: block;
  margin: 0;
}

div#menu-shop div.mega-left {
  width: 45%;
}

div#menu-shop div.mega-right {
  float: right;
  padding: 0 0 0 20px;
}

span#b-cart {
  position: relative;
  float: left;
  background: url(../img/strip64-white.png) no-repeat -384px -384px;
  width: 128px;
  height: 128px;
  margin: 0 10px 20px 0;
  top: -16px;
  left: 16px;
}

span#b-upgrade {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -160px -224px;
  width: 32px;
  height: 32px;
  margin-right: 9px;
}

span#b-reseller {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -256px -256px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

span#b-training {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -32px -64px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* ------ support mega menu -------- */
div#menu-support a {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}

div#menu-support li {
  display: block;
  margin: 0;
}

div#menu-support div.mega-left {
  width: 35%;
}

div#menu-support div.mega-middle {
  width: 35%;
}

div#menu-support div.mega-right {
  width: 28%;
}

span#s-doc {
  position: relative;
  float: left;
  background: url(../img/strip64-white.png) no-repeat -256px -128px;
  width: 64px;
  height: 64px;
  margin: 0 10px 20px 0;
  top: -16px;
}

span#s-help {
  vertical-align: middle;
  background: url(../img/strip32-white.png) no-repeat -288px 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

span#s-forum {
  vertical-align: bottom;
  background: url(../img/strip32-white.png) no-repeat -128px -320px;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

/* ------ company mega menu -------- */
div#menu-company a {
  display: block;
  text-align: center;
  margin: 0 20px 0 20px;
}

div#menu-company span {
  display: block;
  margin: 0 auto 4px auto;
}

span#c-about {
  background: url(../img/strip64-white.png) no-repeat -128px -512px;
  width: 64px;
  height: 64px;
}

span#c-dmca {
  background: url(../img/strip64-white.png) no-repeat -512px -64px;
  width: 64px;
  height: 64px;
}

span#c-privacy {
  background: url(../img/strip64-white.png) no-repeat -448px -512px;
  width: 64px;
  height: 64px;
}

span#c-terms {
  background: url(../img/strip64-white.png) no-repeat -256px 0;
  width: 64px;
  height: 64px;
}

span#c-contact {
  background: url(../img/strip64-white.png) no-repeat -320px -128px;
  width: 64px;
  height: 64px;
}

span#c-news {
  background: url(../img/strip64-white.png) no-repeat -192px -320px;
  width: 64px;
  height: 64px;
}

/* ------ end mega menus -------- */
nav li a:link {
  color: var(--menu__font-color);
}

nav li a:visited {
  color: var(--menu__font-color);
}

nav li a:hover {
  color: var(--menu__a-hover);
}

nav li a.selected {
  border-top: 2px var(--menu__a-hover) solid;
}

nav ul li:hover > ul {
  visibility: visible;
  color: var(--menu_headings-color);
}

div.navbackground {
  display: block;
  height: var(--hbox__height);
}

#secondary_nav {
  margin-top: 110px;
  float: right;
}

#secondary_nav div {
  text-align: center;
  padding-top: 30px;
}

#secondary_nav_selected {
  border-bottom: 2px var(--menu__a-hover) solid;
  /* orange */
}

#secondary_nav a {
  margin: 0 0 0 20px;
  color: #313131;
  text-decoration: none;
}

#secondary_nav a:visited {
  color: #313131;
  text-decoration: none;
}

#secondary_nav a:hover {
  color: var(--sub-menu__a-hover);
  text-decoration: none;
}

/*------ Media queries ------*/
@media (max-width: 840px) {
  .content {
    padding: 4px;
  }
  nav li {
    margin: 22px 4px 0px 4px;
    text-transform: none;
    letter-spacing: 0;
  }
  div.mega-menu {
    font-size: 0.8em;
  }
  #secondary_nav {
    margin-top: 0px;
    max-width: 25%;
  }
  #secondary_nav a {
    display: block;
    margin: 4px 4px 0 0;
  }
  #pagebanner h1 {
    max-width: 75%;
  }
  div.twocolumns {
    column-count: 1;
  }
}

@media (max-width: 640px) {
  nav {
    font-size: 14px;
  }
  nav li#homebutton {
    width: var(--logo__width-break640);
  }
  div.mega-menu span.mmicon {
    display: none;
  }
  #pagebanner {
    font-size: 0.8em;
  }
  #secondary_nav {
    display: none;
  }
  .fullscreen {
    display: none;
  }
}

/*nav #menu-wrapper { max-width: 100% }




/* Start index.html hm527 */
#hmheadbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: var(--hbox__height);
  background: var(--hbox__background);
  border-bottom-style: solid;
  border-bottom-width: var(--hbox__bottom-margin-height);
  border-image-source: linear-gradient(45deg, var(--hbox__grad-start-color), var(--hbox__grad-end-color));
  border-image-slice: 10;
}

/* use with gradBordT */
#hmfootbox {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: var(--fbox__height);
  color: var(--fbox__font-color);
  background: var(--fbox__background);
  /*#3c434d;*/
  font-family: var(--toc__level1-font-family);
  font-weight: normal;
  font-size: .8rem;
  text-decoration-line: none;
  padding: .33rem;
  border-top-style: solid;
  /*  border-top-color: whitesmoke; */
  border-top-width: var(--fbox__top-margin-height);
  border-image-source: linear-gradient(45deg, var(--fbox__grad-start), var(--fbox__grad-end));
}

/*
#hmfootbox:hover {
        background: var(--fbox__background-hover);
        color: var(--menu__a-hover);
        transition: background 0.5s;
    }  
*/
/* NB cgen rewrites this class in footer
.fbgrid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 310px 6rem repeat(6,1fr);
    grid-template-areas: 
    "logo contact con1 con2 con3 con4 terms social";
    grid-gap: 1px;
    margin: 0;
    padding: 0;
}
*/
.fbgrid div {
  font-size: .8rem;
  text-align: center;
  padding: .5rem;
  margin: 0;
  color: #fff;
}

.fblogo {
  grid-area: logo;
  padding: 1px;
}

#flogo {
  padding-top: 5px;
}

.fbterms {
  grid-area: terms;
}

.fbsocial {
  grid-area: social;
}

.fbcon1 {
  grid-area: con1;
}

.fbcon2 {
  grid-area: con2;
}

.fbcon3 {
  grid-area: con3;
}

.fbcon4 {
  grid-area: con4;
}

.fbcon5 {
  grid-area: con5;
}

.fbcontact {
  grid-area: contact;
}

.fbgrid a, a:visited {
  color: #fff;
  text-decoration: none;
}

.fbgrid a:hover {
  text-decoration: underline;
}

.fbcontact, .fbcontact a, .fbcontact a:visited .fbcontact a:hover {
  color: var(--cTopicBarSiteMapFontColor);
}

.fbgrid span.social-icon {
  display: inline-block;
}

span#f-fb {
  background: url(../img/strip32-white.png) no-repeat -32px -384px;
  width: 32px;
  height: 32px;
  position: relative;
  top: -.5rem;
}

span#f-yt {
  background: url(../img/strip32-white.png) no-repeat -128px -384px;
  width: 32px;
  height: 32px;
  position: relative;
  top: -.5rem;
}

span#f-li {
  background: url(../img/strip32-white.png) no-repeat -64px -384px;
  width: 32px;
  height: 32px;
  position: relative;
  top: -.5rem;
}

span#f-tw {
  background: url(../img/strip32-white.png) no-repeat -96px -384px;
  width: 32px;
  height: 32px;
  position: relative;
  top: -.5rem;
}

#hmheadbox .mobilemenu {
  /* Mobile menu color: change the background-url to switch */
  background: url(../img/strip32-white.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  margin-right: 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  display: none;
}

#hmheadbox .mobilemenu:hover {
  /* Mobile menu highlight color: change the background-url to switch */
  background: url(../img/strip32-or.png) top left no-repeat;
  opacity: 1;
}

#hmcontentslider {
  position: absolute;
  left: 0;
  width: 100%;
  top: var(--cont__top);
  bottom: var(--cont__bottom);
  z-index: 0;
}

#hmcontentwrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* This is the small bar above TOC/index with 3 icons: TOC|Index|Search */
#navbar {
  height: var(--nav__height);
  /* nom 54 */
  border-bottom-width: var(--nav__bottom-margin-height);
  background: var(--nav__background);
  border-bottom-style: solid;
  border-image-source: linear-gradient(45deg, var(--nav__grad-start), var(--nav__grad-end));
  border-image-slice: 10;
}

#navbar:hover {
  background: var(--cTocBodyHover);
  color: var(--menu__a-hover);
  transition: background 0.5s;
}

#navbar a {
  /* Navigation buttons: change background-url to switch color */
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 2px 14px 0 20px;
  background: var(--nav__background--a);
  opacity: 0.8;
}

#navbar a.current {
  opacity: 1.0;
  cursor: default;
}

#navbar a:hover {
  background: var(--nav__background--a-hover);
  opacity: 1;
}

#navbar a.current:hover {
  background: var(--nav__background--a-current-hover);
}

#navbar a.hmbtntoc {
  background-position: -288px -128px !important;
}

#navbar a.hmbtnindex {
  background-position: -288px -192px !important;
  position: relative;
  top: 5px;
}

#navbar a.hmbtnsearch {
  background-position: -288px -256px !important;
  position: relative;
  top: 3px;
}

a.mobilemenu {
  cursor: pointer;
}

#hmnavbox {
  position: absolute;
  left: 0;
  width: var(--toc__width);
  min-width: 100px;
  max-width: 40%;
  height: 100%;
}

#hmnavframe {
  position: absolute;
  left: 0;
  top: var(--nav-frame__top);
  right: 0;
  bottom: 0;
  padding: 3px 2px;
  background: var(--cTOCBg);
  z-index: 15;
}

#hmsplitter {
  display: block;
  background: var(--spl_background);
}

#hmcontentbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--cont__left);
  background: #FFF;
  /*border-left: 1px dashed #ccc;*/
  border: 0;
}

iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #ffffff;
}

#hmcontentbox iframe {
  position: absolute;
}

/* This media query hides the navigation panel when window width <= 760px */
@media only screen and (max-width: 760px) {
  #hmheadbox, #hmfootbox {
    font-size: 70%;
  }
  #hmheadbox a.logo {
    /* Your logo in the top-left corner  */
    display: none;
  }
  #hmcontentslider {
    /*top: 35px;      /* when you change the header height, changes this as well */
    right: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #hmcontentwrapper {
    overflow-y: hidden;
    width: 200%;
  }
  #hmsplitter {
    display: none;
  }
  #hmcontentbox {
    width: 50% !important;
    left: 50% !important;
    right: 0;
    bottom: 0;
    overflow: auto;
    border: none;
  }
  #hmheadbox .fullmenu {
    display: none;
  }
  #hmheadbox .mobilemenu {
    display: inline-block;
  }
}

/* End index.html hm527 */
/* these combine p_class and f_class in default.css */
/* Text Styles */
hr {
  color: #000000;
}

body, table, tr, th {
  font-size: 1rem;
  font-family: var(--cont__font-family);
  font-style: normal;
  font-weight: normal;
  color: var(--cont__font-color);
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: var(--cont__bg-color);
}

.Banner, .p_Banner {
  font-size: 1.8rem;
  color: var(--cont__banner--font-color);
  background-color: var(--cont__banner--bg-color);
  border-color: var(--cont__banner--bg-color);
  border-style: solid;
  border-width: .65rem;
  padding: .2rem .2rem .2rem .2rem;
  margin: -.2rem -.2rem -.2rem -.2rem;
}

/* these are used during editing and mostly get stripped out */
.metadesc {
  white-space: nowrap;
  background: #000000;
  margin: 0;
  font-family: var(--src-code__font-family);
  color: #ff9900;
  background-color: #000000;
}

.precis {
  white-space: nowrap;
  background: #000000;
  margin: 0;
  font-family: var(--cont__font-family);
  color: yellow;
  background-color: #000000;
}

.ClearComment {
  font-style: italic;
  margin: 0 4.5rem 0 4.5rem;
}

.Codecomment {
  font-size: 0.85rem;
  font-family: var(--src-code-comment__font-family);
  color: #3366ff;
  background-color: var(--midGrey);
  white-space: nowrap;
  background: var(--midGrey);
  margin: 0 4.5rem 0 4.5rem;
}

.CodeExample, .codeExample {
  font-family: var(--src-code__font-family);
  background-color: #dbdbdb;
  white-space: nowrap;
  background: #dbdbdb;
  margin: 0 4.5rem 0 4.5rem;
}

.codeExampleHdg {
  color: #ffffff;
  background-color: #333333;
  white-space: nowrap;
  background: #333333;
  margin: 0 4.5rem 0 4.5rem;
}

.Comment {
  font-style: italic;
  background-color: #ddeeff;
  background: #ddeeff;
  margin: 0 4.5rem 0 4.5rem;
}

._Heading1, .p_Heading1, .f_Heading1 {
  font-size: var(--cont__h1--font-size);
  color: var(--cont__h1--font-color);
  background-color: var(--cont__topic-header--bg-color);
  border-color: var(--cont__topic-header--bg-color);
  border-style: solid;
  border-width: .65rem;
}

H1, .p_H1 {
  font-size: var(--cont__h1--font-size);
  color: var(--cont__h1--font-color);
  background-color: var(--cont__h1--bg-color);
  border-color: var(--cont__h1--border-color);
  border-style: solid;
  border-width: .65rem;
  margin: .6rem 0 .6rem 1rem;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.topicHeaderTable h1,
.qdiv h1,
.banner h1 {
  background-color: var(--cont__topic-header--bg-color);
}

H2, .p_H2 {
  font-size: var(--cont__h2--font-size);
  color: var(--cont__h2--font-color);
  background-color: var(--cont__h2--bg-color);
  border-color: var(--cont__h2--bg-color);
  margin: .6rem 0 0.6rem 0;
  padding: .3rem .2rem .3rem .8rem;
  border: 0;
  font-weight: bold;
}

H3, .p_H3 {
  padding: .4rem .5rem .1rem .5rem;
  margin: .3rem 0 0 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.RelatedTopics {
  font-family: var(--cont__related--font-family);
  color: var(--cont__related--font-color);
  font-size: var(--cont__related--font-size);
  background: var(--cont__related--background);
  border-color: var(--cont__related--border-color);
  margin: .15rem 4.5rem 0 4.5rem;
}

.RelatedTopicsTitle {
  font-family: var(--cont__related-title--font-family);
  color: var(--cont__related-title--font-color);
  font-size: var(--cont__related-title--font-size);
  background: var(--cont__related-title--background);
  border-color: var(--cont__related-title--border-color);
  font-weight: bold;
  margin: .15rem 4.5rem 0 4.5rem;
}

p {
  text-align: left;
  text-indent: 0;
  padding: .1rem .25rem .4rem .5rem;
  margin: 0 0 0 0;
  line-height: 1.5;
}

.topicbody p {
  padding: .1rem .25rem .4rem 1rem;
}

p.banner {
  margin: 0;
  padding: .2rem .2rem .2rem .2rem;
}

p img {
  background: #ffffff;
  display: block;
  /*float: left;*/
  /*margin: 3.5rem 4.75rem 2rem;*/
  text-align: center;
  text-decoration: none;
  margin: 1.25rem 0 0 1.25rem;
  padding: 1rem 1rem 3rem 1rem;
  /* polaroid border */
  position: relative;
  left: -1rem;
  -webkit-box-shadow: 0 0.45rem 0.9rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.45rem 0.9rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.45rem 0.9rem rgba(0, 0, 0, 0.5);
}

/*
p img {
  background: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 1rem 3rem 1rem;
  position: relative;

  margin: 1.25rem 0 .3rem 3rem;
  -webkit-box-shadow: 0 0.25rem 0.4rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.25rem 0.4rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.25rem 0.4rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all .20s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index: 0;
  -webkit-transform: scale(0.85) rotate(-1deg);
  -moz-transform: scale(0.85) rotate(-1deg);
  transform: scale(0.85, 0.85) rotate(-1deg); 
  
}

p img:hover {
  display: block;
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1, 1) rotate(0deg);
  z-index: 50;
  -webkit-box-shadow: 0 0.65rem 1.25rem rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0.65rem 1.25rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0.65rem 1.25rem rgba(0, 0, 0, 0.7);
}
*/
/* must use dreamwaver to globally replace <input type="button" styling in with class="hmBtn" 
or better still, generate frame with hm, then copy into a html snippet and change there.
see form6\start here for example
*/
.qDiv {
  border: 0;
  border-style: solid;
  padding: 1.5rem 3rem;
  margin: 0;
  display: block;
  color: var(--cont__qdiv--font-color);
  background-color: var(--cont__qdiv--bg-color);
}

.qdiv h1 {
  color: var(--cont__qdiv--font-color);
  background-color: var(--cont__qdiv--bg-color);
}

.hmBtnX {
  font-size: 1rem;
  color: var(--cTOCHilightFontColor);
  background-color: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .5rem .75rem;
  margin: .65rem 0;
  border-radius: .25rem;
  border: black;
  border-style: solid;
  border-width: 1px;
}

.hmBtn {
  font-size: 1rem;
  color: var(--cTOCHilightFontColor);
  background-color: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .5rem .75rem;
  margin: .65rem 0;
  border-style: none;
  text-decoration-line: underline;
  display: block;
}

/*input[type="button"]:hover { color: yellow; text-decoration-line: underline; }*/
input[type="button"]:hover {
  background-color: var(--cTOCHilightBgColor);
  border: Ivory;
  border-style: solid;
  border-width: 1px;
  border-radius: .2rem;
  text-decoration-line: none;
  color: var(--cTOCHilightFontColor--hover);
}

/*.qDiv .hmBtn {border: Ivory; border-style: solid; border-width: .15rem; background-color: var(--cTOCBg); }*/
.qDiv .hmBtn {
  color: var(--cont__banner--font-color);
  background-color: var(--cont__banner--bg-color);
}

.topicBody {
  margin: 0 0 0 0;
  background-color: var(--cont__bg-color);
}

.topicHeaderTable {
  width: 100%;
  border: 0;
  border-spacing: 0;
  background-color: var(--cont__topic-header--bg-color);
  border: none;
  height: 3rem;
}

/* topic header nab top/back/next */
.topLinkNav, .topLinkNav a, .topLinkSiteMap {
  font-size: .85rem;
  color: var(--toplink__font-color);
  text-decoration-line: none;
  padding: 0 .65rem;
}

.topLinkNav a:visited {
  color: var(--toplink__font-color--visited);
}

.topLinkNav a:hover {
  color: var(--toplink__hover);
}

a.topLinkSiteMap, a.topLinkSiteMap:visited {
  color: var(--cTopicBarSiteMapFontColor);
}

a.topLinkSiteMap:hover {
  color: var(--toplink__hover);
}

/* This block defines the styles of the TOC headings, change them as needed */
.tocBody {
  color: var(--toc__font-color);
  /*white;*/
  background: var(--cTOCBg);
  /*#3c434d;*/
  font-family: var(--toc__level1-font-family);
  font-weight: normal;
  text-decoration-line: none;
}

.copyright {
  color: var(--fbox__font-color);
  text-decoration-line: none;
}

.copyright a:link {
  color: var(--fbox__font-color);
  text-decoration-line: none;
}

.copyright a:visited {
  color: var(--fbox__font-color);
  text-decoration-line: none;
}

.siteAddr {
  color: var(--site-addr__font-color);
  background: var(--hbox__background);
  font-family: var(--site-addr__font-family);
  font-weight: normal;
  font-size: 3rem;
  text-decoration-line: none;
  padding: 0 0 0 1.25rem;
  text-decoration: none;
}

.siteLogo {
  margin: .5rem .65rem;
}

.mmSiteLogo {
  margin: 1px .65rem;
}

.cproSiteLogo {
  margin: 1px .65rem;
}

/* site map */
.sitemap1 {
  font-size: 1.35rem;
  margin: 1rem 0 0 1.1rem;
  background-color: var(--cont__sitemap1-bg-color);
  color: var(--cont__sitemap1-font-color);
  font-weight: bold;
  padding: .3rem .2rem .3rem .8rem;
  border: 0;
}

.sitemap2 {
  font-size: 1.3rem;
  margin: .4rem 0 0 2.2rem;
}

.sitemap3 {
  font-size: 1.2rem;
  margin: .3rem 0 0 3.3rem;
}

.sitemap4 {
  font-size: 1.1rem;
  margin: 0 0 0 4.4rem;
  line-height: 1.65rem;
}

.sitemap5 {
  font-size: 1rem;
  margin: 0 0 0 5.5rem;
}

.sitemap6 {
  font-size: 1rem;
  margin: 0 0 0 6.6rem;
}

.sitemap1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c  ";
}

.sitemap2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f15b  ";
}

.sitemap3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f249  ";
}

.sitemap4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da  ";
}

.sitemap5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105  ";
}

.sitemap6::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f101  ";
}

.sitemapMeta {
  font-size: 1rem;
  margin-bottom: .33em;
  display: block;
  font-style: normal;
  font-weight: normal;
  color: var(--cont__sitemap-meta-font-color);
}

.sitemap1 .sitemapMeta {
  color: var(--cont__sitemap1-font-color);
}

.sitemap {
  margin: 0;
  padding: 0;
}

.sitemap a, .sitemap a:visited {
  color: var(--cont__font-color);
  text-decoration-line: none;
}

.sitemap1 a, .sitemap1 a:visited {
  background-color: var(--cont__sitemap1-bg-color);
  color: var(--cont__sitemap1-font-color);
  text-decoration-line: none;
}

.sitemap a:hover {
  color: var(--cont__sitemap-link--hover);
}

.navtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.navbar {
  font-size: .85rem;
  margin: .5rem 0;
}

/* nb NEQ #navbar in hm7 */
/*.navsel { font-size: .95rem; color: var(--cTOCfontColorLevel1); background: var(--cTOCHilightFontColor); font-family: var(--toc__level1-font-family); padding: .15rem .3rem;  border-radius: .25rem;}*/
.navsel {
  font-size: .95rem;
  color: var(--cTOCfontColorLevel1);
  border: ivory;
  border-style: solid;
  border-width: 1px;
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
}

.tocBody td {
  background-color: var(--cTOCBg);
}

.iH1, .heading1 {
  font-size: 1.1rem;
  font-family: var(--toc__level1-font-family);
  color: var(--cTOCfontColorLevel1);
  background-color: var(--cTOCBg);
  padding: 0 0;
}

.iH2, .heading2 {
  font-size: 1rem;
  font-family: var(--toc__font-family);
  color: var(--toc__font-color);
}

.iH3, .heading3 {
  font-size: .95rem;
  font-family: var(--toc__font-family);
  color: var(--toc__font-color);
}

.iH4, .heading4 {
  font-size: .95rem;
  font-family: var(--toc__font-family);
  color: var(--toc__font-color);
}

.iH5, .heading5 {
  font-size: .95rem;
  font-family: var(--toc__font-family);
  color: var(--toc__font-color);
}

.iH6, .heading6 {
  font-size: .95rem;
  font-family: var(--toc__font-family);
  color: var(--toc__font-color);
}

.hilight1 {
  display: inline-block;
  height: auto;
  font-size: 1rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

.hilight2 {
  display: inline-block;
  height: auto;
  font-size: .95rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

.hilight3 {
  display: inline-block;
  height: auto;
  font-size: .9rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

.hilight4 {
  display: inline-block;
  height: auto;
  font-size: .9rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

.hilight5 {
  display: inline-block;
  height: auto;
  font-size: .9rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

.hilight6 {
  display: inline-block;
  height: auto;
  font-size: .9rem;
  color: var(--cTOCHilightFontColor);
  background: var(--cTOCHilightBgColor);
  font-family: var(--toc__level1-font-family);
  padding: .15rem .3rem;
  border-radius: .25rem;
  border: var(--cTOCHilightBorder);
  border-style: solid;
  border-width: 1px;
}

a.hilight2:link {
  text-decoration-line: none;
}

/* td padding0 and qdiv border: 0; are responsible for closing gap between topic and head */
.toc {
  padding: 0;
  margin: 0;
}

td {
  padding: 0;
}

TD.toc {
  padding-bottom: .15rem;
  padding-right: .25rem;
}

td.toc a:link {
  text-decoration: none;
}

.p_banner a:link {
  color: white;
}

.p_banner a:visited {
  color: white;
}

/*.p_banner a:hover { color: DodgerBlue; text-decoration-line: underline;}*/
.p_banner a:hover {
  background-color: var(--cTOCHilightBgColor);
  border: Ivory;
  color: var(--cTOCHilightFontColor--hover);
  border-style: solid;
  border-width: 1px;
  border-radius: .2rem;
  text-decoration-line: none;
  padding: 0 .5em;
}

.banner a:link {
  color: white;
}

.banner a:visited {
  color: white;
}

/*.p_banner a:hover { color: DodgerBlue; text-decoration-line: underline;}*/
.banner a:hover {
  background-color: var(--cTOCHilightBgColor);
  border: Ivory;
  color: var(--cTOCHilightFontColor--hover);
  border-style: solid;
  border-width: 1px;
  border-radius: .2rem;
  text-decoration-line: none;
  padding: 0 .5em;
}

.results a:link {
  color: white;
}

.results a:visited {
  color: white;
}

/* Full Text Search */
.submit {
  font-size: .85rem;
}

.highlight {
  background: DodgerBlue;
}

.searchheading {
  font-size: .85rem;
  font-weight: bold;
}

.summary {
  font-size: .85rem;
  font-style: italic;
}

.results {
  font-size: .85rem;
}

.description {
  font-size: .85rem;
}

.context {
  font-size: .85rem;
}

.result_title {
  font-size: .85rem;
}

.suggestion {
  font-size: 1rem;
}

.category {
  color: #999999;
}

.sorting {
  text-align: right;
}

.zoom_searchform {
  font-size: 1rem;
}

.zoom_results_per_page {
  font-size: .88em;
  margin-left: .65rem;
}

.zoom_match {
  font-size: .88em;
  margin-left: .65rem;
}

.zoom_categories {
  font-size: .88em;
}

.zoom_categories ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.zoom_categories li {
  display: inline;
  margin-left: 1rem;
  list-style-type: none;
}

.result_image {
  float: left;
  display: block;
}

.result_image img {
  margin: .65rem;
  width: 5rem;
  border: 0;
}

.result_block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: left;
}

.result_altblock {
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: left;
}

.result_pages {
  font-size: 1rem;
}

.result_pagescount {
  font-size: 1rem;
}

.searchtime {
  font-size: .85em;
}

.recommended {
  background: #DFFFBF;
  border-top: 1px dotted #808080;
  border-bottom: 1px dotted #808080;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.recommended_heading {
  float: right;
  font-weight: bold;
}

.recommend_block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: left;
}

.recommend_title {
  font-size: 1rem;
}

.recommend_description {
  font-size: 1rem;
  color: #008000;
}

.recommend_infoline {
  font-size: .85em;
  font-style: normal;
  color: #808080;
}

/* Keyword Index */
.idxsection {
  font-size: 1rem;
  font-family: var(--toc__level1-font-family);
  color: var(--cTOCfontColorLevel1);
  margin-top: .65rem;
  margin-bottom: .65rem;
}

.idxkeyword a:link {
  font-family: var(--toc__font-family);
  font-weight: normal;
  font-size: 1rem;
  color: var(--cTOCHilightFontColor);
  text-decoration: none;
}

.idxkeyword2 {
  font-family: var(--toc__font-family);
  font-weight: normal;
  font-size: 1rem;
  color: var(--cTOCHilightFontColor);
  text-decoration: none;
}

.idxlink {
  font-family: var(--toc__font-family);
  font-weight: normal;
  font-size: .85rem;
  color: var(--cTOCHilightFontColor);
  text-decoration: none;
  padding: .65rem;
}

TABLE.idxtable {
  background: DodgerBlue;
  border-width: 1px;
  border-color: Ivory;
  border-collapse: collapse;
  border-radius: .25rem;
  position: relative;
  top: .2rem;
}

TD.idxtable {
  background: DodgerBlue;
}

td.idxtable a:link {
  text-decoration: none;
}

/* burns effect ack:  https://codemyui.com/css-ken-burns-effect/
<div class="image-wrap">
  <img src="https://unsplash.it/900/700">
</div>
*/
.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap img {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -o-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

/* contact form  */
#contact-form-wrapper {
  width: 95%;
  height: 90%;
  padding: 1.5rem;
}

.con-field {
  margin: 1rem 0;
}

#contact-form-wrapper label {
  display: block;
  margin-top: 1rem;
  margin-bottom: .2rem;
  color: var(--cont__font-color);
}

#contact-form-wrapper input, select {
  width: 100%;
  padding: 0 .5rem;
  font-size: 1.35rem;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  height: 2.5rem;
}

#contact-form-wrapper textarea {
  width: 100%;
  height: 175px;
  padding: 0 .5rem;
  font-size: 1.5rem;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

#con-bucket-container, #con-subject-container {
  margin: 0;
  padding: 0;
  border: 0;
}

#contact-form-wrapper button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 0.8em;
  background: var(--cContactFormBtnBgColor);
  border-bottom: 1px solid var(--cContactFormBtnFontColor);
  color: var(--cContactFormBtnFontColor);
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
  opacity: 0.9;
}

#contact-form-wrapper button:hover, button:focus {
  cursor: pointer;
  opacity: 1;
}

#contact-form-wrapper button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.rem-msg-con {
  margin: 0;
  padding: 0;
  display: none;
  /*flex;*/
  flex-direction: row;
  flex-wrap: nowrap;
  /* flex-flow: row wrap; */
  justify-content: space-evenly;
  align-items: center;
  /* align-content: space-evenly; */
  background: var(--cConRemMsgBgColor);
  color: var(--cConRemMsgTextColor);
}

.rem-msg-img {
  width: 72px;
  order: 1;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
}

.rem-msg-html {
  order: 2;
  flex-grow: 1;
  flex-shrink: 5;
  flex: 0 1 auto;
}

.rem-msg-img, .rem-msg-html {
  margin: 0;
  padding: .8rem;
}

.showcon {
  color: var(--site-addr__font-color);
  background: var(--nav__background);
  display: none;
  padding: .4rem 1.5rem;
  font-size: 1rem;
}

.showcon a:link, .showcon a:visited {
  color: var(--kH2Col);
  font-weight: bold;
}

.con-success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: var(--cConRemMsgBgColor);
  color: var(--kH2Col);
  /*
        color: #468847;
        background-color: #dff0d8;
        border: 1px solid #d6e9c6;
        */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.con-error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* captcha */
.cap {
  height: 30px;
  width: 160px;
  margin: 15px auto;
  display: inline-block;
}

.cap span {
  float: right;
  line-height: 30px;
  font-size: 13pt;
  font-weight: bolder;
}

.cap .check {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--cConCapchaCheck);
  display: inline;
  position: absolute;
  cursor: pointer;
}

/*Styles for check animation*/
.check .wrapper {
  width: 25px;
  display: inline;
  margin: 4em auto 0;
}

.check .checkmark {
  stroke: var(--cConCapchaCheck);
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  -webkit-animation: dash 1s ease-out forwards;
  animation: dash 1s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*End check animation*/
