html {
    min-height: 100%;
    width: 100%;
    position: relative;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
}

.container.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Homepage */
.vertical-center {
 position: absolute;
  width: 50%;
  height:100%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.special-link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  display: block;
}

.special-link:hover {
  text-decoration: underline;
}

.centerScreenContainer {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;top: 50%;
}

.siteName {
  font-family:'Roboto';
  font-style:normal;
  font-weight:400;
}

/* Footer */
.simple-footer {
  position:absolute;
  height: 60px;
  width:100%;
  line-height: 60px;
  bottom: 0;
}

#simple-copyright-text {
  color: black;
  font-family: 'Roboto';
  font-weight: 400;
}

.simple-footer-links a {
  margin-left: 15px;
}

.simple-footer-links a {
  font-family: 'Roboto';
  font-weight: 400;
  color: black;
}

.simple-footer-links a:hover {
  text-decoration: underline;
}

.global-footer {
  position:absolute;
  height: 60px;
  width:100%;
  line-height: 60px;
  background-color: #027fD8;
  bottom: 0;
}

#copyright-text {
  color: White;
  font-family: 'Roboto';
  font-weight: 400;
}

.footer-links a {
  margin-left: 15px;
}

.footer-links a {
  font-family: 'Roboto';
  font-weight: 400;
  color: white;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Global Header Search Style Desktop */
.header-flex {
  flex: 1!important;
  -ms-flex: 1!important;
  flex-grow: 1!important;
}

.rbbm-header-ask-augustus {
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.homepage-navlinks {
  min-width: max-content;
}

.globalSearchBox {
  display: inline-block;
  margin-left: 10px;
  width: 100%;
}

.globalSearchBox #globalSearchHeader, .md-form {
  margin: 0 0 0 0!important;
}

.globalSearchBox #globalSearchHeader {
  padding-left: 0.2rem;
  color: white;
  font-weight: 400;
}

.globalSearchBox #globalSearchHeader::placeholder {
  color: white!important;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 14px
}

/* Global Header Search Styles Mobile */
.globalSearchBox-mobile {
  display: inline-block;
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
  margin-top: 5px;
}

#globalSearchHeaderIcon {
  padding: 0.2rem;
  background-color:whitesmoke;
  border-style: double;
  border-radius: 2px;
}

.globalSearchBox-mobile #globalSearchHeader .md-form {
  margin: 0 0 0 0!important;
  border: 1px solid white;
}

.globalSearchBox-mobile #globalSearchHeader {
  padding-left: 0.2rem;
  color: white;
  font-weight: 400;
}

.globalSearchBox-mobile #globalSearchHeader::placeholder {
  color: whitesmoke;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 14px
}

/* Search Result Styles */
.rb-search-title {
  margin:5px;
  background-color:#FF5252;
}

.rb-search-title h6 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: larger;
  margin-left: 2px;
}

.rb-search-item {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: 'normal';
}

.tt-menu {
  width: 100%;
}

/* Prerequisites */

#preReqCollapseToggleLink > i {
  margin-right: 5px;
}

.panel-title {
  background-color: #2196F3;
}

.panel-title a {
  font-family:'Roboto';
  font-weight: 700;
  display: block;
  color: White;
  padding-left: 15px;
}

.list-group-item { 
  padding: 0;
  height: 50px;
}

