.breadcrumb {
    display: none !important;
}

body {
  font-size: 1rem;
  margin: 0;
  background-color: #fff;
}

main ul li:before {
  display: none;
}
.kb-article-header {
  padding: 3rem 0 2rem 0;
}
.vva-active header,
.vva-active footer {
  display: none;
}
.vva-active .kb-top-nav {
  margin-top: 0px;
}
.kb-article-title {
  max-width: 106.25rem;
  color: var(--tertiary);
  margin: 0 auto;
  padding-top: 2rem;
}
.kb-article-title h1 {
  font-size: 3rem;
  padding-top: 0;
  margin: 0;
  margin-left: 2.5rem;
}
.kb-article-title h4 {
  font-size: 1rem;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.7;
  border: 0.063rem solid;
  display: inline-block;
  padding: 0 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  line-height: 2;
  margin-left: 2.5rem;
}
.kb-article-title > div {
  margin-left: 20%;
}

.kb-article-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 106.25rem;
  margin: 0 auto;
}

.kb-article-content {
  width: 100%;
  display: flex;
  flex: 1;
}

.kb-article-columns {
    display: flex;
    flex: 1;
    flex-flow: row-reverse;
}

.left-sidebar {
  width: 18%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: -0.063rem 0 0.375rem rgb(0 0 0 / 12%);
  clip-path: inset(0 -0.375rem 0 0.063rem);
}
.article-content {
  flex: 1;
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.right-sidebar {
  width: 18%;
  display: flex;
  box-shadow: 0.063rem 0 0.375rem rgb(0 0 0 / 12%);
  clip-path: inset(0 0 0 -0.375rem);
  padding-right: 2rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: space-between;
}

.rightWrapper {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  height: 100%;
}
.rightWrapper:focus {
  outline: none;
}

.stickyContainerWhenWide {
  display: block;
  position: sticky;
}

.tocContainer {
  top: 0;
}

.supportContainer {
  margin-top: auto;
  bottom: 0;
  width: 100%;
}

.marginBot200WhenWide {
  margin-bottom: 0;
}

.supportGradient {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

::selection {
  background: rgba(0, 116, 255, 0.8) !important; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(0, 116, 255, 0.8) !important; /* Gecko Browsers */
}

.right-sidebar .onThisPage {
  font-size: 1.375rem;
}

.right-sidebar #moreSupport {
  margin-top: 4rem;
}
.article-content .gu9 {
  width: 100%;
}

.old-highlight {
  background: #fcf3f3 url(https://www.griffith.edu.au/__data/assets/file/0018/502245/bulb.svg) 15px 50% / 50px
    no-repeat;
  padding: 0.5em 0.5em 0.5em 80px;
  font-style: italic;
  min-height: 72px;
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 1em;
}

.highlight {
  text-align: left;
  background: #fcf3f3 url(https://www.griffith.edu.au/__data/assets/file/0018/503037/warning.svg) 0.938rem 50% / 3.125rem
    no-repeat;
  padding: 1.563rem 0.5rem 1.563rem 5rem;
  min-height: 4.5rem;
  margin-bottom: 1rem;
}

.highlight-tip {
    text-align: left;
    background: #eff3f6 url(https://www.griffith.edu.au/__data/assets/file/0014/1604120/Lightbulb-Icon.svg) 0.938rem 50% / 3.125rem no-repeat;
    padding: 1.563rem 0.5rem 1.563rem 5rem;
    min-height: 4.5rem;
    margin-bottom: 1rem;
}


.transition--300 {
  transition: all 300ms ease-in-out;
}

.toc {
  transform: translateX(0);
}
.toc a {
  font-size: 0.8rem;
}
.toc-list-item {
  margin-bottom: 0.625rem;
}
.toc-list-item:before {
  display: none;
}
.article-content {
  position: relative;
}

.article-content h1:first-child,
.article-content h2:first-child {
  padding-top: 0;
  margin-top: 0;
}

.title {
  font-size: 3em;
}

.article-content ul,
.article-content ol {
  list-style: inherit;
}

.article-content a {
  color: var(--primary) !important;
  text-decoration: none !important;
  border-bottom: none !important;
  font-weight: bold !important;
}

.article-content a:hover {
    color: var(--primary) !important;
    border-bottom: 0.031rem solid var(--primary) !important;
    font-weight: bold !important;
}

a.toc-link {
  text-decoration: none;
  border: 0;
  font-size: 1rem;
  color: #717171;
}
a.is-active-link {
  color: var(--primary);
}
a.is-active-link:before {
  display: none;
}
.try-it-container {
  transform: translateY(84%);
}

.try-it-container.is-open {
  transform: translateY(0%);
}

.page-content {
  display: block !important;
}

.hljs {
  display: block;
  background: white;
  padding: 0.5em;
  color: #333333;
  overflow-x: auto;
}

.hljs-comment,
.hljs-meta {
  color: #969896;
}

.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
  color: #df5000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #a71d5d;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
  color: #0086b3;
}

