@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "MarkPro-Medium";
  src: url("https://cdn.confluent.io/fonts/MarkPro/MarkPro-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "MarkPro-NarrowBook";
  src: url("https://cdn.confluent.io/fonts/MarkPro/MarkPro-NarrowBook.woff2") format("woff2");
}
/*------------------------------------------------*
 * //////// THIS FILE IS AUTO-GENERATED ///////// *
 * Direct modifications to `_static/css/core.css` *
 * will be overwritten. Make changes in           *
 * `styles/core.scss`                             *
 * Any changes made directly to this file         *
 * will be overwritten                            *
 *------------------------------------------------*/
.breadcrumbs {
  position: sticky;
  top: -80px;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: white;
  border-bottom: 1px solid white;
  transition: border-color 0.3s ease;
  z-index: 10;
}
.breadcrumbs.stuck {
  border-color: #ccc;
}
.breadcrumbs .crumb {
  display: inline-block;
}
.breadcrumbs .crumb > a {
  font-size: 14px;
  line-height: 14px;
  transition: color 0.3s ease;
}
.breadcrumbs .crumb > a:hover {
  color: #006B95;
}
.breadcrumbs .crumb::after {
  content: "›";
  margin: 0 5px;
  font-size: 16px;
  line-height: 14px;
}