.list-group-item a {
  color: black;
  font-family: 'Roboto';
  font-weight: 400;
  display: block;
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.list-group-item:hover {
  background-color:#1976D2;  
  color:white;
}

.list-group-item a:hover {
  color:white;
}

.collapse-section-item {
  margin-bottom:5px;
}

.collapse-section-item a {
  margin-left:10px;
}

.collapse-section-item a:hover {
  text-decoration: underline;
  font-weight: 700;
}

/* Page Menu */
.page-menu-item {
  margin-left: 5px;
}

.page-menu-item a {
  font-family: 'Roboto';
  font-style: 'normal';
  font-weight: 400;
  color: red;
  margin-left: 3px;
}

.page-menu-item a:hover {
  font-weight: 700;
  text-decoration: underline;
}

/* Related and Child Section */
.next-reading-section-list li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.next-reading-section-item a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.related-section > p {
  margin-top: 5px;
  margin-left: 10px;
}

.related-section-item a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.page-menu-definition-item {
  background-color: navy;
  color: white;
  border-style: solid;
  border-radius: 10px;
  border-color: navy;
  font-weight: 700;
  font-family: 'Roboto';
}

.page-menu-dialogue-item {
  background-color: #CC0000;
	color: white;
	border-style: solid;
	border-radius: 10px;
	border-color: #CC0000;
	font-weight: 700;
	font-family: Roboto;
}

.page-menu-needtoknow-item {
  background-color: #00695c!important;
	color: white;
	border-style: solid;
	border-radius: 10px;
	border-color: #00695c!important;
	font-weight: 700;
	font-family: Roboto;
}

/* Top 5 Section */
.top-five-list li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.top-five-list-item a:hover {
  font-weight: 700;
  text-decoration: underline;
}

/* General Cards */
.rb-card-title {
  display: block;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
}

.rb-card-description {
  text-align: center;
}

.rb-card-view-button {
  display: block; 
}

/* Listing Pages */
.listing-title {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: '28px';
  font-style: 'normal';
}

.no-more-content {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: 'normal';
}

/* Graph Legend */
.graph-legend-item-text {
  font-family: 'Roboto';
  font-style: 'normal';
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  padding-top: 4px;
}

.graph-legend-item-text:hover {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

/* Modals */
.modalLink {
  float: right;
  font-size: large;
  margin-top: 10px;
}

.modalLink:hover {
  text-decoration: underline;
}

.modalLink i {
  margin-right: 3px;
}

.modalFeatures li {
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 5px;
}

.modalFeatures li i {
  margin-right: 7px;
  color: #F9A825!important;
}

/* Ask Question - Challenge Definition */

/* Credits: Progress Bar by Andrew Holden */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/* Timeline */
.frst-container {
	background-color: #3E4551;
	border-radius: 25px;
}

.frst-timeline-content-inner {
	width: 100%;
}

/* Material Design Fixes */
label::after {
  transform:translateY(5px)!important;
}

label.translate-override::after {
  transform:translateY(10px)!important;
}
label.active.translate-override::after {
  transform:translateY(40px)!important;
}

/* Extended Bootstrap styles */
.fa-6x { font-size: 6em; }
.fa-8x { font-size: 8em; }
.fa-10x { font-size: 10em; }
.col-centered { 
  float: none;
  margin: 0 auto;
}

/* Radio Input Fix */
[type=radio]+label:after, [type=radio]+label:before {
  top: 0px!important;
}

[type=radio]:not(:checked)+label:after {
  border:none;
}

label::after {
   transform: translateY(0px)!important;
}

/* Auditor Login */
.form-elegant .font-small {
  font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
  -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
  box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); 
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
  box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15); 
}

/* Modal Fix to prevent body scrolling */
body.modal-open {
  overflow: hidden!important;
}

/* ======= MOBILE STYLES ======= */

/* Global Header */

.rbbm-header {
  background-color: #4285F4;
}

.side-nav {
  color: white;
}

.side-nav .rbbm-main-link {
  margin-top: '15px';
  font-family: 'Roboto';
  font-weight:'400';
  font-size:x-large;
  color: white;
  padding-left: 0px!important;
}

.side-nav a.rbbm-nav-link {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: medium;
  color: white;
}

.side-nav a.rbbm-nav-link > i {
  margin-right: 10px;
}

/* MOBILE SITE CODE */
.mobileDefinitionModalClose {
  font-size: 2.5rem;
}

.rbb-drawer-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 0.4;
}

.rbb-drawer {
  position: fixed;
  width: 98%;
  visibility: hidden;
  background-color: transparent;
  bottom: 5px;
  left: 1%;
  overflow: hidden;
  z-index: 9999;
  border-radius: 10px 10px 10px 10px;
}

.rbb-drawer-group {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
}

.rbb-drawer-group-float {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  margin: 6px 1px 1px 0px;
}

.rbb-drawer-open {
  height: auto;
  visibility: visible;
}

