:root {
    --max-width: 1100px;
}

body {
    background: #fff;
}

.nav-wrapper {
    background: #fff;
    border-bottom: 1px solid var(--colour-border-light);
}

nav {
    padding: 5px 0;
    margin: 0 auto;
    max-width: var(--max-width);
    display: flex;
}
nav div {
    border: 0px solid black;
    line-height: 3em; /* v-align, same as logo size */
}
nav .logo {
    flex-basis: 400px;
}
nav .logo a {
    font-weight: 600;
    font-size: 2em;
    color: var(--colour-midnight);
    letter-spacing: -1px;
    text-decoration: none;
    vertical-align: middle;
}
nav .logo img {
    width: 38px;
    margin: -4px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
nav .menu {
    width: 100%;
    text-align: center;
}
nav .menu .mobile-only {
    display: none;
}
nav ul.menu-items {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
nav ul.menu-items li {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    list-style: none;
}
nav ul.menu-items li a {
    text-decoration: none;
    color: var(--colour-red);
    font-weight: bold;
}

nav .burger {
    display: none;
}
nav ul.menu-items li.toggleable ul {
    display: none;
    margin: -10px 0 0 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 10px 20px -10px #333;
    position: absolute;
    z-index: 10000;
    width: 300px;
}
nav ul.menu-items li.toggleable ul li {
    display: block;
    line-height: 1em;
    margin: 20px 10px;
}
nav ul.menu-items li.toggleable ul li a {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    font-style: italic;
    color: #333;
}
nav ul.menu-items li.toggleable ul li a span {
    font-weight: bold;
    font-size: 1.3em;
    font-style: normal;
    color: var(--colour-red);
}
nav ul.menu-items li.toggleable:hover ul {
    display: block;
}
nav ul.menu-items li.toggleable a span.chevron {
    display: inline-block;
    margin-left: 5px;
    transform: rotate(90deg);
}

nav .buttons {
    flex-basis: 300px;
    text-align: right;
    color: var(--colour-red);
}
nav .buttons a {
    text-decoration: none;
    font-weight: bold;
}

nav a.cta {
    padding: 10px 20px;
}

.header-wrapper {
    width: 100%;
    text-align: center;
    padding: 75px 0;
    background-size: 100% 100%;
    background-position: 0px 0px,0px 0px,0px 0px;
    background-image: radial-gradient(75% 75% at 18% 72%, #515974 5%, #00000000 89%),radial-gradient(75% 75% at 117% 22%, #515974 0%, #00000000 100%),linear-gradient(0deg, #272B38FF 0%, #272B38FF 100%);
}
header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}
header .left {
    flex-basis: 50%;
}
header .right {
    flex-basis: 50%;
    text-align: center;
}

header .left h2 {
    font-size: 1.2em;
    margin: 0;
    color: var(--colour-border);
}
header .left h1 {
    font-size: 3.6em;
    margin: 0 auto; 
    letter-spacing: -1px;
    line-height: 1.1em;
    -webkit-font-smoothing: antialiased;
    max-width: 800px;
}
header .left .cta-buttons {
    margin: 30px auto;
}
header .left .cta {
    padding: 10px 20px;
}
header .left .cta.secondary {
    border: 0;
    margin-right: 10px;
}
.section.cta-section .inner .content form input[type="email"] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid var(--colour-border);
    width: 200px;
    margin-right: 10px;
}
header .left p {
    max-width: 800px;
    margin: 20px auto;
}
header .left .cta.primary,
.section.cta-section .inner .content .cta.primary,
.article-view .cta.primary {
    background: var(--colour-red);
    color: var(--colour-white);
}
.article-view .cta.primary {
    padding: 10px 20px;
}
header .left .pill {
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 8px;
    background: #efe;
    color: #596;
    display: inline-block;
    border: 1px solid #ada;
    border-radius: 15px;
    margin-right: 5px;
}

header .right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 30px -10px #000;
}
header .right .testimonial {
    font-size: 0.8em;
    max-width: 400px;
    margin: 20px auto 0 auto;
    text-align: center;
    font-style: italic;
}
header .right .testimonial span {
    font-weight: bold;
    font-style: normal;
}
header .right .stars {
    display: inline-flex;
}
header .right .stars svg {
    width: 1.5em;
    fill: #fd0;
}

