@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&family=Roboto:wght@300;400;700&display=swap");
/* COLOUR FUNCTIONS */
/* BREAKPOINT FUNCTIONS */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-image: url("https://www.signable.co.uk/wp-content/themes/Signable2019Theme/_/img/backgrounds/bg_fingerprint.svg");
  background-size: 105% auto;
  background-position: top center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-color: #f8f8f8;
}

/* HEADING STYLES */
h1, h2, h3, h4, span.hone-heading, .hone-heading, .htwo-heading, .hthree-heading, .hfour-heading {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, span.hone-heading b, span.hone-heading strong, .hone-heading b, .hone-heading strong, .htwo-heading b, .htwo-heading strong, .hthree-heading b, .hthree-heading strong, .hfour-heading b, .hfour-heading strong {
  font-weight: 700;
}
h1.alt-heading, h2.alt-heading, h3.alt-heading, h4.alt-heading, span.hone-heading.alt-heading, .hone-heading.alt-heading, .htwo-heading.alt-heading, .hthree-heading.alt-heading, .hfour-heading.alt-heading {
  font-family: "Roboto", sans-serif;
}
h1.has-text-align-center.small-heading, h2.has-text-align-center.small-heading, h3.has-text-align-center.small-heading, h4.has-text-align-center.small-heading, span.hone-heading.has-text-align-center.small-heading, .hone-heading.has-text-align-center.small-heading, .htwo-heading.has-text-align-center.small-heading, .hthree-heading.has-text-align-center.small-heading, .hfour-heading.has-text-align-center.small-heading {
  max-width: 800px;
}
h1.small-heading, h2.small-heading, h3.small-heading, h4.small-heading, span.hone-heading.small-heading, .hone-heading.small-heading, .htwo-heading.small-heading, .hthree-heading.small-heading, .hfour-heading.small-heading {
  font-size: 16px;
  line-height: 1.3em;
}
h1.small-heading a, h2.small-heading a, h3.small-heading a, h4.small-heading a, span.hone-heading.small-heading a, .hone-heading.small-heading a, .htwo-heading.small-heading a, .hthree-heading.small-heading a, .hfour-heading.small-heading a {
  text-decoration: underline;
}
h1.small-heading.stronger, h2.small-heading.stronger, h3.small-heading.stronger, h4.small-heading.stronger, span.hone-heading.small-heading.stronger, .hone-heading.small-heading.stronger, .htwo-heading.small-heading.stronger, .hthree-heading.small-heading.stronger, .hfour-heading.small-heading.stronger {
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1.small-heading.camelcase, h2.small-heading.camelcase, h3.small-heading.camelcase, h4.small-heading.camelcase, span.hone-heading.small-heading.camelcase, .hone-heading.small-heading.camelcase, .htwo-heading.small-heading.camelcase, .hthree-heading.small-heading.camelcase, .hfour-heading.small-heading.camelcase {
  text-transform: capitalize;
}
h1.small-heading.limited, h2.small-heading.limited, h3.small-heading.limited, h4.small-heading.limited, span.hone-heading.small-heading.limited, .hone-heading.small-heading.limited, .htwo-heading.small-heading.limited, .hthree-heading.small-heading.limited, .hfour-heading.small-heading.limited {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  h1.small-heading.limited, h2.small-heading.limited, h3.small-heading.limited, h4.small-heading.limited, span.hone-heading.small-heading.limited, .hone-heading.small-heading.limited, .htwo-heading.small-heading.limited, .hthree-heading.small-heading.limited, .hfour-heading.small-heading.limited {
    margin-left: 0;
    margin-right: 0;
  }
}
h1.bordered, h2.bordered, h3.bordered, h4.bordered, span.hone-heading.bordered, .hone-heading.bordered, .htwo-heading.bordered, .hthree-heading.bordered, .hfour-heading.bordered {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.75em;
}
h1.lined-heading, h2.lined-heading, h3.lined-heading, h4.lined-heading, span.hone-heading.lined-heading, .hone-heading.lined-heading, .htwo-heading.lined-heading, .hthree-heading.lined-heading, .hfour-heading.lined-heading {
  color: #757575;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: calc(1.7em - 3px);
  position: relative;
}
h1.lined-heading::after, h2.lined-heading::after, h3.lined-heading::after, h4.lined-heading::after, span.hone-heading.lined-heading::after, .hone-heading.lined-heading::after, .htwo-heading.lined-heading::after, .hthree-heading.lined-heading::after, .hfour-heading.lined-heading::after {
  content: "";
  background-color: #0095E6;
  width: 40px;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
}
h1 a, h2 a, h3 a, h4 a, span.hone-heading a, .hone-heading a, .htwo-heading a, .hthree-heading a, .hfour-heading a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, span.hone-heading a:hover, .hone-heading a:hover, .htwo-heading a:hover, .hthree-heading a:hover, .hfour-heading a:hover {
  color: inherit;
}

span.hone-heading {
  display: block;
}

h1 a, h2 a, h3 a {
  color: #757575;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #0095E6;
}

h1, h2.lead-heading, .hone-heading, h3.hone-heading, span.hone-heading {
  font-size: clamp(2.4rem, 7vw, 3.5rem);
  line-height: 1.2em;
}
h1.default-heading, h2.lead-heading.default-heading, .hone-heading.default-heading, h3.hone-heading.default-heading, span.hone-heading.default-heading {
  max-width: 725px;
}

.hone-heading {
  font-family: "Roboto Slab", serif;
  font-size: clamp(2.4rem, 7vw, 3.5rem) !important;
}

h2, .htwo-heading {
  font-size: clamp(1.7rem, 6vw, 2.2rem);
}

h3.extra-space, h4.extra-space, h1.post-title.extra-space {
  padding-bottom: clamp(25px, 6.5%, 60px);
}

h3, .hthree-heading {
  font-size: clamp(1.3rem, 5vw, 1.76rem);
}

h4, .hfour-heading {
  font-size: clamp(1.35rem, 4vw, 1.35rem);
  line-height: 1.6em;
}

h5, .hfive-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.btn {
  background: #FFF;
  color: #00183D;
  border: 2px solid #00183D;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-shadow: none;
}
.btn:hover {
  background: #0095E6;
  color: #FFF !important;
  border: 2px solid #0095E6;
}

.gorel {
  position: relative;
}

.status-bar {
  background-color: #00183D;
  color: #FFF;
  padding: 12px 1em;
  text-align: right;
}
.status-bar .midcol {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.status-bar .midcol .color-description {
  color: #FFF;
  padding-top: 2px;
  display: inline-block;
}
.status-bar .midcol .color-description:hover {
  text-decoration: underline;
}

.color-dot {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  display: block;
  border-radius: 50%;
  float: right;
}
.color-dot.none {
  background-color: #E0F128;
}
.color-dot.minor {
  background-color: #FD9A05;
}
.color-dot.major {
  background-color: #EB4869;
}
.color-dot.critical {
  background-color: red;
}

#mainNav .container-fluid {
  max-width: 1250px;
}

.navbar .navbar-inner {
  background-image: linear-gradient(to bottom right, #0095E6, #0095E6, #3FE4FB);
  padding-top: 32px;
  padding-right: 1em;
  padding-bottom: 25px;
  padding-left: 1em;
}
.navbar a.brand {
  max-width: 163px;
  padding: 0 20px 0 0;
}
.navbar nav {
  float: right;
}
.navbar .nav {
  position: relative;
}
.navbar .nav li {
  margin-left: 40px;
  display: none;
}
.navbar .nav li:first-child {
  margin-left: 0;
}
.navbar .nav li#home, .navbar .nav li#contact {
  display: inline-block;
}
.navbar .nav li a {
  color: #FFF;
  padding: 11px 0 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  display: inline-block;
}
.navbar .nav li a:after {
  content: "";
  background-color: #FFF;
  width: 1px;
  height: 3px;
  display: block;
  bottom: 16px;
  left: 0;
  position: absolute;
  transition: all 500ms;
  opacity: 0;
}
.navbar .nav li a:hover {
  background-color: transparent;
}
.navbar .nav li a:hover:after {
  width: 100%;
  opacity: 1 !important;
}
.navbar .nav li.active .caret {
  display: none;
}

#docsSearch {
  background-color: #FFF;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: clamp(25px, 6.5%, 60px);
  padding-bottom: clamp(25px, 6.5%, 60px);
}
#docsSearch h1 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: clamp(2.4rem, 7vw, 3.5rem);
  line-height: 1.2em;
}

