/*!*********************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./scss/styles.scss ***!
  \*********************************************************************************************************************************************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

:root {
  --c-text: #000;
  --c-cta: #6dc100;
  --c-ctah: #5da700;
  --c-url: #0098d1;
  --c-border: #c9c9c9;
  --c-grey-l: #efefef;
  --c-white: #fff;
  --c-error: #b91e23;
  --c-error-bg: #f9ddde; }

.grid, .article__section, .article--casestudy {
  grid-column-gap: 1.25rem; }

.article__featurelist {
  grid-column-gap: 2.5rem; }

.article, .article__section, .article__hero, .article__featurelist {
  grid-row-gap: 2.5rem; }

.article__section--featured {
  grid-row-gap: 1.25rem; }

.article__section, .article__hero, .article__section--intro, .article__section--cta, .article__section--testimonial, .article--bg, .article--casestudy, .article__section--featured {
  grid-template-columns: 0.625rem 1fr 0.625rem; }

@media screen and (min-width: 50em) {
  .article__section {
    grid-template-columns: 2.5rem 1fr 1fr 2.5rem; } }

@media screen and (min-width: 64em) {
  .article__section {
    grid-template-columns: 5rem 1fr 1fr 5rem; } }

@media screen and (min-width: 50em) {
  .article__hero, .article__section--intro, .article__section--cta, .article__section--testimonial, .article--bg {
    grid-template-columns: 2.5rem 1fr 2.5rem; } }

@media screen and (min-width: 64em) {
  .article__hero, .article__section--intro, .article__section--cta, .article__section--testimonial, .article--bg {
    grid-template-columns: 5rem 1fr 5rem; } }

@media screen and (min-width: 50em) {
  .article--casestudy {
    grid-template-columns: 7.5rem 1fr 7.5rem; } }

@media screen and (min-width: 64em) {
  .article--casestudy {
    grid-template-columns: 12.5rem 1fr 12.5rem; } }

.grid {
  max-width: 75rem; }

.grid {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  margin: 0 auto; }

#header {
  grid-area: header;
  padding: 1.25rem; }
  @media screen and (min-width: 50em) {
    #header {
      padding: 1.25rem 2.5rem; } }
  @media screen and (min-width: 64em) {
    #header {
      padding: 1.25rem 5rem; } }

@media screen and (max-width: 49.99875em) {
  #main-nav {
    grid-area: header;
    padding: 1.25rem; } }

#footer {
  grid-area: footer;
  display: grid;
  grid-template-columns: minmax(max-content, 1fr);
  padding: 1.25rem; }
  @media screen and (min-width: 50em) {
    #footer {
      grid-template-columns: repeat(2, minmax(max-content, 1fr));
      padding: 2.5rem; } }
  @media screen and (min-width: 64em) {
    #footer {
      grid-template-columns: repeat(4, minmax(max-content, 1fr));
      padding: 2.5rem 5rem; } }

#main {
  grid-area: main;
  /*display:grid;*/ }