.section {}
.section .inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 50px 25px;
}
.section .inner p.label {
    color: #999;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 0.9em;
}
.section .inner h2 {
    margin: 5px auto;
    max-width: 50%;
    text-align: center;
    font-size: 2em;
}
.section .inner .content-wrapper {
    margin-top: 10px;
    padding: 25px;
    background: #f4f4f4;
    border-radius: 10px;
    border-bottom: 1px solid var(--colour-border-light);
    color: #333;
    overflow: hidden;
    padding-bottom: 0;
}
.section .inner .content .left {
    float: left;
    width: 49%;
}
.section .inner .content .right {
    float: right;
    width: 49%;
}
.section .inner .content img {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px 0 #ddd;
}
.section .inner .content img.extra-padding {
    padding: 10px;
    width: calc(100% - 20px) !important;
    background: #fff;
}
.section .inner .content img.icon {
    border-radius: 0;
    box-shadow: none;
    width: 24px;
}
.section .inner .factoid {
    margin: 20px auto 0 auto;
    padding: 15px 25px 0 25px;
    font-style: italic;
    font-size: 1em;
    max-width: 600px;
    line-height: 1.4em;
}
.section .inner .factoid::before {
    content: "“";
    font-size: 4em;
    font-family: Georgia,serif;
    color: var(--colour-border);
    position: absolute;
    margin-left: -25px;
    margin-top: 10px;
}
.section .inner .factoid .faf {
    color: var(--colour-blue);
}
.section .inner h3 {
    font-size: 1.2em;
    letter-spacing: -0.25px;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    color: var(--colour-midnight);
}
.section .inner.narrow {
    max-width: var(--max-width);
}
.section .inner.narrow h3 {
    text-align: center;
}
.section.alt {
    background: #eee;
}
.section.alt2 {
    background: var(--colour-body-bg);
}

.section.highlight.article-view img {
    width: 300px !important;
    margin: -20px 0 0 -20px !important;
}
.section.highlight.article-view .inner {
    padding: 20px;
    text-align: left;
    font-size: 0.9em;
    position: sticky;
    top: 10px;
    background: var(--colour-body-bg);
    color: #000;
    border: 1px solid var(--colour-border-light);
    border-radius: 10px;
    overflow: hidden;
}
.section.highlight.article-view .inner p:last-child {
    margin-bottom: 0;
}
.section.highlight .inner h2 {
    color: #000;
    text-align: left;
    max-width: 100%;
    margin: 5px 0 15px 0;
}

.section p {
    max-width: none;
}

.section.cta-section {
    background: var(--colour-body-bg);
    padding: 1px;
    margin-top: 20px;
}
.section.cta-section .inner {
    padding: 0;
    margin: 125px auto;
    max-width: 700px;
    display: flex;
    gap: 25px;
}
.section.cta-section .inner .logo img {
    width: 100px;
}
.section.cta-section .inner .content {
    flex-grow: 1;
}
.section.cta-section h2 {
    font-size: 3em;
    margin: 0 auto 20px auto;
    text-align: left;
    max-width: 100%;
}

.grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 20px;
    max-width: calc(var(--max-width) - 200px);
    margin: 20px auto 0 auto;
}
.grid div {
    border: 1px solid var(--colour-border-light);
    border-radius: 10px;
    padding: 1em;
    box-shadow: 0 0 20px 0 var(--colour-body-bg-dark);
}
.grid div h2 {
    text-align: center;
}
.grid div h2 span {
    color: var(--colour-red);
}
.grid div img {
    width: auto !important;
    height: 120px;
    margin: 10px auto 0 auto;
    display: block;
}
.grid div p {
    margin-bottom: 0;
}

footer {
    font-size: 0.7em;
    background: var(--colour-midnight);
    color: #9999a9;
}
footer a {
    color: #9999a9;
}
footer .inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 50px 25px;
}

footer .inner .four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
footer .inner .four-col .col h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #aaaab9;
}
footer .inner .four-col .col ul {
    padding-left: 0;
}
footer .inner .four-col .col ul li {
    list-style: none;
    margin-bottom: 5px;
}
footer .inner .four-col .col ul li a {
    text-decoration: none;
}
footer .inner .four-col .col ul li a:hover {
    color: #aaaab9;
}

table#premium-upgrade {
    margin: 30px auto 0 auto;
}

table#premium-upgrade td {
    text-align: center;
    padding: 10px 0;
}
table#premium-upgrade th {
    background: none;
}

