#nav {

  width: 952px;

  float: left;

  margin: 13px 0 16px 0;

  padding: 0;

  list-style: none;

  background-color: #666666;

  border-bottom: 1px solid #666666;

  border-top: 1px solid #666666;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  max-width: 100%;
    
}

#nav li {

  float: left; }

#nav li a {

  display: block;

  padding: 8px 19px;

  text-decoration: none;

  font-weight: bold;

  font-size:12px;

  color: #ffffff;

  border-right: 1px solid #666666; }

#nav li a:hover {

  color: #ffffff;

  background-color: #333333; }

/* End primary navigation bar styling. */



  #nav1 {

  width: 952px;

  float: left;

  margin: 0 0 3em 0;

  padding: 0;

  list-style: none;

  background-color: #f2f2f2;

  border-bottom: 1px solid #ffffff;

  border-top: 1px solid #ffffff; margin-bottom: 0 !important;
      max-width: 100%;
  }

#nav1 li {

  float: left; }

#nav1 li a {

  display: block;

  padding: 8px 15px;

  text-decoration: none;

  font-weight: bold;

  font-size:11.2px;

  color: #000000;

  border-right: 1px solid #ffffff; }

#nav1 li a:hover {

  color: #c00;

  background-color: #ffffff; }

h1, h2, h3 {
	color: red;
	text-align: center;
	text-shadow: 4px 4px 4px #aaa;
}
h3 {
    font-size: 150%;
}
h4 {
	color: red;
	font-size: 130%;
	text-align: center;
}
a:link {
	color: blue;
}
/* unvisited link */
a:visited {
	color: blue;
}
/* visited link */
a:hover {
	color: red;
}
/* mouse over link */
a:active {
	color: red;
}
/* selected link */
.myBoxesGrayBackground {
	width: 952px;
	height: auto;
	margin-top: 50px;
	padding: 20px 60px 20px 60px;
	background: #f8f8f8;
	-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	border: 1px #CDCDCD solid;
	border-radius: 10px;
	max-width: 100%;
}
.contents #top-of-page  img{
    height: auto;
    display: block;
}
.contents #top-of-page .logodiv{
    height: auto !important;
}
.myBoxesWhiteBackground {
	width: 952px;
	height: auto;
	margin-top: 50px;
	padding: 20px 60px 20px 60px;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	border: 1px #CDCDCD solid;
	border-radius: 10px;
	max-width: 100%;
}
.myBoxesVideoBackground {
	width: 952px;
	height: auto;
	margin-top: 30px;
	padding: 20px 20px 20px 20px;
	background: #d3d3d3;
	-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
	border: 1px #CDCDCD solid;
	border-radius: 10px;
	max-width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ol {
margin-left: 35px;
margin-right:50px;
color: #404040;
text-align: left;
font-size: 100%;
line-height: 1.5;
list-style-type: decimal;
list-style-position: outside;
}
li.techtips {
padding-bottom: 20px;
}





* {
	box-sizing: border-box;
}
body {
	/*width: 100vw;*/
	/*height: 100vh;*/
	overflow: auto;
	background-color: #f2f2f2;
}

body {
	padding: 0em 2em 2em 17em;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Arial';
}

.toc {
	position: fixed;
	left: 3em;
	top: .5em;
	padding: 1em;
	width: 30em;
	background: #555555;
	line-height: 2;
}

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

.toc ul ul {
	padding-left: 2em;
}

.toc li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.toc li.tan a {
	display: inline-block;
	color: tan;
	text-decoration: none;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.toc li.visible>a {
	color: red;
	-webkit-transform: translate(5px);
	-ms-transform: translate(5px);
	transform: translate(5px);
}

.toc-marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.toc-marker path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.contents {
	padding: 1em 0;
	margin-left: 250px;
	max-width: 952px;
	font-size: 1.2em;
}
@media screen and (min-width: 1201px){
    .contents{
        margin-left: 350px;
    }
}
	.contents img {
		max-width: 100%;
		height: auto !important;
	}
	.contents .code-block {
		white-space: pre;
		overflow: auto;
		max-width: 100%;
	}
	.contents .code-block code {
		display: block;
		background-color: #f9f9f9;
		padding: 10px;
	}
	.contents .code-inline {
		background-color: #f9f9f9;
		padding: 4px;
	}
	.contents h2 h3 {
		padding-top: 1em;
	}
	.contents h2 {
		margin-top: 1.2em;
	}
	@media screen and (max-width: 1200px) {
		body {
			font-size: 14px;
		}
	}
	#nav1 {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin-left: 40px;
}
	#nav1 li a {
    border-right: 1px solid #f2f2f2;
}


