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

html,body {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-style: none;
	min-height: 100%;
 }

#header {
	background: #f0f0d0;
	width: 100%;
	z-index: 100;
 }

body {
	line-height: unset!important;
 }

#header p,#header a {
	line-height: 1;
	font-size: x-large;
	font-weight: 700;
	text-decoration: none;
	color: #444;
 }

#header a:hover {
	color: #d60;
 }

#header>div {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
 }

#header {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
 }

#header>div {
	display: flex;
	align-items: center;
 }

#logo {
	margin-left: 5px;
 }

#tooldiv {
	display: flex;
	margin-left: auto;
	margin-right: 100px;
 }

#tooldiv>a {
	line-height: 61px;
	color: #444;
	font-size: large;
	padding-left: 20px;
	padding-right: 20px;
 }

#tooldiv>a:hover {
	color: #fff;
	background: #444;
	text-decoration: none;
 }

#tooldiv>a:hover img {
	-webkit-filter: invert(1);
	filter: invert(1);
 }

#tooldiv>a>img {
	vertical-align: middle;
 }

#tooldiv>a:nth-child(2) {
	display: none;
 }

#___gcse_0 {
	position: absolute;
	margin-left: 230px;
	width: 400px;
 }

.gsc-control-cse {
	background-color: inherit!important;
 }

@media only screen and (max-width:799px) {
 }

#header>div {
	max-width: 100%;
	width: auto;
	padding: 0;
 }

#logo {
	margin-left: 10px;
 }

#tooldiv {
	margin-right: 10px;
 }

#tooldiv>a {
	padding-left: 10px;
	padding-right: 10px;
 }

#tooldiv>a>span {
	display: none;
 }

#___gcse_0 {
	margin-left: -5px;
	width: 280px;
 }

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	border-width: 0;
	padding: 0 5px 5px;
 }

#nav {
	color: #000;
	clear: left;
	line-height: 2;
	padding: 6px 0;
	border-bottom: 1px #ddd solid;
 }

#nav a {
	line-height: 2;
	padding: 11px 4px;
	color: #000;
	text-decoration: none;
 }

#nav a:first-child {
	margin-left: -5px;
	padding-left: 5px;
	padding-right: 7px;
 }

#nav a:hover {
	background: #f0f0d0;
 }

#lcol {
	display: inline-block;
	vertical-align: top;
	/* width: 650px; */
	width: 65%;
	padding-right: 10px;
 }

#doc {
	padding: 0;
	padding-right: 5px;
	margin-left: 0;
 }

#rcol {
	padding: 10px 0 5px;
	display: inline-block;
	vertical-align: top;
	/* width: 300px; */
	width: 35%;
 }

#share {
	margin-top: 20px;
 }

#share>a>img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
 }


@media only screen and (max-width:799px) {
 }

#lcol {
	width: 100%;
	padding-right: 0;
 }

#doc {
	padding-right: 0;
 }

#rcol {
	margin-left: 0;
	width: 100%;
	padding: 10px 0;
 }


@media only screen and (max-width:799px) and (orientation:portrait) {
 }



@media only screen and (max-width:799px) and (orientation:landscape) {
 }

@media only screen and (max-width:320px) and (orientation:portrait) {
 }


#wrapper p,body h1,body h2,body h3,body h4,body h5 {
	line-height: 1.8;
 }

#wrapper a {
	line-height: 2;
 }

#wrapper p {
	margin-top: 2px;
	margin-bottom: 2px;
 }

#wrapper table {
	margin-bottom: 5px;
 }

#wrapper th {
	background: #e0e0e0;
	font-style: normal;
 }

#wrapper td {
	padding-right: 5px;
	padding-left: 5px;
 }

#wrapper ul,ul ul {
	font-size: 1em;
	list-style-position: outside;
 }

#wrapper li {
	margin-top: 2px;
 }

#rcol li {
	margin-left: -11px;
 }

#wrapper h1,h2,h3 {
	font-weight: 400;
 }

h1 {
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #333;
 }

h1 {
	font-size: 1.8em;
	margin-top: 0;
 }

h2 {
	font-size: 1.4em;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 3px;
 }

h3 {
	font-size: 1.4em;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 3px;
 }

h4 {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 700;
 }

h5 {
	font-size: .9em;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 700;
 }

h6 {
	font-size: 1.1em;
	color: #333;
	font-weight: 400;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 0;
 }

#rcol h5 {
	font-size: .9em;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 2px;
	background: #e0e0e0;
	padding: 5px 5px 5px 10px;
 }

input {
	font-size: 1em;
 }

@media only screen and (max-width:799px) {
 }

@media only screen and (min-width:800px) {
 }