table#premium-upgrade td:first-child {
    text-align: left;
    padding-right: 30px;
}
table#premium-upgrade td:first-child h4 {
    margin: 5px 0;
    font-size: 12pt;
}
table#premium-upgrade td:first-child p {
    font-size: 10pt;
    font-style: italic;
    margin-top: 5px;
}
table#premium-upgrade td span {
    font-size: 1.25em;
}
table#premium-upgrade th.header {
    font-weight: 700;
    padding: 10px;
    font-size: 14pt;
    border-radius: 10px;
}
table#premium-upgrade th.header.standard {
    background: #eee;
}
table#premium-upgrade th.header.premium {
    background: var(--colour-red);
    color: #fff;
}
table#premium-upgrade tr td {
    border-bottom: 1px solid var(--colour-border);
}
table#premium-upgrade tr:last-child td {
    border: 0;
}
table#premium-upgrade td.summary {
    vertical-align: top;
    font-size: 0.9em;
}
table#premium-upgrade h3 {
    color: #666;
    font-size: 1.5em;
    font-weight: normal;
    margin: 10px 0;
}
table#premium-upgrade h3 span.big {
    font-size: 1.2em;
    display: inline-block;
} 
table#premium-upgrade h3 span.small {
    font-size: 0.5em;
    font-weight: normal;
    display: inline-block;
    width: 70px;
    text-align: left;
    font-style: italic;
}

.common-questions {
    margin-top: 25px;
}
.common-questions .item {
    float: left;
    max-width: 400px;
    height: 125px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ddd;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    padding: 10px;
}
.common-questions .item h3 {
    font-size: 1em;
    margin-top: 0;
}
.common-questions .item p {
    font-size: 0.9em;
}

#site-main.brochure {
    position: inherit;
    overflow: inherit;
}

#site-main.brochure .column-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
}

#site-main.brochure .column-wrapper h4 {
    display: inline-block;
    border-bottom: 4px solid var(--colour-midnight-highlight);
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: normal;
}

#site-main.brochure .column-wrapper img {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 30px 0 30px 50px;
}
#site-main.brochure .column-wrapper img.narrow {
    width:60%;
    min-width: 600px;
}
#site-main.brochure .column-wrapper img.narrowest {
    width:40%;
    min-width: 400px;
}

.section .inner .changelog-update-detail {
    max-width: 900px;
    margin: 0 auto;
}

.section .inner .changelog-update-detail img {
    width: 100%;
}

.section .inner .changelog-update-detail img.narrow,
.section .inner .our-story img.narrow {
    width: 80%;
    min-width: 800px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px -5px #ccc;
}
.section .inner .changelog-update-detail img.narrowest,
.section .inner .our-story img.narrowest {
    width: 60%;
    min-width: 600px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px -5px #ccc;
}
.section .inner .changelog-update-detail img.narrowest_max {
    width: 40%;
    min-width: 400px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px -5px #ccc;
}
.section .inner .changelog-update-detail img.changelog-header {
    clear: both;
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 25px auto;
}

.section .inner .changelog-update-detail .smalltext {
    text-align: center;
}

.section .inner .changelog-update-detail h2 {
    font-size: 1.7em;
    margin-top: 50px;
}

.section .inner .changelog-update {
    margin-bottom: 40px;
}

.section .inner .col-wrapper {
    display: grid;
    align-items: start;
    gap: 20px;
}
.section .inner.three-col .col-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.section .inner.two-col .col-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.section .inner.two-col .content .left,
.section .inner.two-col .content .right {
    float: none;
    width: 100%;
}
.section .inner.two-col .content img.left {
    margin-top: 20px;
    margin-bottom: -10px;
}
.section .inner.two-col .content .right p:last-child {
    margin-bottom: 0;
}

.section .inner .col-wrapper.why-okr-dash {
    align-items: normal;
    font-size: 1em;
}
.section .inner .why-okr-dash ul {
    list-style-type: none;
    padding-left: 0;
}
.section .inner .why-okr-dash li {
    margin-bottom: 20px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 5px;
}
.section .inner .why-okr-dash li:before {
    content: "✔";
    color: var(--colour-green);
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
    width: 16px;
    flex-shrink: 0;
}
.section .inner .why-okr-dash a {
    text-decoration: none;
}
.section .inner .why-okr-dash a:hover {
    text-decoration: underline;
}
.section .inner .why-okr-dash img.icon {
    width: 30px;
    height: 30px;
    margin: 0 0px 10px 0;
}

#slideshow {
  position: relative;
  width: 900px;
  height: 550px;
  margin: auto;
  overflow: hidden;
  border: 1px solid var(--colour-border);
  border-radius: 5px;
  box-shadow: 0 5px 15px -5px var(--colour-shadow);
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s linear;
}

