/*-------------------------Fonts--------------------------*/
@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: #666666;
}
/*-----------------------------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 Light";
  color: #666666;
}
/*---------------------------- Paragraphs----------------------------------- */
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;
}

/*-----------------------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;
}
ul.Unordered-2 {
  list-style: circle;
}
ol.Ordered-3 {
  list-style: lower-roman;
}
ol.Ordered-2 {
  list-style: lower-alpha;
}
/*-------------------- 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;
}
/*----------------- Code style box scrollbar for Chrome and Edge------------------ */
.CodeStyleBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: inherit;
}
.CodeStyleBox::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.CodeStyleBox::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #898b8c;
}
/*------------------- Styling for headings of code samples: API Request, Response, Request Body------------------------ */
p.Codeheadingnew {
  border: 1px solid #dde4ec;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #d4deea;
  font-size: 16px;
  font-family: "Gotham Book";
  vertical-align: middle;
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #dde4ec;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dde4ec;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-color: #dde4ec;
  border-right-style: solid;
  border-right-color: #dde4ec;
  border-bottom-style: solid;
  border-bottom-color: #dde4ec;
}
/*------------------ table styling-------------------------- */
table.AltGreyHeaderRowPadding {
  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;
  width: 100%;
  margin-top: 15px;
}
table.AltGreyHeaderRowPadding td {
  padding: 8px;
  font-family: "Gotham Book";
  vertical-align: top;
  margin-top: 4px;
  font-size: 16.0px;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  line-height: 1.5;
  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.AltGreyHeaderRowPadding tr:nth-child(even) td {
  background-color: #f2f5f8;
}
/*----------------------- input parameters table width management----------------------- */
div.droptext {
  width: 92%;
}
/*------------------------- 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;
}
table.AltGreyHeaderRowPadding 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";
}
/*---------------------- New table style to be used for tables apart from Input Params table----------------- */
table.NewRegularTable {
  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;
  width: auto;
  margin-bottom: 10px;
}
table.NewRegularTable td {
  padding: 8px;
  font-family: "Gotham Book";
  vertical-align: top;
  margin-top: 4px;
  font-size: 16.0px;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  line-height: 1.5;
  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.NewRegularTable tr:nth-child(even) td {
  background-color: #f2f5f8;
}
table.NewRegularTable 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";
}
/*---------------------- Expanders on sections------------------------- */
a.dropspot {
  border-left-width: 0;
  border-top-width: 0;
  border-top-color: #BCCFE7;
  border-right-width: 0;
  border-bottom-width: 0;
  border-bottom-color: #BCCFE7;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  vertical-align: middle;
  display: block;
  background-color: #F2F5F8;
  font-size: 16px;
  color: #666666;
}
a.dropspot::before {
  vertical-align: middle;
  content: url('../images/Arrow_Right.svg');
  margin-right: 1.25rem;
  color: #666666;
}
a.dropspot.pressed::before {
  vertical-align: middle;
  margin-right: 1.25rem;
  content: url('../images/Arrow_Down.svg');
}
a.dropspot:hover {
  background-color: #D4DEEA;
  text-decoration: none;
  color: #666666;
}
a.dropspot:active {
  background-color: #D4DEEA;
  text-decoration: none;
  color: #666666;
}
a.dropspot:link {
  color: #666666;
}
a.dropspot:visited {
  color: #666666;
}
/*---------------------- endpoint URL style - at the begining of a topic-------------------- */
p.para-url {
  margin-top: 15px;
  font-size: 16.0px;
  line-height: 1.5;
  font-family: "Gotham Medium";
  color: #666666;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: block;
  background-color: #F2F5F8;
}
/*--------------------------- Endpoint operators---------------------------- */
ph.get {
  border-width: 1px;
  border-color: #61AFFE;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #61AFFE;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.post {
  border-width: 1px;
  border-color: #49CC90;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #49CC90;
  border-style: solid;
  color: #FFFFFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #49CC90;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #49CC90;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #49CC90;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #49CC90;
  margin-right: 7px;
}
ph.delete {
  border-width: 1px;
  border-color: #F93E3E;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #F93E3E;
  border-style: solid;
  color: #FFFFFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F93E3E;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F93E3E;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F93E3E;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F93E3E;
  margin-right: 7px;
}
ph.put {
  border-width: 1px;
  border-color: #FCA130;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #FCA130;
  border-style: solid;
  color: #FFFFFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FCA130;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FCA130;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FCA130;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FCA130;
  margin-right: 7px;
}
ph.patch {
  border-width: 1px;
  border-color: #50E3C2;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #50E3C2;
  border-style: solid;
  color: #FFFFFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #50E3C2;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #50E3C2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #50E3C2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #50E3C2;
  margin-right: 7px;
}
/*---------------------- code syntax highlighting------------------------ */
code[class*=language-],pre[class*=language-] {
  color: #ccc;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #35434D;
  max-height: 350px;
}
pre[class*=language-] {
  padding: 1em;
  margin-top: -0.1em;
  margin-bottom: .5em;
  overflow-y: auto;
  scrollbar-width: thin;
  white-space: pre-wrap;
}
:not(pre)>code[class*=language-],pre[class*=language-] {
  background: #35434D;
}
:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
/*--------------------------- Code style box scrollbar for Chrome and Edge------------------------------ */
pre[class*=language-]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: inherit;
}
pre[class*=language-]::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
pre[class*=language-]::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #898b8c;
}
.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog {
  color: #999;
}
.token.punctuation {
  color: #ccc;
}
.token.attr-name,.token.deleted,.token.namespace,.token.tag {
  color: #e2777a;
}
.token.function-name {
  color: #6196cc;
}
.token.boolean,.token.function,.token.number {
  color: #f08d49;
}
.token.class-name,.token.constant,.token.property,.token.symbol {
  color: #f8c555;
}
.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector {
  color: #cc99cd;
}
.token.attr-value,.token.char,.token.regex,.token.string,.token.variable {
  color: #7ec699;
}
.token.entity,.token.operator,.token.url {
  color: #67cdcc;
}
.token.bold,.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.inserted {
  color: green;
}
pre[class*=language-].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre[class*=language-].line-numbers>code {
  position: relative;
  white-space: inherit;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows>span {
  display: inline-block;
  width: 100%;
  counter-increment: linenumber;
}
.line-numbers-rows>span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar>.toolbar {
  position: absolute;
  z-index: 10;
  top: 0.6em;
  right: 1em;
  transition: opacity .3s ease-in-out;
  opacity: 0.3;
}
div.code-toolbar:hover>.toolbar {
  opacity: 1;
}
div.code-toolbar:focus-within>.toolbar {
  opacity: 1;
}
div.code-toolbar>.toolbar>.toolbar-item {
  display: inline-block;
}
div.code-toolbar>.toolbar>.toolbar-item>a {
  cursor: pointer;
}
div.code-toolbar>.toolbar>.toolbar-item>button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span {
  color: white;
  font-size: .8em;
  padding: .5em .5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, .2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
  border-radius: .5em;
  font-family: "Gotham Book";
  font-size: 12px;
  font-weight: 400;
}
div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(22, 122, 238, 0.51);
}
/*--------------------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;
}
/*-------------------------------Other eXpanders----------------------------*/
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;
}
div.droptext-h2 {}
div.droptext-h3 {}
ol.Decimal {
  list-style: decimal;
}
ul.Circle {
  list-style: circle;
}
ol.LowerAlpha {
  list-style: lower-alpha;
}