@media screen and (min-width: 768px) {
  .third-column .rst-content .breadcrumbs {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.selector-container {
  display: flex;
  border-top: 1px solid #E0E0E7;
}

.option-selector-container {
  display: none;
  padding: 22px 25px 14px;
}
.option-selector-container.active {
  display: block;
}
.option-selector-container label {
  font-size: 10px;
  line-height: 12px;
  color: #A8A8B8;
  display: block;
  cursor: default;
}

.option-selector-container + .option-selector-container {
  padding-left: 7px;
}

.option-selector {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #747391;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 0px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  transition: color 0.3s ease;
}
.option-selector::-ms-expand {
  display: none;
}
.option-selector:hover {
  color: #007EAF;
}
.option-selector:focus {
  outline: none;
}
.option-selector option {
  font-weight: normal;
}

.wy-nav-side {
  top: 85px;
  padding-bottom: 0;
  padding-top: 0;
  width: 290px;
  overflow: visible;
  max-width: 27rem;
  left: 0;
  background: linear-gradient(198.75deg, #f8f8fa -2.89%, #ffffff 50.18%);
  z-index: 1;
  transition: left 0.5s;
  border-right: 1px solid #e0e0e7;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: auto;
}

@media (min-width: 768px) {
  .one-column .wy-nav-side {
    left: -270px;
  }
}
@media screen and (max-width: 768px) {
  .wy-nav-side {
    width: 28rem;
    right: -28rem;
    left: auto;
    border-right: none;
    border-left: 0.1rem solid #a7a7a8;
    transition: right 0.5s ease, left 0.5s, max-width 0.2s ease;
  }

  /* Nav expanding behavior */
  .wy-nav-side.shift {
    left: auto;
    right: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wy-nav-content-wrap.shift {
    overflow: hidden;
    right: auto;
    left: 0;
    top: auto;
  }
}
.side-nav-header {
  padding: 20px;
  border-bottom: 1px solid #E0E0E7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.side-nav-header > a {
  color: #15202b;
  text-decoration: none;
}

.wy-menu.wy-menu-vertical > .caption {
  display: none;
}

.mobile-side-nav-toggle {
  position: fixed;
  height: 161px;
  width: 20px;
  background: #81cfe2;
  right: 0;
  z-index: 20;
  top: 0;
  transform: translateY(calc(50vh - 50%));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: none;
  cursor: pointer;
}
.mobile-side-nav-toggle span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.mobile-side-nav-x-toggle {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.mobile-side-nav-x-toggle:after, .mobile-side-nav-x-toggle:before {
  content: "";
  height: 12px;
  border-left: 2px solid #040531;
  position: absolute;
  left: 14px;
  top: 10px;
}
.mobile-side-nav-x-toggle:after {
  transform: rotate(45deg);
}
.mobile-side-nav-x-toggle:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .mobile-side-nav-toggle,
.mobile-side-nav-x-toggle {
    display: block;
  }
}
.wy-side-scroll {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.wy-side-scroll::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .wy-side-scroll {
    overflow-y: auto;
    height: 100%;
  }
}
.docutils.container .bottom-separator {
  border-bottom: 1px solid #E0E0E7;
  padding-bottom: 55px;
  margin-bottom: 50px;
}

.docutils.container .top-separator {
  border-top: 1px solid #E0E0E7;
  margin-top: 30px;
  padding-top: 50px;
}

.rst-content .admonition {
  background-repeat: no-repeat;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-position: 26px 14px;
  border: 1px solid #e0e0e7;
  border-radius: 8px;
  margin-bottom: 24px !important;
  padding-left: 12px;
  padding-right: 12px;
}
.rst-content .admonition.note, .rst-content .admonition.seealso {
  background-color: white;
  background-image: url(../images/icons/note.svg);
}
.rst-content .admonition.caution {
  background-color: white;
  background-image: url(../images/icons/caution.svg);
}
.rst-content .admonition.danger {
  background-color: white;
  background-image: url(../images/icons/danger.svg);
}
.rst-content .admonition.important {
  background-color: white;
}
.rst-content .admonition.tip {
  background-color: white;
  background-image: url(../images/icons/tip.svg);
}
.rst-content .admonition p, .rst-content .admonition a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78;
  -webkit-font-smoothing: auto;
}
.rst-content a.reference.external[target=_blank]:not(.image-reference)::after {
  font-family: "FontAwesome";
  font-size: inherit;
  font-weight: 900;
  content: "";
  padding-left: 3px;
  vertical-align: middle;
  box-sizing: border-box;
  text-decoration: none;
}
.rst-content table.docutils th, .rst-content table.docutils th p, .rst-content table.docutils th a, .rst-content table.docutils th li, .rst-content table.docutils td, .rst-content table.docutils td p, .rst-content table.docutils td a, .rst-content table.docutils td li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #191924;
}
.rst-content table.docutils th a, .rst-content table.docutils td a {
  font-weight: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.rst-content table.docutils th a:hover, .rst-content table.docutils td a:hover {
  opacity: 0.7;
}
.rst-content table.docutils th a:active, .rst-content table.docutils td a:active {
  opacity: 0.9;
}
.rst-content table.docutils th {
  font-weight: 600 !important;
}
.rst-content table.docutils td:first-child {
  font-weight: 600;
  letter-spacing: -0.1px;
}
.rst-content .section ol li:not(:last-child),
.rst-content ol.arabic li:not(:last-child) {
  margin-bottom: 12px;
}
.rst-content .section ol li:not(:last-child) p:last-child,
.rst-content .section ul li:not(:last-child) p:last-child,
.rst-content ol.arabic li:not(:last-child) p:last-child,
.rst-content .toctree-wrapper ul li:not(:last-child) p:last-child {
  margin-bottom: 12px;
}
.rst-content .section ol li:not(:last-child) p:first-child:last-child,
.rst-content .section ul li:not(:last-child) p:first-child:last-child,
.rst-content ol.arabic li:not(:last-child) p:first-child:last-child,
.rst-content .toctree-wrapper ul li:not(:last-child) p:first-child:last-child {
  margin-bottom: 0;
}
.rst-content .section ol li ul,
.rst-content .section ul li ul,
.rst-content ol.arabic li ul,
.rst-content .toctree-wrapper ul li ul {
  margin-bottom: 24px;
}
.rst-content .section ol li .admonition.note,
.rst-content .section ul li .admonition.note,
.rst-content ol.arabic li .admonition.note,
.rst-content .toctree-wrapper ul li .admonition.note {
  margin-top: 24px;
}
.rst-content .section ul + ul {
  margin-top: -24px;
}
.rst-content .section dl ul + ul {
  margin-top: -12px;
}

.docutils.container a.reference.external.image-reference.with-text:hover {
  text-decoration: none;
}

div[class^=highlight] pre {
  font-size: 13px;
  white-space: break-spaces;
}

.docutils.container {
  padding: 0;
  margin: 0;
}

#ccloud h1,
#confluent-platform h1,
#confluent-documentation h1,
#kafka-connectors h1,
#connectors-to-kafka h1,
#clients h1,
#tools h1,
#kafka-connectors-to-kafka h1 {
  display: none;
}

.landing p,
.landing a {
  font-size: 14px;
  margin: 0;
}

.landing .head-container {
  display: flex;
  margin-bottom: 35px;
}

.landing .page-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
  color: #141430;
}

@media (max-width: 768px) {
  .landing .page-title {
    line-height: 32px;
  }
}
.landing .gray-back {
  padding: 26px 32px;
  background: #f8f8fa;
  border-radius: 4px;
  margin-bottom: 45px;
}

.landing .gray-back .flex-container {
  margin-bottom: 0px;
}

.landing .left-container {
  margin-left: 0;
  margin-right: 80px;
  max-width: 520px;
}

@media (max-width: 640px) {
  .landing .left-container {
    margin-right: 0px;
  }
}
.landing .left-container > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.landing .start-button {
  display: inline-block;
  width: auto !important;
  margin-top: 20px;
}

.landing .start-button a {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  background: #00afba;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.landing .right-container {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .landing .right-container {
    display: none;
  }
}
.landing .main-container {
  margin-top: 35px;
}