.article {
  display: grid; }
  .article__image {
    grid-area: article__image; }
  .article__text {
    grid-area: article__text; }
  .article__headline {
    grid-area: article__headline; }
  .article__cta {
    grid-column: 1; }
  .article__section {
    /*grid-column: 1;*/
    display: grid;
    grid-template-areas: ". . ." ". article__image ." ". article__text ."; }
    .article__section.no-image {
      grid-template-areas: ". . ." ". article__text ."; }
      .article__section.no-image + .no-image {
        grid-template-areas: ". article__text ."; }
    @media screen and (min-width: 50em) {
      .article__section {
        grid-template-areas: ". . . ." ". article__text article__image ."; }
        .article__section.image--alt {
          grid-template-areas: ". article__text article__image ."; }
          .article__section.image--alt:nth-child(even) {
            grid-template-areas: ". article__image article__text ."; } }
  .article__hero {
    display: grid;
    grid-template-areas: ". . ." ". article__text ." ". article__image ."; }
  .article__featurelist {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-rows: auto;
    padding: 0 0.625rem; }
    @media screen and (min-width: 50em) {
      .article__featurelist {
        padding: 1.25rem 2.5rem; } }
    @media screen and (min-width: 64em) {
      .article__featurelist {
        padding: 1.25rem 5rem; } }
  .article__section--featured {
    grid-column: auto;
    grid-template-areas: ". article__image ." ". article__text ." ". . .";
    align-content: flex-start; }
    @media screen and (min-width: 50em) {
      .article__section--featured {
        grid-template-columns: 1fr;
        grid-template-areas: "article__image" "article__text" "."; } }
  @media screen and (min-width: 50em) {
    .article__section--intro, .article__section--cta, .article__section--testimonial {
      grid-template-areas: ". . ." ". article__image ." ". article__text ."; } }
  .article__section--cta {
    grid-template-areas: ". . ." ". article__image ." ". article__text ." ". . ."; }
  .article--bg {
    margin-top: 2.5rem; }
    .article--bg .article__section, .article--bg .article__cta {
      grid-column: 2; }
    .article--bg .article__section--list {
      grid-template-areas: ". . ." ". article__image ." ". article__text ." ". . ."; }
      @media screen and (min-width: 50em) {
        .article--bg .article__section--list {
          grid-template-areas: "article__text article__text article__image article__image";
          grid-template-rows: auto; } }
  .article--casestudy {
    grid-template-areas: ". . ." "article__image article__image article__image" ". article__headline ." ". article__text ."; }

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  color: var(--c-text);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  height: 100%;
  line-height: 1.375rem;
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  padding: 0; }

main {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

figure, picture {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 100%; }

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0; }

a {
  color: var(--c-url);
  text-decoration: none; }

::selection {
  background-color: var(--c-cta);
  color: var(--c-white); }

.caller, #main-nav ul a {
  line-height: 2.5rem;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  white-space: nowrap; }

#header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #header .logo {
    width: 4.375rem;
    margin-top: 0.4375rem; }
    #header .logo path {
      fill: #4e5152; }
    #header .logo:hover path {
      fill: var(--c-url); }
  @media screen and (min-width: 50em) {
    #header {
      justify-content: flex-start; }
      #header .button {
        margin-left: auto; }
      #header .logo {
        margin-right: 1.875rem; } }

#main-menu[aria-hidden=true] {
  display: none; }

.caller {
  font-weight: 700;
  cursor: pointer;
  padding: 0 0.625rem; }

#main-nav[aria-hidden=true] {
  display: none; }

@media screen and (max-width: 49.99875em) {
  #main-nav {
    position: fixed;
    left: 0;
    right: 0;
    background-color: var(--c-white);
    z-index: 1;
    top: 5rem;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border); } }

#main-nav ul {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-direction: column;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 50em) {
    #main-nav ul {
      flex-direction: row; } }
  #main-nav ul li {
    margin-right: 1.25rem;
    color: var(--c-text);
    font-weight: 300; }
    #main-nav ul li[aria-current="page"] {
      font-weight: 700; }
    @media screen and (min-width: 50em) {
      #main-nav ul li[role=presentation] {
        display: none; } }
  #main-nav ul a {
    display: block; }
    @media screen and (min-width: 50em) {
      #main-nav ul a {
        padding: 0 0.625rem; } }
  #main-nav ul .button {
    color: var(--c-white);
    font-weight: 400; }

#footer {
  background-color: var(--c-grey-l); }
  #footer h3 {
    font-size: inherit;
    line-height: inherit; }
  #footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    #footer ul li {
      display: block;
      margin-top: 0.625rem; }
    #footer ul a {
      display: block;
      font-size: inherit;
      line-height: inherit;
      text-decoration: none;
      color: inherit;
      font-weight: inherit; }

.copyright {
  grid-column: 1 / -1; }

.flowli-badge {
  text-align: center;
  margin: 2.5rem 0 0;
  grid-column: 1 / -1; }