#searchBar {
  margin-bottom: 1em;
  padding: 0;
  z-index: 100;
}
#searchBar button {
  background-color: #0095E6;
  top: 0;
}

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle span.hone-heading, #fullArticle .hone-heading, #fullArticle .htwo-heading, #fullArticle .hthree-heading, #fullArticle .hfour-heading {
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#fullArticle h1 b, #fullArticle h1 strong, #fullArticle h2 b, #fullArticle h2 strong, #fullArticle h3 b, #fullArticle h3 strong, #fullArticle h4 b, #fullArticle h4 strong, #fullArticle span.hone-heading b, #fullArticle span.hone-heading strong, #fullArticle .hone-heading b, #fullArticle .hone-heading strong, #fullArticle .htwo-heading b, #fullArticle .htwo-heading strong, #fullArticle .hthree-heading b, #fullArticle .hthree-heading strong, #fullArticle .hfour-heading b, #fullArticle .hfour-heading strong {
  font-weight: 700;
}
#fullArticle h1.alt-heading, #fullArticle h2.alt-heading, #fullArticle h3.alt-heading, #fullArticle h4.alt-heading, #fullArticle span.hone-heading.alt-heading, #fullArticle .hone-heading.alt-heading, #fullArticle .htwo-heading.alt-heading, #fullArticle .hthree-heading.alt-heading, #fullArticle .hfour-heading.alt-heading {
  font-family: "Roboto", sans-serif;
}
#fullArticle h1 {
  font-size: clamp(1.7rem, 6vw, 2.2rem);
  line-height: 1.2em;
}
#fullArticle h1.title {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
#fullArticle h2, #fullArticle .htwo-heading {
  font-size: clamp(1.7rem, 6vw, 2.2rem);
}
#fullArticle h3, #fullArticle .hthree-heading {
  font-size: clamp(1.3rem, 5vw, 1.76rem);
}
#fullArticle h4, #fullArticle .hfour-heading {
  font-size: clamp(1.35rem, 4vw, 1.35rem);
  line-height: 1.6em;
}
#fullArticle h5, #fullArticle .hfive-heading, #fullArticle p, #fullArticle li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
#fullArticle h5, #fullArticle .hfive-heading {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}
#fullArticle p, #fullArticle li {
  font-weight: normal;
  line-height: 1.6em;
}
#fullArticle table th {
  background-color: #F6F6F6;
}
#fullArticle table th, #fullArticle table td {
  border: 1px solid #757575;
}