.landing .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  max-width: 850px;
}

.landing .image-section a > strong {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", "Segoe UI";
  font-weight: 600;
}

.landing .image-section:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 640px) {
  .landing .flex-container {
    display: block;
  }

  .landing .image-section:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.landing .section-title,
.connector-section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  clear: left;
}

.landing .image-section:not(.small-cell) p,
.connector-image-section:not(.small-cell) p {
  width: 80%;
}

.connector-image-section:not(.small-cell) p {
  font-size: 12.5px;
  margin-bottom: 0;
}

.landing .image-section img,
.connector-image-section img {
  margin: 20px 0;
}

.connector-image-section.no-logo img {
  margin: 20px 0;
}

.connector-image-section.no-border-logo img {
  margin: 10px 0 0;
}

.connector-image-section.no-logo .image-reference {
  display: block;
  padding: 4px 0 0 80px;
  border: 2px solid #ddd;
  border-radius: 4px;
  height: 130px;
  width: 260px;
  margin: 20px 0;
}

.connector-image-section.no-border-logo .image-reference {
  display: flex;
  justify-content: center;
  padding: 5px;
  border: 2px solid #ddd;
  border-radius: 4px;
  height: 130px;
  width: 260px;
  margin: 20px 0;
}

.connector-image-section.no-border-logo .image-reference img {
  max-height: 100px;
}

.landing .related-section {
  border-top: 1px solid #c4c4c4;
  margin-top: 8px;
  padding-top: 8px;
  width: 80% !important;
}

.landing .related-section p {
  width: 100%;
}

.landing .related-section strong {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.85px;
  color: #504f6c;
}

.landing .related-links a,
.landing .links a {
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
  letter-spacing: 0.25px;
}

.landing .related-links {
  display: flex;
}

.landing .related-links p {
  margin-right: 30px;
}

#kafka-connectors {
  overflow: hidden;
}

/*
    This is a one off width treatment
    for the note at the top of the
    connectors page
*/
#kafka-connectors .admonition {
  max-width: 530px;
}

#kafka-connectors .head-container {
  width: 600px;
}

#kafka-connectors .section h1,
#kafka-connectors .section h2 {
  display: none;
}

#kafka-connectors > .section,
.connector-image-section {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: none;
  width: 260px !important;
  height: 370px;
  float: left;
  margin-right: 10px !important;
}

.landing .cell-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 15px 30px;
  box-shadow: 1px 1px 5px rgba(25, 25, 36, 0.12);
  margin-right: 32px;
  margin-top: 20px;
  text-decoration: none;
  flex-basis: 50%;
}

@media (max-width: 640px) {
  .landing .cell-link {
    margin-right: 5px;
  }
}
.landing .cell-link:hover {
  box-shadow: 2px 2px 10px rgba(25, 25, 36, 0.12);
}

.landing .cell-link:hover:active {
  box-shadow: 1px 1px 2px rgba(25, 25, 36, 0.12);
}

.landing .cell-link .title {
  display: block;
  font-style: normal;
  font-weight: 600;
}

.landing .cell-link .description {
  display: block;
  font-style: normal;
  color: #222;
}

.general-connectors .something {
  display: flex;
}

.landing .cell-container {
  margin-bottom: 80px;
  padding-left: 5px;
}

