@charset "utf-8";
/* These are imported by the PostCSS processor. Source is in the `_includes/css` folder */
/* https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* roboto-latin-300-normal */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/webfonts/roboto-latin-300-normal.woff2) format('woff2'), url(../fonts/webfonts/roboto-latin-300-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-400-normal */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/webfonts/roboto-latin-400-normal.woff2) format('woff2'), url(../fonts/webfonts/roboto-latin-400-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-500-normal */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/webfonts/roboto-latin-500-normal.woff2) format('woff2'), url(../fonts/webfonts/roboto-latin-500-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-700-normal */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/webfonts/roboto-latin-700-normal.woff2) format('woff2'), url(../fonts/webfonts/roboto-latin-700-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-300-italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/webfonts/roboto-latin-300-italic.woff) format('woff'), url(../fonts/webfonts/roboto-latin-300-italic.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-400-italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/webfonts/roboto-latin-400-italic.woff) format('woff'), url(../fonts/webfonts/roboto-latin-400-italic.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-500-italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/webfonts/roboto-latin-500-italic.woff) format('woff'), url(../fonts/webfonts/roboto-latin-500-italic.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
/* roboto-latin-700-italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/webfonts/roboto-latin-700-italic.woff) format('woff'), url(../fonts/webfonts/roboto-latin-700-italic.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}
:root {
    --oi-main-fontstack: "Roboto";
    --oi-title-fontstack: "Roboto";
}
html,
body {
    padding: 0px;
    margin: 0px;
    min-height: 100% !important;
    height: 100% !important;
    background-color: #ffffff;
    font-family: var(--oi-main-fontstack);
    /* https://css-tricks.com/accessible-font-sizing-explained/#aa-avoid-setting-a-base-font-size */
    font-size: 100%;
    color: #333;
    line-height: 1.44em;
}
h1,
h2,
h3,
h4,
.title,
.subtitle {
    font-family: var(--oi-title-fontstack);
    line-height: 1em;
}
h1,
.title {
    font-size: 2em;
    margin-top: 1em;
    font-weight: 600;
}
h2 {
    font-size: 1.7em;
    margin-top: 1.764706em;
    font-weight: 500;
}
h3 {
    font-size: 1.4em;
    margin-top: 1.428571em;
}
h1:first-child,
h2:first-child,
h3:first-child,
.title {
    margin-top: 0;
}
h1 + *,
h2 + *,
h3 + *,
h4 + * {
    margin-top: 1em;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
a {
    color: black;
    text-decoration: underline;
}
.bold {
    color: #18ad87;
}
p,
time,
li,
td,
th,
footer,
div {
    font-weight: 300;
}
p,
iframe,
h2,
h3,
figure,
ul,
ol,
.block,
.padded-bottom {
    margin-bottom: 1em;
}
button,
.button {
    border: 0px;
    font-size: 1em;
    background-color: #efefef;
    color: black;
    text-decoration: none !important;
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
    vertical-align: top;
    line-height: 1.25em;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:visited {
    color: inherit;
}
header a {
    text-decoration: none;
}
footer {
    width: 100%;
    padding-bottom: 3em;
}
footer h2 + p {
    margin-top: 1em;
}
footer a {
    color: #1dd3a7;
}
code,
pre {
    font-family: monospace;
    color: #444;
    background-color: #efefef;
}
code {
    padding: 0.125em 0.25em;
}
pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 16px;
    margin-bottom: 16px;
}
pre code {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul {
    padding: 0;
    margin-left: 2em;
}
.msg {
    text-align: center;
    padding: 0.5em;
}
.holder {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.holder.padded > *:last-child {
    margin-bottom: 0;
}
button,
.button {
    margin-top: 0.25em;
    border: 0px;
    font-size: 1em;
    background-color: #efefef;
    color: black;
    text-decoration: none !important;
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
}
a.button:hover,
button:hover,
button:focus,
a.button:focus {
    background-color: #333333 !important;
    color: #efefef !important;
}
.b1-bg {
    background-color: #000000;
    color: white !important;
}
.b2-bg {
    background-color: #333333;
    color: white !important;
}
.bk-bg {
    background-color: #6d6d6d;
    color: white !important;
}
.b3-bg,
.github:hover {
    background-color: #999999;
    color: black !important;
}
.b4-bg {
    background-color: #bbbbbb;
    color: black !important;
}
.b5-bg,
.off label {
    background-color: #dfdfdf;
    color: black !important;
}
.b6-bg {
    background-color: #ffffff;
    color: black !important;
    padding: 30px 0;
    font-size: 16px;
}
.c1-bg,
.elsewhere .facebook:hover,
.c1-bg-hover:hover,
.c1-bg:visited,
.seasonal,
.seasonal:visited,
.seasonal:hover {
    background-color: #2254f4;
    color: white;
}
.c2-bg,
.c2-bg-hover:hover,
.c2-bg:visited {
    background-color: #178cff;
    color: black;
}
.c3-bg,
.elsewhere .twitter:hover,
.c3-bg-hover:hover,
.c3-bg:visited {
    background-color: #00b6ff;
    color: black;
}
.c4-bg,
.c4-bg-hover:hover,
.c4-bg:visited,
.seasonal-accent,
.seasonal-accent:hover,
.seasonal-accent:visited {
    background-color: #08def9;
    color: black;
}
.c5-bg,
.c5-bg-hover:hover,
.c5-bg:visited {
    background-color: #1dd3a7;
    color: black;
}
.c6-bg,
.c6-bg-hover:hover,
.c6-bg:visited {
    background-color: #0dbc37;
    color: black;
}
.c7-bg,
.c7-bg-hover:hover,
.c7-bg:visited {
    background-color: #67e767;
    color: black;
}
.c8-bg,
.c8-bg-hover:hover,
.c8-bg:visited {
    background-color: #722ea5;
    color: white;
}
.c9-bg,
.c9-bg-hover:hover,
.c9-bg:visited,
.instagram:hover {
    background-color: #e6007c;
    color: white;
}
.c10-bg,
.c10-bg-hover:hover,
.c10-bg:visited,
.flickr:hover {
    background-color: #ef3aab;
    color: black;
}
.c11-bg,
.c11-bg-hover:hover,
.c11-bg:visited {
    background-color: #d73058;
    color: white;
}
.c12-bg,
.c12-bg-hover:hover,
.c12-bg:visited,
.youtube:hover {
    background-color: #d60303;
    color: white;
}
.c13-bg,
.c13-bg-hover:hover,
.c13-bg:visited {
    background-color: #ff6700;
    color: black;
}
.c14-bg,
.c14-bg-hover:hover,
.c14-bg:visited {
    background-color: #f9bc26;
    color: black;
}
.warning {
    color: black;
    background-color: #73d1eb;
    filter: drop-shadow(0px 0px 1px #00263e);
}
.padded {
    padding: 1em;
}
.padded-bottom {
    padding: 1em;
    margin-bottom: 1em;
}
.doublepadded {
    padding: 2em;
}
.spaced {
    margin-bottom: 1em;
}
.centred {
    text-align: center;
}
.tallpadded {
    padding-top: 3em;
    padding-bottom: 3em;
}
.skip-to-content-link {
    position: absolute;
    top: -3rem;
    right: 0.5rem;
    z-index: 2000;
    transition: top 0.3s;
    padding: 0.5rem 1rem;
}
.skip-to-content-link:focus {
    top: 0.25rem;
}
header h1 {
    margin-top: 0;
}
.header {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav ul {
    width: auto;
    text-align: left;
    margin: 0;
    font-size: 1.2em;
    position: relative;
    font-family: Roboto;
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
}
header nav ul li {
    display: inline-block;
}
header nav ul > li > a {
    padding: 0;
    display: inline-block;
    width: 100%;
    color: inherit;
    line-height: 1em;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}
header nav ul > li > a:hover,
header nav ul > li > a:focus {
    background: none;
    color: #73d2e9;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
}
/* .grid .pane { background: #f9f9f9; } */
/* .legend { margin-bottom: 1em; text-align: center; }
.legend .legend-item { display: inline-block; line-height: 1em; margin-right: 1em; cursor: pointer; }
.legend .legend-item svg { float: left; }

.oi-legend-inner .oi-legend-item {
    line-height: 1.25em;
    display: inline-block;
    padding: 0.25em;
}

.oi-legend-inner .oi-legend-icon {
    height: 1.25em;
    aspect-ratio: 1 / 1;
    margin-right: 0.25em;
    opacity: 1;
    float: left;
} */
footer a {
    color: inherit;
}
footer hr.about {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid #444;
}
@media only screen and (max-width: 992px) {
    .grid {
        grid-template-columns: 100%;
    }
    .holder {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 800px) {
    .doublepadded {
        padding: 1em;
    }
}
.oi-slider-inner {
    display: flex;
    justify-content: center;
}
.oi-slider-inner label {
    margin-left: 0.5em;
    background-color: var(--yellow);
    color: black;
    border-radius: 4px;
    padding: 4px;
    font-weight: 400;
}
.oi-slider-inner input[type="range"] {
    accent-color: var(--ruby);
}
:root {
    --dark-blue: #00263e;
    --light-blue: #73d1eb;
    --bright-blue: #47fff9;
    --ruby: #aa004c;
    --red: #ef0b52;
    --orange: #d7501c;
    --yellow: #feb300;
    --teal: #2cd5c4;
    --blue: #007ec5;
    --purple: #775fc4;
    --transparent-yellow: #feb2001d;
    --transparent-grey: #e0e0e0c7;
    --transparent-pink: #f4e6e8;
    --ruby-80: #b22d64;
}
.light-blue-bg {
    background-color: var(--light-blue) !important;
    color: black !important;
}
.dark-blue-bg {
    background-color: var(--dark-blue) !important;
    color: white !important;
}
.bright-blue {
    background-color: var(--bright-blue) !important;
    color: black !important;
}
.ruby-bg {
    background-color: var(--ruby) !important;
    color: white !important;
}
.orange-bg {
    background-color: var(--orange) !important;
    color: black !important;
}
.yellow-bg {
    background-color: var(--yellow) !important;
    color: black !important;
}
.teal-bg {
    background-color: var(--teal) !important;
    color: black !important;
}
.blue-bg {
    background-color: var(--blue) !important;
    color: black !important;
}
.purple-bg {
    background-color: var(--purple) !important;
    color: black !important;
}
.nav-gradient-bg {
    background: linear-gradient(-60deg, #3a3e8c 0, #0074e8 100%) !important;
    color: white !important;
}
.purple-gradient-bg {
    background: linear-gradient(
        -90deg,
        var(--ruby) 0,
        var(--dark-blue) 100%
    ) !important;
    color: white !important;
}
.primary-gradient-bg {
    background: linear-gradient(
        -60deg,
        var(--blue) 0,
        var(--light-blue) 100%
    ) !important;
    color: black !important;
}
.secondary-gradient-red-bg {
    background: linear-gradient(
        -60deg,
        var(--ruby) 0,
        var(--red) 100%
    ) !important;
    color: white !important;
}
.secondary-gradient-orange-bg {
    background: linear-gradient(
        -60deg,
        var(--orange) 0,
        var(--yellow) 100%
    ) !important;
    color: black !important;
}
.secondary-gradient-teal-bg {
    background: linear-gradient(
        -60deg,
        var(--purple) 0,
        var(--teal) 100%
    ) !important;
    color: white !important;
}
@media only screen and (max-width: 640px) {
    header .logo svg {
        width: auto;
    }
    header nav ul {
        font-size: 1rem;
    }
    header nav ul > li > a {
        padding: 0.5rem;
    }
}
table {
    margin-block: 1.5rem;
}
.card,
.panel {
    border-radius: 4px;
}
/* .card h3 {
  margin: 0;
} */
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.main p a,
.oi-attribution a {
    color: #3770ca !important;
}
.address > a {
    text-decoration: none;
}
.company-info {
    flex: 0 0 50%;
    max-width: 50%;
}
.Examples {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.Examples th {
    background-color: #00263e;
    color: white;
    border-color: #00263e;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}
.in-section {
    color: #73d2e9 !important;
    font-weight: 700;
    text-decoration: none !important;
}
.nr-logo {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100px;
    right: 0;
    z-index: 10;
}
.quarter-circle {
    position: absolute;
    width: 120px; /* Set width for the quarter circle */
    height: 120px; /* Set height for the quarter circle */
    background: white; /* Circle color */
    border-radius: 100% 0 0 0;
    bottom: 0; /* Initial position at the top left corner */
    right: 0;
    z-index: 1;
}
/* * + .oi-attribution {
  margin-top: 2rem;
  border-top: 2px solid black;
  opacity: 0.7;
} */
.living-wage-logo {
    margin-block: 20px;
}
.living-wage-logo img {
    padding: 0;
    display: inline;
    margin-right: 9px;
    vertical-align: middle;
}
/* WIDGET */
.widget-heading {
    text-align: center;
}
/* Footer styles */
footer,
footer p,
footer div,
footer li {
    font-weight: 400;
}
footer p,
footer li {
    line-height: 29px;
}
footer .tallpadded {
    padding-top: 60px;
}
footer .row-flex {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
footer .row-flex > * {
    flex-grow: 1;
    margin-bottom: 0;
}
footer .footer-sub {
    display: grid;
    grid-template-columns: auto 1fr 30%;
    grid-gap: 1rem;
}
.social-link-list {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    list-style: none;
    display: flex;
    gap: 1rem;
    width: auto;
    justify-content: center;
    margin-bottom: 1rem;
}
.social-link {
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    border: 2px solid #74d1ea;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 54px;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-link svg {
    width: 30px;
    height: 30px;
}
.social-link:hover {
    background: #74d1ea;
}
.social-link:hover svg {
    color: black;
}
.footer-nav-list {
    padding: 0;
    margin: 0 0 0 8.33333333%;
    list-style: none;
    font-weight: 400;
}
.footer-nav-list li::before {
    content: "|";
    display: inline;
    width: auto;
    height: auto;
    top: 0 !important;
    color: inherit;
    background: 0 0;
    margin: 0 10px;
}
.footer-nav-list li:first-child::before {
    display: none;
}
.footer-nav-list li {
    display: inline-block;
}
@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
        text-wrap: balance;
    }
    .social-link-list {
        justify-content: flex-end;
    }
}
@media (max-width: 992px) {
    footer {
        text-align: center;
    }
    footer .row-flex {
        display: flex;
        flex-wrap: wrap;
    }
    footer .row-flex + .row-flex {
        margin-top: 2rem;
    }
    footer .row-flex > * {
        flex: 1 1 100%;
        width: 100%;
    }
    .company-info {
        max-width: 100%;
    }
}
footer .carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
footer .carousel li {
    list-style-type: none;
}
.flex-container {
    display:flex;
}
.flex-container h1 {
    margin-bottom: 1rem;
}
.breadcrumb { list-style: none; margin: 0; }
.breadcrumb li { display: inline-block; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover, .breadcrumb a:focus { text-decoration: underline; }
.breadcrumb li:after { content: ""; width: 0.5em; height: 0.5em; transform: rotate(45deg); border: 1px solid black; display: inline-block; border-left: 0; border-bottom: 0; margin: 0 0.25em; top: -0.1em; position: relative; }
.breadcrumb li:last-child:after { border: 0; }
details summary { cursor: pointer; }
details summary > :first-child {
	position: relative;
}
details summary > :first-child:after {
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 32 32'%3E%3Crect class='vert' height='30' width='8' y='1' x='12'%3E%3C/rect%3E%3Crect height='8' width='30' y='12' x='1'%3E%3C/rect%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0,-50%,0);
}
details summary + * { margin-top: 1rem; }
details[open] summary > :first-child:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect height='8' width='30' y='12' x='1'%3E%3C/rect%3E%3C/svg%3E");
}
details summary::marker, details summary::-webkit-details-marker {
	font-size: 0;
	content: "";
}
details + * { margin-top: 1rem; }
.hamburger,
.nav-close {
    display: none;
}
.logo-link {
    display: inline-block;
}
.logo-image {
    display: inline-block;
    width: 200px;
    height: auto;
}
.header-logo {
    display: flex;
    align-items: center;
}
.header-nav {
    width: 100%;
}
.main-navigation {
    text-align: left;
}
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
}
.nav-list li {
    margin: 0;
}
.nav-list a {
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 0;
    display: block;
}
@media only screen and (max-width: 992px) {
    header {
        position: relative;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
        min-height: 90px;
        height: 90px;
    }

    .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1001;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .header-logo {
        flex: 1;
    }

    .logo-image {
        width: 150px !important;
        max-width: 150px;
    }

    .header-nav {
        position: fixed;
        top: 90px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 90px);
        background-color: var(--dark-blue);
        transition: left 0.3s ease;
        z-index: 999;
        padding-top: 0;
    }

    .header-nav.active {
        left: 0;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: white !important;
        border: 2px solid var(--dark-blue);
        border-radius: 4px;
        cursor: pointer;
        padding: 0.5rem;
        width: 40px;
        height: 40px;
        gap: 4px;
        flex-shrink: 0;
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--dark-blue);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .hamburger.active {
        background: white !important;
    }

    .hamburger:hover,
    .hamburger:focus {
        background: white !important;
        color: var(--dark-blue) !important;
    }

    .hamburger.active span:first-child {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

    .hamburger.active span:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }

    .main-navigation {
        width: 100%;
        height: 100%;
        background: transparent;
    }

    .nav-list {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.2em;
        position: relative;
        font-family: Roboto;
        display: block;
        text-align: left;
        flex-direction: column;
        gap: 0;
    }

    .nav-list li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .nav-list > li > a {
        padding: 1rem 16px;
        display: block;
        width: 100%;
        color: white;
        line-height: 1.5em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .nav-list > li > a:hover,
    .nav-list > li > a:focus {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--light-blue);
    }

    .nav-list > li > a.in-section {
        color: var(--light-blue);
        background-color: rgba(255, 255, 255, 0.05);
    }

    .nav-close {
        display: none;
    }
}
@media only screen and (min-width: 993px) {
    .hamburger,
    .nav-close {
        display: none !important;
    }

    .header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .header-top {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header-nav {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        width: auto !important;
        height: auto !important;
        left: auto !important;
        top: auto !important;
        transition: none !important;
        justify-content: flex-end;
    }

    .main-navigation {
        position: static;
        background: none;
        width: auto;
        height: auto;
    }

    .nav-list {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        font-size: 1rem;
    }

    .nav-list > li > a {
        color: white;
        padding: 0.5rem 0;
        border-bottom: none;
        width: auto;
    }

    .nav-list > li > a:hover,
    .nav-list > li > a:focus {
        background: none;
        color: var(--light-blue);
    }
}
.article-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
}
.article-button {
    display: inline-block;
    padding: 8px 16px;
    margin-top: auto;
    border: 2px solid #aa004c;
    color: #aa004c;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    align-self: flex-start;
    border-radius: 99rem;
}
.article-button:hover,
.article-button:focus {
    background-color: #aa004c;
    color: white;
    text-decoration: none;
}
.article-content p {
    margin: 0 0 20px 0;
    font-size: 1.1em;
    color: #00263c;
}
.article-heading {
    font-weight: 500;
    font-size: 1.4em;
    color: #00263c;

    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.article-heading h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
}
.article a {
    text-decoration: none;
    display: block;
}
/* .article-row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.article {
  flex-grow: 1;
} */
.article-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}
.article-row .article {
    width: calc(33.333% - 1rem);
    flex-grow: 1;
    background: #f2f2f2;
    padding: 30px 20px;
    margin: 0;
}
@media only screen and (max-width: 900px) {
    .article-row .article {
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 550px) {
    .article-row {
        flex-direction: column;
    }
    .article-row .article {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}
.updated, .new {
    margin: 0;
    padding: 0;
    -webkit-text-fill-color: unset;
    margin-bottom: 20px;
}
.updated::after, .new::after {
    padding: 2px 5px;
    background-color: var(--yellow);
    border-radius: 4px;
    color: black;
}
.new::after {
    content: "New for 2025";
}
.updated::after {
    content: "Updated for 2025";
}
.icon {
    width: 30px;
    height: 30px;
    /* transform: translate(7.5px, -4px); */
    /* transform-origin: bottom left; */
    /* top: 7.5px;
  left: 7.5px; */
    margin-right: 5px;
    vertical-align: middle;
}
.icon-spanner::before {
    content: url("/assets/images/icons/spanner-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-data::before {
    content: url("/assets/images/icons/data-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-pin::before {
    content: url("/assets/images/icons/pin-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-connectivity::before {
    content: url("/assets/images/icons/connectivity-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-server::before {
    content: url("/assets/images/icons/server-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-infrastructure::before {
    content: url("/assets/images/icons/infrastructure-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.icon-voltage::before {
    content: url("/assets/images/icons/voltage-black.svg");
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6265%)
        hue-rotate(326deg) brightness(93%) contrast(112%);
}
.oi-dashboard + * {
    margin-top: 1rem;
}
/* Hero Section Styles */
.hero-section {
    overflow: hidden;
    margin-top: -30px;
    background: linear-gradient(to right, #0085c6, #5acbe6);

    /*background: #0b253c;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 3rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 400px;
}
.hero-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;

    h1 {
        font-size: 48px;
    }

    .content {
        max-width: 70%;
    }
}
.hero-section h1 {
    /*color: white;
    font-size: 60px;
    font-weight: 700;
    max-width: 580px;*/

    /* color: #feb300;*/
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    max-width: 580px;
    padding-bottom: 30px;
    line-height: 1.2;
}
/* Hero Dashboard Styles */
.hero-dashboard {
    padding: 30px;
}
.hero-dashboard .oi-dashboard-inner {
    justify-content: stretch;
    gap: 2rem;
    flex-wrap: nowrap;
    width: 100%;
}
.hero-dashboard .oi-dashboard-inner .panel {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    flex: 1;
    box-shadow: none;
    text-align: center;
    position: relative;
    background: none;
    padding: 0;
    min-width: unset;
}
.hero-dashboard .oi-dashboard-inner .panel h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-align: center;
}
.hero-dashboard .oi-dashboard-inner .panel .bignum {
    color: #63d3ea;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hero-dashboard .oi-dashboard-inner .panel .bignum::after {
    content: attr(data-unit);
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin-left: 0.3rem;
    opacity: 0.8;
}
.hero-content {
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
}
.hero-content p a {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.hero-content p {
    color: white;
    margin-bottom: 1rem;
}
.hero-content strong {
    color: white;
    font-weight: 600;
}
/* Hero Sub Content Styles - REMOVED */
/* Hero Dashboard Wrapper Styles */
.hero-dashboard-wrapper {
    background-color: #00263d;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 20px 0px;
    margin-bottom: 70px;
}
/* Hero Image Styles */
.hero-image {
    background-image: url("/assets/images/dots_only.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 860px;
    margin: 2rem 0;
    mix-blend-mode: color-dodge;
    position: absolute;
    pointer-events: none;
}
/* Footer Bar Styles */
.footer-bar {
    background-color: #007fc3;
}
/* Regular Dashboard Styles (for non-hero usage) */
.oi-dashboard-inner {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
}
.oi-dashboard-inner .panel {
    flex: 1;
    min-width: 280px;
    background: #ccd4d7;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: none;
    border: none;
    text-align: center;
    position: relative;
}
.oi-dashboard-inner .panel h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}
.oi-dashboard-inner .panel .bignum {
    font-size: 2.5rem;
    font-weight: 800;
    color: #aa004c;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
.oi-dashboard-inner .panel .bignum::after {
    content: attr(data-unit);
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin-left: 0.3rem;
    opacity: 0.8;
}
.oi-dashboard-inner .footnote {
    font-size: 0.85rem;
    text-align: center;
    display: block;
    line-height: 1.5em;
    margin-top: 1rem;
    color: #666;
    opacity: 0.8;
}
/* Responsive Design */
@media (max-width: 980px) {
    .hero-dashboard .oi-dashboard-inner {
        gap: 1rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel {
        min-width: unset;
        max-width: 100%;
        padding: 1rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel h3 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel .bignum {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .hero-dashboard .oi-dashboard-inner {
        gap: 0.5rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel {
        padding: 0.75rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel h3 {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel .bignum {
        font-size: 1.8rem;
    }

    .oi-dashboard-inner {
        gap: 1rem;
    }

    .oi-dashboard-inner .panel {
        min-width: 250px;
        max-width: 100%;
        padding: 1.5rem;
    }

    .oi-dashboard-inner .panel .bignum {
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .hero-dashboard .oi-dashboard-inner {
        gap: 0.25rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel {
        min-width: unset;
        padding: 0.5rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel h3 {
        font-size: 0.7rem;
    }

    .hero-dashboard .oi-dashboard-inner .panel .bignum {
        font-size: 1.4rem;
    }

    .oi-dashboard-inner .panel {
        min-width: 100%;
        padding: 1rem;
    }
}
/* Grid Dots Decoration - Bottom Right Corner */
.hero-dots-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 100px;
    background-image: url("/assets/images/grid-dots-3-row.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 0.3;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: overlay;
}
/* Add subtle animation to grid dots */
@keyframes fade-pulse {
    0%,
    100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}
.hero-dots-decoration {
    animation: fade-pulse 4s ease-in-out infinite;
}
/* Responsive adjustments for grid dots */
@media (max-width: 1200px) {
    .hero-dots-decoration {
        width: 300px;
        height: 75px;
    }
}
@media (max-width: 768px) {
    .hero-dots-decoration {
        width: 200px;
        height: 50px;
        opacity: 0.2;
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 480px) {
    .hero-dots-decoration {
        width: 150px;
        height: 38px;
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 992px) {
    .hero-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-container .content {
        max-width: 100%;
    }

    .hero-section h1 {
        font-size: 40px;
        max-width: 100%;
        padding-bottom: 0;
    }
}
/* Horizontal Dashboard - Always keeps items in a row */
.oi-dashboard-inner.horizontal-dashboard {
    flex-wrap: nowrap;
    gap: 1rem;
}
.oi-dashboard-inner.horizontal-dashboard .panel {
    min-width: unset;
    flex: 1;
    padding: 1.5rem;
}
@media (max-width: 980px) {
    .oi-dashboard-inner.horizontal-dashboard {
        gap: 0.5rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel {
        padding: 1rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel h3 {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel .bignum {
        font-size: 1.8rem;
    }
}
@media (max-width: 600px) {
    .oi-dashboard-inner.horizontal-dashboard {
        gap: 0.25rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel {
        padding: 0.75rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel h3 {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel .bignum {
        font-size: 1.4rem;
    }
}
@media (max-width: 400px) {
    .oi-dashboard-inner.horizontal-dashboard .panel {
        padding: 0.5rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel h3 {
        font-size: 0.7rem;
    }
    
    .oi-dashboard-inner.horizontal-dashboard .panel .bignum {
        font-size: 1.2rem;
    }
}
.vis {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.vis:nth-child(2n){
    background-color: var(--transparent-grey)!important; 
}
.vis:nth-child(2n+1){
    background-color: var(--transparent-pink)!important; 
}
.vis details {
  margin-top: 1rem;
}
:root {
    --gradient-from: #3a3e8c; /* var(--ruby) */
    --gradient-to: #0074e8; /* var(--dark-blue) */
}
.testimonial {
    position: relative;
    background: #3a3e8c;
    background: linear-gradient(
        -60deg,
        var(--gradient-from) 0,
        var(--gradient-to) 100%
    );
    color: #fff;
    overflow: hidden;
    font-size: 1.1875rem;
    border-radius: 4px;
}
.testimonial:not(.is-minimized),
.testimonial:not(.is-minimized),
.testimonial:not(.is-minimized) {
    padding: 25px 20px;
}
@media (min-width: 992px) {
    .testimonial:not(.is-minimized),
    .testimonial:not(.is-minimized) {
        padding: 40px;
    }
}
.testimonial.is-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 768px) {
    .testimonial.is-inline {
        background: 0 0;
        flex-direction: row;
    }
}
.testimonial .testimonial-content {
    padding: 30px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 4px;
    background: #0084c5;
    background: linear-gradient(to right, #0084c5 0, #56cae4 100%) !important;
}
.testimonial.is-inline .testimonial-content::after {
    content: "";
    width: 278px;
    height: 40px;
    background: url(/assets/images/grid-dots-3-row.png);
    position: absolute;
    right: 30px;
    bottom: 0;
}
@media (min-width: 768px) {
    .testimonial.is-inline .testimonial-content {
        background: #3a3e8c;
        background: linear-gradient(
            -60deg,
            var(--gradient-from) 0,
            var(--gradient-to) 100%
        );
        padding-left: 60px;
    }
}
@media (min-width: 992px) {
    .testimonial.is-inline .testimonial-content {
        padding: 60px;
        padding-bottom: 60px;
        padding-bottom: 100px;
        z-index: 2;
    }
}
.testimonial .testimonial-content blockquote:before,
.testimonial .testimonial-content blockquote:after {
    content: "";
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16.933mm' height='12.226mm' version='1.1' viewBox='0 0 16.933 12.226' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-20.158 -143.26)'%3E%3Cpath d='m25.169 155.3c1.3542-0.42443 2.5192-1.6647 2.5591-3.1313 0.20794-1.5336-0.71265-3.0891-2.0806-3.7628-0.1916-0.68665 0.69958-1.2527 1.1083-1.7561 0.56705-0.52755 1.1051-1.2812 0.82604-2.0932-0.26202-0.97562-1.4833-1.5941-2.4069-1.1295-2.0113 0.86803-3.5763 2.607-4.4134 4.6145-0.65815 1.4407-0.77222 3.1182-0.40008 4.6498 0.41042 1.4843 1.7469 2.7134 3.3197 2.7743 0.50071 0.0336 1.0056-0.0303 1.4878-0.16573zm-2.1243-1.2482c-1.0192-0.47367-1.6449-1.5825-1.5912-2.6964-0.13554-1.6188 0.45696-3.2209 1.4462-4.4881 0.77668-0.97508 1.7294-1.9198 2.9331-2.3265 1.1035 0.1734 0.02989 1.2271-0.39184 1.615-0.70603 0.77257-1.3847 1.7841-1.2285 2.8784 0.40516 0.61495 1.3496 0.56438 1.7533 1.2292 0.58581 0.6678 0.63515 1.6699 0.33349 2.4709-0.38827 0.85365-1.2507 1.5362-2.2255 1.4635-0.34556 6.7e-4 -0.70596-0.01-1.0291-0.1459zm11.319 1.2861c1.8117-0.47006 3.0873-2.461 2.646-4.3022-0.23332-1.173-1.0966-2.1347-2.1492-2.66 0.10782-0.77021 0.81671-1.2582 1.2828-1.8233 0.52317-0.47996 0.98907-1.1473 0.80029-1.8928-0.14587-0.83176-1.0291-1.3654-1.821-1.3979-1.2649 0.22973-2.2951 1.1085-3.1996 1.9722-1.1394 1.1545-1.9319 2.6472-2.3225 4.2162-0.20987 1.3815-0.29663 2.9111 0.47272 4.1481 0.68019 1.2712 2.1454 2.0528 3.5812 1.8651 0.23923-0.0233 0.4764-0.0662 0.70931-0.12536zm-2.0586-1.3c-1.1387-0.54451-1.651-1.8638-1.5796-3.0686 0.01333-2.4388 1.5103-4.687 3.5017-6.0033 0.36938-0.4399 1.7318-0.65943 1.3973 0.23013-0.61497 0.84009-1.5637 1.4516-1.9 2.483-0.21712 0.54865-0.55939 1.5908 0.27086 1.7627 0.86495 0.31492 1.6815 0.98252 1.7888 1.9527 0.26174 1.4106-0.94943 2.8874-2.4067 2.8065-0.36145 6e-3 -0.73692-0.0165-1.0724-0.16311z' stroke-width='.087662' fill='white' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.testimonial .testimonial-content blockquote:after {
    transform: rotate(180deg);
    margin-left: auto;
}
.testimonial .testimonial-content blockquote > *:last-child {
    margin-bottom: 0;
}
.testimonial-meta {
    font-size: 1.5rem;
    display: inline;
    font-weight: 500;
    line-height: 31px;
}
.testimonial-meta + .testimonial-meta::before {
    content: "—";
    margin: 0 5px;
}
.profile-image-holder {
    display: block;
    width: 277px;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}
.testimonial.is-inline .profile-image-holder {
    flex-shrink: 1;
    width: 100%;
    max-width: 483px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
}
.testimonial.is-inline .profile-image-holder .profile-image {
    margin: auto;
}
@media (min-width: 992px) {
    .testimonial.is-inline .profile-image-holder + .testimonial-content {
        margin-left: -70px;
    }
}
@media (min-width: 992px) {
    .col .testimonial:not(.is-minimized),
    .container .testimonial:not(.is-minimized),
    [class*="col-"] .testimonial:not(.is-minimized) {
        padding: 40px;
    }
}
tabbed {
	/*filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 0.2));*/
}
.tabs {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(var(--tab-count, 3), 1fr);
}
.tab {
	font-weight: bold;
	padding: 1rem;
	border-radius: 4px 4px 0 0;
}
tabbed .card, .tabs .panel {
	border-radius: 0 0 4px 4px;
	box-shadow: unset;
}
tabbed .tab {
	background-color: var(--grey)!important;
    color: black!important;
}
tabbed .tab[aria-selected] {
	background-color: #ffffff!important;
    color: black!important;
}
tabbed .pane {
	background-color: #ffffff!important;
    color: black!important;
	padding: 1.5rem;
}
