@charset "UTF-8";
/*-------------------------------
  COLORS
-------------------------------*/
/*-------------------------------
  GRID
-------------------------------*/
/*-------------------------------
  FONTS
-------------------------------*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Exo-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Exo-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
}

/*-------------------------------
  TRANSITIONS
-------------------------------*/
/*-------------------------------
  BASE
-------------------------------*/
html {
  display: block;
  height: auto;
  min-height: 0;
}

html,
body {
  overflow-x: scroll;
  font-family: "Poppins", "Maven Pro", Arial;
  color: #333333;
}

p {
  margin: 0 0 12px;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #1a6887;
  text-decoration: none;
  transition: 0.5s ease;
  cursor: pointer;
}
a:hover,
a:active {
  color: #1a6887;
  text-decoration: underline;
}
a:visited {
  color: #891a6a;
}
a.btn {
  border: 1px solid #8cb4c4;
  border-radius: 4px;
  background-color: #d1e1e7 !important;
}
a.btn:hover {
  background-color: #e2ecf0 !important;
  text-decoration: none;
}
a.btn-neutral {
  color: #1a6887 !important;
}
a[href="#faq-top"] {
  display: block;
  margin-left: auto;
  text-align: right;
  color: #a8acaf;
}

.btn-neutral {
  color: #1a6887 !important;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", Verdana, Arial;
  color: #1a6887;
}

h1 {
  margin: 0;
  padding: 15px 0 40px;
  font-size: 40px;
  letter-spacing: -0.02em;
}

h2 {
  margin: 0;
  padding: 32px 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}

h3 {
  margin: 0;
  padding: 16px 0;
  font-size: 20px;
  letter-spacing: -0.01em;
}

h4 {
  margin: 0;
  padding: 16px 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}

/* `h5` and `h6` not yet styled – not sure we will
need these; they can be added in later if we do. */
/*-------------------------------
  LAYOUT
-------------------------------*/
.wy-body-for-nav,
.wy-nav-content-wrap {
  height: 100%;
  background: #ffffff;
}

.wy-grid-for-nav {
  position: static;
}

.wy-nav-content {
  max-width: 98%;
  height: 100%;
  padding: 0;
}

.wy-nav-content,
.wy-nav-content-wrap {
  min-width: 800px;
  background: #ffffff;
}