@media (min-width: 640px) {
  .landing .cell-row {
    display: flex;
  }
}
.wy-nav-content footer {
  border-top: 1px solid #e9e9ed;
  padding: 40px 0;
}
.wy-nav-content footer .footer-cta {
  margin-bottom: 40px;
  text-align: center;
}
.wy-nav-content footer .footer-cta p {
  margin-bottom: 20px;
  font-weight: 700;
}
.wy-nav-content footer .footer-links-wrapper {
  border-top: 1px solid #e9e9ed;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.wy-nav-content footer .footer-links-block {
  display: flex;
  flex: 1;
  justify-content: space-around;
  flex-basis: auto;
}
.wy-nav-content footer .footer-links {
  margin-bottom: 40px;
}
.wy-nav-content footer .footer-links li {
  margin: 2px 0 12px;
}
.wy-nav-content footer .footer-links a {
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
  font-size: 14px;
  color: #5d5d5d;
  text-decoration: none;
}
.wy-nav-content footer .footer-links li:first-of-type {
  margin-bottom: 25px;
}
.wy-nav-content footer .footer-links li:first-of-type a {
  font-size: 16px;
}
.wy-nav-content footer .sub-footer {
  background-color: #eef1f3;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
}
.wy-nav-content footer .social-media-links {
  display: flex;
  justify-content: center;
}
.wy-nav-content footer .social-media-links a {
  padding: 10px;
}
.wy-nav-content footer .social-media-links svg {
  color: #747391;
  width: 20px;
  height: 20px;
}
.wy-nav-content footer .social-media-links .github-icon:hover {
  color: #333;
}
.wy-nav-content footer .social-media-links .linkedin-icon:hover {
  color: #0e76a8;
}
.wy-nav-content footer .social-media-links .slideshare-icon:hover {
  color: #f7941e;
}
.wy-nav-content footer .social-media-links .twitter-icon:hover {
  color: #55acee;
}
.wy-nav-content footer .social-media-links .youtube-icon:hover {
  color: red;
}
.wy-nav-content footer .legal-details-links {
  color: black;
}
.wy-nav-content footer .legal-details-links a {
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
  color: black;
  font-size: 12px;
  white-space: nowrap;
}
.wy-nav-content footer .legal-details-links a:not(:last-of-type):after {
  padding-right: 5px;
  margin-left: 5px;
  content: "|";
}
.wy-nav-content footer .copyright-text {
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
  color: #829494;
  font-size: 12px;
}
.wy-nav-content footer .copyright-text a {
  font-size: 12px;
  color: black;
}

@media screen and (max-width: 767px) {
  .wy-nav-content footer .footer-links-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .wy-body-for-nav:not(.one-column) .wy-nav-content footer .footer-links-wrapper {
    flex-direction: column;
  }
}
.footer-feedback {
  padding: 40px 0;
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer-feedback {
    display: block;
  }
}
.btn.dropdown-toggle:active:focus {
  outline: none;
}

.btn.dropdown-toggle:active {
  padding: 5px 10px;
}

.dropdown-toggle {
  box-shadow: none;
}

