/*
*          __                    _   _               
*         / _\ ___  ___ _ __ ___| |_| | ___  ___ ___ 
*         \ \ / _ \/ __| '__/ _ \ __| |/ _ \/ __/ __|
*         _\ \  __/ (__| | |  __/ |_| |  __/\__ \__ \
*         \__/\___|\___|_|  \___|\__|_|\___||___/___/                                 
*/
html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  color: #08141C; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #08141C;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

p {
  line-height: 1.8; }

li {
  font-size: 1.5rem;
  line-height: 1.8; }

code {
  margin-left: 2.5rem;
  color: #4d8fcc; }
  code.highlighter-rouge {
    background-color: #e6edf3;
    padding: .2rem .4rem;
    border-radius: .2rem; }

a {
  text-decoration: none;
  display: inline-block;
  color: #4D8FCC; }

hr {
  position: relative; }

button:focus {
  outline: 0; }

pre {
  background-color: white; }
  pre.highlight {
    padding: 2rem; }

code {
  margin: 0; }

.highlighter-rouge .highlight {
  border-radius: 0.3rem;
  margin: 1rem 0;
  background-color: #08141C; }

.page-title {
  font-size: 4rem;
  color: #4D8FCC;
  font-weight: 800;
  margin-bottom: 3rem; }

h1 {
  color: #4D8FCC;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: 4.5rem;
  font-family: "Merriweather Sans", sans-serif; }

h2 {
  color: #4D8FCC;
  font-size: 3rem;
  margin: 2rem 0 1rem 0;
  font-family: "Merriweather Sans", sans-serif; }

h3 {
  color: #4D8FCC;
  font-size: 2rem;
  margin: 0 0 0 0;
  font-family: "Merriweather Sans", sans-serif; }

h4 {
  text-transform: uppercase;
  color: #08141C;
  font-family: "Merriweather Sans", sans-serif;
  margin: 1rem 0; }

.container {
  flex: 1;
  padding-bottom: 6rem; }

.content {
  padding-top: 3rem; }

#content {
  width: 100%; }

.grid-l-col {
  display: grid;
  grid-template-columns: 25% 70%;
  column-gap: 5%; }

@media (max-width: 991px) {
  .grid-l-col {
    grid-template-columns: 100%; }

  .docs {
    padding: 0; } }
#top-navigation {
  background-image: url("../img/slss_bg_pattern_2.svg");
  background-repeat: repeat-y;
  background-size: 1200px auto;
  border-radius: 0;
  margin: 0; }

#top-navigation.home {
  background: none; }