.rbb-drawer-selection-item > i {
  position: relative;
  color: black;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.rbb-drawer-selection-item {
  text-decoration: none;
  display: block;
  justify-content: center; 
  text-align: justify;
  height: 100%;
  width: 100%;
}

.rbb-drawer-selection-item:hover, .list-group-item:hover {
  text-decoration: none;
  background-color: #3F51B5;
  color: white;
  cursor: pointer;
}

.list-group-item:hover span, .list-group-item:hover i, .rbb-drawer-selection-item:hover > span, .rbb-drawer-selection-item:hover i {
  color: white!important;
  cursor: pointer;
}

.rbb-drawer-list-item-text {
  position: absolute;
  font-size: medium; 
  font-weight: 400;
  font-family: 'Roboto';
  color: black;
  text-decoration: none;
  margin-left: 10px;
  margin-top: 5px;
  line-height: normal;
  background-color: transparent;
}

.rbb-drawer-selection-cancel {
  color: red;
}

.inner-addon {
  position: relative;
}

/* style glyph for special input fields with icons */
.rbbglyphicon {
  position: absolute;
  margin: 5px;
  padding-top: 3px;
}

.rbbglyphicon-header-fix {
  padding-top: 10px;
}

/* Special loader by Luke Hass */
.loader,
.loader:before,
.loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 1em;
}
.loader {
  color: #000000!important;
  text-indent: -9999em;
  /* margin: 88px auto; */
  position: relative;
  font-size: 4px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


.form-control::-webkit-input-placeholder { /* WebKit browsers */
  font-size: small; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: small;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: small;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: small;
} 

/* Styles for improved v2 material design search field */
.input-group.md-form.form-sm.form-1 input{
  border: 1px solid #bdbdbd;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input {
  border: 1px solid #bdbdbd;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.black-border  {
  border: 1px solid black;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/**
 * CSS Fix for older Bootstrap version to accomodate search input field.
 */
input.search-field-input[type=text]:focus {
  border-bottom: 0px thin gray!important;
  box-shadow: none!important;
  border: 1px solid black!important;
}

.search-field-input {
border:1px solid gray!important;
}

.input-group-text {
border:1px solid gray;
}

.input-group-text > a {
height:16px;
margin-bottom: 6px;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none; } 
  
.bc-icons-2 .breadcrumb-item.active {
  color: #455a64; } 

  .category-link {
    color: black;
  }
  
  .category-link:hover {
    text-decoration: underline;
  }

  .search-pill-select { 
    box-shadow: 5px 5px darkgrey;
  }

.about-background {
  background-color:rgba(0,0,0,.5)!important;
}

/* Tooltip fix for Vis.js */
div.vis-tooltip {
    white-space:normal;
    max-width:max-content;
    word-wrap:break-word;
}

/* Instructional item styles */
.instruction-item .instruction-item-content {
  margin-left: 5.5rem;
}

.instruction-item .instruction-item-content h5 {
  text-align: start;
  margin-left: 10px;
}

.instruction-item .instruction-item-content h5 > a:hover {
  text-decoration: underline;
}

.instruction-item .instruction-item-image {
  position:absolute;
  width: 48px;
  height:48px;
  left: 50px;
  top: -1rem;
}

/** jBox Styles **/
.jBox-container {
  border-style:solid;
  border-color:black;
  background-color:white;
  border-width:thin;
}

/** Scrollbar Styles **/
.scrollbar-pink::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-pink::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-pink::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ec407a; }
  
  .scrollbar-indigo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-indigo::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-indigo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #3f51b5; }
  
  .scrollbar-black::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-black::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-black::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #000; }
  
  .scrollbar-lady-lips::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-lady-lips::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-lady-lips::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
  background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); }
  
  .scrollbar-near-moon::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-near-moon::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-near-moon::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
  background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%); }
  
  .bordered-pink::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #ec407a; }
  
  .bordered-pink::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none; }
  
  .bordered-indigo::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #3f51b5; }
  
  .bordered-indigo::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none; }
  
  .bordered-black::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #000; }
  
  .bordered-black::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none; }
  
  .square::-webkit-scrollbar-track {
  border-radius: 0 !important; }
  
  .square::-webkit-scrollbar-thumb {
  border-radius: 0 !important; }
  
  .thin::-webkit-scrollbar {
  width: 6px; }


  
 /* c3 style overrides */
 .c3-chart {
  fill: #000;
}

.c3-arc {
  stroke: #fff;
}

.c3-tooltip {
  font-weight:bold;
}

.sectional-links-parent a {
  font-size: larger;
  font-weight: bolder;
}

.pom-image {
  background-image: url('/resources/cookie_the_pom.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: darken;
}