/* load font with weights of 300 and 600 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans', sans-serif, Arial;
  font-style: normal;
  font-weight: 550;
  src: url('../fonts/open-sans-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/*Created with Adobe RoboHelp.*/
body {
  font-family: Calibri;
  font-size: 13pt;
}
h1 {
  font-size: 32px;
  font-weight: 600;
  color: #005090;
  font-family: 'Open Sans', sans-serif, Arial;
}
h2 {
  font-size: 26px;
  font-weight: 550;
  color: #005090;
  font-family: 'Open Sans', sans-serif, Arial;
}
h3 {
  font-weight: bold;
  font-size: 21px;
  font-weight: 550;
  color: #005090;
  font-family: 'Open Sans', sans-serif, Arial;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  color: #005090;
}
h5 {
  font-weight: bold;
  font-size: 16px;
  color: #005090;
}
h6 {
  font-weight: bold;
  font-size: 14px;
}
p {
  margin-top: 5px;
  margin-bottom: 5px;
}
title {}
p.Title {
  font-size: 68px;
  font-family: 'Open Sans', sans-serif, Arial;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}
p.Subtitle {
  font-size: 60px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif, Arial;
  color: #00ABBD;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}
a.expandspot {
  color: #008000;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}
span.expandtext {
  font-style: italic;
  font-weight: normal;
  color: #ff0000;
}
a.dropspot {
  cursor: pointer;
  color: #008000;
  font-style: italic;
  text-decoration: none;
}
a.glossterm {
  color: #800000;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}
span.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #0000ff;
}
ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
a.minitoc-caption {
  text-decoration: none;
  color: initial;
  font-weight: bold;
}
p.minitoc-caption {
  font-weight: bold;
  font-size: 16px;
}
ol.minitoc-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ol.minitoc-list ol {
  list-style: none;
}
a {}
a.minitoc-list-item {}
div.breadcrumbs {}
span.breadcrumbs-home-prefix {}
a.breadcrumbs-home {}
.breadcrumbs-separator {}
a.breadcrumbs-link {}
a.breadcrumbs-topic {}
p.seealso-caption {
  font-weight: bold;
  font-size: 16px;
}
ol.seealso-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
a.seealso-list-item {}
p.reltopics-caption {
  font-weight: bold;
  font-size: 16px;
}
ol.reltopics-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
a.reltopics-list-item {}
ul.Disc {
  list-style-type: disc;
}
ul.Circle {
  list-style-type: circle;
}
figure {
  margin-left: 0 px;
}
ol.Decimal {
  list-style: decimal;
}
.the-warning {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF;
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
.the-warning::before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Warning-Message-28.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
div.the-warning {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF; 
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
div.the-warning::before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Warning-Message-28.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.the-note {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF;
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
.the-note:before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Information_32x32.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
div.the-note {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF;
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
div.the-note:before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Information_32x32.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.the-caution {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF;
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
.the-caution::before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Flame-28.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
div.the-tip {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  padding: 14px 23px 14px 20px;
  background: #FFFFFF;
  box-shadow: inset 43px 0 0 0 #FFFFFF;
}
div.the-tip:before {
  content: "";
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/Light-Bulb-28.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
ol.RoundNumbers {
  counter-reset: item1;
  list-style: none;
  padding-left: 25px;
  margin-left: 15px;
  list-style-type: none;
}
ol.RoundNumbers>li {
  position: relative;
  line-height: 25px;
  margin-bottom: 7px;
  margin-top: 7px;
}
ol.RoundNumbers>li:before {
  counter-increment: item1;
  content: counter(item1, decimal);
  text-align: center;
  position: absolute;
  left: -33px;
  margin-right: 8px;
  width: 25px;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #C0C0C0;
  color: #000000;
  height: 25px;
  line-height: 25px;
  font-style: inherit;
}
p.footer {
  font-size: 10pt;
  text-align: center;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
p.address {
  font-size: 10pt;
  font-style: italic;
  text-align: center;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
ol.RoundSquare {
  list-style: disc;
}
ol.RoundSquare>li>ol {
  list-style: square;
}
ol.RoundSquare>li>ol>li>ol {
  list-style: circle;
}
ol.RoundSquare>li>ol>li>ol>li>ol {
  list-style: disc;
}
ol.RoundSquare>li>ol>li>ol>li>ol>li>ol {
  list-style: square;
}
ol.RoundSquare>li>ol>li>ol>li>ol>li>ol>li>ol {
  list-style: circle;
}
p.code {
  font-family: 'Courier New';
  font-size: 12pt;
}
span.code {
  font-family: 'Courier New';
  font-size: 12pt;
}
ol.LowerAlpha {
  list-style: lower-alpha;
}
ul.Square {
  list-style: square;
}
p.bauhaus {
  font-family: 'Bauhaus Light';
  color: #005090;
  font-size: 16pt;
}