.navbar {
  background-image: url("../img/slss_bg_pattern_2.svg");
  background-color: #08141C;
  background-size: 1200px auto;
  border-radius: 0;
  margin: 0;
  min-height: 6.5rem;
  margin-bottom: 4rem; }
  .navbar .container {
    padding: 0; }
  .navbar.home .navbar-brand {
    visibility: hidden; }
  .navbar.home .s-badge {
    margin-left: -150px; }
  .navbar.home .dropdown-menu {
    background-color: #4D8FCC;
    border-radius: 0.3rem;
    left: -5rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.arrow_box {
  position: relative;
  background: #4D8FCC; }

.arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(77, 143, 204, 0);
  border-bottom-color: #4D8FCC;
  border-width: 1rem;
  margin-left: -1rem; }

.icon-bar {
  background-color: #4D8FCC;
  display: block;
  width: 2.2rem;
  height: .2rem;
  border-radius: .1rem;
  margin-top: .4rem; }

.navbar-brand {
  color: #fff;
  min-height: 6.5rem;
  margin-right: 4rem;
  background-image: url("../img/secretless_4c_ko_horiz.svg");
  width: 15rem;
  text-indent: -999rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center; }

.navbar-nav .dropdown-menu {
  width: 100%; }
  .navbar-nav .dropdown-menu .top-drop {
    border-bottom: .1rem solid #ffffff1a; }
    .navbar-nav .dropdown-menu .top-drop:last-of-type {
      border-bottom: none; }

.navbar-nav li {
  font-size: 1.4rem;
  font-weight: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  padding: .8rem 1rem; }
  .navbar-nav li.top-drop a {
    color: #fff; }
  .navbar-nav li.top-sub.active > a {
    color: #4D8FCC; }
  .navbar-nav li.top-drop.active > a {
    color: #4D8FCC; }
  .navbar-nav li .dropdown-menu li a {
    color: #fff; }

.dropdown.top-sub:focus, .dropdown.top-sub a:focus {
  outline: none; }

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    background-color: #4D8FCC;
    border-radius: 0.3rem; }
    .navbar-nav .dropdown-menu li {
      transition: all 0.4s; }
      .navbar-nav .dropdown-menu li:hover {
        background-color: #3376b3; }
        .navbar-nav .dropdown-menu li:hover a {
          color: #fff; }
  .navbar-nav li {
    flex-direction: column; }

  .arrow_box:after {
    display: none; } }
.navbar-nav a {
  color: #fefeff;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.4s;
  letter-spacing: .05rem;
  width: 100%; }
  .navbar-nav a:hover {
    text-decoration: none;
    color: #4D8FCC; }

.dropdown-menu {
  background-color: #08141C;
  min-width: 16rem;
  border-radius: 0 0 .4rem .4rem;
  margin: 0;
  border: 0;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.175); }
  .dropdown-menu li {
    height: 5rem; }

#side-navigation {
  border-radius: .4rem;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 8rem; }
  #side-navigation h3.active a {
    color: #1d4163; }
  #side-navigation h3 a {
    color: #4D8FCC; }
  #side-navigation a {
    color: #08141C;
    transition: all 0.4s; }
    #side-navigation a:hover {
      color: #4D8FCC;
      text-decoration: none; }
  #side-navigation ul {
    list-style-type: none;
    padding: 0; }
    #side-navigation ul li {
      font-weight: 300; }
      #side-navigation ul li.active a {
        font-weight: 800; }
      #side-navigation ul li.active.section {
        font-weight: 800; }
      #side-navigation ul li.active.entry {
        font-weight: 800; }
  #side-navigation .list-link {
    font-family: "Merriweather Sans", sans-serif;
    width: 100%;
    padding: 1rem 0 0 2.5rem; }
  #side-navigation .sidenav-group {
    background-color: #f4f7f9;
    padding: 2rem 0;
    border-radius: 0.3rem; }
    #side-navigation .sidenav-group :nth-child(1) {
      border-top: none;
      padding-top: 0; }
    #side-navigation .sidenav-group :last-child {
      margin-bottom: 0; }
    #side-navigation .sidenav-group h3 {
      padding: 2rem 2.5rem .5rem 2.5rem;
      color: #4D8FCC;
      border-top: 0.1rem solid #cbd9e5;
      font-weight: 800;
      font-size: 1.6rem; }
      #side-navigation .sidenav-group h3 a:hover {
        color: #285b8b; }
  #side-navigation .sidenav-list {
    font-weight: 800;
    margin: .5rem 0;
    border-top: 0.1rem solid #cbd9e5; }
  #side-navigation .group-of-sections {
    font-weight: 500;
    padding: 0px 2.5rem; }
  #side-navigation .sidenav-sublist {
    padding: 0rem 2.5rem; }
  #side-navigation .sidenav-subsublist {
    padding: .6rem 0; }
  #side-navigation .sidenav-subsublist li {
    margin-left: 1rem; }
    #side-navigation .sidenav-subsublist li i {
      margin-right: .5rem;
      font-size: 1.3rem;
      color: #4D8FCC; }

#cybr-nav {
  width: 100%;
  margin-bottom: 0;
  height: 6.5rem;
  background: transparent; }

.navbar-list li {
  font-size: 1.4rem;
  font-weight: 100; }

.navbar-list a {
  color: #fefeff;
  padding: .8rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.4s;
  letter-spacing: .1rem; }
  .navbar-list a:hover {
    text-decoration: none;
    color: #4D8FCC; }

.sidenav-item {
  list-style-type: none;
  margin: 0 0 .2rem 0;
  font-size: 1.5rem;
  font-weight: 800; }

.fixed-nav {
  position: fixed;
  top: 0;
  margin-right: 10.0rem; }

.fixed-nav-documentation {
  position: relative;
  left: 21.5rem; }

.sidenav-item:hover a:hover {
  text-decoration: none; }

.navbar-list > ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  letter-spacing: .2rem; }