#slideshow img.active {
  opacity: 1;
  z-index: 1;
}
.column-wrapper .column-content.articles-page {
    display: flex;
    gap: 30px;
}
.column-wrapper .column-content.articles-page .article-wrapper {
    flex: 1;
}
.column-wrapper .column-content.articles-page .article-wrapper h1 {
    font-size: 4em;
    line-height: 1em;
    letter-spacing: -1px;
}
.section.highlight.article-view {
    width: 300px;
    font-size: 0.9em;
}
.articles-page .article-wrapper .article-meta {
    margin: 20px 0 30px 0;
    font-size: 0.8em;
    color: #999;
}
.articles-page .article-wrapper .article-meta span.tag {
    display: inline-block;
    padding: 3px 4px 2px 4px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.article h2 {
    margin-top: 50px
}

.article blockquote {
    margin: 0 100px 0 20px;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    font-style: italic;
}
.article table {
    width: 100%;
    max-width: 700px;
}
.article table th,
.article table td {
    border: 1px solid #ccc;
}
.article table th {
    background: #eee;
}
.article img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 5px 10px -5px #ccc;
    margin: 25px 0;
}

.article blockquote > ul {
    margin-bottom: 0 !important;
}

.hr-separator {
    height: 2px;
    background: #666;
    border: 0;
    width: 100px;
    margin: 75px auto 50px auto;
}

.help {
    display: flex;
    gap: 30px;
}
.help .help-menu {
    position: sticky;
    top: 0;
    align-self: flex-start;
    width: 250px;
}
.help .help-menu h2 {
    margin-bottom: 0;
    font-size: 1.2em;
}
.help .help-menu ul {
    padding: 30px 20px 30px 30px;
    margin-top: 5px;
}
.help .help-menu ul li {
    margin-bottom: 5px;
    font-size: 0.8em;
}
.help .help-content {
    flex-grow: 1;
}
.help .help-content h1 {
    display: flex;
}
.help .help-content h1 .beta-badge {
    margin-left: 15px;
    background: #9333ea;
    color: #fff;
    font-size: 0.3em;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 2px 6px;
    border-radius: var(--border-radius);
    align-self: center;
}

.articles-list {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0 0 0;
    padding: 0;
}
.articles-list li {
    list-style: none;
    border: 1px solid var(--colour-border-light);
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 5px 5px -5px var(--colour-shadow);
}
.articles-list li .article-image {
    margin: 0 0 15px 0 !important;
    border-radius: 5px;
}
.articles-list li h3 {
    margin: 0;
    font-size: 1em;
}
.articles-list li .article-description {
    font-size: 0.9em;
}
.articles-list li .article-date {
    font-size: 0.8em;
    color: var(--colour-border);
    margin-top: 0;
}

/* Testimonials */
.testimonials-section {
    background: #2e3141;
    padding: 1px 0;
}
.testimonials-section .inner p.label {
    color: #6b7280;
}
.testimonials-section .inner h2 {
    max-width: 70%;
    color: #fff;
}
.testimonials-wall-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.testimonials-wall-wrapper::before,
.testimonials-wall-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    z-index: 1;
}
.testimonials-wall-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(46, 49, 65, 0.5), rgba(46, 49, 65, 0));
}
.testimonials-wall-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(46, 49, 65, 0.5), rgba(46, 49, 65, 0));
}
.testimonials-wall {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0;
    align-items: center;
}
.testimonial-card.testimonial-card-overflow {
    flex: 0 0 80px;
    pointer-events: none;
}
.testimonial-card.testimonial-card-overflow:first-child {
    margin-left: -90px;
    height: 100px;
}
.testimonial-card.testimonial-card-overflow:last-child {
    margin-right: -90px;
    height: 120px;
}
.testimonial-card {
    break-inside: avoid;
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}
.testimonial-card .testimonial-post-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.testimonial-card .testimonial-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--colour-midnight);
    color: #fff;
    font-weight: bold;
    font-size: 0.65em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.testimonial-card .testimonial-meta {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    line-height: 1.3em;
    font-size: 0.82em;
}
.testimonial-card .testimonial-meta strong {
    font-size: 1em;
    color: #999;
}
.testimonial-card .testimonial-meta span {
    font-size: 1em;
    color: #999;
}
.testimonial-card .testimonial-meta span::after {
    content: " \00b7 ";
    color: #ccc;
    margin-right: 4px;
}
.testimonial-card p {
    margin: 0;
    font-size: 0.92em;
    line-height: 1.6em;
    color: #222;
    font-style: italic;
}