.container-fluid {
  max-width: none;
  padding: 0;
}

.category-list {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: clamp(25px, 6.5%, 60px);
  padding-bottom: clamp(25px, 6.5%, 60px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2.25em;
}
.category-list .category {
  width: 100%;
  margin: 0;
  background-color: #FD9A05;
  border: 3px solid #000;
  color: #000;
  margin-bottom: 0.85em !important;
  padding: 2em;
  padding-top: 1.15em;
  padding-right: 2.85em;
  padding-bottom: 3.85em;
  padding-left: 1.15em;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  left: 0.85em;
  top: 0.85em;
  z-index: 5;
}
.category-list .category > * {
  position: relative;
  z-index: 15;
}
.category-list .category h3 {
  font-size: clamp(1.3rem, 5vw, 1.76rem);
}
.category-list .category p.article-count {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}
.category-list .category:hover {
  background-color: #EB4869;
}
.category-list .category:hover p.article-count {
  color: #EB4869;
}
.category-list .category:visited {
  text-decoration: none;
}
.category-list .category::after {
  content: "";
  background-color: #FFF;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: calc(-0.85em - 3px);
  top: calc(-0.85em - 3px);
  position: absolute;
  z-index: 10;
  border-radius: 30px;
}

.row-fluid {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: clamp(25px, 6.5%, 60px);
  padding-bottom: clamp(25px, 6.5%, 60px);
}
.row-fluid #main-content {
  padding-top: 0;
}
.row-fluid #main-content .articleList .icon-article-doc {
  display: none;
}
.row-fluid #sidebar {
  margin-top: 0;
  padding-top: 30px;
}
.row-fluid #sidebar h3 {
  border-bottom: 1px solid #a2a9ad;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  font-size: clamp(1.3rem, 5vw, 1.76rem);
  font-weight: 400;
  text-transform: none;
}
.row-fluid .contentWrapper {
  border-radius: 30px;
}