.article {
  align-content: flex-start; }
  .article h1 + p, .article h2 + p, .article blockquote + p {
    margin-top: 1.875rem; }
  .article ul + p, .article h3 + p, .article figure + p, .article figure + blockquote, .article p + * {
    margin-top: 1.25rem; }
  .article--bg {
    background-color: var(--c-grey-l);
    padding-bottom: 2.5rem; }
    @media screen and (min-width: 50em) {
      .article--bg .article__section--list {
        padding: 1.25rem; } }
  .article--hero {
    background-color: var(--c-url); }
    .article--hero .article__text {
      color: var(--c-white);
      text-align: center; }
  .article__section--intro .article__title {
    text-align: center;
    max-width: 31.25rem; }
  @media screen and (min-width: 50em) {
    .article__section--intro p {
      padding: 0 1.25rem; } }
  .article__section--featured {
    border-bottom: 1px solid var(--c-border);
    padding-top: 0.625rem; }
    @media screen and (min-width: 50em) {
      .article__section--featured .article__text {
        padding: 0; } }
  .article__subtitle {
    font-weight: 300; }
  .article__features {
    padding: 0;
    margin: 1.25rem 0 0;
    display: block;
    list-style: none; }
    .article__features li {
      display: block;
      margin: 0.625rem 0 0;
      padding: 0 0 0 2.5rem;
      list-style: none;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1.25rem;
      background-image: url(/1c1afd558eef624eb926.svg); }
  .article__cta {
    display: block;
    text-align: center;
    padding: 0 1.875rem; }
    @media screen and (min-width: 50em) {
      .article__cta {
        padding: 0 3.75rem; } }
    .article__cta a {
      display: inline-block;
      font-weight: 700; }
  .article__section--cta figure {
    min-width: 12.5rem;
    max-width: 300px;
    margin: 0 auto; }
  .article__headline h1 {
    text-align: center; }
  .article p + h2, .article ul + h2 {
    margin-top: 2.5rem;
    line-height: 1.875rem; }
  .article__link {
    border: none;
    background-color: transparent;
    outline: none;
    color: var(--c-url);
    font-weight: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0; }
  .article__author {
    display: flex;
    justify-content: center;
    font-style: normal; }
    .article__author img {
      flex: 0 0 auto; }

.testimonial {
  font-style: italic; }
  @media screen and (min-width: 50em) {
    .testimonial {
      padding: 0 1.25rem; } }

q, blockquote {
  quotes: '\201c' '\201d';
  margin: 0; }
  q:after, q:before, blockquote:after, blockquote:before {
    color: var(--c-url);
    font-weight: 700; }
  q:before, blockquote:before {
    content: open-quote; }
  q:after, blockquote:after {
    content: close-quote; }

.filter {
  display: flex;
  list-style: none;
  flex-direction: column;
  border-bottom: 1px solid var(--c-border);
  border-top: 1px solid var(--c-border);
  width: 100%;
  grid-column: 1/-1;
  padding: 0.625rem;
  margin: 0; }
  .filter button {
    font-weight: 300;
    cursor: pointer;
    line-height: 1.875rem; }
    .filter button[aria-selected="true"] {
      font-weight: 700; }
  @media screen and (min-width: 50em) {
    .filter {
      flex-direction: row; } }

.filteritem[aria-hidden="true"] {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input[type=submit] {
  border: none;
  outline: none; }

button {
  outline: none;
  border: none;
  background-color: transparent;
  text-align: left; }

.button {
  display: inline-block;
  line-height: 1.875rem;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.3125rem;
  background-color: var(--c-cta);
  color: var(--c-white);
  font-weight: 400;
  cursor: pointer; }
  .button:hover, .button:focus {
    background-color: var(--c-ctah);
    color: var(--c-white);
    text-decoration: none; }
  .button__arrow {
    width: 0;
    height: 0;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    border-left: 0.625rem solid var(--c-white);
    display: inline-block;
    margin-left: 0.625rem;
    top: -2px;
    position: relative; }

input[type=text], input[type=email], input[type=url], textarea {
  border: 1px solid var(--c-grey-l);
  line-height: 1.375rem;
  padding: 0.3125rem 0.625rem;
  font-weight: 300;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus {
    border-color: var(--c-url); }
  input[type=text].error, input[type=email].error, input[type=url].error, textarea.error {
    border-color: var(--c-error);
    background-color: var(--c-error-bg); }

textarea {
  min-height: 12.5rem; }

label {
  display: block;
  margin-bottom: 0.3125rem; }
  label.error {
    position: absolute;
    right: 0;
    top: 0.3125rem;
    padding: 0 0.3125rem;
    margin: 0;
    background-color: var(--c-error);
    color: var(--c-white); }

.contact p {
  position: relative; }

span.required {
  float: right;
  color: var(--c-border);
  font-style: italic; }

#hiddenRecaptcha-error {
  position: static;
  display: inline-block; }

[data-a11y-dialog-native] > :first-child {
  display: none; }

dialog[open] {
  display: block; }

.dialog-container[aria-hidden='true'] {
  display: none; }

.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66); }