.search-wrapper {
  margin: 20px 16px 10px 16px;
  display: flex;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 10px 10px 5px #f8f8fa;
  z-index: 1;
}
.search-wrapper .search-input-form {
  flex: 1;
  display: flex;
}
.search-wrapper .search-input-form > input {
  flex: 1;
}
.search-wrapper .search-filters li {
  white-space: nowrap;
}
.search-wrapper .search-filters > button {
  height: 100%;
  border-color: #829494;
}
.search-wrapper .btn.clear-filters:active:focus {
  outline: none;
}
.search-wrapper .btn.clear-filters {
  padding: 0;
}
.search-wrapper input.st-default-search-input {
  padding: 10px 20px 10px 30px;
  border: 0;
  box-shadow: none;
  flex: 1;
  width: 100%;
  color: #3B454F;
  line-height: 16px;
  box-sizing: content-box;
  background: #fff 8px 12px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG11AABzoAAA%2FN0AAINkAABw6AAA7GgAADA%2BAAAQkOTsmeoAAAESSURBVHjajNCxS9VRGMbxz71E4OwgoXPQxVEpXCI47%2BZqGP0LCoJO7UVD3QZzb3SwcHB7F3Uw3Zpd%2FAPCcJKG7Dj4u%2FK7Pwp94HDg5Xyf5z1Pr9YKImKANTzFXxzjU2ae6qhXaxURr%2FAFl9hHDy%2FwEK8z89sYVEp5gh84wMvMvGiSJ%2FEV85jNzLMR1McqfmN5BEBmnmMJFSvtpH7jdJiZv7q7Z%2BZPfMdcF6rN%2FT%2F1m2LGBkd4HhFT3dcRMY2FpskxaLNpayciHrWAGeziD7b%2BVfkithuTk8bkGa4wgWFmbrSTZOYeBvjc%2BucQj%2FEe6xHx4Taq1nrnKaW8K6XUUsrHWuvNevdRRLzFGwzvDbXAB9cDAHvhedDruuxSAAAAAElFTkSuQmCC);
  background-clip: padding-box;
}
.search-wrapper .st-default-search-input:focus {
  outline: none;
  border-color: #3B454F;
  border-color: rgba(0, 0, 0, 0.5);
}
.search-wrapper .st-default-search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.swiftype-widget > .autocomplete {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 270px;
  overflow: auto;
  max-height: 50%;
}
.swiftype-widget > .autocomplete > ul {
  margin: 0;
}
.swiftype-widget .st-site-label {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #747391;
  background: #f8f8fa;
  font-size: 12px;
}
.swiftype-widget div.st-result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.swiftype-widget a.st-ui-result {
  display: block;
  position: relative;
  padding: 12px 18px 14px 18px;
  cursor: pointer;
  border-bottom: 1px solid #E9EDF2;
  text-align: left;
  text-decoration: none;
}
.swiftype-widget li.active > a.st-ui-result,
.swiftype-widget a.st-ui-result:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.swiftype-widget .autocomplete li:first-of-type a.st-ui-result {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.swiftype-widget .autocomplete li:last-of-type a.st-ui-result {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
.swiftype-widget a.st-ui-result:before {
  display: none;
}
.swiftype-widget a.st-ui-result:hover:before {
  border-color: #8B9BAD;
}
.swiftype-widget a.st-ui-result:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.swiftype-widget a.st-ui-result:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.swiftype-widget a.st-ui-result em {
  box-shadow: 0;
}
.swiftype-widget a.st-ui-result .st-ui-type-heading {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #258BF8;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.swiftype-widget a.st-ui-result .st-ui-type-heading em {
  font-style: normal;
  font-weight: bold;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.swiftype-widget a.st-ui-result .st-ui-type-detail {
  font-size: 10px;
  line-height: 1.4;
  color: #8B9BAD;
  max-height: 31px;
  overflow: hidden;
}
.swiftype-widget a.st-ui-result:not(.st-search) .st-ui-type-detail {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swiftype-widget a.st-ui-result .st-ui-type-detail em {
  font-style: normal;
  font-weight: bold;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #daf1ff;
}
.swiftype-widget a.st-ui-result:hover .st-ui-type-detail,
.swiftype-widget a.st-ui-result:hover .st-ui-type-detail-bold {
  color: #3B454F;
}

@media only screen and (max-width: 680px) {
  .swiftype-widget a.st-ui-result {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .swiftype-widget a.st-ui-result {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .swiftype-widget a.st-ui-result .st-ui-type-detail {
    max-height: 48px;
  }
}
.search-page input.st-search-input.st-default-search-input {
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 22px;
  padding: 20px;
  padding-left: 60px;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  flex: 1;
  width: 100%;
  color: #3B454F;
  line-height: 27.5px;
  background: #F1FAFF 20px 24px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGqSURBVHgBrZRBTsJQEIZnHi6AkNiVeYRNDZC4xBMIN9AT0BuIJxBPwBHEExhPQDmB7NFYFiRNcNEFCZu2z5n2EUnpKwSd5KXT8vN15vWfh5AJy7KtSuXMiWNlI8I5AC7osev7Hy4cEbh7I2XrUQgYKAXWvlR5SkU93/c8OAYoZfsZUTn6dkpQNxEg2nS5ISBfgzDE3mo1nxUCuTJqb0griGO4y7Yn5ZUtRDiil9wydLMJL4PAC3KJLK7XW4qXlE0HCoI0k1TXGpo0AiDq6nzq+5/jAh5QhU9JWwj3RiBi3NFiFw7EzlZY7IZcoFLCghOiXIZ8INsBkgrVQTDv9zY32YeAaatCYN/Uxm+EfZ1MTQqh94WXVa2WRiZho9HusLU4p27GRqCu7oE9qBQ69Xrzi2zR3Qq4avYpjeK7fkT+i1wTEHcrIFO/6onIFycv5Y9hHkOxTZbL+UypUo/+9kIrK+RR7MXx2XX6G9LBUZpIadvGCrPBrbI1slXwl0aMJmkn+5UagUVRBD0JWAQ9GWiCluAPsV5/B7XaxRudo3ys2TTGC/iP0EfggPMf4IXM0qeAeMAAAAAASUVORK5CYII=);
  background-clip: padding-box;
}
.search-page .tag-list {
  display: flex;
  flex-wrap: wrap;
}
.search-page .tag {
  margin: 10px 8px 10px 0;
}
.search-page .tag input[type=checkbox] {
  display: none;
}
.search-page .tag label {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  color: #173361;
  background-color: #E6F5FB;
  font-family: "MarkPro-Medium";
  text-transform: uppercase;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.3s ease;
  transition-property: color, background-color;
}
.search-page .tag label.with-icon {
  padding: 8px 35px 8px 15px;
  background: #F1FAFF no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABGSURBVHgBzY+xCQAgEAMTcQjtHcD9Gx3BjV7FRl8QCwsPvjk+kAAK50LyPmTtDS55/8jeaUkaRBGgXZm9JcEtPQxx4sPVFenhCn3QLwvJAAAAAElFTkSuQmCC);
  background-position: right 16px center;
  background-clip: padding-box;
}
.search-page .tag input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #257BD7;
}
.search-page .tag input[type=checkbox]:checked + label.with-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABhSURBVHgBnctRDcAgDATQSpiESZiUSUDCHAwJkzAnkzIJSCglQHIhEFouuZ/2HpEhzHxJd4tJ6OacfwWluHrcpJ/0UKPycOUYWjxEMPAtniLAD+BXhQAj0KEO9mSNoHO2iS+ir9W4RitiAAAAAElFTkSuQmCC);
  background-position: right 14px center;
}
.search-page .tag:first-of-type {
  margin-left: 0;
}
.search-page .no-results {
  padding: 100px 0;
  text-align: center;
}
.search-page .section-label {
  margin-bottom: 20px;
}
.search-page .result-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: minmax(0, 1fr);
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 30px;
}
.search-page .search-result .result-path {
  color: #829494;
  font-size: 12px;
}
.search-page .search-result .result-title {
  color: #040531;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.search-page .search-result .result-details {
  color: #15202b;
  font-size: 14px;
  margin-top: 10px;
  word-break: break-word;
}
.search-page .search-result .result-details .details-section {
  margin-bottom: 20px;
}
.search-page .search-result a:hover {
  text-decoration: none;
}
.search-page .search-result a:hover .result-title {
  text-decoration: underline;
}
.search-page #st-results-container {
  margin-bottom: 60px;
}
.search-page #st-results-container h2 {
  font-style: italic;
  margin-bottom: 30px;
}
.search-page #st-results-container h2:not(:first-of-type) {
  margin-top: 60px;
}
.search-page #st-results-container em {
  font-style: normal;
  color: #257BD7;
}
.search-page #st-results-container a > em {
  background-color: transparent;
}
.search-page .page-controls {
  font-size: 14px;
  color: #829494;
}
.search-page .page-controls:last-of-type {
  margin-top: 40px;
}
.search-page .page-controls .num-results {
  margin-right: 20px;
}
.search-page .page-controls .page-nav {
  font-size: 16px;
  padding: 3px 5px;
  border: 1px solid #829494;
}
.search-page .page-controls .page-range {
  margin-left: 10px;
}
.search-page .page-controls .page-nav + .page-nav {
  border-left: 0;
}
.search-page .page-controls span.page-nav {
  color: #cdd4d4;
}
.search-page .page-controls a.page-nav {
  color: #829494;
  text-decoration: none;
}
.search-page .page-controls a.page-nav:hover {
  color: #4597cb;
}
.search-page .mobile-search-filters {
  display: none;
}
.search-page .search-filter-dropdown.scrollable .dropdown-menu {
  max-height: 50vh;
  overflow-y: scroll;
}
.search-page .search-filter-dropdown button.dropdown-toggle {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 20px;
  position: relative;
  border: 1px solid rgba(130, 148, 148, 0.5);
  border-radius: 4px;
  background-color: transparent;
  font-family: "MarkPro-NarrowBook";
}
.search-page .search-filter-dropdown button.dropdown-toggle:hover,
.search-page .search-filter-dropdown button.dropdown-toggle:hover {
  border-color: #040531;
}
.search-page .search-filter-dropdown .chevron:after {
  margin-left: 24px;
  position: absolute;
  right: 20px;
  top: 15px;
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.search-page .search-filter-dropdown.open .chevron:after {
  top: 20px;
  transform: rotate(-135deg);
}
.search-page .search-filter-dropdown .dropdown-menu {
  width: 100%;
}
.search-page .search-filter-dropdown li input[type=checkbox] {
  display: none;
}
.search-page .search-filter-dropdown li label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #0074A2;
  border-radius: 3px;
  right: 16px;
  top: 17px;
}
.search-page .search-filter-dropdown li label:after {
  position: absolute;
  content: none;
  display: inline-block;
  height: 7px;
  width: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: white;
  right: 20px;
  top: 22px;
}
.search-page .search-filter-dropdown li label {
  width: 100%;
  position: relative;
  padding: 14px 16px;
  font-family: "MarkPro-NarrowBook";
  font-size: 16px;
}
.search-page .search-filter-dropdown li input[type=checkbox]:checked + label:after {
  content: "";
}
.search-page .search-filter-dropdown li input[type=checkbox]:checked + label:before {
  background-color: #0074A2;
}
.search-page .search-filter-dropdown li input[type=checkbox]:focus + label:before {
  outline: #3b99fc auto 5px;
}
.search-page .docs-component-search-filters {
  margin-top: 20px;
}
.search-page #results {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .search-page .siteid-filter-label,
.search-page .search-filters {
    display: none;
  }

  .search-page .mobile-search-filters {
    display: block;
  }
}
.page-headerbar {
  background-color: #040531;
  font-family: "MarkPro-Medium", arial, "sans-serif";
  height: 85px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.page-headerbar .page-headerbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 20px;
}
.page-headerbar .brand-logo {
  height: 60px;
  color: white;
}
.page-headerbar .brand-logo svg {
  height: 100%;
  width: auto;
}
.page-headerbar .alt-brand-logo {
  height: 40px;
  display: flex;
  align-items: center;
}
.page-headerbar .alt-brand-logo > a {
  flex-shrink: 0;
}
.page-headerbar .alt-brand-logo > a:first-of-type {
  padding-right: 10px;
  border-right: 2px solid white;
}
.page-headerbar .alt-brand-logo > a:last-of-type {
  padding-left: 10px;
}