.navbar-list > ul > li {
  margin: 1.0rem; }

.navbar .default {
  margin-bottom: 0; }

/* default class and toggled when user selects down caret for side navbar*/
.dropdown-menu-option {
  display: none;
  padding-left: .8rem;
  border-top: 0.1rem solid #cbd9e5;
  display: none;
  padding: 1rem 2.5rem;
  margin: 0 -2.5rem;
  background-color: #e6edf3; }

.dropdown-btn i {
  float: right;
  color: #4d8fcc;
  margin-top: .6rem; }

.rotatingArrow {
  transform: rotate(90deg); }

.arrow {
  transition: all 0.4s; }

/* Keeps side navbar open */
.navbar-open {
  display: block; }

.docs-subheading {
  font-size: 1.8rem; }

.card-heading {
  font-weight: bold;
  line-height: 4.5rem;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 3.3rem;
  letter-spacing: .1rem;
  color: #4d8fcc; }

.broker {
  font-family: "Open Sans", sans-serif; }

.card-side-heading {
  font-weight: bold;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: .1rem; }

.card-subheading {
  font-size: 1.7rem;
  font-weight: bold; }

.jumbotron-sub-header {
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: 2.4rem;
  font-family: "Merriweather Sans", sans-serif; }

.jumbotron-sub h2 {
  text-align: center;
  color: #fff;
  color: #fff;
  margin-top: .4rem; }
.jumbotron-sub p {
  text-align: center;
  color: white; }

.jumbotron-sub-description {
  width: 53%;
  margin: 0 auto; }

.s-badge {
  background-color: #4d8fcc9c;
  border-radius: .4rem;
  color: #edf2f6c9;
  font-size: 1.3rem;
  font-weight: 800;
  padding: .2rem .8rem; }
  .s-badge i {
    margin-right: .8rem;
    color: #08141C; }
  .s-badge p {
    margin: 0; }

.center-block {
  float: none;
  display: block;
  margin: 0 auto;
  top: 1;
  background-color: transparent; }

#jumbotron-text {
  font-size: 2.0rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 1rem;
  color: #4d8fcc; }

#jumbotron-heading {
  font-size: 6.0rem;
  text-align: center;
  letter-spacing: .3rem;
  margin-top: 2.0rem;
  color: #fff; }

.jumbotron-sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(#165d9e, #4d8fcc);
  padding: 2rem 0 3rem 0; }

.jumbotron {
  margin-bottom: 0;
  margin-top: -11.5rem;
  padding-top: 10.5rem;
  background-image: url("../img/slss_bg_pattern_2.svg");
  background-color: #08141C;
  background-size: 1200px auto;
  text-align: center;
  border-radius: 0; }

.about {
  width: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.about-subitem {
  padding: .5rem .5rem .5rem .5rem; }

.about-subitem .inner {
  min-height: 31rem;
  padding: 2.5rem;
  margin: 0 1.0rem 3.0rem;
  transition: .5s ease;
  background: #EDF2F6; }

.inner i {
  padding-top: .3rem;
  transition: .5s ease;
  color: #4D8FCC;
  margin-right: .8rem;
  margin-left: -1.1rem; }
  .inner i:hover {
    transform: translateX(0.2rem); }
.inner p {
  margin-left: 1.5rem; }
.inner h3 {
  margin-top: .7rem; }
.inner:hover {
  transform: scale(1.01); }
  .inner:hover i {
    transform: translateX(0.5rem); }

.inner-text {
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 2.5rem; }

.in-line-frame {
  display: flex; }

.card-features {
  padding-top: 2.5rem; }

.arch-respons-box {
  margin-bottom: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.arch-respons {
  margin: 0 6rem 0 0; }

.arch {
  margin-left: auto;
  margin-right: auto; }

.arch-list > li {
  font-family: "Open Sans", sans-serif; }

.slss-arch {
  margin: 3rem 0; }

.slss-arch-card {
  margin: 2rem 0; }

.arch-img {
  padding: 0;
  margin: 2rem 0 3rem 0;
  height: 30rem; }

.arch-callout {
  font-size: 1.5rem;
  color: #fff;
  background-color: #4D8FCC;
  padding: 5px 13px;
  border-radius: 6px;
  margin-top: 4rem; }

.docs-img {
  max-width: 55rem;
  margin: 4rem 0;
  text-align: center; }

@media (max-width: 767px) {
  .arch-col-r {
    border-top: 1px solid #4D8FCC;
    margin-top: 3rem;
    padding-top: 2rem; }

  .arch-img {
    height: 40rem; } }
@media (max-width: 991px) {
  .arch-img {
    width: 90%; } }
.introduction {
  margin: 0 auto; }

.tab-content {
  display: none; }

.documentation-content {
  padding-bottom: 10.0rem;
  margin-left: 5.0rem; }

.documentation {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 23rem 1fr;
  grid-column-gap: 2rem; }

.faq {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.0rem 0rem; }

#faq-list {
  padding: 1.0rem 1.0rem; }

#faq-list a {
  padding: .5rem 0rem; }

.community h2 {
  margin-top: 0; }
.community div {
  margin-bottom: 4rem; }

.far, .fas, .fab {
  font-size: 1.5rem;
  margin-right: 1.0rem;
  color: #4d8fcc; }

.slss-icon {
  color: #a4cbe5;
  font-size: 3rem; }

.jumbotron-img {
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.secretless-logo {
  width: 40rem;
  margin-bottom: 2rem; }

.ui-tabs {
  margin: 3rem 0;
  padding: 0; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0.1rem solid #4D8FCC;
  background: #4D8FCC;
  font-weight: normal;
  color: #fff; }

.ui-widget-header {
  border: 0;
  border-radius: 0;
  background: none;
  color: #08141C;
  font-weight: bold; }

.ui-tabs.ui-tabs-panel {
  background-color: #4D8FCC; }

.ui-widget.ui-widget-content {
  border: 0; }

pre {
  display: block;
  padding: .95rem;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #fffc;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #08141C;
  border: 0;
  border-radius: .4rem; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 2rem 2rem 2rem 0;
  background: #EDF2F6; }

.ui-tabs .ui-tabs-nav li {
  margin: 0.1rem .8rem 0 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0.3rem solid #EDF2F6; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #EDF2F6;
  color: #4D8FCC; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #4D8FCC; }

.ui-tabs .ui-tabs-nav {
  padding: 0; }

.ui-tabs a:focus {
  outline: none; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: "Merriweather Sans", sans-serif; }

.copy-icon {
  position: relative;
  width: 1.5rem;
  height: 2rem;
  background: url("/img/clipboard.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  float: right; }
  .copy-icon:hover {
    background: url("/img/clipboard-hover.svg");
    background-repeat: no-repeat; }
  .copy-icon:active {
    background: url("/img/clipboard-focus.svg");
    background-repeat: no-repeat; }

.copy-icon-hover {
  position: relative;
  width: 1.5rem;
  height: 2rem;
  background: url("/img/clipboard-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  float: right; }

.tooltip-text {
  visibility: hidden;
  width: 12rem;
  background-color: #4D8FCC;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  border-radius: .6rem;
  position: absolute;
  right: -5.2rem;
  z-index: 1;
  margin-top: 3rem; }

.hover-button:hover .tooltip-text {
  visibility: visible; }

figure.highlight {
  background: none; }

.highlight pre button {
  visibility: visible; }

.arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #4D8FCC;
  border-width: 1rem;
  margin-left: -1rem; }

.cta-banner-wrapper {
  padding: 2rem 0;
  background-color: #4d8fcc; }

.cta-banner {
  background-color: #4d8fcc;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  margin-bottom: 0;
  padding: 1rem 4rem;
  text-align: center; }
  .cta-banner p {
    color: white;
    font-size: 2rem;
    font-weight: normal; }
  .cta-banner a {
    color: #c4daee;
    font-weight: 600; }

.button.active {
  box-shadow: inset 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), inset 0 0.2rem 0.1rem 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.001); }

.button {
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif;
  margin: 3rem;
  font-size: 1.6rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 0.3rem;
  display: inline-block;
  letter-spacing: .05rem;
  transition: .2s ease-out;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 0.1rem 0 rgba(0, 0, 0, 0.12); }

.button:hover p {
  color: #35a6a9; }

.button:hover {
  text-decoration: none; }

.btnrow {
  display: flex;
  justify-content: center; }

.btn-arrow-right {
  font-size: 2rem;
  margin-top: .35rem; }

.btn-primary {
  background: #4D8FCC;
  color: white;
  transition: all 0.4s; }
  .btn-primary:hover {
    color: white; }
  .btn-primary.gradient {
    background: linear-gradient(#165d9e, #4d8fcc); }
    .btn-primary.gradient:hover {
      background: linear-gradient(#145088, #3e79af); }

.btn-secondary {
  background-color: #fff;
  color: #4D8FCC; }
  .btn-secondary:hover {
    background-color: #dce6ee;
    color: #3376b3; }

.posts {
  padding: 0;
  margin: 4rem 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: grid;
  list-style-type: none; }
  .posts a {
    color: #333; }

.post {
  background-color: #EDF2F6;
  padding: 3rem;
  border-radius: 0.3rem;
  transition: all 0.4s; }
  .post h2 {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: 800; }
  .post:hover {
    text-decoration: none;
    background-color: #cbd9e5; }

.post-meta {
  color: #999; }

h1.post-title {
  font-size: 4rem; }

@media (max-width: 1200px) {
  .about-subitem .inner {
    min-height: 39rem; } }
@media (max-width: 991px) {
  .about-subitem .inner {
    min-height: 0; }

  .arch-respons-box {
    flex-direction: column; }

  .cta-banner {
    text-align: center; }

  .right-links {
    display: flex;
    width: 100%; }

  .footer-resources {
    width: 35%; }

  .sub-card {
    display: flex;
    flex-direction: column; }

  .about-subitem {
    max-width: 100%; } }
@media (max-width: 768px) {
  .jumbotron-sub {
    height: unset;
    padding: 1.5rem; } }
@media screen and (max-width: 600px) {
  .topnav a {
    display: none; }

  .topnav a.icon {
    float: right;
    display: block; }

  .nav-list {
    background-color: rgba(0, 0, 0, 0.15); } }
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    display: block; }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; } }
@media screen and (max-width: 481px) {
  .secretless-logo {
    width: 25rem; }

  .btnrow {
    flex-direction: column; }

  .toggle {
    padding-left: 25%;
    padding-right: 25%; }

  footer .learn-banner p {
    font-size: 1.5rem;
    width: 90%; }

  .right-links {
    display: flex;
    flex-direction: column; }

  .footer-resources {
    width: 100%; } }
footer {
  background-image: url("../img/secretless_pattern_dark.png");
  background-repeat: round;
  padding: 4rem 0 4rem 0;
  box-shadow: 0rem 50.0rem 0rem 50.0rem #4e4f4f; }
  footer ul {
    padding: 0; }

footer .left-links {
  text-align: center;
  color: white; }

.left-links p {
  font-size: 1.0rem;
  letter-spacing: .08rem; }

footer .right-links p {
  letter-spacing: .05rem;
  line-height: 3.6rem; }

footer .right-links li {
  font-weight: 200;
  font-size: 1rem;
  padding: 0.6rem 0;
  letter-spacing: .05rem;
  color: white;
  list-style-type: none; }

.cybr-logo-footer {
  width: 15.0rem;
  margin: 1.0rem; }

.footer-resource a {
  color: white;
  font-size: 1.5rem; }

.footer-resource a:hover {
  text-decoration: none; }

.footer-title {
  font-size: 1.5rem;
  color: #4D8FCC;
  line-height: 1.9rem;
  font-weight: 800; }

@media (max-width: 768px) {
  footer {
    text-align: center; }
    footer .link-col {
      margin: 2rem 0; }

  font-weight: 800; }