.dialog-content {
  background-color: white;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0; }

/* -------------------------------------------------------------------------- *\
 * Extra dialog styling to make it shiny
 * -------------------------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes appear {
  from {
    transform: translate(-50%, -40%);
    opacity: 0; }
  to {
    transform: translate(-50%, -50%);
    opacity: 1; } }

.dialog:not([aria-hidden='true']) > .dialog-overlay {
  animation: fade-in 200ms 1 both; }

.dialog:not([aria-hidden='true']) > .dialog-content {
  animation: appear 400ms 150ms 1 both; }

.dialog-content {
  padding: 0.625rem;
  max-width: 90%;
  border-radius: 2px; }

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 1.25rem; } }

.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9); }

.dialog-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s; }

.dialog-body {
  margin-top: 1.25rem; }

[class*=image--ratio] picture {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto; }
  [class*=image--ratio] picture:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%; }
  [class*=image--ratio] picture > img, [class*=image--ratio] picture iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

[class*=image--ratio] img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }

.image {
  overflow: hidden; }
  .image--ratio-1-1 picture:before {
    padding-top: 100%; }
  .image--ratio-2-1 picture:before {
    padding-top: 50%; }
  .image--ratio-4-3 picture:before {
    padding-top: 75%; }

.avatar {
  border-radius: 50%;
  height: 3.125rem;
  width: 3.125rem;
  margin-right: 0.625rem;
  overflow: hidden; }

html:after {
  display: none;
  content: "--small: (max-width: 800px) | --medium: (max-width: 1024px) | --xlarge: (min-width: 1024px)"; }

.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.article__section--intro .article__title, .u-centred {
  margin-left: auto;
  margin-right: auto; }

.article--bg .article__section--list, .article--bg .article__section--cta {
  border-radius: 0.625rem;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--c-white); }

label.error, span.required, .u-text-secondary {
  font-size: 1rem; }

.title--tertiary, #footer, .article__author, .button, .article__section--intro, .testimonial {
  font-size: 1.125rem; }

.caller, #main-nav ul a {
  font-size: 1.25rem; }

.title--sub, .article__title, .article__subtitle, .article__cta a, .article__headline p {
  font-size: 1.75rem; }

.title--main, .article__section--intro .article__title {
  font-size: 2.25rem; }

.u-text-secondary {
  line-height: 1.25rem; }

.title--tertiary, #footer, .article__author, .article__section--intro, .testimonial {
  line-height: 1.375rem; }

.title--sub, .article__title, .article__subtitle, .article__cta a, .article__headline p {
  line-height: 1.875rem; }

.title--main, .article__section--intro .article__title {
  line-height: 2.375rem; }

a:hover, .caller:hover, #main-nav ul a:hover, #footer ul a:hover, .article__link:hover, .filter button:hover, .u-link:hover {
  /*color: $color-link;*/
  text-decoration: underline;
  text-decoration-skip-ink: auto; }

@media screen and (min-width: 50em) {
  .article__section--intro, .testimonial {
    font-size: 1.75rem;
    line-height: 1.875rem; } }

.u-block {
  display: block; }

.u-mt {
  margin-top: 2.5rem; }

.u-mb {
  margin-bottom: 2.5rem; }

.u-mb-se {
  margin-bottom: 1.25rem; }

.u-ptb-e {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.u-ml-auto {
  margin-left: auto; }

.u-left {
  float: left; }

.u-error {
  color: var(--c-error); }

.u-tos {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !important; }

.u-align-center {
  text-align: center; }

.u-link {
  border: none;
  background-color: transparent;
  outline: none;
  color: var(--c-url); }


/*# sourceMappingURL=styles.css.map*/