.intext {
	background: #fff;
	padding-left: 3px;
	border: 1px inset #eee;
 }

.outtext {
	background: #e0f0e0;
	padding-left: 3px;
	border: 1px solid #ccc;
 }

a:link {
	text-decoration: none;
	color: #083d8d;
 }

a:visited {
	text-decoration: none;
	color: #083d8d;
 }

a:active {
	text-decoration: underline;
	color: #000;
 }

a:hover {
	text-decoration: underline;
	color: #000;
 }

a:focus {
	outline: none;
 }

.math {
	font-family: times new roman;
	font-size: 1.6em;
	padding-left: 6px;
	font-weight: 400;
 }

.mathsymbol {
	font-family: times new roman;
	font-size: 1.2em;
	font-weight: 400;
 }

.text {
	font-family: times new roman,Times,serif;
	font-size: 1.2em;
 }

.code {
	font-family: courier new;
	font-size: 1em;
	padding-left: 6px;
 }

.codebg {
	font-family: courier new;
	font-size: 1em;
	color: #000;
	background: #f0f0f0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
 }

.codebg.p {
	font-family: courier new;
	font-size: 1em;
	color: #000;
	background: #f0f0f0;
	margin-top: 0;
	margin-bottom: 0;
 }

p.code {
	font-family: courier new;
	font-size: 1em;
	color: #000;
	background: #f0f0f0;
	margin: 0;
	padding: 5px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	line-height: 20px;
 }

p.wcode {
	font-family: courier new;
	font-size: 1em;
	color: #000;
 }

p.tcode {
	font-family: courier new;
	font-size: 1em;
	color: #000;
	background: #f0f0f0;
	margin: 0;
	padding: 5px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	line-height: 20px;
 }

.table1 .hov {
	border: 2px #000 solid;
	padding: 4px;
 }

.table1 .ho2 {
	border: 2px #707070 solid;
	padding: 4px;
 }

.table1 .td {
	border: 1px #000 solid;
	padding: 5px;
 }

table.dtable,table.ntable {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 5px;
 }

table.dtable th,table.dtable td,table.ntable th,table.ntable td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 5px;
	font-weight: 400;
 }

table.dtable th,table.ntable th {
	text-align: center;
 }

table.ntable td {
	text-align: right;
 }

.calc,.calc2 {
    width:100%;
	border-spacing: 0;
	border-collapse: separate;
	background: #e8e8e8;
	border: 1px #ddd solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
 }

table.calc td,.calc2 td {
	padding: 2px;
	border-width: 0;
	border-style: none;
	background: #e8e8e8;
 }

.calc2 select {
	padding: 4px 2px;
	font-size: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
 }

@media only screen and (max-width:576px) {
 }

.calc2 td {
	float: left;
 }

.calc2 td:nth-child(2) {
	clear: left;
 }

.calc2 tr td:nth-child(3) {
	padding-top: 10px;
 }

.calc2 input[type=text],.calc2 input[type=number],.calc2 input[type=url] {
	width: 190px;
	font-size: x-large;
	padding-left: 3px;
 }

.calc2 tr td:nth-child(3) select {
	margin-top: -8px;
 }

@media only screen and (min-width:577px) {
 }

.calc2 tr {
	line-height: 40px;
 }

.calc2 input[type=text],.calc2 input[type=number],.calc2 input[type=url] {
	width: 220px;
	font-size: x-large;
	padding-left: 3px;
 }

.seealso {
	list-style: none;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 20px;
	background: #f0f0e0;
 }

.seealso li {
	margin-top: 20px!important;
	margin-right: 10px;
 }

.seealso li a {
	padding: .5rem .75rem;
	color: #fff;
	background: #6c757d;
	background: #198754;
	border: 1px solid#6c757d;
	font-size: 1rem;
	border-radius: .25rem;
	text-decoration: none;
	vertical-align: middle;
 }

.seealso li a:hover {
	background: #5a6268;
	background: #157347;
 }

#adngin-bottom_01-0 {
	margin: 40px auto 20px;
 }

#adngin-right_sidebar-0 {
	margin-bottom: 20px;
 }

@media all and (min-width:800px) {
 }

@media all and (max-width:799px) {
 }

#adngin-bottom_01-0 {
	width: 320px;
 }

@media screen and (max-height:500px) {
 }


.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-family: Helvetica Neue,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 22px;
  color: hsl(0, 0%, 30%);
}

.breadcrumbs li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0, 0%, 30%);
  text-decoration: none;
  height: 22px;
  position: relative;
  perspective: 700px;
}

.breadcrumbs li a:hover{
  color: #C00000;
}

.breadcrumbs li a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 20px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
}


.breadcrumbs li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}