.page-header-nav {
  display: flex;
  align-items: center;
}
.page-header-nav .dropdown > a {
  color: white;
  font-size: 12px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.page-header-nav .dropdown.open:after {
  z-index: 101;
  content: "";
  bottom: -37px;
  left: calc(50% - 20px);
  transform: rotate(45deg);
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 2px 0 0 0;
}
.page-header-nav li > a {
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
  color: #173361;
  font-size: 16px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
  line-height: 20px;
  font-weight: 500;
}
.page-header-nav li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.page-header-nav .dropdown-menu {
  padding: 20px 30px 20px 0;
  box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(130, 148, 148, 0.25);
  border-top-color: #fff;
  top: 45px;
  border-radius: 7px;
}

.page-header-nav-mobile {
  display: none;
}
.page-header-nav-mobile .nav-options {
  display: flex;
}
.page-header-nav-mobile .hamburger {
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  border: 0;
}
.page-header-nav-mobile .hamburger .line {
  position: relative;
  top: 0;
  display: block;
  width: 30px;
  height: 4px;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
.page-header-nav-mobile .hamburger .line:not(:last-child) {
  margin-bottom: 8px;
}
.page-header-nav-mobile .hamburger.open .line:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.page-header-nav-mobile .hamburger.open .line:nth-child(2) {
  opacity: 0;
}
.page-header-nav-mobile .hamburger.open .line:last-child {
  transform: rotate(-45deg);
  top: -12px;
}
.page-header-nav-mobile .nav-accordion-wrapper {
  max-height: 64px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 4px solid #eceeee;
  transition: all 0.5s ease;
}
.page-header-nav-mobile .nav-accordion-wrapper.open {
  max-height: 1000px;
  overflow: visible;
}
.page-header-nav-mobile .nav-accordion-wrapper.open .nav-accordion .arrow:before {
  transform: rotate(135deg);
}
.page-header-nav-mobile .nav-accordion-wrapper.open .nav-accordion .arrow:after {
  transform: rotate(-135deg);
}
.page-header-nav-mobile .nav-accordion .header {
  background-color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 25px 50px 25px 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.page-header-nav-mobile .nav-accordion .arrow {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 35px;
}
.page-header-nav-mobile .nav-accordion .arrow:after, .page-header-nav-mobile .nav-accordion .arrow:before {
  background-color: #173361;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.4s cubic-bezier(1, 0.07, 0.28, 1.04);
  width: 15px;
}
.page-header-nav-mobile .nav-accordion .arrow:before {
  transform: rotate(45deg);
}
.page-header-nav-mobile .nav-accordion .arrow:after {
  left: 10px;
  transform: rotate(-45deg);
}
.page-header-nav-mobile .menu a {
  color: #040531;
  line-height: 25px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
}
.page-header-nav-mobile .menu a:hover {
  text-decoration: underline;
}
.page-header-nav-mobile .mobile-nav {
  position: fixed;
  top: 85px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  padding-top: 10px;
}
.page-header-nav-mobile .mobile-nav.open {
  visibility: visible;
  opacity: 1;
  padding-top: 0;
  overflow: auto;
}

@media screen and (max-width: 1100px) {
  .page-header-nav-mobile {
    display: block;
  }

  .page-header-nav {
    display: none;
  }
}
.page-header-nav-mobile > .nav-options > .cta-button {
  display: none;
  margin-right: 35px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .page-header-nav-mobile > .nav-options > .cta-button {
    display: block;
  }
}
.nav-accordions > .cta {
  display: none;
  border-bottom: 4px solid #eceeee;
}

.nav-accordions > .cta > .cta-button-alt {
  margin: 20px;
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-headerbar .brand-logo {
    height: 50px;
  }

  .nav-accordions > .cta {
    display: flex;
  }
}
.navigation {
  font-family: "MarkPro-NarrowBook", arial, "sans-serif";
}

.navigation .navbar-nav > li > a {
  font-size: 14px;
}

a.cta-button,
a.cta-button-alt,
a.cta-button-alt-light {
  border-radius: 25px;
  padding: 14px 16px;
  background-color: #040531;
  border: 2px solid white;
  transition: 0.5s all ease;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px;
  font-family: MarkPro-Medium, arial, "sans-serif";
}

a.cta-button:hover,
a.cta-button:active {
  background-color: white;
  color: #040531;
}

a.cta-button-alt {
  border: 0;
  background-color: #173361;
}

a.cta-button-alt:hover,
a.cta-button-alt:active {
  background-color: #0074a2;
}

a.cta-button-alt-light {
  border: 0;
  background-color: #38CCED;
  color: #173361;
  margin-left: 0;
}

a.cta-button-alt-light:hover,
a.cta-button-alt-light:active {
  background-color: #0074a2;
  color: white;
}

.cflt-btn {
  border: 0;
  padding: 11px 30px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  color: #15202b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #a8a8b8;
}
.cflt-btn i {
  margin-right: 5px;
}
.cflt-btn:active, .cflt-btn:hover {
  color: white;
  background-color: #257bd7;
  border-color: #257bd7;
}

.hide {
  display: none;
}

#userback_button_container .userback-controls .userback-checkbox-container .userback-checkbox {
  border-color: #666 !important;
}

.userback-controls ::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
.userback-controls ::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
.userback-controls :-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: black !important;
    background: white !important;
  }

  .breadcrumbs,
.page-headerbar,
.mobile-side-nav-toggle,
.sticky-menu-column,
.toggle-columns,
.footer-feedback,
.copy-code-button,
footer,
.wy-nav-side {
    display: none !important;
  }

  .rst-inner {
    margin: 0 auto !important;
  }

  html,
body,
.c-body,
.wy-grid-for-nav .wy-body-for-nav,
.wy-nav-content,
.wy-nav-container,
.wy-nav-content-wrap,
.rst-content,
.rst-inner .document {
    padding: 0 !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
  }

  html,
body {
    height: 100% !important;
    width: 100% !important;
  }

  table {
    font-size: 80% !important;
  }

  table,
th,
td {
    border-collapse: collapse !important;
    border: 1px solid black !important;
    width: 100% !important;
    text-align: right !important;
  }

  .wy-table-responsive {
    overflow: visible !important;
  }

  .highlight,
.admonition {
    border: 1px solid black !important;
  }

  .admonition-title {
    background: transparent !important;
  }

  a.image-reference:after {
    content: "";
  }
}
#language-selector {
  flex-shrink: 0;
}