:root {
  --light-blue-color: #005AA3;
  --dark-blue-color: #003057;
  --teal-blue-color: #b3d4fc;
  --light-grey-color: #DADADA;
  --dark-grey-color: #222222;
  --triplesix-grey-color: #666666;
  --ccc-grey-color: #cccccc;
  --ninesix-grey-color: #969696;
  --pitch-black-color: #000000;
  --threesix-black-color: #363636;
  --light-green-color: #8dc63f;
  --lumber-color: #ffe0e0;
  --red-color: #cc0000;
  --really-white-color: #ffffff;
}

/* Our team */
@media (min-width: 48rem) {
    .block-inline-blockteams .paragraph--type--team-member .field--name-field-photo {
        width: 30%;
        max-width: 190px;
        text-align: left;
    }
}

/* Internal page banner */
.block-page-title-block.block-image-bg .content{
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(242, 242, 242)), to(rgba(242, 242, 242, 0)));
    background: -webkit-linear-gradient(left, rgb(242, 242, 242) 50%, rgba(242, 242, 242, 0) 75%);
    background: -o-linear-gradient(left, rgb(242, 242, 242) 50%, rgba(242, 242, 242, 0) 75%);
    background: linear-gradient(to right, rgb(242, 242, 242) 50%, rgba(242, 242, 242, 0) 75%);
}

/* Custom / manual table, e.g. on https://era-cms.dev16.ibc.com.au/access/gas-access-arrangement-guideline/non-scheme-pipelines/public-register-of-non-scheme-gas-pipelines */
table.newTable{
    overflow: hidden;
    width: fit-content;
}

table.newTable th, table.newTable td{
    padding: 0.75rem 1rem;
}

table.newTable td a{
    word-break: break-word;
}

/* Add a background line to the indentation div */
.menu-edit-form .tabledrag-cell-content .indentation, .menu-edit-form [dir="rtl"] .tabledrag-cell-content .indentation {
    background: linear-gradient(to right, transparent 0px, transparent 10px, gray 10px, gray 11px, transparent 11px) !important;
}

/* Main menu arrow fix */
.tbm-main .tbm-subnav .tbm-link-container .tbm-link.tbm-toggle{
    max-width: calc(100% - 3rem);
}

/* Top menu width fix */
.tbm .tbm-link-container:hover .tbm-link{
    letter-spacing: -0.033rem;
}

.layout__region--second .nav-item.menu-item--collapsed {
  display: none;
}
.layout__region--second .nav-item.menu-item--collapsed.active {
  display: block;
}

.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second .block-menu {
  overflow: hidden !important;
}