/* PAGE INTERFACE ELEMENTS */
.status-overview {
  background-color: #00183D;
  margin-top: 1.5em;
  margin-bottom: 3.5em !important;
  padding: 2em 50px 2em 3%;
  border-radius: 8px;
}
.status-overview h4, .status-overview h4 strong, .status-overview h4 span {
  color: #FFF !important;
  margin-bottom: 0 !important;
}
.status-overview .color-dot {
  border: 10px solid #00183D;
  width: 30px;
  height: 30px;
  margin-top: -7px;
  top: 0;
  right: -7px;
  position: absolute;
}

.status-panels .copy-wrapper {
  margin-bottom: 0 !important;
  padding: 0 2%;
}
.status-panels .copy-wrapper.status-item {
  border: 1px solid #CCCCCC;
  padding-top: 1.5em;
  border-radius: 12px;
}
.status-panels .panel-item {
  margin-bottom: 0 !important;
}
.status-panels .panel-heading {
  margin-bottom: 0 !important;
  padding-bottom: 1.5em;
}
.status-panels .panel-heading .incident-status {
  color: #FFF !important;
  width: 100%;
  padding: 1em 2%;
  font-size: 16px;
  text-transform: capitalize;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
}
.status-panels .panel-heading .incident-status .halfcol {
  color: #FFF !important;
  width: 50%;
  margin-bottom: 0 !important;
  float: left;
}
.status-panels .panel-heading .incident-status .halfcol.status {
  text-align: right;
}
.status-panels .panel-heading .incident-status strong {
  color: #FFF !important;
}
.status-panels .panel-heading .incident-status.postmortem {
  background-color: #00183D;
}
.status-panels .panel-heading .incident-status.resolved {
  background-color: #26cc00;
}
.status-panels .panel-heading .incident-status.monitoring {
  background-color: #FD9A05;
}
.status-panels .panel-heading .incident-status.identified {
  background-color: #EB4869;
}
.status-panels .panel-heading .incident-status.investigating {
  background-color: #0095E6;
}
.status-panels .panel-heading .status-date strong {
  color: #000 !important;
}
.status-panels .panel-heading h4 {
  margin-bottom: 0 !important;
}
.status-panels .panel-heading.active:hover::after {
  transform: rotate(180deg) translateY(3px);
}
.status-panels .panel-heading.active:after {
  transform: rotate(180deg);
}
.status-panels .panel-heading:hover {
  color: #000;
  cursor: pointer;
}
.status-panels .panel-heading:hover::after {
  transform: translateY(3px);
}
.status-panels .panel-heading:after {
  content: "";
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
.status-panels .panel-copy {
  padding-bottom: 0.5em;
}
.status-panels .panel-copy .status-name {
  font-weight: bold;
  text-transform: capitalize;
}

footer {
  background-color: #0095E6;
  color: #FFF;
  margin-bottom: 0;
  padding-top: clamp(25px, 6.5%, 60px);
  padding-bottom: clamp(25px, 6.5%, 60px);
}
footer p {
  color: #FFF;
  max-width: 1250px;
  margin: 0 auto;
}
footer p a {
  color: #FFF;
  text-decoration: underline;
}
footer p a:hover {
  color: #FFF;
  text-decoration: none;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: none;
}

.related {
    margin-top: 2em;
    background: #fff;
    border: 1px solid #e9e5e5;
    color: #222;
    border-radius: 30px;
}
.related h3 {
    color: #000;
    margin-bottom: 0.5em;
    font-size: clamp(1.3rem, 5vw, 1.76rem);
    text-transform: none;
}

/* Temporary styles */
table tr th, table tr td {
  border: 1px solid;
  padding: 10px;
}

/* Media breakpoints */
@media only screen and (max-width: 1280px) {
  .category-list {
    padding-left: 1em;
    padding-right: 1.85em;
  }
  .row-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1000px) {
  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar, #docsSearch {
    width: 100%;
    margin: 0;
  }
  .row-fluid #main-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .navbar .navbar-inner {
    padding-right: 1em;
    padding-left: 1em;
  }
  .category-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .expanding-panels .panel-heading .incident-status .halfcol {
    width: 100%;
  }
  .expanding-panels .panel-heading .incident-status .halfcol.status {
    margin-top: 5px;
    text-align: left;
  }
}