@media screen and (max-width: 1200px){
    html, body{
        overflow-x: hidden;
    }
    body{
        padding-top: 0;
        margin-top: 0;
        padding: 0 4vw;
        margin: 0;
    }
    .toc{
        display: none;
    }
    .contents{
        padding-top: 0 !important;
        padding-left: 0;
        width: 92vw;
        margin-left: 0;
    }
    /* !important needed to beat the inline width:952px on these boxes */
    .contents .myBoxesWhiteBackground, .contents #nav, .contents #nav1, .contents .myBoxesVideoBackground, .contents .myBoxesGrayBackground{
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }
    .contents img {
        max-width: 100%;
        height: auto !important;
    }
    .logodiv{
        height: auto !important;
    }
    .logodiv img{
        display: block;
    }
}
@media screen and (max-width: 539px){
    body{
        padding-top: 0;
        margin-top: 0;
        padding: 0 4vw;
        margin: 0;
    }
    .toc{
        display: none;
    }
    .contents{
        padding-top: 0 !important;
        margin-left: 0vw;
        padding-left: 0;
        width: 92vw;
        margin-left: 0vw;
    }
    .contents .myBoxesWhiteBackground, .contents #nav, .contents #nav1, .contents .myBoxesVideoBackground, .contents .myBoxesGrayBackground{
        width: 100%;
    }
    .contents .myBoxesWhiteBackground, .contents .myBoxesVideoBackground, .contents .myBoxesGrayBackground{
        padding: 10px 15px 15px;
    }
    .contents img {
        max-width: 100%;
        height: auto !important;
    }
    .logodiv{
        height: auto !important;
    }
    .logodiv img{
        display: block;
    }
    #nav li, #nav1 li{
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 5px;
    }
    #nav li a, #nav1 li a{
        font-size: 14px !important;
    }
    #nav1{
        margin-left: 0;
    }
}
	

/* ===== "Jump to category" sticky chip bar for tablet/phone =====
   Chip styling copied from subscriberspage.php (.vault-toc/.vault-chip).
   Hidden on desktop (>1024px), where the fixed sidebar TOC is used instead. */
.vault-toc{ display: none; }
#back-to-top{ display: none; }

@media screen and (max-width: 1200px){
    /* floating Back to Top button, styled like the chips */
    #back-to-top{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 16px;
        bottom: 16px;
        z-index: 99;
        padding: 10px 16px;
        border-radius: 999px;
        background: #fff7ed;
        border: 2px solid #f97316;
        box-shadow: 0 4px 10px rgba(0,0,0,.35);
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        color: #7c2d12;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease, visibility .2s ease, transform .12s ease;
    }
    #back-to-top.show{
        opacity: 1;
        visibility: visible;
    }
    #back-to-top:hover{
        transform: translateY(-1px);
        background: #ffedd5;
    }
    #back-to-top:focus-visible{
        outline: 3px solid #fbbf24;
        outline-offset: 2px;
    }
    /* dark nav bar matching the desktop TOC (#555555) so the chips stand out */
    .vault-toc{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        z-index: 100;
        padding: 12px;
        background: #555555;
        border-radius: 12px;
        box-shadow: 0 6px 16px rgba(0,0,0,.25);
    }
    /* pinned to the top of the screen once scrolled past (toggled by script) */
    .vault-toc.is-stuck{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .vault-chip{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #fff7ed;
        border: 2px solid #f97316;
        box-shadow: 0 2px 6px rgba(0,0,0,.35);
        text-decoration: none;
        font-weight: 800;
        font-size: 13px;
        color: #7c2d12;
        transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
    }
    .vault-chip:hover{
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0,0,0,.45);
        background: #ffedd5;
    }
    .vault-chip:focus-visible{
        outline: 3px solid #fbbf24;
        outline-offset: 2px;
    }
    /* keep jumped-to headings visible below the sticky bar */
    section[id], div[id]{ scroll-margin-top: 110px; }
}

@media screen and (max-width: 539px){
    /* on phones the chips wrap so all are visible at once;
       slightly smaller so the block stays compact */
    .vault-toc{
        gap: 6px;
        padding: 10px;
    }
    .vault-chip{
        padding: 6px 10px;
        font-size: 12px;
        border-width: 1.5px;
    }
    section[id], div[id]{ scroll-margin-top: 150px; }
}
	

 a.button3{
display:inline-block;
padding: .9em 1.2em 1.1em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size:120%;
color:#FFFFFF;
background-color:#ff0000;
text-align:center;
transition: all 0.2s;
}
a.button3:hover{background-color:blue;
}
@media all and (max-width:30em){
a.button3{
display:block;
margin:0.2em auto;
margin-bottom:50px;
}
}

        .outlined-box-fix{
            border-style: solid; 
            border-radius: 15px; 
            margin-left:50px; 
            margin-right:50px; 
            margin-bottom:40px; 
            padding-left:20px; 
            padding-right:20px; 
            padding-bottom:20px;
        }
        .outlined-box-fix #order-now h1{
            margin-left: 0 !important;
            text-align: center;
        }
        @media screen and (max-width: 1440px){
            .outlined-box-fix{
                margin-left:10%; 
                margin-right:10%; 
            }
        }
        @media screen and (max-width: 1000px){
            .outlined-box-fix{
                margin-left:0; 
                margin-right:0; 
            }
        }
        