div[itemprop="articleBody"] {
  padding: 56px 40px 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.wy-body-for-nav {
  background: #ffffff;
}

.wy-nav-side {
  padding: 0;
  background: #f6f9fa;
  border-right: 1px solid #d6d6d6;
}

/*-------------------------------
  SIDEBAR TOP LEFT
-------------------------------*/
.wy-side-nav-search,
.wy-nav-top {
  background-color: #f6f9fa;
  color: #1a6887;
}
.wy-nav-top a {
  color: #1a6887; }

/*-------------------------------
  SIDEBAR SEARCH
-------------------------------*/
.wy-side-nav-search {
  padding: 12px 12px 38px 12px;
}
.wy-side-nav-search > div.version {
  position: absolute;
  bottom: 16px;
  margin: 0;
  left: 90px;
  font-size: 14px;
  color: #1a6887;
}
.wy-side-nav-search input[type="text"] {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

/*-------------------------------
  SIDEBAR NAVIGATION MENU
-------------------------------*/
.wy-breadcrumbs {
  padding: 8px 0 0 40px;
}
.wy-breadcrumbs li {
  font-size: 14px;
  color: #50585e;
}
.wy-breadcrumbs li a {
  padding: 0 4px;
}

.wy-menu-vertical p.caption {
  font-weight: 500;
  color: #1e789c;
}

.wy-menu-vertical a {
  color: #891a6a;
}
.wy-menu-vertical a:hover {
  background: #e8e8e8;
}
.wy-menu-vertical a:hover span.toctree-expand {
  color: #891a6a;
}

.wy-menu-vertical li span.toctree-expand {
  color: #891a6a;
}

.wy-menu-vertical li.current > a {
  font-weight: 500;
  background: #1a6887;
  color: #ffffff;
}
.wy-menu-vertical li.current > a:hover {
  background: #207fa5;
  color: #ffffff;
}

.wy-menu-vertical li.toctree-l1.current > a span.toctree-expand {
  color: #ffffff;
}

.wy-menu-vertical li.toctree-l1.current > a:hover span.toctree-expand {
  color: #ffffff;
}

.wy-menu-vertical li.toctree-l1.current > .current span.toctree-expand {
  color: #ffffff;
}

.wy-menu-vertical li.toctree-l2 a {
  background: #8cb4c4;
}
.wy-menu-vertical li.toctree-l2 a:hover {
  background: #a4c3d0;
}
.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
  color: #404040;
}

.wy-menu-vertical li.toctree-l2 span.toctree-expand {
  color: #404040;
}

.wy-menu-vertical li.toctree-l2.current > a {
  background: #8cb4c4;
  color: #404040;
}
.wy-menu-vertical li.toctree-l2.current > a:hover {
  background: #a4c3d0;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
  background: #bad2dc;
  color: #404040;
}
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover {
  background: #d2e1e8;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
  background: #d1e1e7;
  color: #404040;
}

/*-------------------------------
  RST CONTENT BLOCK
-------------------------------*/
.rst-content {
  min-height: 100%;
}
.rst-content .document {
  overflow-y: auto;
  overflow-x: auto;
  width: 90%;
  padding: 0 0 64px 0;
  background-color: #ffffff;
}
.rst-content .toctree-wrapper {
  font-family: "Roboto";
  font-weight: 400;
}
.rst-content .toctree-wrapper > p.caption {
  margin: 0;
  padding-bottom: 32px;
  font-family: "Exo", Verdana, Arial;
  font-weight: 500;
  font-size: 16px;
  color: #1e789c;
}
.rst-content .toctree-wrapper ul li {
    list-style-type: none;
}
.rst-content footer {
  padding: 0 40px;
  margin-bottom: 0;
  background: #ffffff;
}
.rst-content footer p {
  margin: 0 0 16px;
  font-size: 14px;
}
.rst-content .note {
  background: #d1e1e7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rst-content .note .admonition-title {
  background: #8cb4c4;
}
.rst-content .admonition-title {
  padding: 8px 12px;
  font-weight: 500;
}
.rst-content .admonition-title:before {
  margin-right: 8px;
}
.rst-content dl dt {
  margin: 8px 0;
  font-weight: 500;
}
.rst-content div.figure {
  margin-bottom: 48px;
}
.rst-content div.figure > p.caption {
  margin: 32px 0 0;
  font-size: 14px;
  color: #50585e;
}
.rst-content div.figure > p:last-child.caption {
  margin-bottom: inherit;
}

/*-------------------------------
  TABLES
-------------------------------*/
html.writer-html5 .rst-content table {
  border: 1px solid #dddddd;
}
html.writer-html5 .rst-content table thead {
  color: #333333;
  background-color: #a4c3d0;
}
html.writer-html5 .rst-content table th {
  padding: 8px 16px;
}
html.writer-html5 .rst-content table th p {
  font-weight: 600;
}
html.writer-html5 .rst-content table.docutils th {
  border: 1px solid #dddddd;
}
html.writer-html5 .rst-content table.docutils td:not(:first-of-type) {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

/*-------------------------------
  FOOTER BUTTONS
-------------------------------*/
.rst-footer-buttons {
  padding: 24px 0 48px;
  width: 190px;
}

/*-------------------------------
  OVERRIDES DUE TO UNLIMITED WIDTH
-------------------------------*/
p {
  max-width: 800px;
}

table.colwidths-auto.docutils {
  max-width: 800px;
}

/*-------------------------------
  TESTS AND RESULTS
-------------------------------*/
.rst-content
  table.docutils:not(.field-list).test-results-table
  tr:nth-child(n).load-case-header.row-even
  td {
  background: #bad2dc padding-box;
}
.rst-content
  table.docutils:not(.field-list).test-results-table
  tr:nth-child(n).load-case-header.row-odd
  td {
  background: #c2d6dd padding-box;
}

.rst-content
  table.docutils:not(.field-list).test-results-table
  tr:nth-child(n)
  td {
  background: #ffffff padding-box;
}
.rst-content
  table.docutils:not(.field-list).test-results-table
  tr:nth-child(n).row-even
  td {
  background: #f3f6f6 padding-box;
}
.rst-content
  table.docutils:not(.field-list).test-results-table
  tr:nth-child(n).load-case-header.test-results-table-row-fail
  td,
.rst-content
  table.docutils:not(.field-list).test-results-table-single
  tr:nth-child(n).load-case-header.test-results-table-row-fail
  td {
  background: #f7d5cf padding-box;
}

.rst-content
  table.docutils:not(.field-list).test-results-table-single
  tr:nth-child(n).load-case-header.test-results-table-row-warn
  td {
  background: #f7f5bc padding-box;
}

.rst-content
  table.docutils:not(.field-list).test-results-table-single
  tr:nth-child(n).load-case-header.test-results-table-row-pass
  td {
  background: #cff7d6 padding-box;
}

.rst-content
  table.docutils:not(.field-list).test-results-table
  thead
  th.test-results-table-test-header {
  padding-left: 24px;
}
.rst-content
  table.docutils:not(.field-list).test-results-table
  thead
  th.test-results-table-case-header,
.rst-content
  table.docutils:not(.field-list).test-results-table-single
  thead
  th.test-results-table-case-header {
  min-width: 190px;
}
.rst-content
  table.docutils:not(.field-list).test-results-table
  thead
  th.test-results-table-scalar-header,
.rst-content
  table.docutils:not(.field-list).test-results-table-single
  thead
  th.test-results-table-scalar-header {
  min-width: 285px;
}

.test-results-table-status-pass {
  color: #35a35f;
  font-weight: 600;
}
.test-results-table-status-warn {
    color: #e6b400;
    font-weight: 600;
  }
.test-results-table-status-fail {
  color: #dd2b0e;
  font-weight: 600;
}

.test-results-table-case-header > p {
  font-weight: 400 !important;
}

.load-case-header > td:first-of-type {
  font-weight: 800;
}

html.writer-html5
  .rst-content
  table.docutils
  tr.test-results-table-summary-row
  td:not(:first-of-type) {
  border-left-color: transparent;
  border-left-width: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.test-results-table-row-fail:not(.load-case-header) > td:nth-of-type(n + 4) {
  background-color: #f5e5e3 !important;
}

.rst-content table.docutils div.test-results-icon-link {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 16px 32px;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
}
.rst-content table.docutils div.test-results-icon-link > i.icon {
  cursor: pointer;
}

.collapsed {
  display: none;
}

/*-------------------------------
  FEATURE COVERAGE
-------------------------------*/
.feature-coverage-table-group-header > p {
  font-weight: 400 !important;
}
.feature-coverage-table-name > p {
  font-weight: 600 !important;
}
.feature-coverage-table-true {
  /* color: #35a35f; */
  /* font-size: 18px !important; */
  font-weight: 600;
  text-align: center;
}
.feature-coverage-table-false {
  /* color: #dd2b0e; */
  /* font-size: 18px !important; */
  font-weight: 600;
  text-align: center;
}
.rst-content table.docutils div.feature-coverage-case-link {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: -3px;
}