/* tablet + mobile */
@media only screen and (max-width: 1000px) {
    nav {
        padding: 5px 10px;
        font-size: 0.9em;
    }
    nav .logo {
        flex-basis: 75px;
    }
    nav .logo a {
        font-size: 0; /* hide! */
    }
    nav ul.menu-item {
        margin-top: 10px;
    }
    nav ul.menu-items li {
        margin: 0 10px;
    }
    nav .menu {
        justify-items: right;
    }
    nav .menu .mobile-only {
        display: inline-block;
    }
    nav .menu .mobile-only a {
        color: #fff;
    }
    nav .buttons {
        display: none;
    }
    header {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
        margin-top: 20px;
    }
    header .left h1 {
        font-size: 2.4em;
        text-align: center;
    }
    header p {
        margin: 20px 25px;
    }
    #slideshow {
        width: 90%;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
    .section.alt .inner {
        display: inherit;
    }
    .section .inner {
        padding: 25px;
    }
    .section .inner h2 {
        max-width: 100%;
        text-wrap: balance;
    }
    .section .inner.narrow h2 {
        font-size: 1.5em;
    }
    .section .inner img.left {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .section.highlight.article-view img {
        display: none;
    }
    .section.highlight.article-view .inner {
        padding: 20px;
        text-align: left;
        font-size: 0.8em;
    }

    .section .inner h3 {
        max-width: 75%;
    }

    .section.cta-section .inner {
        flex-direction: column;
        padding: 0 20px;
        margin: 75px auto;
    }
    .section.cta-section .inner .logo img {
        width: 60px;
    }

    header .left form input[type="email"],
    .section.cta-section .inner .content form input[type="email"] {
        width: 180px;
    }

    .section .inner .content .left,
    .section .inner .content .right {
        float: none;
        width: 100%;
    }

    .section .inner .content img.left {
        margin-bottom: -10px;
    }

    .section .inner.two-col .col-wrapper,
    .section .inner.three-col .col-wrapper {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr;
        max-width: 90%;
    }
    .grid div img {
        height: 100px;
    }

    .column-wrapper .column-content.articles-page {
        flex-direction: column;
    }
    .column-wrapper .column-content.articles-page .article-wrapper h1 {
        font-size: 3em;
    }
    .section.highlight.article-view {
        width: 100%;
    }

    #site-main.brochure .column-wrapper img {
        margin: 50px auto;
    }
    #site-main.brochure .column-wrapper img.narrow,
    .section .inner .our-story img.narrow {
        width: 100%;
        min-width: auto;
    }
    #site-main.brochure .column-wrapper img.narrowest,
    .section .inner .our-story img.narrowest {
        width: 100%;
        min-width: auto;
    }

    .help {
        display: block;
    }
    .help .help-menu {
        position: inherit;
    }
    .help .help-menu ul {
        padding: 15px 25px;
    }
    .help .help-content {
        border: 0;
        padding: 25px 0 0 0;
    }
    .testimonials-section .inner h2 {
        max-width: 100%;
    }
    .testimonials-wall {
        flex-wrap: wrap;
    }
    .testimonial-card {
        flex: 1 1 280px;
        margin: 0 10px;
    }
    .testimonials-wall-wrapper::before,
    .testimonials-wall-wrapper::after {
        display: none;
    }
    .testimonial-card.testimonial-card-overflow:first-child {
        margin-right: 0;
    }
    .testimonial-card.testimonial-card-overflow:last-child {
        margin-left: 0;
    }
}

/* mobile */
@media only screen and (max-width: 700px) {
    nav ul.menu-items {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-top: 1px solid #ccc;
        z-index: 100;
        padding-top: 10px;
    }
    nav ul.menu-items li {
        display: block;
        font-size: 1.3em;
    }
    nav ul.menu-items li.toggleable a {
        color: #000;
    }
    nav ul.menu-items li.toggleable a span.chevron {
        display: none;
    }
    nav ul.menu-items li.toggleable ul {
        display: block;
        position: inherit;
        border: 0;
        box-shadow: none;
        width: auto;
    }
    nav ul.menu-items li.toggleable ul li {
        margin: 0;
        padding: 10px 0 10px 20px;
        font-size: 1em;
    }
    nav .burger {
        display: block;
        font-size: 3em;
        text-decoration: none;
        toggle: show;
    }
}