/*Created with Adobe RoboHelp 2015.*/
@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham Light"), local("Gotham-Light"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff) format("woff");
}
@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham Book"), local("Gotham-Book"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff) format("woff");
}
@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), local("Gotham-Medium"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff) format("woff");
}
@font-face {
  font-family: "Caecilia";
  font-style: normal;
  font-weight: 400;
  src: local("Caecilia LT Pro 55 Roman"), local("CaeciliaLTPro-55Roman"),
    local("PMN Caecilia Com 55 Roman"), local("CaeciliaCom-55Roman"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff) format("woff");
}
/*------------------- body styles--------------------*/
body {
  font-family: "Gotham Medium";
  background-color: #ffffff;
  padding-left: 30px;
  color: #66666;
}
/*-----------------------Headings---------------------------*/
h1 {
  margin-top: 20px;
  font-size: 36.0px;
  line-height: 39.0px;
  text-align: left;
  font-family: Gotham Light;
  color: #333333;
}
h2 {
  margin-top: 36px;
  font-size: 24px;
  line-height: 29.0px;
  text-align: left;
  font-family: "Gotham Medium";
  font-weight: 400;
  color: #666666;
}
h3 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 22.0px;
  text-align: left;
  font-family: "Gotham Medium";
  font-weight: 300;
  color: #666666;
}
h4 {
  margin-top: 21px;
  font-size: 16.0px;
  line-height: 19.0px;
  text-align: left;
  font-family: "Gotham Medium";
  color: #666666;
}
/*-----------------Paragraph Styles-------------------*/
p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16.0px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  font-family: "Gotham Book";
}
td p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16.0px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  font-family: "Gotham Book";
}
p.para-intro {
  margin-top: 40px;
}
p.para-code {
  font-size: 14.0px;
  line-height: 21.0px;
  font-family: Consolas;
}
/*-----------------------Lists---------------------------*/
/* ------------------------- Unordered Lists----------------------------- */
ul.Unordered-1 {
  list-style: disc;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ul.Unordered-1 ul.Unordered-2 {
  list-style: circle;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ul.Unordered-2 ul.Unordered-3 {
  list-style: square;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ul.Unordered-1 ol.Ordered-1 {
  list-style: decimal;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
li {
  font-size: 16.0px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  font-family: "Gotham Book";
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
}
li::marker {
  color: #35434D;
}
/* --------------------------- Ordered Lists-------------------------- */
ol.Ordered-1 {
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ol.Ordered-1 ol.Ordered-2 {
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: lower-alpha;
}
ol.Ordered-2 ol.Ordered-3 {
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: lower-roman;
}
ol.Ordered-1>li {
  margin-bottom: 12px;
  margin-top: 20px;
}
/* ------------- Unordered Lists within ordered list------------------ */
ol.Ordered-1 ul.Unordered-1 {
  list-style: disc;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ol.Ordered-3 ul.Unordered-1 {
  list-style: disc;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ol.Ordered-2 ul.Unordered-1 {
  list-style: disc;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
/*-------------------- Hyperlinks------------------------ */
a:link {
  color: #338ADE;
  text-decoration: none;
}
a:hover {
  color: #338ADE;
  text-decoration: underline;
}
a:visited {
  color: #3677C6;
  text-decoration: none;
}
/*----------------------Glossary------------------------*/
a.glossterm {
  color: #800000;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}
span.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #0000ff;
}
/*----------------- styling for complete HTML page---------------- */
html {
  overflow-y: scroll;
  margin-right: 5%;
}
/*--------------------- UI Elements Bold------------------------------- */
span.normalbold {
  font-weight: bold;
  font-family: "Gotham Book";
  font-size: 16.0px;
  x-next-type: p;
  color: #414141;
}
/*------------------------ code styling for inline code----------------------- */
.Code {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-family: Consolas;
  line-height: 1.5;
}
/*------------------ table styling-------------------------- */
/*------------------------- table header sticky style----------------------- -*/
th {
  position: sticky;
  top: -1px;
  background-color: #D4DEEA;
  border: 1px;
  z-index: 1;
  font-size: 16px;
  font-family: "Gotham Book";
  font-weight: bold;
  color: #333333;
  vertical-align: top;
}
/*---------------------- New table style to be used for ALL tables----------------- */
table.Table {
  border-bottom-width: 1px;
  border-bottom-color: #C0C0C0;
  x-border-spacing: 0px;
  x-row-pat-count: 2;
  x-1st-row: 1;
  border-collapse: collapse;
  border-spacing: 1px 1px;
  border-width: 1px;
  border-color: #C0C0C0;
  border-left-width: 1px;
  border-left-color: #C0C0C0;
  border-top-width: 1px;
  border-top-color: #C0C0C0;
  border-right-width: 1px;
  border-right-color: #C0C0C0;
  border-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  margin-top: 15px;
  margin-bottom: 10px;
}
table.Table td {
  padding: 8px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C0C0C0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C0C0C0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C0C0C0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
}
table.Table tr:nth-child(even) td {
  font-family: "Gotham Book";
  background-color: #f2f5f8;
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 16.0px;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  line-height: 1.5;
}
table.Table tr:nth-child(odd) td {
  font-family: "Gotham Book";
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 16.0px;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  line-height: 1.5;
}
table.Table th {
  padding: 8px;
  font-size: 16.0px;
  margin-top: 4px;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  line-height: 1.5;
  font-family: "Gotham Book";
}
ul.Unordered-2 {
  list-style: circle;
}
ol.Ordered-3 {
  list-style: lower-roman;
}
ol.Ordered-2 {
  list-style: lower-alpha;
}
/*------------------Expanders-------------------------*/
a.dropspot {
  color: #338ADE;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 32px;
}
a.dropspot::before {
  content: url('../images/right-arrow-16.svg');
  margin-right: 1.25rem;
}
a.dropspot.pressed::before {
  margin-right: 1.25rem;
  content: url('../images/down-arrow-16.svg');
}
a.dropspot:active {
  color: #338ADE;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 32px;
}
.droptext {
  color: #338ADE;
  border: 1px solid #ccc;
  padding: 5px;
}
div.droptext-h2 {}
div.droptext-h3 {}
a.dropspot:link {
  color: #338ADE;
}
a.dropspot:hover {
  text-decoration: none;
  color: #338ADE;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  line-height: 32px;
}
a.dropspot:visited {
  color: #666666;
}
a.dropspot-h2 {
  color: #666666;
}
a.dropspot-h2::before {
  content: url('../images/right-arrow-24.svg');
  margin-right: 1.25rem;
}
a.dropspot-h2.pressed::before {
  margin-right: 1.25rem;
  content: url('../images/down-arrow-24.svg');
}
a.dropspot-h2:active {
  color: #666666;
}
a.dropspot-h2:link {
  color: #666666;
}
a.dropspot-h2:hover {
  text-decoration: none;
  color: #666666;
}
a.dropspot-h2:visited {
  color: #666666;
}
a.dropspot-h3 {
  color: #666666;
}
a.dropspot-h3::before {
  content: url('../images/right-arrow-18.svg');
  margin-right: 1.25rem;
}
a.dropspot-h3.pressed::before {
  margin-right: 1.25rem;
  content: url('../images/down-arrow-18.svg');
}
a.dropspot-h3:active {
  color: #666666;
}
a.dropspot-h3:hover {
  text-decoration: none;
  color: #666666;
}
a.dropspot-h3:visited {
  color: #666666;
}
/*-----------------------------------image styles----------------------------*/
img.screenshot_1150p {
  width: 1150px;
  border: 1px solid grey;
}
img.screenshot_750p {
  width: 750px;
  border: 1px solid grey;
}
img.screenshot_950p {
  width: 950px;
  border: 1px solid grey;
}
/*--------------------nOtes new---------------------------*/
p.note {
  background-color: #edf3f9;
  border: 1px solid;
  border-color: #9dbfe1;
  border-radius: 8px;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}
p.note::after {
  content: url('../images/note.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
p.note::before {
  content: "Note:";
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #193DAA;
}
div.note_multi {
  background-color: #edf3f9;
  border: 1px solid;
  border-color: #9dbfe1;
  border-radius: 8px;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
  font-size: 16.0px;
  line-height: 1.5;
  text-align: left;
  font-family: "Gotham Book";
  color: rgba(102, 102, 102, 1.0);
}
div.note_multi::after {
  content: url('../images/note.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
div.note_multi::before {
  content: "Note:";
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #193DAA;
}
p.important {
  background-color: #fefae0;
  border: 1px solid;
  border-color: #ebcf29;
  border-radius: 8px;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}
p.important::after {
  content: url('../images/warning.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
p.important::before {
  content: "Important:";
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #D06216;
}
p.tip {
  background-color: #eaf3e9;
  border: 1px solid;
  border-color: #cae3c8;
  border-radius: 8px;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}
p.tip::after {
  content: url('../images/tip.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
p.tip::before {
  content: "Tip:";
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #3A7634;
}
ul.notes {
  background-color: #edf3f9;
  border: 1px solid;
  border-color: #9dbfe1;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 1rem;
  padding-left: 5rem;
  position: relative;
  padding-top: 35px;
}
ul.notes>li {
  margin-top: 12px;
}
ul.notes::after {
  content: url('../images/note.svg');
  position: absolute;
  top: 16px;
  left: 20px;
}
ul.notes::before {
  content: "Notes:";
  font-size: 16px;
  position: absolute;
  margin-right: 5px;
  top: 20px;
  left: 65px;
  color: #193DAA;
  margin-bottom: 8px;
}
ul.important-notes {
  background-color: #fefae0;
  border: 1px solid;
  border-color: #ebcf29;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 1rem;
  padding-left: 5rem;
  position: relative;
  padding-top: 35px;
}
ul.important-notes>li {
  margin-top: 12px;
}
ul.important-notes::after {
  content: url('../images/warning.svg');
  position: absolute;
  top: 16px;
  left: 20px;
}
ul.important-notes::before {
  content: "Important:";
  font-size: 16px;
  position: absolute;
  margin-right: 5px;
  top: 20px;
  left: 65px;
  color: #D06216;
}
ul.tips {
  background-color: #eaf3e9;
  border: 1px solid;
  border-color: #cae3c8;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 1rem;
  padding-left: 5rem;
  position: relative;
  padding-top: 35px;
}
ul.tips>li {
  margin-top: 12px;
}
ul.tips::after {
  content: url('../images/tip.svg');
  position: absolute;
  top: 16px;
  left: 20px;
}
ul.tips::before {
  content: "Tips:";
  font-size: 16px;
  position: absolute;
  margin-right: 5px;
  top: 20px;
  left: 65px;
  color: #3A7634;
}
ul.Unordered-3 {
  list-style: square;
}
/*-------------------------Feedback Bar---------------------------*/
/* Feedback Bar at the bottom of topics */
div.feedbackcontainer {
  background-color: #F2F5F8;
  position: relative;
  width: 100%x;
  height: 40px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding: 7px;
  overflow-wrap: normal;
  color: #4B4B4B;
}
img.up {
  padding: 5px 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 15px;
  content: url('../images/thumbs-up-blue.svg');
}
img.down {
  padding: 5px 0px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  content: url('../images/thumbs-down-blue.svg');
}
.feedbackintro {
  margin-left: 10px;
  margin-top: 15px;
  font-family: "Gotham Book";
  font-size: 16px;
  color: #3C3B3B;
}
img.up:hover {
  content: url('../images/thumbs-up-green.svg');
}
img.down:hover {
  content: url('../images/thumbs-down-red.svg');
}
div.popup2,
div.popup3 {
  background-color: #F2F5F8;
  position: fixed;
  bottom: -100px;
  width: 100%;
  height: 35px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 10px;
  overflow-wrap: normal;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 100;
  visibility: hidden;
}
.open-popup2,
.open-popup3 {
  background-color: #F2F5F8;
  font-family: "Gotham Book";
  position: relative;
  width: 100%;
  height: 35px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 10px;
  overflow-wrap: normal;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 100;
  visibility: visible;
}
.footer {
  position: relative;
  bottom: -50px;
}
button.Yes {
  background: transparent;
  border: none;
}
button.No {
  background: transparent;
  border: none;
}
ol.Decimal {
  list-style: decimal;
}
ul.Disc {
  list-style: disc;
}