.hljs-section,
.hljs-name {
  color: #63a35c;
}

.hljs-tag {
  color: #333333;
}

.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #795da3;
}

.hljs-addition {
  color: #55a532;
  background-color: #eaffea;
}

.hljs-deletion {
  color: #bd2c00;
  background-color: #ffecec;
}

.hljs-link {
  text-decoration: underline;
}

.toc-icon {
  position: fixed;
  top: 0;
  right: 0;
}

#toc:checked ~ .toc {
  box-shadow: 0 0 5px #c8c8c8;
  transform: translateX(0);
}

.toc.toc-right {
  transform: translateX(100%);
  right: 0;
}
@media (min-width: 1716px) {
  .tocContainer {
    width: 18.125rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .kb-article-wrapper {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 106.25rem;
    margin: 0 auto;
  }

  .kb-article-content {
    display: flex;
    flex: 1;
  }

  .kb-article-columns {
    width: 100%;
    flex-direction: column;
  }

  .stickyContainerWhenWide {
    position: relative;
  }

  .topZero {
    top: 0;
  }

  .bottomZero {
    margin-top: auto;
    bottom: 0;
  }

  .marginBot200WhenWide {
    margin-bottom: 2rem;
  }

  .supportGradient {
    background: none;
  }

  .toc {
    position: relative;
    width: 100%;
  }
  .toc-list,
  .toc-list-item {
    padding-left: 0;
  }
  .kb-article-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .kb-article-title > div {
    margin-left: 0;
  }
  .left-sidebar {
    width: 100% !important;
    padding: 1rem;
    height: auto !important;
  }
  .right-sidebar,
  .article-content {
    width: 100%;
    position: relative;
  }
  .right-sidebar {
    padding: 0.996rem;
  }
  .right-sidebar #moreSupport {
    margin-top: 2rem;
  }
  .kb-article-title h1,
  .kb-article-title h4 {
    margin-left: 1.5rem;
  }
  .kb-feedback-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 52em) {
  .toc {
    transform: translateX(0);
  }

  .toc.toc-right {
    transform: translateX(0);
    right: calc((100% - 48rem - 4rem) / 2);
  }

  .toc-icon {
    display: none;
  }

  .try-it-container {
    display: block;
  }

  .toc-right ~ .article-content {
    margin-left: 0;
    margin-right: 280px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0.498rem;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: 0;
}

p {
  margin-top: 0.25rem;
}

pre {
  display: block;
  background: #f7f7f7;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  padding: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: auto;
  white-space: pre-wrap;
}

code {
  display: inline;
  font-size: 0.8em;
  max-width: 100%;
}

@-moz-document url-prefix('') {
  .rightWrapper {
    position: sticky;
    top: 0;
    display: block;
    height: auto;
  }

  .tocContainer {
    top: 0;
  }

  .supportContainer {
    margin-top: 32px;
    bottom: none;
  }

  .stickyContainerWhenWide {
    display: block;
    position: relative;
  }

  .topZero {
    top: 0;
  }

  .bottomZero {
    margin-top: 8px;
    bottom: none;
  }
}

@media (max-width: 768px) {
  .highlight,
  .highlight-tip {
    justify-items: center;
    text-align: left;
    background: #fcf3f3 url(https://www.griffith.edu.au/__data/assets/file/0018/503037/warning.svg) center top 1.25rem / 3.125rem no-repeat;
    padding: 5rem 1.875rem 1.875rem 1.875rem;
    margin-bottom: 1rem;
  }
  
  .highlight-tip {
    background: #eff3f6 url(https://www.griffith.edu.au/__data/assets/file/0014/1604120/Lightbulb-Icon.svg) center top 1.25rem / 3.125rem no-repeat;
  }
}

@media (max-width: 320px) {
  .highlight,
  .highlight-tip {
    justify-items: center;
    text-align: left;
    background: #fcf3f3 url(https://www.griffith.edu.au/__data/assets/file/0018/503037/warning.svg) center top 1.25rem / 3.125rem no-repeat;
    padding: 5rem 1.25rem 1.875rem 1.25rem;
    margin-bottom: 1rem;
  }
  
  .highlight-tip {
    background: #eff3f6 url(https://www.griffith.edu.au/__data/assets/file/0014/1604120/Lightbulb-Icon.svg) center top 1.25rem / 3.125rem no-repeat;
  }
}
