﻿/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*$font-weight-bolder:          bolder !default;*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1900px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*@import "type";
@import "images";
@import "code";
*/
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1830px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";*/
/*@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";*/
/*@import "pagination";*/
/*@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "toasts";*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "utilities";*/
/*@import "print";*/
/* playfair-display-italic - latin */
@font-face {
  font-family: "PlayfairDisplay-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/Fonts/playfair-display-v30-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/Content/Fonts/playfair-display-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/playfair-display-v30-latin-italic.woff2") format("woff2"), url("/Content/Fonts/playfair-display-v30-latin-italic.woff") format("woff"), url("/Content/Fonts/playfair-display-v30-latin-italic.ttf") format("truetype"), url("/Content/Fonts/playfair-display-v30-latin-italic.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "gotham_blackregular";
  src: url("/Content/Fonts/gotham_black_regular-webfont.eot");
  src: url("/Content/Fonts/gotham_black_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/gotham_black_regular-webfont.woff2") format("woff2"), url("/Content/Fonts/gotham_black_regular-webfont.woff") format("woff"), url("/Content/Fonts/gotham_black_regular-webfont.ttf") format("truetype"), url("/Content/Fonts/gotham_black_regular-webfont.svg#gotham_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Roboto light italic */
@font-face {
  font-family: "roboto";
  font-weight: 300;
  font-style: normal;
  src: url("/Content/fonts/Roboto-Light-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-Light-webfont.woff") format("woff"), url("/Content/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-Light-webfont.svg#robotolight") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  font-weight: 300;
  font-style: italic;
  src: url("/Content/fonts/Roboto-LightItalic-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-LightItalic-webfont.woff") format("woff"), url("/Content/fonts/Roboto-LightItalic-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
  src: url("/Content/fonts/Roboto-Medium-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-Medium-webfont.woff") format("woff"), url("/Content/fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-style: italic;
  src: url("/Content/fonts/Roboto-MediumItalic-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-MediumItalic-webfont.woff2") format("woff2"), url("/Content/fonts/Roboto-MediumItalic-webfont.woff") format("woff"), url("/Content/fonts/Roboto-MediumItalic-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-MediumItalic-webfont.svg#robotomedium_italic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  font-weight: 700;
  font-style: normal;
  src: url("/Content/fonts/Roboto-Bold-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/Content/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  font-weight: 700;
  font-style: italic;
  src: url("/Content/fonts/Roboto-BoldItalic-webfont.eot"); /* IE9 Compat Modes */
  src: url("/Content/fonts/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-BoldItalic-webfont.woff2") format("woff2"), url("/Content/fonts/Roboto-BoldItalic-webfont.woff") format("woff"), url("/Content/fonts/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-BoldItalic-webfont.svg#robotobold_italic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
.hotlink {
  cursor: pointer;
}

.white {
  color: #fff;
}

.black {
  color: #23272A;
}

.text-primary {
  color: #c8d32c;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #23272A;
}

.primary-bg {
  background-color: #c8d32c;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  border-color: rgba(35, 39, 42, 0.5);
  border-top-width: 0px;
  color: transparent;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

/*
    Text
*/
.text-center {
  text-align: center;
}

.container-lg-up {
  padding-right: 20px;
  padding-left: 20px;
  /*overflow: hidden;*/
  width: calc(100% + 30px);
  margin-left: -15px;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .container-lg-up {
    padding-right: 10px;
    padding-left: 10px;
    width: 960px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .container-lg-up {
    width: 1140px;
    max-width: 100%;
  }
}
[data-debug-viewport=true] {
  border: solid 2px red;
}

html, body {
  scroll-behavior: smooth;
}

/*.inner-header {
    display: none;
}*/
.hard-stop-team {
  position: relative;
  top: -600px;
}

.pseudo-link-container {
  position: relative;
}

.pseudo-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .container-full-base {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container-full-base > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-full-base > .row > [class*=col-] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.nxt-green {
  color: #c8d32c !important;
}

.flush-first {
  margin-top: 30px;
}
.flush-first > .umb-grid > .grid-section > div > .container > .row > .column p, .flush-first > .umb-grid > .grid-section > div > .container > .row > .column h1, .flush-first > .umb-grid > .grid-section > div > .container > .row > .column h2, .flush-first > .umb-grid > .grid-section > div > .container > .row > .column h3, .flush-first > .umb-grid > .grid-section > div > .container > .row > .column h4 {
  margin-top: 0;
}
.case-study-grid-block .flush-first {
  margin-top: 10px;
}
.case-study-grid-block.no-subtitle .flush-first {
  margin-top: 30px;
}

.centered-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (min-width: 1200px) {
  .offset-xl-custom {
    margin-left: 12%;
  }
}
@media (min-width: 1500px) {
  .xxl-centered {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1900px) {
  .offset-xl-custom {
    margin-left: 11%;
  }
}
.lazy-loaded-bg.unloaded,
.lazy-lazy-loaded-bg.unloaded {
  background-image: none !important;
}

.lazy-lazy-loaded-bg {
  position: relative;
}

.lazy-intersector {
  height: 2px;
  width: 2px;
  background: transparent;
  position: absolute;
  top: -500px;
  left: 50px;
}

@media (max-width: 991.98px) {
  .lazy-loaded-bg-mob.unloaded,
  .lazy-lazy-loaded-bg-mob.unloaded {
    background-image: none !important;
  }
}
@media (max-width: 991.98px) {
  .data-with-line-ds:after {
    content: "mobile-richie";
    display: none;
  }
  [data-richie-breakpoint] {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .data-with-line-ds:after {
    content: "why-am-i-so-massive-richie";
    display: none;
  }
  [data-richie-breakpoint] {
    position: absolute;
    bottom: 0;
  }
}
/*[data-alt-parrallax] {
    position: relative;
}*/
[data-parrallax-header-intersector] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: transparent;
  max-height: 100vh;
  bottom: 0;
}

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-default {
  padding: 40px;
}

.padding-small {
  padding: 20px;
}

.padding-smallest {
  padding: 10px;
}

.padding-large {
  padding: 60px;
}

.padding-largest {
  padding: 80px;
}

.vpadding-default {
  padding: 40px 0;
}

.vpadding-small {
  padding: 20px 0;
}

.vpadding-smallest {
  padding: 10px 0;
}

.vpadding-large {
  padding: 60px 0;
}

.vpadding-largest {
  padding: 80px 0;
}

.padding-top-default {
  padding-top: 40px;
}

.padding-top-small {
  padding-top: 20px;
}

.padding-top-smallest {
  padding-top: 10px;
}

.padding-top-large {
  padding-top: 60px;
}

.padding-top-largest {
  padding-top: 80px;
}

.padding-bottom-default {
  padding-bottom: 40px;
}

.padding-bottom-small {
  padding-bottom: 20px;
}

.padding-bottom-smallest {
  padding-bottom: 10px;
}

.padding-bottom-large {
  padding-bottom: 60px;
}

.padding-bottom-largest {
  padding-bottom: 80px;
}

.hpadding-default {
  padding: 0 40px;
}

.hpadding-small {
  padding: 0 20px;
}

.hpadding-smallest {
  padding: 0 0.5555555556rem;
}

.hpadding-large {
  padding: 0 3.3333333333rem;
}

.hpadding-largest {
  padding: 0 4.4444444444rem;
}

.padding-zero {
  padding: 0 0;
}

.site-wrapper {
  padding-top: 0px;
  width: 100%;
  overflow: hidden;
}
body:not(.smooth-disabled) .site-wrapper.fixed-wrapper {
  position: fixed;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.cookie-consent .responsive-card td {
  font-size: 12px;
}
.cookie-consent .responsive-card td:nth-child(2) {
  width: 120px !important;
}
.cookie-consent .responsive-card td:nth-child(3) {
  width: 60px !important;
}
.cookie-consent .responsive-card td:nth-child(4) {
  width: 100px !important;
}
.cookie-consent .responsive-card td p {
  font-size: 12px;
}

.archive-list {
  width: 100%;
  margin: 40px 0;
  display: block;
}
.archive-list li {
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 0;
}
.archive-list li:before {
  display: none;
}
.archive-list li a {
  font-size: 24px;
  font-weight: 400;
  background-size: 0px 100%;
}
.archive-list li a:after, .archive-list li a:before {
  background: none;
}
.archive-list li a:hover {
  background-size: 100% 1px;
}
.archive-list li ul {
  padding-top: 5px;
  padding-bottom: 12px;
}
.archive-list li ul li {
  padding-bottom: 3px;
  padding-left: 20px;
}
.archive-list li ul li a {
  font-size: 16px;
  font-weight: 300;
}
.archive-list li ul li a:after, .archive-list li ul li a:before {
  background: none;
}
.archive-list .child-page-title {
  font-weight: 600;
}

li > p {
  margin: 0 !important;
}

.site-map .main-body {
  background-image: url("/Content/Images/slash-bkg.png");
}

.privacy-and-cookie-policy .main-body {
  background-image: url("/Content/Images/slash-bkg.png");
}

.terms-and-conditions .main-body {
  background-image: url("/Content/Images/slash-bkg.png");
}

.cyber-essentials-certification .main-body {
  background-image: url("/Content/Images/slash-bkg.png");
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: calc(100% - 30px) !important;
  }
}
body {
  min-height: 101vh;
}
body .white-x {
  display: none;
}
body.work .white-x {
  display: block;
  background: transparent;
  height: 5px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
body.work .white-x .white-x-sticky {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("/Content/Images/slash-bkg.png");
  width: 100%;
}
body.work .white-x .white-x-sticky:before {
  content: "";
  position: absolute;
  width: 250%;
  height: 60vh;
  background: #fff;
  transform: rotate(35deg);
  top: 144px;
  left: -350px;
  display: block;
}

.black-bkg {
  background: rgba(35, 39, 42, 0.9);
}

.grey-background {
  background: #F0F1EF;
}

.white-background {
  background: #fff;
}

.full-width-pattern {
  background-image: url("/Content/Images/slash-bkg.png");
  width: 100%;
}

@media (min-width: 768px) {
  .site-wrapper {
    margin-top: 0px;
    padding-top: 0;
  }
  .primary-nav-open .site-wrapper {
    /*margin-top: $header-offset-positive;*/
  }
  .has-scrolled-header .site-wrapper {
    /*margin-top: $header-offset-positive;*/
  }
  .header-menu-float .main-body {
    /*margin-top: $header-offset-negative;*/
  }
  .header-menu-float.primary-nav-open .site-wrapper {
    margin-top: 0;
  }
  .header-menu-float.primary-nav-open .main-body {
    margin-top: 0;
  }
  .archive-list {
    width: 80%;
    margin: 60px 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .padding-default {
    padding: 80px;
  }
  .padding-small {
    padding: 40px;
  }
  .padding-smallest {
    padding: 20px;
  }
  .padding-large {
    padding: 120px;
  }
  .padding-largest {
    padding: 160px;
  }
  .vpadding-default {
    padding: 80px 0;
  }
  .vpadding-small {
    padding: 40px 0;
  }
  .vpadding-smallest {
    padding: 20px 0;
  }
  .vpadding-large {
    padding: 120px 0;
  }
  .vpadding-largest {
    padding: 160px 0;
  }
  .padding-top-default {
    padding-top: 80px;
  }
  .padding-top-small {
    padding-top: 40px;
  }
  .padding-top-smallest {
    padding-top: 20px;
  }
  .padding-top-large {
    padding-top: 120px;
  }
  .padding-top-largest {
    padding-top: 160px;
  }
  .padding-bottom-default {
    padding-bottom: 80px;
  }
  .padding-bottom-small {
    padding-bottom: 40px;
  }
  .padding-bottom-smallest {
    padding-bottom: 20px;
  }
  .padding-bottom-large {
    padding-bottom: 120px;
  }
  .padding-bottom-largest {
    padding-bottom: 160px;
  }
  .hpadding-default {
    padding: 0 80px;
  }
  .hpadding-small {
    padding: 0 40px;
  }
  .hpadding-smallest {
    padding: 0 1.1111111111rem;
  }
  .hpadding-large {
    padding: 0 6.6666666667rem;
  }
  .hpadding-largest {
    padding: 0 8.8888888889rem;
  }
  .padding-zero {
    padding: 0 0;
  }
}
@media (min-width: 992px) {
  body {
    min-height: 101vh;
  }
  body .white-x {
    display: none;
  }
  body.work .white-x {
    display: block;
    background: transparent;
    height: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  body.work .white-x .white-x-sticky {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url("/Content/Images/slash-bkg.png");
    width: 100%;
  }
  body.work .white-x .white-x-sticky:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 77vh;
    background: #fff;
    transform: rotate(35deg);
    top: 224px;
    left: -350px;
    display: block;
  }
}
@media (min-width: 1200px) {
  body {
    min-height: 101vh;
  }
  body .white-x {
    display: none;
  }
  body.work .white-x {
    display: block;
    background: transparent;
    height: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  body.work .white-x .white-x-sticky {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url("/Content/Images/slash-bkg.png");
    width: 100%;
  }
  body.work .white-x .white-x-sticky:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 90vh;
    background: #fff;
    transform: rotate(35deg);
    top: 544px;
    left: -300px;
    display: block;
  }
}
@media (min-width: 2600px) {
  .site-wrapper {
    max-width: 2600px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
html, body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #23272A;
  font-weight: 300;
  --nxt-black: #23272A;
  --nxt-white: #fff;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #23272A;
  transition: color 0.2s ease;
}
a:hover {
  color: rgb(180, 189.9, 39.6);
  text-decoration: none;
}

p, td, label {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  color: #23272A;
  font-weight: 300;
}
p.small, td.small, label.small {
  font-size: 12.6px;
}
p.article-article-intro, td.article-article-intro, label.article-article-intro {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
p.italic, td.italic, label.italic {
  font-family: "PlayfairDisplay-Italic";
  font-size: 20px;
}
p a.richie:after, p a.richie:before, td a.richie:after, td a.richie:before, label a.richie:after, label a.richie:before {
  display: none !important;
}
p a, td a, label a {
  position: relative;
  display: inline;
  font-weight: 500;
}
p a.light, td a.light, label a.light {
  font-weight: normal;
}
p a:after, p a:before, td a:after, td a:before, label a:after, label a:before {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8d32c;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}
p a:before, td a:before, label a:before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
}
p a:hover:before, td a:hover:before, label a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
p a:hover:after, td a:hover:after, label a:hover:after {
  transform: scaleX(0);
  transition-delay: 0ms;
}

a.expanding-arrow-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.expanding-arrow-inline:after, a.expanding-arrow-inline:before {
  display: none;
}
a.expanding-arrow-inline .expanding-arrow {
  position: relative;
  top: -10px;
  width: 22px;
  margin-right: 10px;
}

ul li a {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
ul li a:after, ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8d32c;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}
ul li a:before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
}
ul li a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
ul li a:hover:after {
  transform: scaleX(0);
  transition-delay: 0ms;
}

a.animated-underline {
  position: relative;
}
a.animated-underline:after, a.animated-underline:before {
  content: "";
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #23272A;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}
a.animated-underline:before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
}
a.animated-underline:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
  background: #c8d32c;
}
a.animated-underline:hover:after {
  transform: scaleX(0);
  transition-delay: 0ms;
  background: #c8d32c;
}

hr.medium-hr {
  width: 90px;
  border-top-width: 2px;
  border-color: #c8d32c;
}

@-webkit-keyframes left-to-right-underline-animation {
  0% {
    right: 100%;
    /*width: 0%;*/
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    right: 0;
    /*width: 100%;*/
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.1em 0 20px 0;
  line-height: 1.08;
  font-weight: 700;
  color: #23272A;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  text-transform: uppercase;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
.h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 5px;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
.h1 + ul, .h2 + ul, .h3 + ul, .h4 + ul, .h5 + ul, .h6 + ul {
  margin-top: 5px;
}

h1,
.h1 {
  font-size: 26px;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 22px;
  line-height: 24px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 1.08;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}
.smaller-h1 {
  font-size: 36px;
}

/*p.h3 {
    font-size: $font-size-h3;
}*/
p.small {
  font-size: 0.9rem;
}

p.intro {
  font-size: 20px;
  line-height: 28px;
}

.subtitle {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  color: #c8d32c;
}

.default-italic-subtitle {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 18px;
}

@media (min-width: 768px) {
  .default-italic-subtitle {
    font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
    font-size: 23px;
  }
}
/*p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
    margin-top: 50px * $mobile-scale-factor;
}*/
ul {
  padding-left: 0;
  display: inline-block;
}
ul li {
  font-size: 1rem;
  color: #23272A;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 42px;
  position: relative;
  font-weight: 300;
  line-height: 1.6;
}
ul li:before {
  content: "";
  display: block;
  background: #c8d32c;
  width: 6px;
  height: 6px;
  /*border-radius: 5px;*/
  position: absolute;
  left: 21px;
  top: 10px;
}
ul li a {
  font-size: 1rem;
}
ul li ul {
  display: block;
  padding-top: 12px;
}

/*Original ol styles
ol {
    li {
        padding-bottom: 5px;
    }

    ol {
        padding-top: 12px;
    }
}*/
ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol.alpha {
  counter-reset: list;
}
ol.alpha li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list !important;
}
ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1.6;
}
ol li a {
  font-weight: 500;
}
ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
ol li ol {
  margin-top: 10px;
}
ol li ol li {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}
ol li ol li a {
  font-weight: 500;
}
ol li ol li:before {
  content: counters(item, ".") " ";
}

.two-column-bullets {
  padding-bottom: 30px;
  padding-top: 30px;
}
.two-column-bullets ul li:before {
  background: rgba(35, 39, 42, 0.8);
}

table {
  border: none !important;
  border-collapse: collapse;
  margin-bottom: 40px;
}
table thead td,
table thead th,
table th {
  background: #c8d32c;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  border: none;
}
table tbody td {
  text-align: left;
  border-bottom: solid 1px rgba(35, 39, 42, 0.2);
  border-left: none;
  border-right: none;
}

p + table {
  margin-top: 40px;
}

table.responsive-card {
  table-layout: fixed;
}
table.responsive-card thead td,
table.responsive-card thead th {
  background: #c8d32c;
  text-align: left;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
table.responsive-card tbody td {
  text-align: left;
  border-bottom: solid 1px rgba(35, 39, 42, 0.2);
  font-size: 12px;
}
table.responsive-card tbody td p {
  font-size: 12px;
  margin: 0;
}

table.responsive-card {
  display: block;
  width: 100% !important;
  height: auto !important;
}
table.responsive-card th {
  text-align: left;
}
table.responsive-card th, table.responsive-card td {
  padding: 10px;
  margin: 0;
  width: auto !important;
}
table.responsive-card td {
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding-left: 50%;
  position: relative;
  font-size: 12px;
}
table.responsive-card td a {
  word-break: break-all;
}
table.responsive-card td p {
  display: inline;
}
table.responsive-card td:before {
  content: attr(data-content);
  display: inline-block !important;
  padding-right: 20px;
  text-align: left;
  width: 100%;
  margin-left: -100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
table.responsive-card td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 20px);
  z-index: 1;
  background: #c8d32c;
}
table.responsive-card tr {
  display: block;
  overflow: hidden;
  width: 100%;
  border-top: solid 1px rgba(35, 39, 42, 0.2);
}
table.responsive-card tbody {
  display: block;
  width: 100%;
}
table.responsive-card thead {
  display: none;
}

@media (min-width: 768px) {
  p.intro {
    font-size: 24px;
    line-height: 32px;
  }
  table.responsive-card {
    display: table;
    width: 100%;
  }
  table.responsive-card tbody td {
    text-align: left;
    padding: 20px;
  }
  table.responsive-card thead {
    display: table-header-group;
  }
  table.responsive-card thead th, table.responsive-card thead td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
  }
  table.responsive-card thead tr {
    border-top: none;
    display: table-row;
  }
  table.responsive-card tbody {
    display: table-row-group;
  }
  table.responsive-card tbody tr {
    display: table-row;
  }
  table.responsive-card tbody tr td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
  }
  table.responsive-card tbody tr td p {
    display: block;
  }
  table.responsive-card td:before, table.responsive-card td:after {
    display: none !important;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 18px;
    line-height: 29px;
  }
  p, td, label, th {
    font-size: 1rem;
  }
  p a, td a, label a, th a {
    display: inline-block;
  }
  p.small, td.small, label.small, th.small {
    font-size: 0.8rem;
  }
  /*        p + h1,
          p + h2,
          p + h3,
          p + h4,
          p + h5,
          p + h6,
          ul + h1,
          ul + h2,
          ul + h3,
          ul + h4,
          ul + h5,
          ul + h6 {
              margin-top: 50px;
          }*/
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 1.08;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  p.h3 {
    font-size: 30px;
  }
  ul li {
    font-size: 18px;
  }
  ul li a {
    font-size: 18px;
  }
  .subtitle {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 18px;
    line-height: 29px;
  }
  p, td, label, th {
    font-size: 1rem;
    line-height: 1.6;
  }
  p.small, td.small, label.small, th.small {
    font-size: 0.8rem;
  }
  /*        p + h1,
          p + h2,
          p + h3,
          p + h4,
          p + h5,
          p + h6,
          ul + h1,
          ul + h2,
          ul + h3,
          ul + h4,
          ul + h5,
          ul + h6 {
              margin-top: 50px;
          }*/
  /*  h1,
    .h1 {
        font-size: $font-size-h1;
    }*/
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  p.h3 {
    font-size: 30px;
  }
  ul li {
    font-size: 18px;
  }
  ul li a {
    font-size: 18px;
  }
  .subtitle {
    font-size: 23px;
  }
}
.generic-leadin {
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 18px;
}
.generic-leadin.generic-leadin-green-grey {
  color: #A6ACA2;
}

@media (min-width: 768px) {
  .generic-leadin {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 52px;
  }
  .generic-leadin.generic-leadin-large {
    font-size: 23px;
  }
}
@media (min-width: 2400px) {
  p, td, label {
    font-size: 20px;
  }
  ol li {
    font-size: 20px;
  }
  ul li {
    font-size: 20px;
  }
}
@font-face {
  font-family: "nxt-generic";
  src: url("/Content/fonts/icons/nxt-generic.eot");
  src: url("/Content/fonts/icons/nxt-generic.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/icons/nxt-generic.woff") format("woff"), url("/Content/fonts/icons/nxt-generic.ttf") format("truetype"), url("/Content/fonts/icons/nxt-generic.svg#nxt-generic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before, .case-study-quote blockquote:before, .block-blockquote blockquote:before, .testimonial-carousel-item:before, [class^=icon-]:before,
[class*=" icon-"]:before, [data-icon]:before {
  font-family: "nxt-generic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-email:before {
  content: "a";
}

.icon-icon-facebook:before {
  content: "b";
}

.icon-icon-linkedin:before {
  content: "c";
}

.icon-icon-telephone:before {
  content: "d";
}

.icon-icon-twitter:before {
  content: "e";
}

.icon-icon-plus-circle:before {
  content: "f";
}

.icon-icon-minus-circle:before {
  content: "g";
}

.icon-icon-search:before {
  content: "h";
}

.icon-icon-share:before {
  content: "i";
}

.icon-icon-pdf:before {
  content: "j";
}

.icon-icon-lock-01:before {
  content: "k";
}

.icon-icon-close:before {
  content: "l";
}

.icon-icon-filled-star:before {
  content: "m";
}

.icon-icon-heart:before {
  content: "n";
}

.icon-icon-youtube:before {
  content: "o";
}

.icon-icon-tick:before {
  content: "p";
}

.icon-icon-quote:before {
  content: "q";
}

.icon-icon-twitter-1:before {
  content: "r";
}

.icon-icon-linkedin-1:before {
  content: "s";
}

.icon-icon-facebook-1:before {
  content: "t";
}

.icon-icon-arrow1:before {
  content: "u";
}

.icon-red-icon-setup-copy-arrow-right-2:before {
  content: "v";
}

.icon-icon-left-arrow:before {
  content: "w";
}

.icon-icon-right-arrow:before {
  content: "x";
}

.icon-icon-quote-1:before {
  content: "y";
}

.icon-icon-marker:before {
  content: "z";
}

.icon-icon-quote-2:before {
  content: "A";
}

@font-face {
  font-family: "nxt-new-site";
  src: url("/content/Fonts/icons/nxt-new-site.eot");
  src: url("/content/Fonts/icons/nxt-new-site.eot?#iefix") format("embedded-opentype"), url("/content/Fonts/icons/nxt-new-site.woff") format("woff"), url("/content/Fonts/icons/nxt-new-site.ttf") format("truetype"), url("/content/Fonts/icons/nxt-new-site.svg#nxt-new-site") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "nxt-new-site" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "nxt-new-site" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "a";
}

/*Scott Arrows*/
/*.expanding-arrow {
    background-image: linear-gradient($theme-primary,$theme-primary);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    width: 30px;
    height: 30px;
    display: block;
    position: relative;

    &:before {
        content: "";
        width: 2px;
        height: 12px;
        position: absolute;
        right: 3px;
        top: 19px;
        background-color: $theme-primary;
        transform: rotate(-45deg);
    }

    &:after {
        content: "";
        width: 2px;
        height: 12px;
        position: absolute;
        right: 3px;
        bottom: -9px;
        background-color: $theme-primary;
        transform: rotate(45deg);
    }

    &.reverse-arrow {
        transform: rotateY(-180deg);
    }

}

.expanding-arrow-parent:hover {
    .expanding-arrow {
        background-size: 100% 2px;
        transition: background-size .2s ease;
        cursor: pointer;
        width: 40px;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }
}*/
/*  Scott test https://codepen.io/t_afif/pen/wvdvYPJ-- */
.expanding-arrow {
  width: 36px;
  height: 20px;
  display: grid;
  overflow: hidden;
  margin-top: 19px;
  /*background: red;*/
}
.expanding-arrow.reverse-arrow {
  transform: rotateY(-180deg);
}

.expanding-arrow:before,
.expanding-arrow:after {
  content: "";
  grid-area: 1/1;
  background-image: url("/content/images/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* background: currentColor;
  clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));*/
  transform: translate(calc(0% + var(--s, 0%)));
}
.expanding-arrow-parent:hover .expanding-arrow:before,
.expanding-arrow-parent:hover .expanding-arrow:after {
  animation: a5 0.5s;
}

.expanding-arrow:after {
  --s: -100%;
}

@keyframes a5 {
  80%, 100% {
    transform: translate(calc(100% + var(--s, 0%)));
  }
}
/*.arrow-5 {
    width: 26px;
    height: 20px;
    display: grid;
    overflow: hidden;

    &:before, &:after {
        content: "";
        grid-area: 1/1;*/
/*    background: currentColor;*/
/*clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));*/
/*background-image: url('/content/images/arrow-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: a5 1s infinite;
    transform: translate(calc(0% + var(--s,50%)));
}

&:after {
    --s: -100%;
}*/
/* &:before {
    animation: a5 2s;
}*/
/*@keyframes a5 {
    80%,100% {
        transform: translate(calc(100% + var(--s,0%)))
    }*/
/*   0% {
    opacity: 1;
}

100% {
    opacity: 1;
}*/
/*}
}*/
/*

.css-bnbmc5 {
    font-size: 1.833rem;
    height: calc(2.7495rem);
    user-select: none;
    -webkit-box-align: center;
    align-items: center;
    transition: color 200ms ease 0s;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    min-width: 1.5rem;
    margin-left: 0.75rem;
}

.css-1ckl8y4 {
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin: 0 -0.075em;
    display: inline-grid;
    grid-template: 1/1;
}

.css-jyc14k {
    height: 100%;
    line-height: 0;
}

.css-1krb9jt {
    height: 1em;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
} */
.diagonal-pattern-background {
  background-color: #e0e0e0;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
}

/*.NXT-logo {
    height: 100px;
    width: 100px;
    margin-left: 200px;
    background-color: $theme-primary;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}*/
.insights-section {
  width: calc(100% - 100px);
  margin: 50px;
  background-color: #fcfcfc;
  position: relative;
  top: 100px;
  padding: 100px 50px;
}
.insights-section h1 {
  text-transform: uppercase;
}
.insights-section hr {
  width: 70px;
  height: 2px;
  color: #c8d32c;
  background-color: #c8d32c;
  border: none;
  display: block;
  margin-left: 0;
}

.insights-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(600px, 600px);
  grid-gap: 40px;
  background-color: #fcfcfc;
  margin-top: 50px;
}

.block-section-wrapper {
  background-color: #23272A;
  padding-bottom: 65px;
}
.block-section-wrapper.umbraco-page-block-underlay {
  margin-top: -150px;
  padding-top: 60px;
}

@media only screen and (max-width: 1500px) {
  .insights-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .insights-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .block-section-wrapper.block-underlay {
    margin-top: -540px;
    padding-top: 200px;
    margin-bottom: 180px;
  }
}
.insights-item {
  background-color: #fcfcfc;
  position: relative;
}

.insights-image {
  width: 100%;
  height: 300px;
  background-color: grey;
}
.insights-image img {
  height: 100%;
  width: 100%;
}

.insights-text-container {
  width: 90%;
  height: 400px;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  padding: 30px;
}
.insights-text-container .insights-date {
  color: #c8d32c;
  font-family: "PlayfairDisplay-Italic";
  font-size: 18px;
}
.insights-text-container h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 1.1;
  margin-top: 10px;
}
.insights-text-container .insights-text {
  color: #8A8A8A;
  font-family: "Made Evolve Sans Light";
  font-size: 18px;
}
.insights-text-container a {
  color: #c8d32c;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Made Evolve Sans Regular";
  width: 40%;
}
.insights-text-container .diagonal-pattern-block {
  width: 200px;
  height: 20px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 30px;
  width: 55%;
}

.example-block-section {
  background: rgba(35, 39, 42, 0.4);
  padding: 30px 0;
}
.example-block-section p {
  color: rgba(255, 255, 255, 0.7);
}

.latest-insights-block-container {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.latest-insights-block-container .full-width-pattern {
  background-image: url("/Content/Images/slash-bkg.png");
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-insights-block-container .insights-content {
  margin-top: 50px;
  position: relative;
}
.latest-insights-block-container .insights-content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -70px;
  right: -70px;
  /*z-index: -1;*/
  background-color: #fff;
  height: 500px;
}

/*.services-banner {
    width: 100%;
    height: 100vh;
    background-image: url('/Content/Images/code-on-screen.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;

    .services-banner-overlay {
        width: 100%;
        height: 100%;
        background: $black-opacity-60;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }


    .services-inner-banner {
        z-index: 3;
        position: absolute;
        top: -50%;
        transform: translate3d(0%, 50%, 100px);

        &::before{
            content: "";
            display: none;
        }

        .services-banner-label {
            color: $theme-primary;
            font-size: 20px;
            line-height: 33px;
            font-family: $font-stack-touches;

        }

        .services-banner-title {
            color: $white-opacity-90;
            margin-top: 20px;
            font-size: $mobile-font-size-h1;
        }
    }
}

@include media-breakpoint-up(md) {
    .services-banner {
        height: 1280px;

        .services-inner-banner {
            &::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: -30px;
                border-left: 2px solid $theme-primary;
                height: 100%;
            }

            .services-banner-label {
                font-size: 25px;
            }

            .services-banner-title {
                font-size: $font-size-h1;
            }
        }
    }
}*/
.two-column-banner-with-ctas {
  padding-top: 340px;
  padding-bottom: 60px;
  background-image: url("/Content/Images/Home-X-overlay-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.two-column-banner-with-ctas .two-column-banner-with-ctas-title {
  color: #fff;
  font-size: 22px;
}
.two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
  font-size: 28px;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
  font-size: 70px;
  color: #c8d32c;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  line-height: 0.75;
}
.two-column-banner-with-ctas p {
  color: rgba(255, 255, 255, 0.8);
}
.two-column-banner-with-ctas a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}
.two-column-banner-with-ctas a:hover {
  color: #c8d32c;
  transition: color 0.2s ease;
}
.two-column-banner-with-ctas ul li {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .ds-sectors {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ds-sectors-button {
    padding-top: 40px;
  }
  .ds-sectors-button .btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ds-sectors {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .ds-sectors {
    padding-top: 20px;
  }
}
.banner-ctas {
  width: 100%;
  position: relative;
  top: 0px;
  padding: 30px 0 100px 0;
  margin-bottom: -300px;
}
.banner-ctas .owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.banner-ctas .owl-carousel .owl-dots .owl-dot {
  height: 6px;
  width: 30px;
  background: #A6ACA2;
  margin: 5px;
}
.banner-ctas .owl-carousel .owl-dots .owl-dot.active {
  background: #c8d32c;
}
.banner-ctas .banner-ctas-inner-container {
  display: flex;
  flex-direction: column;
  /*margin-left: -10px;
  margin-right: -10px;*/
  width: 100%;
}
.banner-ctas .banner-ctas-inner-container .banner-cta {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #EAEBE9;
  padding: 30px 30px 100px 30px;
  position: relative;
  height: 533px;
  z-index: 2;
  /* &:hover {
       .banner-cta-link {
           right: 66px;
           transition: all 0.4s ease-in-out;
       }
   }*/
}
.banner-ctas .banner-ctas-inner-container .banner-cta img {
  width: 88px;
}
.banner-ctas .banner-ctas-inner-container .banner-cta a img {
  width: 40px;
}
.banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-title {
  position: relative;
  margin-bottom: 40px;
  margin-top: 25px;
  font-size: 28px;
  line-height: 1.2;
}
.banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background: #c8d32c;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-link {
  position: absolute;
  bottom: 50px;
}
.banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-link.btn {
  font-size: 16px;
  padding: 15px;
}

/*@include media-breakpoint-down(md) {
    .two-column-banner-with-ctas {
        .two-column-banner-with-ctas-subtitle {
            p {
                max-width: 150px;
            }
        }
    }
}*/
@media (min-width: 576px) and (max-width: 991.98px) {
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle {
    justify-content: center;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    max-width: 250px;
    font-size: 36px;
    padding-left: 10px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
    font-size: 108px;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .two-column-banner-with-ctas {
    padding-top: 380px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .banner-ctas .banner-ctas-inner-container {
    width: 100%;
    margin: auto;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .banner-ctas .banner-ctas-inner-container {
    width: calc(100% - 30px);
    margin: auto;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 450px;
  }
}
@media (max-width: 450px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 500px;
  }
}
@media (max-width: 360px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 550px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    font-size: 22px;
    line-height: 1.2;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
    font-size: 64px;
    line-height: 0.75;
  }
}
@media (max-width: 310px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 600px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    font-size: 18px;
    line-height: 1.2;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
    font-size: 50px;
    line-height: 0.75;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-fluid-xl-down {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 576px) {
  .container-fluid-xl-down {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 768px) {
  .container-fluid-xl-down {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 992px) {
  .container-fluid-xl-down {
    max-width: 960px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1200px) {
  .container-fluid-xl-down {
    max-width: 1150px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1500px) {
  .container-fluid-xl-down {
    max-width: 1300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1900px) {
  .container-fluid-xl-down {
    max-width: 1830px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-ctas .owl-stage {
    margin-left: -100px !important;
  }
  .banner-ctas .banner-cta {
    max-width: calc(768px - 64px);
  }
  .container-fluid-xl-down {
    width: 100%;
    max-width: 100%;
    padding-left: calc((100% - 768px) / 2);
  }
  .banner-ctas .owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    transform: translateX(-50%);
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-ctas .owl-stage {
    margin-left: -100px !important;
  }
  .banner-ctas .banner-cta {
    max-width: calc(992px - 64px);
  }
  .container-fluid-xl-down {
    width: 100%;
    max-width: 100%;
    padding-left: calc((100% - 992px) / 2);
  }
  .banner-ctas .owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    transform: translateX(-50%);
    display: flex;
  }
}
@media (min-width: 1200px) {
  .container-fluid-xl-down {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-fluid-xl-down {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-fluid-xl-down {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-fluid-xl-down {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-fluid-xl-down {
    max-width: 1150px;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .container-fluid-xl-down {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) and (min-width: 1900px) {
  .container-fluid-xl-down {
    max-width: 1830px;
  }
}
@media (min-width: 768px) {
  .two-column-banner-with-ctas {
    /*top: -325px;*/
    padding-bottom: 20px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-title {
    font-size: 34px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    /*font-size: 40px;*/
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
    /*font-size: 130px;*/
  }
  .two-column-banner-with-ctas ul {
    columns: 2;
  }
  .banner-ctas {
    top: -20px;
    margin-bottom: -340px;
    padding: 50px 0 100px 0;
    background-image: url("/Content/Images/slash-bkg.png");
  }
  .banner-ctas > .container-fluid {
    padding-right: 0;
  }
  .banner-ctas .owl-stage {
    margin-left: -100px;
  }
  .banner-ctas .banner-ctas-inner-container {
    /* flex-direction: row;*/
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    /*&.last {
        margin-right: 0;
    }

    &.first {
        margin-left: 0;
    }*/
    padding: 30px 66px 100px 66px;
    min-height: 543px;
    z-index: 2;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .banner-ctas .owl-stage {
    margin-left: 0;
  }
  .banner-ctas > .container-fluid {
    padding-right: 16px;
  }
  .banner-ctas .banner-ctas-inner-container {
    /*     flex-direction: row;*/
  }
  .two-column-banner-with-ctas {
    padding-bottom: 100px;
  }
  .two-column-banner-with-ctas ul {
    columns: 1;
  }
}
@media (min-width: 1200px) {
  .banner-ctas {
    margin-bottom: -340px;
  }
  .banner-ctas .banner-ctas-inner-container {
    flex-direction: row;
    margin-left: 0;
    margin-right: -10px;
    flex-wrap: wrap;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    width: calc(50% - 20px);
    margin: 10px;
    display: flex;
    height: 540px;
    min-height: 540px;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta img {
    margin-right: 50px;
    margin-top: 30px;
  }
  .two-column-banner-with-ctas {
    padding-top: 380px;
  }
}
@media (min-width: 1500px) {
  .two-column-banner-with-ctas {
    padding-top: 340px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p {
    font-size: 40px;
  }
  .two-column-banner-with-ctas .two-column-banner-with-ctas-subtitle p.number {
    font-size: 130px;
  }
  .banner-ctas {
    margin-bottom: -320px;
  }
  .banner-ctas .owl-stage {
    margin-left: 0;
  }
  .banner-ctas .banner-ctas-inner-container {
    /*  margin-left: 0;
      margin-right: 0;*/
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .services-bottom-lionel.lionel {
    top: 100px;
  }
}
@media (min-width: 1500px) and (max-width: 1899.98px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta .banner-cta-title {
    font-size: 32px;
  }
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    min-height: 590px;
  }
}
@media (min-width: 1500px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    height: 450px;
    max-height: 450px;
  }
}
@media (min-width: 2400px) {
  .banner-ctas .banner-ctas-inner-container .banner-cta {
    min-height: 568px;
  }
}
.technologies-banner {
  position: relative;
  top: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.technologies-banner .technologies-banner-label {
  font-size: 18px;
  line-height: 24px;
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  margin-top: 0;
}
.technologies-banner .technologies-banner-title {
  margin-top: 0;
  font-size: 22px;
}
.technologies-banner .technologies-logos-container {
  margin-top: 0px;
}
.technologies-banner .technologies-logos-container img {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .technologies-banner {
    /*top: -530px;*/
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .technologies-banner .technologies-banner-label {
    font-size: 23px;
  }
  .technologies-banner .technologies-banner-title {
    font-size: 34px;
  }
  .technologies-banner .technologies-logos-container {
    margin-top: 0px;
  }
  .technologies-banner .technologies-logos-container img {
    margin-top: 0;
  }
}
.centered-cta-banner {
  background-color: #C7CEC3;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.centered-cta-banner .centered-cta-banner-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-size: 22px;
  margin-top: 0;
  font-size: 20px;
}
.centered-cta-banner .centered-cta-banner-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.centered-cta-banner .centered-cta-banner-text {
  text-align: center;
  color: black !important;
}
.centered-cta-banner .button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .centered-cta-banner {
    /*top: -530px;*/
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  .centered-cta-banner .centered-cta-banner-title {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .centered-cta-banner .centered-cta-banner-text {
    text-align: center;
    max-width: 820px;
    margin: auto;
    font-size: 21px;
  }
  .centered-cta-banner .button-container {
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
  }
}
.opening-service-banner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 180px;
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.opening-service-banner-title {
  margin-top: 0;
}

.opening-service-banner-image-container {
  position: relative;
}

.opening-service-banner-image-one {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
}

.opening-service-banner-image-two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.opening-service-banner-image-one {
  height: 198px;
  width: 198px;
  bottom: -420px;
  z-index: 4;
  left: 0;
}

.opening-service-banner-image-two {
  height: 319px;
  width: 254px;
  right: 0;
  top: 30px;
  z-index: 3;
}

.services-back {
  display: block;
  filter: grayscale(100);
  margin-top: -20px;
  margin-bottom: 20px;
}
.services-back .expanding-arrow {
  transform: rotate(-180deg);
  transform-origin: center;
}

.service-sub-image-wrapper img {
  max-width: 361px;
  width: 90%;
  height: unset;
}

@media (max-width: 991.98px) {
  .service-sub-image-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
  .service-sub-image-wrapper img {
    max-width: 30vw;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .opening-service-banner {
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    padding-right: initial;
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .services-back {
    display: block;
    filter: grayscale(100);
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .services-back .expanding-arrow {
    transform: rotate(-180deg);
    transform-origin: center;
  }
  .opening-service-banner-image-one {
    height: 268px;
    width: 268px;
    bottom: -470px;
    z-index: 4;
    right: 330px;
    left: initial;
  }
  .opening-service-banner-image-two {
    height: 509px;
    width: 384px;
    right: 0;
    top: 30px;
    z-index: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-back .expanding-arrow {
    width: 23px;
  }
}
@media (max-width: 991.98px) {
  .centered-m-links .btn,
  .centered-m-links .expanding-arrow-inline,
  .strategy-links .btn,
  .strategy-links .expanding-arrow-inline {
    width: 100%;
    display: block;
    text-align: center;
  }
  .strategy-links.with-margin {
    margin-top: 40px;
  }
  .strategy-links .expanding-arrow-inline {
    display: flex;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .strategy-links.with-margin.tad {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .services-back {
    display: block;
    margin-bottom: -23px;
    filter: grayscale(100);
    margin-top: 0;
  }
  .services-back .expanding-arrow {
    transform: rotate(-180deg);
    transform-origin: center;
  }
  .opening-service-banner .opening-service-banner-image-one {
    height: 368px;
    width: 368px;
    bottom: -510px;
    z-index: 4;
    right: 380px;
  }
  .opening-service-banner .opening-service-banner-image-two {
    height: 569px;
    width: 454px;
    right: 0;
    top: 30px;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .opening-service-banner {
    position: relative;
    padding-top: 115px;
    padding-bottom: 115px;
    z-index: 2;
    margin-bottom: -300px;
    min-height: 800px;
  }
  .opening-service-banner.white-bg {
    background: transparent;
  }
  .opening-service-banner.white-bg:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 83.33334%;
  }
  .opening-service-banner .opening-service-banner-image-container .opening-service-banner-image-one {
    height: 378px;
    width: 378px;
    bottom: -750px;
    left: 10px;
    z-index: 4;
  }
  .opening-service-banner .opening-service-banner-image-container .opening-service-banner-image-two {
    height: 669px;
    width: 514px;
    right: 0;
    top: -60px;
    z-index: 3;
  }
}
.sc-images-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 992px) {
  .sc-images {
    margin-top: 40px;
  }
}
.two-column-bullet-list-banner {
  background: #23272A;
  padding-top: 60px;
  padding-bottom: 60px;
}
.two-column-bullet-list-banner.two-column-bullet-list-banner-sc {
  padding-top: 40px;
  padding-bottom: 70px;
}
.two-column-bullet-list-banner .two-column-bullet-list-banner-label {
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 16px;
}
.two-column-bullet-list-banner .two-column-bullet-list-banner-title {
  color: #fff;
  margin-top: 0;
}
.two-column-bullet-list-banner .two-column-bullet-list-banner-title .dont-break {
  display: inline-block;
}
.two-column-bullet-list-banner ul.two-column-bullet-list,
.two-column-bullet-list-banner ul.one-column-bullet-list {
  columns: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  padding-left: 20px;
}
.two-column-bullet-list-banner ul.two-column-bullet-list li,
.two-column-bullet-list-banner ul.one-column-bullet-list li {
  color: rgba(255, 255, 255, 0.8);
  /*line-height: 30px;*/
  padding-bottom: 18px;
}
.two-column-bullet-list-banner ul.one-column-bullet-list {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
.two-column-bullet-list-banner ul.one-column-bullet-list.first {
  margin-top: 40px;
}
.two-column-bullet-list-banner ul.one-column-bullet-list.last {
  margin-top: 40px;
  margin-bottom: 40px;
}
.two-column-bullet-list-banner ul {
  padding-left: 20px;
}
.two-column-bullet-list-banner ul li {
  color: #fff;
  padding-bottom: 18px;
}
.two-column-bullet-list-banner ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.two-column-bullet-list-banner h3 {
  color: #fff;
}
.two-column-bullet-list-banner p {
  color: rgba(255, 255, 255, 0.8);
}
.two-column-bullet-list-banner p a {
  color: rgba(255, 255, 255, 0.8);
}
.two-column-bullet-list-banner p.generic-leadin {
  color: #c8d32c;
}
.two-column-bullet-list-banner .logos-container {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .two-column-bullet-list-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .two-column-bullet-list-banner.two-column-bullet-list-banner-sc {
    padding-top: 60px;
    padding-bottom: 300px;
  }
}
@media (min-width: 768px) {
  .two-column-bullet-list-banner {
    padding: 180px 0;
  }
  .two-column-bullet-list-banner .two-column-bullet-list-banner-label {
    font-size: 18px;
  }
  .two-column-bullet-list-banner ul.two-column-bullet-list {
    columns: 2;
    padding-left: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .two-column-bullet-list-banner ul.one-column-bullet-list {
    /*padding-left: 50px;
    margin-top: 60px;
    margin-bottom: 60px;*/
  }
  .flex-right {
    display: flex;
    justify-content: flex-end;
  }
  .btn.align-with-link {
    position: relative;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .two-column-bullet-list-banner.two-column-bullet-list-banner-sc {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .two-column-bullet-list-banner.two-column-bullet-list-banner-sc {
    padding-bottom: 400px;
  }
}
@media (min-width: 1200px) {
  .two-column-bullet-list-banner ul.one-column-bullet-list {
    padding-left: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .two-column-bullet-list-banner.two-column-bullet-list-banner-sc {
    padding-top: 300px;
  }
}
.bullet-list-with-logos-banner {
  margin-bottom: -100px;
  z-index: 4;
}
.bullet-list-with-logos-banner .grey-background {
  background: #F0F1EF;
  padding: 65px 0;
  position: relative;
  top: 0;
  margin-top: -40px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.bullet-list-with-logos-banner .grey-background .bullet-list-with-logos-banner-label {
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 18px;
}
.bullet-list-with-logos-banner .grey-background .bullet-list-with-logos-banner-title {
  margin-top: 0;
}
.bullet-list-with-logos-banner .grey-background ul.bullet-list, .bullet-list-with-logos-banner .grey-background ul.one-column-bullet-list {
  columns: 1;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.bullet-list-with-logos-banner .grey-background .logos-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bullet-list-with-logos-banner .grey-background .logos-container img {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .bullet-list-with-logos-banner {
    margin-bottom: -300px;
  }
  .bullet-list-with-logos-banner .grey-background {
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    padding-right: initial;
    top: -270px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .bullet-list-with-logos-banner .grey-background .bullet-list-with-logos-banner-label {
    font-size: 23px;
  }
  .bullet-list-with-logos-banner .grey-background ul.bullet-list {
    columns: 2;
    padding-left: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .bullet-list-with-logos-banner {
    margin-bottom: -270px;
  }
  .bullet-list-with-logos-banner .grey-background {
    top: -320px;
  }
}
@media (min-width: 1200px) {
  .bullet-list-with-logos-banner .grey-background {
    padding: 105px 0 125px;
  }
}
.full-width-banner-image {
  background-image: url("/Content/Images/277.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 485px;
  width: 100%;
  z-index: -1;
  position: relative;
}
.full-width-banner-image.moved-up {
  margin-bottom: -200px;
  top: -200px;
}

@media (min-width: 768px) {
  .full-width-banner-image {
    background-position: 0px -100px;
  }
}
/*.full-width-pattern {
    &.with-white-x {

        .white-x {
            position: fixed;
            height: 1px;
            width: 100%;

            &::before {
                content: "";
                position: sticky;
                width: 20vw;
                height: 100vh;
                background: red;
                transform: rotate(-35deg);
                top: 0px;
                left: -600px;
                display: block;
            }
        }
    }
}*/
.image-header-panel.image-header-panel-work-page {
  padding: 100px 0 30px;
}
.image-header-panel.image-header-panel-work-page p {
  /*@include element-override();*/
  color: rgba(35, 39, 42, 0.7);
  text-transform: initial !important;
}
.image-header-panel.image-header-panel-work-page .image-header-panel-content-wrapper {
  padding-left: 0;
}

.work-entry-page-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.work-entry-page-container .work-entry-cta-outer {
  /*width: calc(100% + 30px);*/
  /*padding-left: 34px;
  padding-right: 44px;*/
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  /* &:hover {
      .work-entry-cta-text-box {
          .link {
              .expanding-arrow {
                  background-size: 100% 2px;
                  transition: background-size .2s ease;
                  CURSOR: pointer;
                  width: 40px;
                  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
              }
          }
      }
  }*/
}
.work-entry-page-container .work-entry-cta-wrapper {
  height: auto;
  padding-bottom: 100px;
  position: relative;
}
.work-entry-page-container .work-entry-cta-wrapper:hover .work-entry-cta-bg {
  transform: scale(1.05);
}
.work-entry-page-container .work-entry-cta {
  position: relative;
  background: #23272A;
  overflow: hidden;
  height: 212px;
  /*width: calc(100% - 60px);
  margin: auto;*/
  /*background-image: url('/Content/Images/bankLeumi-thumbnail.png');*/
}
.work-entry-page-container .work-entry-cta-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.work-entry-page-container .work-entry-cta-text-box {
  background: #fff;
  /*height: 70px;
  width: calc(55% - 30px);
  max-width: 410px;
  position: absolute;
  left: 15px;
  bottom: 30px;
  display: block;
  padding: 5px;
  box-shadow: 0 0 15px 3px rgba(0,0,0,.02);

  .link {
      position: absolute;
      bottom: 20px;
      left: unset;
      right: 30px;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }*/
  /*width: 30%;*/
  /*left: calc(50% - 30px);*/
  /*left: calc(50% + 15px);
  width: calc(50% - 30px);
  max-width: 410px;*/
  left: 175px;
  width: calc(100% - 348px);
  top: calc(100% - 40px);
  /*       bottom: 92px;
         height: auto;
  padding: 18px 30px 12px;*/
  bottom: 41px;
  height: auto;
  top: unset;
  padding: 18px 30px 42px;
  display: block;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
}
.work-entry-page-container .work-entry-cta-text-box .link {
  position: absolute;
  /*bottom: 0px;*/
  bottom: 20px;
  left: 30px;
  right: unset;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: calc(100% - 60px);
  height: 30px;
  /*.expanding-arrow {
      background-image: linear-gradient($theme-primary,$theme-primary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 100% 2px;                
      transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
      width: 30px;
      height: 30px;
      display: block;
      position: relative;

      &:before {
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          right: 3px;
          top: 19px;
          background-color: $theme-primary;
          transform: rotate(-45deg);
      }

      &:after {
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          right: 3px;
          bottom: -9px;
          background-color: $theme-primary;
          transform: rotate(45deg);
      }
  }*/
}
.work-entry-page-container .work-entry-cta-text-box .link img {
  width: 15px;
}
.work-entry-page-container .work-entry-cta-label {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 15px;
  margin-bottom: 12px;
  color: #A6ACA2;
}
.work-entry-page-container .work-entry-cta-label:before, .work-entry-page-container .work-entry-cta-label::before {
  display: none;
}
.work-entry-page-container .work-entry-cta-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  font-size: 24px;
}
.work-entry-page-container .work-entry-cta-title:before, .work-entry-page-container .work-entry-cta-title::before {
  display: none;
}

.work-entry-section {
  position: relative;
}
.work-entry-section .richie {
  position: absolute;
  top: 0;
  bottom: unset;
}

@media (min-width: 768px) {
  .image-header-panel.image-header-panel-work-page {
    padding: 150px 80px 30px 50px !important;
    min-height: unset !important;
  }
  .image-header-panel.image-header-panel-work-page p {
    /*@include element-override();*/
    font-size: 18px !important;
  }
  .work-entry-page-container {
    width: auto;
    margin-left: -15px;
    /*.work-entry-cta-label {
        @include element-override();
        font-family: $font-stack-touches;
        font-size: 16px;
        margin-bottom: 10px;
        color: $theme-primary;
        display: block;
    }*/
  }
  .work-entry-page-container .work-entry-cta-outer {
    width: 50%;
    margin-bottom: 217px;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .work-entry-page-container .work-entry-cta-outer:nth-of-type(2n-1) {
    padding-right: 15px;
    padding-left: 15px;
    width: calc(50% + 7.5px);
  }
  .work-entry-page-container .work-entry-cta-outer:nth-of-type(2n) {
    padding-left: 15px;
    padding-right: 0;
    width: calc(50% - 7.5px);
  }
  .work-entry-page-container .work-entry-cta-outer:hover {
    cursor: pointer;
  }
  .work-entry-page-container .work-entry-cta-outer:hover .work-entry-cta-text-box .link {
    /*left: calc(100% - 70px);
    opacity: 1;*/
    /*.expanding-arrow {
        background-size: 100% 3px;
        transition: background-size .2s ease;
        CURSOR: pointer;
        width: 100%;
    }*/
  }
  .work-entry-page-container .work-entry-cta-wrapper {
    height: 200px;
    padding-bottom: 0;
  }
  .work-entry-page-container .work-entry-cta {
    height: 200px;
    width: auto;
  }
  .work-entry-page-container .work-entry-cta-text-box {
    left: calc(50% - 10px);
    top: calc(100% - 40px);
    bottom: 30px;
    width: 34%;
    max-width: 410px;
    height: 130px;
    top: unset;
    padding: 24px 18px;
    /*.work-entry-cta-title {
        font-size: $font-size-h3;
    }*/
  }
  .work-entry-page-container .work-entry-cta-text-box .link {
    position: absolute;
    right: unset;
    opacity: 0.8;
    bottom: 21px;
    left: 20px;
    /*.expanding-arrow{
        width: 10%;
    }*/
  }
  .work-entry-page-container .work-entry-cta-text-box .link img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .work-entry-page-container .work-entry-cta-text-box {
    left: calc(50% - 30px);
    top: calc(100% - 40px);
    bottom: 30px;
    width: 34%;
    max-width: 410px;
    height: 165px;
    top: unset;
    padding: 34px 44px;
  }
  .work-entry-page-container .work-entry-cta-text-box .link {
    bottom: 34px;
    left: 44px;
  }
  .work-entry-page-container .work-entry-cta-wrapper {
    height: 280px;
    padding-bottom: 0;
  }
  .work-entry-page-container .work-entry-cta {
    height: 280px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .image-header-panel.image-header-panel-work-page {
    padding: 185px 100px 100px 100px !important;
  }
  .image-header-panel.image-header-panel-work-page p {
    /*@include element-override();*/
    font-size: 22px !important;
  }
  .image-header-panel .image-header-panel-content-wrapper {
    padding-left: 20px;
  }
  .work-entry-page-container {
    margin-left: -30px;
    margin-right: 0;
  }
  .work-entry-page-container .work-entry-cta-outer {
    padding-top: 30px;
    margin-bottom: 40px;
    padding-right: 30px;
  }
  .work-entry-page-container .work-entry-cta-outer:nth-of-type(2n-1) {
    padding-right: 45px;
    padding-left: 30px;
    width: calc(50% + 22.5px);
  }
  .work-entry-page-container .work-entry-cta-outer:nth-of-type(2n) {
    padding-left: 45px;
    padding-right: 0;
    width: calc(50% - 22.5px);
  }
  .work-entry-page-container .work-entry-cta-outer:hover {
    cursor: pointer;
  }
  .work-entry-page-container .work-entry-cta-outer:hover .work-entry-cta-text-box .link {
    /*left: calc(100% - 70px);
    opacity: 1;*/
  }
  .work-entry-page-container .work-entry-cta-wrapper {
    height: 420px;
  }
  .work-entry-page-container .work-entry-cta {
    height: 420px;
    width: auto;
  }
  .work-entry-page-container .work-entry-cta-label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #A6ACA2;
  }
  .work-entry-page-container .work-entry-cta-text-box {
    left: calc(50% - 30px);
    top: calc(100% - 40px);
    bottom: 60px;
    width: 80%;
    max-width: 410px;
    height: 180px;
    top: unset;
    padding: 34px 44px;
  }
  .work-entry-page-container .work-entry-cta-text-box .work-entry-cta-title {
    font-size: 30px;
  }
  .work-entry-page-container .work-entry-cta-text-box .link {
    /*position: absolute;
    bottom: 20px;
    left: 30px;
    right: unset;
    opacity: 0.8;*/
  }
  .work-entry-page-container .work-entry-cta-text-box .link img {
    width: auto;
  }
}
.stats-banner {
  background: #fff;
}
.stats-banner .stats-banner-title {
  color: #fff;
}
.stats-banner p {
  color: rgba(255, 255, 255, 0.7);
}
.stats-banner hr {
  border-top: 2px solid #c8d32c;
  width: 80px;
  margin-bottom: 30px;
}
.stats-banner .stats-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.stats-banner .stats-container .stat {
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.stats-banner .stats-container .stat .stat-number {
  font-size: 58px;
  color: #fff;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  line-height: 1.2;
}
.stats-banner .stats-container .stat hr {
  border-top: 2px solid #c8d32c;
  width: 80px;
  margin-bottom: 30px;
}

.stats-banner-inner {
  background: #23272A;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stats-banner-header {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .stats-banner-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -90px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .stats-banner-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .stats-banner-inner {
    padding-top: 60px;
    margin-top: -150px;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
  }
  .stats-banner .stats-container {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
  .stats-banner .stats-container .stat {
    width: calc(33.3% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.team-join {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .stats-banner p {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .stats-banner .stats-container .stat .stat-number {
    font-size: 68px;
  }
}
@media (min-width: 1200px) {
  .stats-banner .stats-container .stat .stat-number {
    font-size: 76px;
  }
  .team-join {
    padding: 150px 0;
  }
  .stats-banner-inner {
    padding-top: 110px;
    margin-top: -450px;
  }
}
@media (min-width: 1500px) {
  .stats-banner .stats-container .stat .stat-number {
    font-size: 93px;
  }
}
@media (min-width: 2400px) {
  .stats-banner p {
    font-size: 20px;
  }
}
.partners-and-accreditations-banner {
  height: 420px;
  width: 100%;
  background-image: url("/Content/Images/327.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 500px;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container {
  background: #fff;
  height: auto;
  position: relative;
  bottom: -350px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container .partners-title {
  text-align: center;
  margin-bottom: 30px;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container hr {
  border-top: 2px solid #c8d32c;
  width: 112px;
  margin-bottom: 30px;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container .partners-text {
  text-align: center;
  width: 100%;
  max-width: 789px;
  margin: 0 auto;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container .partners-logos-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
.partners-and-accreditations-banner .partners-banner-image .partners-text-container .partners-logos-container .partners-logo {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .partners-and-accreditations-banner {
    height: 920px;
    margin-bottom: 400px;
  }
  .partners-and-accreditations-banner .partners-banner-image .partners-text-container {
    bottom: -601px;
    height: 601px;
  }
}
.testimonials-banner {
  padding-bottom: 100px;
}
.testimonials-banner .testimonials-label {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
}
.testimonials-banner .testimonials-label:before, .testimonials-banner .testimonials-label::before {
  display: none;
}
.testimonials-banner .owl-theme .owl-dots .owl-dot span {
  height: 7px;
  width: 28px;
  border-radius: 0;
}
.testimonials-banner .owl-theme .owl-dots .owl-dot.active span, .testimonials-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #c8d32c;
}

.testimonials-banner-wrapper {
  background: #fff;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  padding: 30px 30px 100px 30px;
}
.testimonials-banner-wrapper .clutch-review-container {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.testimonial-carousel-item {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
}
.testimonial-carousel-item .testimonial-title {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
}
.testimonial-carousel-item .testimonial-name {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c8d32c;
  margin-bottom: 10px;
  margin-left: 0;
  font-style: normal;
}
.testimonial-carousel-item .testimonial-name:before, .testimonial-carousel-item .testimonial-name::before {
  display: none;
}
.testimonial-carousel-item:before {
  content: "A";
  position: absolute;
  left: 2px;
  top: -80px;
  color: #c8d32c;
  font-size: 70px;
  transform: scale(1, -1);
}

@media (min-width: 768px) {
  .testimonial-carousel-item {
    padding-left: 100px;
  }
  .testimonial-carousel-item .testimonial-title {
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 30px;
    font-size: 22px;
  }
  .testimonial-carousel-item .testimonial-title {
    font-size: 28px;
  }
  .testimonial-carousel-item .testimonial-name {
    margin-left: 40px;
  }
  .testimonial-carousel-item:before {
    top: -10px;
  }
  .testimonials-banner-wrapper {
    padding: 60px 120px 60px 60px;
  }
  .testimonials-banner-wrapper .clutch-review-container {
    position: absolute;
    bottom: 60px;
    left: unset;
    right: 60px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .testimonials-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .testimonial-carousel-item {
    padding-right: 130px;
    padding-left: 170px;
  }
  .testimonial-carousel-item .testimonial-title {
    font-size: 34px;
  }
  .testimonial-carousel-item:before {
    font-size: 90px;
    left: 20px;
    top: -10px;
  }
  .testimonial-carousel-item .testimonial-title {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-carousel-item .testimonial-name {
    margin-left: 0;
    font-style: normal;
  }
  .testimonial-carousel-item .testimonial-position {
    margin-left: 0;
  }
}
.client-logo-banner {
  background: #A6ACA2;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}
.client-logo-banner .client-logo-title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.client-logo-banner hr {
  border-top: 2px solid #c8d32c;
  width: 80px;
  margin-bottom: 30px;
}
.client-logo-banner .client-logo-text {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.client-logo-banner .client-logo-text:before, .client-logo-banner .client-logo-text::before {
  display: none;
}
.client-logo-banner .client-logo-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
.client-logo-banner .client-logo-container .client-logo {
  width: calc(50% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.client-logo-banner .client-logo-container .client-logo .logo-wrapper {
  max-width: var(--mobile-scale);
}
.client-logo-banner.umbraco-page {
  background: #fff;
}
.client-logo-banner.umbraco-page .client-logo-title {
  color: #23272A;
}
.client-logo-banner.umbraco-page .client-logo-text {
  color: #23272A;
}
.client-logo-banner.umbraco-page .client-logo-container {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
  margin-top: 0;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.jp-morgan img {
  width: 100%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.mcdonalds img {
  width: 31%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.sony img {
  width: 70%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.carlsburg img {
  width: 64%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.microsoft img {
  width: 74%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.european-union img {
  width: 69%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.new-zealand img {
  width: 87%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.amazon img {
  width: 63%;
}
.client-logo-banner.umbraco-page .client-logo-container .client-logo.mercedes img {
  width: 83%;
}
.client-logo-banner .btn {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.clients-logos-lionel-container {
  position: relative;
}
.clients-logos-lionel-container .lionel-positioning {
  position: relative;
}
.clients-logos-lionel-container .lionel {
  width: 2px;
  background: #c8d32c;
  height: 50px;
  transition: 0.05s ease;
  position: absolute;
  top: 0px;
  left: 50%;
  min-height: 50px;
  z-index: 5;
  max-height: 120px;
}
.clients-logos-lionel-container .richie {
  position: absolute;
  bottom: 0;
  background: blue;
}

@media (min-width: 768px) {
  .client-logo-banner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .client-logo-banner .client-logo-container {
    flex-direction: row;
  }
  .client-logo-banner .client-logo-container .client-logo {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .client-logo-banner.umbraco-page .client-logo-container {
    margin-top: 70px;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo {
    width: calc(33.3% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.jp-morgan img {
    width: 71%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.mcdonalds img {
    width: 20%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.sony img {
    width: 42%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.carlsburg img {
    width: 40%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.microsoft img {
    width: 57%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.european-union img {
    width: 51%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.new-zealand img {
    width: 60%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.amazon img {
    width: 38%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.mercedes img {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .client-logo-banner.umbraco-page {
    padding-bottom: 180px;
  }
  .client-logo-banner.umbraco-page .client-logo-title {
    margin: 0 30px 30px 30px;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.jp-morgan img {
    width: 71%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.mcdonalds img {
    width: 20%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.sony img {
    width: 42%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.carlsburg img {
    width: 40%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.microsoft img {
    width: 57%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.european-union img {
    width: 51%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.new-zealand img {
    width: 60%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.amazon img {
    width: 38%;
  }
  .client-logo-banner.umbraco-page .client-logo-container .client-logo.mercedes img {
    width: 58%;
  }
  .clients-logos-lionel-container .lionel {
    max-height: 220px;
  }
  .client-logo-banner .client-logo-container .client-logo .logo-wrapper {
    max-width: var(--mobile-large-scale);
  }
}
@media (min-width: 992px) {
  .client-logo-banner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .client-logo-banner .client-logo-container .client-logo .logo-wrapper {
    max-width: var(--desktop-scale);
  }
}
@media (min-width: 1200px) {
  .client-logo-banner .client-logo-text {
    font-size: 22px;
  }
  .client-logo-banner.client-logo-banner-team {
    padding-bottom: 600px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1500px) {
  .client-logo-banner .client-logo-container .client-logo .logo-wrapper {
    max-width: var(--desktop-large-scale);
  }
}
.stacking-slide {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stacking-slide-one {
  background: blue;
}

.stacking-slide-two {
  background: lime;
}

.stacking-slide-three {
  background: pink;
}

.stacking-slide-four {
  background: magenta;
}

.stacking-slide-five {
  background: purple;
}

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

.stacking-slide {
  padding: 3rem;
  box-shadow: 0 0px 50px -12px rgba(0, 0, 0, 0.25);
}

.case-study-image-video-block {
  padding: 0 0 80px 0;
}
.case-study-image-video-block .subtitle {
  margin-bottom: 0;
}

.case-study-image-video-block-image-one {
  width: 100%;
  /*height: 801px;*/
  padding-top: 59.4213649852%;
  position: relative;
  top: -80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.case-study-image-video-block-image-one .case-study-image-video-block-image-two {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 25%;
  /*height: 622px;*/
  padding-top: 48.8745980707%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.case-study-image-video-block-video-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -80px;
  position: relative;
}

@media (min-width: 768px) {
  .case-study-image-video-block-image-one {
    width: calc(100% - 50px);
  }
}
.case-study-image-video-block .griddled-eggs .umb-grid > .grid-section > div > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.case-study-image-video-block .container-no-margin {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .case-study-image-video-block .container-no-margin {
    padding-left: 0;
    padding-right: 0;
  }
}
.services-homepage-block {
  background-image: url(/Content/Images/slash-bkg.png);
  position: relative;
}
.services-homepage-block #areas-of-focus {
  /*  position: absolute;
    top: -244px;*/
}
.services-homepage-block .expanding-arrow {
  margin-top: 0;
}
.services-homepage-block .services-homepage-block-inner {
  background: #fff;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.services-homepage-block > .container {
  z-index: 10;
  position: relative;
  padding: 0px 20px 30px 20px;
}
.services-homepage-block h2 {
  font-size: 22px;
  margin-top: 0;
}
.services-homepage-block .btn {
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-bottom: 30px;
  display: none;
}
.services-homepage-block .btn.mobile {
  display: block;
  width: 100%;
  text-align: center;
}
.services-homepage-block .subtitle {
  color: #A6ACA2;
  margin: 0.5rem 0;
}

.services-outer-container .service-item {
  background: white;
  width: 100%;
  padding: 0px 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-outer-container .service-item .service-item-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.services-outer-container .service-item .icon-outer {
  width: 18%;
  margin-right: 20px;
}
.services-outer-container .service-item h3 {
  font-size: 16px;
  max-width: 75%;
  line-height: 1.2;
}

.services-homepage-block-grey-box {
  height: 100%;
  background: #F0F1EF;
  position: absolute;
  width: 100%;
  z-index: 9;
}

@media (min-width: 576px) {
  .services-homepage-block .services-homepage-block-inner {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .services-homepage-block h2 {
    font-size: 28px;
  }
  .services-homepage-block .services-homepage-block-inner {
    width: 100%;
    left: 0;
    background: transparent;
    padding: 40px 0 20px 0;
  }
  .services-homepage-block .services-outer-container .service-item {
    padding: 10px 25px;
    margin-bottom: 20px;
  }
  .services-homepage-block .services-outer-container .service-item h3 {
    font-size: 17px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .services-homepage-block {
    margin-top: 400px;
  }
  .services-homepage-block .services-homepage-block-inner {
    background: transparent;
  }
  .services-homepage-block h2 {
    font-size: 36px;
  }
  .services-homepage-block .black-background {
    background: #23272A;
    height: 400px;
    width: 100%;
    position: absolute;
    top: -400px;
    left: 0;
  }
  .services-homepage-block > .container {
    z-index: 10;
    position: relative;
    top: -150px;
  }
  .services-homepage-block .btn {
    display: block;
  }
  .services-homepage-block .btn.mobile {
    display: none;
  }
  .services-homepage-block .services-outer-container {
    margin-top: 59px;
  }
  .services-homepage-block .services-outer-container .service-item {
    padding: 20px 20px;
    height: 91px;
    margin-bottom: 15px;
  }
  .services-homepage-block .services-outer-container .service-item .expanding-arrow {
    margin-top: -5px;
  }
  .services-homepage-block .services-outer-container .service-item h3 {
    font-size: 16px;
    max-width: 55%;
  }
  .services-homepage-block-grey-box {
    height: 928px;
    background: #F0F1EF;
    position: absolute;
    width: 70%;
    top: -300px;
    z-index: 9;
  }
}
@media (min-width: 1400px) {
  .services-homepage-block .services-outer-container .service-item {
    height: 116px;
    padding: 10px 25px;
    margin-bottom: 14px;
  }
  .services-homepage-block h2 {
    font-size: 44px;
  }
}
@media (min-width: 1500px) {
  .services-homepage-block h2 {
    font-size: 44px;
  }
  .services-homepage-block .services-outer-container {
    margin-top: 60px;
  }
  .services-homepage-block .services-outer-container .service-item {
    padding: 20px 30px;
    height: 100px;
    margin-bottom: 15px;
  }
  .services-homepage-block .services-outer-container .service-item .expanding-arrow {
    margin-top: -3px;
  }
  .services-homepage-block .services-outer-container .service-item h3 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .services-homepage-block .services-outer-container .service-item {
    margin-bottom: 15px;
    height: 120px;
  }
  .services-homepage-block h2 {
    font-size: 54px;
  }
}
@media (min-width: 1700px) {
  .services-outer-container {
    position: relative;
    left: -60px;
    margin-top: 60px;
  }
  .services-homepage-block .services-outer-container .service-item {
    padding: 20px 30px;
    height: 90px;
    margin-bottom: 10px;
  }
  .services-homepage-block .services-outer-container .service-item .expanding-arrow {
    margin-top: 5px;
  }
  .services-homepage-block .services-outer-container .service-item .icon-outer img {
    max-width: 70%;
  }
  .services-homepage-block .services-outer-container .service-item h3 {
    font-size: 23px;
    width: 100%;
    max-width: 90%;
  }
}
.digital-success-homepage-block {
  background: #A6ACA2;
  padding: 60px 0;
  position: relative;
}
.digital-success-homepage-block h2 {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
}
.digital-success-homepage-block p {
  color: #fff;
}
.digital-success-homepage-block .btn {
  margin-top: 30px;
  display: none;
  width: fit-content;
}
.digital-success-homepage-block .btn.mobile {
  display: block;
  width: 100%;
  text-align: center;
}
.digital-success-homepage-block .subtitle {
  color: #c8d32c;
  margin: 0.5rem 0;
}
.digital-success-homepage-block .icons-container {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.digital-success-homepage-block .icons-container .icon-outer {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding: 15px 15px;
}
.digital-success-homepage-block .icons-container .icon-outer img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(591%) hue-rotate(342deg) brightness(117%) contrast(100%);
}
.digital-success-homepage-block .digital-success-homepage-block-footer {
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.digital-success-homepage-block .digital-success-homepage-block-footer .left-side {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.digital-success-homepage-block .digital-success-homepage-block-footer .left-side h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}
.digital-success-homepage-block .digital-success-homepage-block-footer .left-side img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(591%) hue-rotate(342deg) brightness(117%) contrast(100%);
  margin-right: 30px;
  height: 34px;
  width: 44px;
}
.digital-success-homepage-block .digital-success-homepage-block-footer .right-side {
  width: 100%;
}

@media (min-width: 768px) {
  .digital-success-homepage-block {
    padding: 150px 0;
  }
  .digital-success-homepage-block h2 {
    font-size: 40px;
  }
  .digital-success-homepage-block .btn {
    display: block;
  }
  .digital-success-homepage-block .btn.mobile {
    display: none;
  }
  .digital-success-homepage-block .icons-container {
    border-left: 1px solid rgba(255, 255, 255, 0.9);
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer {
    margin-top: 60px;
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer .right-size {
    width: 60%;
    margin-left: 50px;
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer .left-side {
    width: 48%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer .left-side img {
    margin-right: 50px;
    width: 89px;
    height: 68px;
  }
}
@media (min-width: 992px) {
  .digital-success-homepage-block:after {
    content: "";
    width: 675px;
    height: 80px;
    background: #A6ACA2;
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 9;
  }
  .digital-success-homepage-block h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .digital-success-homepage-block .digital-success-homepage-block-inner {
    margin-right: 80px;
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer {
    margin-right: 50px;
    flex-direction: row;
  }
  .digital-success-homepage-block .digital-success-homepage-block-footer .left-side {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    width: 40%;
  }
  .digital-success-homepage-block h2 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .digital-success-homepage-block h2 {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .digital-success-homepage-block h2 {
    font-size: 54px;
  }
}
.latest-work-homepage-block {
  background-image: url(/Content/Images/slash-bkg.png);
  padding: 60px 0px;
}
.latest-work-homepage-block h2 {
  margin: 0;
  font-size: 22px;
}
.latest-work-homepage-block .btn {
  margin-top: 40px;
  display: none;
  width: fit-content;
}
.latest-work-homepage-block .btn.mobile {
  display: block;
  width: 100%;
  position: relative;
  top: 20px;
  text-align: center;
}
.latest-work-homepage-block .latest-work-homepage-carousel {
  display: flex;
  justify-content: space-between;
  /*margin-left: -30px;
  margin-right: -30px;*/
  margin-top: 80px;
  /*.owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
  }

  .owl-dot {
      height: 8px;
      width: 8px;
      background: $green-grey;
      margin-left: 5px;
      margin-right: 5px;
      border-radius: 50%;
      display: none;
      transition: all 0.2s ease;

      &.active {
          background: $theme-primary;
          height: 15px;
          width: 15px;
          display: block;
          transition: all 0.2s ease;

          & + .owl-dot {
              background: $green-grey !important;
              height: 15px;
              width: 15px;
              border-radius: 50%;
              display: inline-block;
              transition: all 0.2s ease;
              display: block;

              & + .owl-dot {
                  background: $green-grey !important;
                  height: 15px;
                  width: 15px;
                  border-radius: 50%;
                  display: inline-block;
                  transition: all 0.2s ease;
                  display: block;
              }
          }
      }

      &.prev-dot {
          height: 12px;
          width: 12px;
          display: block;
      }

      &.prev-prev-dot {
          height: 10px;
          width: 10px;
          display: block;
      }
  }*/
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-stage-outer {
  overflow: visible;
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item {
  width: calc(100% + 40px);
  height: 385px;
  margin: 0 0px;
  position: relative;
  left: -20px;
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-image {
  height: 212px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content {
  background: white;
  position: relative;
  left: 20px;
  top: 40px;
  transform: translateY(-50%);
  padding: 30px;
  z-index: 8;
  box-shadow: 0px 0px 22px #A6ACA2;
  padding-bottom: 80px;
  width: calc(100% - 40px);
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content img {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: fit-content;
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content .subtitle {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  color: #A6ACA2;
}
.latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content h3 {
  margin-top: 0;
  font-size: 18px;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots.disabled {
  margin-top: 0;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: #23272A;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  display: none;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot.active {
  background: #c8d32c;
  height: 15px;
  width: 15px;
  display: block;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot.active + .owl-dot {
  background: #23272A !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot.active + .owl-dot + .owl-dot {
  background: #23272A !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot.prev-dot {
  height: 12px;
  width: 12px;
  display: block;
}
.latest-work-homepage-block .latest-work-homepage-carousel .owl-dots .owl-dot.prev-prev-dot {
  height: 10px;
  width: 10px;
  display: block;
}

@media (min-width: 768px) {
  .latest-work-homepage-block h2 {
    font-size: 28px;
  }
  .latest-work-homepage-block .btn {
    display: block;
  }
  .latest-work-homepage-block .btn.mobile {
    display: none;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item {
    height: 420px;
    left: 0;
    width: 100%;
    padding-left: 50px;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-image {
    height: 100%;
    width: 100%;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content {
    position: absolute;
    left: 25px;
    top: 65%;
    transform: translateY(-50%);
    width: 60%;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .latest-work-item .latest-work-item-content h3 {
    font-size: 30px;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .owl-dots {
    bottom: -36px;
  }
}
@media (min-width: 992px) {
  .latest-work-homepage-block {
    padding: 150px;
  }
  .latest-work-homepage-block h2 {
    font-size: 36px;
  }
  .latest-work-homepage-block .latest-work-homepage-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .latest-work-homepage-block h2 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .latest-work-homepage-block h2 {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .latest-work-homepage-block h2 {
    font-size: 54px;
  }
}
.homepage-quote-block {
  background: #23272A;
  padding: 140px 0 140px 0;
}
.homepage-quote-block blockquote {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
.homepage-quote-block blockquote:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  background-image: url("/Content/Images/quote.svg");
  filter: brightness(0) saturate(100%) invert(85%) sepia(73%) saturate(543%) hue-rotate(4deg) brightness(90%) contrast(82%);
  height: 77px;
  width: 61px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .homepage-quote-block {
    padding: 177px 0 300px 0;
  }
  .homepage-quote-block blockquote {
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
  }
  .homepage-quote-block blockquote:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    background-image: url("/Content/Images/quote.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(73%) saturate(543%) hue-rotate(4deg) brightness(90%) contrast(82%);
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .homepage-quote-block {
    padding: 177px 0 300px 0;
  }
  .homepage-quote-block blockquote {
    font-size: 36px;
    line-height: 1.1;
    text-align: left;
  }
  .homepage-quote-block blockquote:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    background-image: url("/Content/Images/quote.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(73%) saturate(543%) hue-rotate(4deg) brightness(90%) contrast(82%);
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1400px) {
  .homepage-quote-block blockquote {
    font-size: 50px;
  }
}
.homepage-picked-news-article-block {
  padding: 40px 0;
  position: relative;
  background-image: url(/Content/Images/slash-bkg.png);
}
.homepage-picked-news-article-block .homepage-picked-news-article {
  padding: 20px 0px;
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 9;
  /*top: -90px;*/
  margin: 0 auto;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-image {
  width: calc(100% + 40px);
  height: 212px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -20px;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content {
  background: #fff;
  padding: 30px 20px 80px 20px;
  position: relative;
  top: -30px;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content h3 {
  font-size: 22px;
  width: 100%;
  margin-top: 0;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content .subtitle {
  margin-bottom: 7px;
  color: #A6ACA2;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content .link {
  position: absolute;
  bottom: 26px;
  left: 20px;
}
.homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (min-width: 992px) {
  .homepage-picked-news-article-block {
    height: 290px;
    padding: 0;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article {
    background: #fff;
    padding: 100px 80px;
    display: flex;
    z-index: 9;
    top: -90px;
    margin: 0 auto;
    flex-direction: row;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-image {
    width: 527px;
    height: 318px;
    margin-right: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content {
    margin-right: 0px;
    padding: 30px 0 80px 0;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content .link {
    position: absolute;
    bottom: 16px;
    left: 0px;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content .btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content h3 {
    font-size: 34px;
    width: 100%;
  }
  .homepage-picked-news-article-bottom-colour {
    height: 200px;
    background: #c7cec3;
  }
}
@media (min-width: 1200px) {
  .homepage-picked-news-article-block .homepage-picked-news-article {
    position: absolute;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-image {
    width: 527px;
    height: 318px;
    margin-right: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content {
    margin-right: 100px;
  }
  .homepage-picked-news-article-block .homepage-picked-news-article .homepage-picked-news-article-content h3 {
    font-size: 34px;
    width: 90%;
  }
}
.homepage-quote-block {
  padding: 70px 0 70px 0;
}
.homepage-quote-block .quote-item-container {
  display: flex;
  flex-direction: column;
  height: 500px;
  padding: 0 0 25px 0;
  text-align: center;
  align-items: center;
}
.homepage-quote-block .quote-item-container .quote-image-container {
  width: 61px;
  height: 71px;
  background-image: url("/Content/Images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.homepage-quote-block .quote-item-container .quote-text-container {
  overflow: auto;
  padding: 25px;
}
.homepage-quote-block .quote-item-container .quote-text-container p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
.homepage-quote-block .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.homepage-quote-block .owl-dots.disabled {
  margin-top: 0;
}
.homepage-quote-block .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  display: none;
}
.homepage-quote-block .owl-dots .owl-dot.active {
  background: #c8d32c;
  height: 15px;
  width: 15px;
  display: block;
}
.homepage-quote-block .owl-dots .owl-dot.active + .owl-dot {
  background: rgba(255, 255, 255, 0.2) !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.homepage-quote-block .owl-dots .owl-dot.active + .owl-dot + .owl-dot {
  background: rgba(255, 255, 255, 0.2) !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.homepage-quote-block .owl-dots .owl-dot.prev-dot {
  height: 12px;
  width: 12px;
  display: block;
}
.homepage-quote-block .owl-dots .owl-dot.prev-prev-dot {
  height: 10px;
  width: 10px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-quote-block .quote-item-container {
    gap: 60px;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  .homepage-quote-block .quote-item-container .quote-text-container {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage-quote-block {
    padding: 140px 0 140px 0;
  }
  .homepage-quote-block .quote-item-container {
    gap: 60px;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  .homepage-quote-block .quote-item-container .quote-text-container {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .homepage-quote-block {
    padding: 140px 0 140px 0;
  }
  .homepage-quote-block .quote-item-container {
    flex-direction: row;
    height: 500px;
    padding: 0 25px 0 25px;
    margin-bottom: 200px;
    gap: 60px;
    text-align: left;
    align-items: flex-start;
    overflow: hidden;
  }
  .homepage-quote-block .quote-item-container .quote-image-container {
    width: 100px;
    height: 100px;
  }
  .homepage-quote-block .quote-item-container .quote-text-container {
    padding: 0;
    overflow: hidden;
  }
  .homepage-quote-block .quote-item-container .quote-text-container p {
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
  }
  .homepage-quote-block .owl-dots {
    bottom: 0;
  }
}
/*.homepage-quote-block {
    padding: 140px 0 140px 0;
    .quote-item-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
        height: 500px;
        padding: 0 25px 0 25px;

        .quote-image-container {
            width: 100px;
            height: 100px;
            background-image: url("/Content/Images/quote.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
        }

        .quote-text-container {
            p {
                margin: 0;
                font-size: 50px;
                color: $white;
                line-height: 1.1;
            }
        }
    }

    .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 0px;
        align-items: center;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);

        &.disabled {
            margin-top: 0;
        }

        .owl-dot {
            height: 8px;
            width: 8px;
            background: $white-opacity-20;
            margin-left: 5px;
            margin-right: 5px;
            border-radius: 50%;
            display: none;

            &.active {
                background: $theme-primary;
                height: 15px;
                width: 15px;
                display: block;

                & + .owl-dot {
                    background: $white-opacity-20 !important;
                    height: 12px;
                    width: 12px;
                    border-radius: 50%;
                    display: inline-block;
                    transition: all 0.2s ease;
                    display: block;

                    & + .owl-dot {
                        background: $white-opacity-20 !important;
                        height: 8px;
                        width: 8px;
                        border-radius: 50%;
                        display: inline-block;
                        transition: all 0.2s ease;
                        display: block;
                    }
                }
            }

            &.prev-dot {
                height: 12px;
                width: 12px;
                display: block;
            }

            &.prev-prev-dot {
                height: 10px;
                width: 10px;
                display: block;
            }
        }
    }
}*/
.error-page-header-banner {
  background-color: #23272A;
  padding: 120px 0;
}
.error-page-header-banner .subtitle {
  color: #c8d32c;
  text-align: center;
}
.error-page-header-banner h1 {
  color: #fff;
  text-align: center;
}
.error-page-header-banner p {
  color: #fff;
  text-align: center;
}
.error-page-header-banner a {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .error-page-header-banner {
    padding: 190px 0;
  }
}
.clutch-widget-container {
  max-width: 213px;
  margin: 30px auto 30px auto;
}
.clutch-widget-container a {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.clutch-widget-container a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}
.clutch-widget-container a img {
  display: block;
  width: 87px;
  height: auto;
  margin-right: 12px;
}
.clutch-widget-container a span {
  display: block;
  line-height: 1.15;
  font-size: 10px;
  text-transform: uppercase;
}
.clutch-widget-container a .stars-container {
  display: flex;
  margin-bottom: 4px;
  margin-left: -1px;
}
.clutch-widget-container a .stars-container img {
  width: 12px;
  height: 12px;
  margin: 1px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(3526%) hue-rotate(346deg) brightness(103%) contrast(87%);
}

@media (min-width: 1200px) {
  .clutch-widget-container {
    margin: 0;
  }
}
header.primary-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  height: 45px;
  overflow: visible;
  transition: all 0.2s ease;
}
header.primary-header:before, header.primary-header::before {
  display: none;
}
header.primary-header .inner-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.primary-nav-open header.primary-header.past-header-height, header.primary-header.scrolled-header {
  position: fixed;
}
.primary-nav-open header.primary-header.past-header-height .inner-header, header.primary-header.scrolled-header .inner-header {
  background-color: #fff;
  height: 45px;
  /*.inner-header-inner{
      height: 45px;
  }*/
}
.primary-nav-open header.primary-header.past-header-height .inner-header .container, header.primary-header.scrolled-header .inner-header .container {
  z-index: 1;
}
.primary-nav-open header.primary-header.past-header-height .inner-header .hamburger .hamburger-inner, .primary-nav-open header.primary-header.past-header-height .inner-header .hamburger .hamburger-inner::before, .primary-nav-open header.primary-header.past-header-height .inner-header .hamburger .hamburger-inner::after, header.primary-header.scrolled-header .inner-header .hamburger .hamburger-inner, header.primary-header.scrolled-header .inner-header .hamburger .hamburger-inner::before, header.primary-header.scrolled-header .inner-header .hamburger .hamburger-inner::after {
  background-color: #23272A;
}
header.primary-header.scrolled-header {
  transform: translate3d(0, 0, 0);
  animation: header-in 0.2s ease;
}
header.primary-header.scrolled-header:not(.animate-out) {
  transform: translate3d(0, 0, 0) !important;
}
header.primary-header.scrolled-header .inner-header {
  transition-delay: 0s;
  transition: 0.2s ease;
}
header.primary-header.scrolled-header .inner-header > .container:after {
  opacity: 1;
  transition: 0.2s ease;
  transition-delay: 0s;
}
header.primary-header.scrolled-header .inner-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18%;
  z-index: -1;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
  transform: translateZ(-1px);
}
header.primary-header.scrolled-header .inner-header .nxt-logo img {
  height: 45px;
  width: 45px;
  max-width: 45px;
}
.primary-nav-open header.primary-header.scrolled-header {
  animation: none !important;
}
header.primary-header.animate-out {
  animation: header-out 0.5s ease;
}
.primary-nav-open header.primary-header.past-header-height .container:after {
  opacity: 1;
  transition: 0.2s ease;
  transition-delay: 0.1s;
}
.primary-nav-open header.primary-header.past-header-height .inner-header {
  transition-delay: 0s !important;
}
.primary-nav-open header.primary-header .inner-header {
  transition-delay: 0.1s;
}

header.primary-header .inner-header {
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  background: transparent;
  /*height: 94px;*/
  height: 45px;
  /*&:after{
      content: "";
      position: absolute;
      width: 100%;
      height: 65px;
      left: 0;
      right: 0;
      bottom: 8px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 18%;
      z-index: -1;
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
      transform: translateZ(-1px);
  }*/
  /*> .container:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 65px;
      left: 0;
      right: 0;
      bottom: 8px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 13%;
      z-index: -1;
      box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.4);
      transform: translateZ(-1px);
      transition: 0.2s ease;
      transition-delay: 0s;
      opacity: 0;
  }*/
}
header.primary-header .inner-header .mobile-logo {
  display: inline-block;
}
header.primary-header .inner-header .nxt-logo {
  width: 45px;
  height: 45px;
}
header.primary-header .inner-header .nxt-logo img {
  max-width: 60px;
  max-height: 60px;
  /*  max-height: 100%;*/
}
.header-menu-light header.primary-header .inner-header .hamburger-inner, .header-menu-light header.primary-header .inner-header .hamburger-inner::before, .header-menu-light header.primary-header .inner-header .hamburger-inner::after {
  background-color: #fff;
  border-radius: 0;
}
header.primary-header .inner-header .hamburger {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  outline: none !important;
  float: right;
  color: #ffffff;
  padding-top: 0px;
  padding-right: 0;
  z-index: 999;
  /*.header-menu-light & {
      .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
          background-color: $white;
          border-radius: 0;
      }
  }*/
}
header.primary-header .inner-header .hamburger:before, header.primary-header .inner-header .hamburger::before {
  display: none;
}
header.primary-header .inner-header .hamburger:hover {
  opacity: 0.9;
}
header.primary-header .inner-header .hamburger:hover .hamburger-inner, header.primary-header .inner-header .hamburger:hover .hamburger-inner::before, header.primary-header .inner-header .hamburger:hover .hamburger-inner::after {
  background-color: #c8d32c;
  border-radius: 0;
}
.primary-nav-open header.primary-header .inner-header .hamburger .hamburger-inner, .primary-nav-open header.primary-header .inner-header .hamburger .hamburger-inner::before, .primary-nav-open header.primary-header .inner-header .hamburger .hamburger-inner::after {
  background-color: #23272A !important;
  border-radius: 0;
}

.title-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 40px 0;
  background: rgb(180, 189.9, 39.6);
}
.title-header:before, .title-header::before {
  display: none;
}
.title-header h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 30px;
  color: #fff;
}
.title-header h1:before, .title-header h1::before {
  display: none;
}

@media (min-width: 768px) {
  header.primary-header {
    height: auto;
  }
  header.primary-header .inner-header-inner {
    height: 68px;
  }
  header.primary-header .inner-header .nxt-logo {
    width: 68px;
    height: 68px;
  }
  header.primary-header.scrolled-header .inner-header {
    height: 68px;
  }
  header.primary-header.scrolled-header .inner-header .nxt-logo {
    width: 68px;
    height: 68px;
  }
  header.primary-header.scrolled-header .inner-header .nxt-logo img {
    width: 68px;
    height: 68px;
  }
  .primary-nav-open header.primary-header {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  header.primary-header {
    height: auto;
  }
  header.primary-header .inner-header-inner {
    height: 94px;
    align-items: center;
  }
  header.primary-header .inner-header .nxt-logo {
    width: 94px;
    height: 94px;
  }
  header.primary-header .inner-header .nxt-logo img {
    max-height: 94px;
    max-width: 94px;
  }
  .header-menu-light-desktop header.primary-header .inner-header .hamburger-inner, .header-menu-light-desktop header.primary-header .inner-header .hamburger-inner::before, .header-menu-light-desktop header.primary-header .inner-header .hamburger-inner::after {
    background-color: #fff;
    border-radius: 0;
  }
  .primary-nav-open header.primary-header.past-header-height .inner-header, header.primary-header.scrolled-header .inner-header {
    height: 94px;
  }
  .primary-nav-open header.primary-header.past-header-height .inner-header .inner-header-inner, header.primary-header.scrolled-header .inner-header .inner-header-inner {
    height: 94px;
  }
  .primary-nav-open header.primary-header.past-header-height .inner-header .nxt-logo, header.primary-header.scrolled-header .inner-header .nxt-logo {
    width: 94px;
    height: 94px;
  }
  .primary-nav-open header.primary-header.past-header-height .inner-header .nxt-logo img, header.primary-header.scrolled-header .inner-header .nxt-logo img {
    width: 94px;
    height: 94px;
    max-height: 94px;
    max-width: 94px;
  }
  header.primary-header .primary-nav-open header.primary-header {
    position: fixed;
  }
}
@media (min-width: 992px) {
  /*.header-primary-header {
      .inner-header {
          .nxt-logo {
              width: 94px;
              height: 94px;
          }
      }
  }

  .header-primary-header {
      &.scrolled-header {
          .inner-header {
              .nxt-logo {
                  width: 60px;
                  height: 60px;
              }
          }
      }
  }*/
}
@keyframes header-in {
  0% {
    transform: translate3d(0, -100%, 0) !important;
  }
  100% {
    transform: translate3d(0, 0, 0) !important;
  }
}
@keyframes header-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
footer {
  /*padding-bottom: 40px;*/
}

.footer-parent-container {
  background-color: #23272A;
}

.footer-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 30px 0;
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
  /*.newsletter-button {
      margin: 0 auto;
      position: relative;*/
  /*left: 10%;
  transform: translateX(-50px);*/
  /*width: 261px;
      margin-bottom: 20px;
      display: block;

      img {
          margin-left: 40px;
          position: absolute;
          right: 30px;
          filter: brightness(0) saturate(100%) invert(84%) sepia(67%) saturate(536%) hue-rotate(6deg) brightness(88%) contrast(90%);
          height: 20px;
      }
  }*/
}
.footer-container:before, .footer-container::before {
  display: none;
}
.footer-container .main-logo {
  position: absolute;
  top: -1px;
  left: 16px;
  height: 68px;
  width: 68px;
}
.footer-container .main-logo img {
  margin: 0 0 30px;
  height: 68px;
  width: 68px;
}
.footer-container .footer-main-content-row {
  margin-top: 70px;
  flex-direction: column;
  align-items: center;
}
.footer-container .footer-main-content-row .newsletter-outer-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}
.footer-container .footer-main-content-row .newsletter-outer-container .newsletter-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container .footer-nav-wrapper {
  margin-top: 30px;
}
.footer-container .footer-nav-section {
  text-align: left;
  margin-bottom: 20px;
}
.footer-container .footer-nav-section h4 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  margin-bottom: 0.25em;
  width: fit-content;
  margin: 0 auto;
}
.footer-container .footer-nav-section h4:before, .footer-container .footer-nav-section h4::before {
  display: none;
}
.footer-container .footer-nav-section h4.footer-nav-section-title.open a i {
  transform: rotate(180deg);
}
.footer-container .footer-nav-section h4.footer-nav-section-title.open + .ul {
  display: block;
}
.footer-container .footer-nav-section h4 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.footer-container .footer-nav-section h4 a:hover {
  color: #fff;
}
.footer-container .footer-nav-section h4 a i {
  /*display: none;*/
}
.footer-container .footer-nav-section h4.open + ul {
  display: block;
}
.footer-container .footer-nav-section ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  display: block;
  padding-top: 20px;
}
.footer-container .footer-nav-section ul:before, .footer-container .footer-nav-section ul::before {
  display: none;
}
.footer-container .footer-nav-section ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
}
.footer-container .footer-nav-section ul li:before, .footer-container .footer-nav-section ul li::before {
  display: none;
}
.footer-container .footer-nav-section ul li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #A6ACA2;
  transition: all 0.2s ease-out;
  font-size: 16px;
}
.footer-container .footer-nav-section ul li a:before, .footer-container .footer-nav-section ul li a::before {
  display: none;
}
.footer-container .footer-nav-section ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-out;
}
.footer-container .footer-nav-section ul li a {
  width: fit-content;
  line-height: 1.2;
  display: inline;
  /*&:after {
      transform: scaleX(0);
      transition-delay: 0ms;
  }

  &:hover {
      &:after {
          transform: scaleX(100%);
      }
  }*/
}
.footer-container .footer-nav-section ul li a:before {
  display: block;
}
.footer-container .small-green-hr {
  border-color: #c8d32c;
  border: 3px;
  width: 50px;
  border-top: 3px solid #c8d32c;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.footer-container .footer-newsletter-label {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c8d32c;
  font-size: 18px;
  font-style: italic;
  font-family: "PlayfairDisplay-Italic";
  margin-top: 0;
  text-align: center;
  text-transform: inherit;
  font-weight: 300;
}
.footer-container .footer-newsletter-label:before, .footer-container .footer-newsletter-label::before {
  display: none;
}
.footer-container .footer-newsletter-text {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  margin-top: 15px;
}
.footer-container .footer-newsletter-text:before, .footer-container .footer-newsletter-text::before {
  display: none;
}
.footer-container .partner-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 0;
  display: flex;
  flex-direction: column;
}
.footer-container .partner-logos.show-in-tablet {
  display: none;
}
.footer-container .partner-logos img {
  padding-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
.footer-container .partner-logos .partner-logos-bottom-level {
  display: flex;
  justify-content: center;
}
.footer-container .footer-address {
  margin-top: 40px;
  text-align: center;
}
.footer-container .footer-address h4 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
.footer-container .footer-address h4:before, .footer-container .footer-address h4::before {
  display: none;
}
.footer-container .footer-address h4 a.animated-underline {
  color: #fff;
  position: relative;
  text-align: center;
}
.footer-container .footer-address p {
  color: #A6ACA2;
  font-size: 15px;
}
.footer-container .footer-address p span {
  display: block;
  line-height: 26px;
}
.footer-container .social-list-desktop {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  display: none;
}
.footer-container .social-list-desktop:before, .footer-container .social-list-desktop::before {
  display: none;
}
.footer-container .social-list-desktop li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  /*i, .icon {
      color: $green-grey;
      font-size: 1rem;
      transition: all 0.2s ease;
  }*/
}
.footer-container .social-list-desktop li:before, .footer-container .social-list-desktop li::before {
  display: none;
}
.footer-container .social-list-desktop li:hover {
  /*i, .icon {
      color: $white;
  }*/
}
.footer-container .social-list-desktop li a {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-container .social-list-desktop li a img {
  transition: all 0.2s ease;
  filter: brightness(0) saturate(100%) invert(79%) sepia(6%) saturate(329%) hue-rotate(53deg) brightness(85%) contrast(90%);
  width: 20px;
  height: 20px;
}
.footer-container .social-list-desktop li a:hover:after, .footer-container .social-list-desktop li a:hover:before {
  display: none;
}
.footer-container .social-list-desktop li a:hover img {
  /*filter: brightness(0) saturate(100%) invert(84%) sepia(67%) saturate(536%) hue-rotate(6deg) brightness(88%) contrast(90%);*/
  filter: brightness(0) invert(1);
  transition: all 0.2s ease;
}
.footer-container .social-list-desktop li a:after {
  display: none;
}
.footer-container .social-list-mobile {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  margin-top: 50px;
}
.footer-container .social-list-mobile:before, .footer-container .social-list-mobile::before {
  display: none;
}
.footer-container .social-list-mobile li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  /*i, .icon {
      color: $green-grey;
      font-size: 1rem;
      transition: all 0.2s ease;
  }*/
  /*&:hover {
      i, .icon {
          color: $white;
      }
  }*/
}
.footer-container .social-list-mobile li:before, .footer-container .social-list-mobile li::before {
  display: none;
}
.footer-container .social-list-mobile li a {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-container .social-list-mobile li a img {
  transition: all 0.2s ease;
  filter: brightness(0) saturate(100%) invert(79%) sepia(6%) saturate(329%) hue-rotate(53deg) brightness(85%) contrast(90%);
  /* width: 20px;
   height: 20px;*/
  width: fit-content;
}
.footer-container .social-list-mobile li a:hover:after, .footer-container .social-list-mobile li a:hover:before {
  display: none;
}
.footer-container .social-list-mobile li a:hover img {
  /*filter: brightness(0) saturate(100%) invert(84%) sepia(67%) saturate(536%) hue-rotate(6deg) brightness(88%) contrast(90%);*/
  filter: brightness(0) invert(1);
  transition: all 0.2s ease;
}
.footer-container .social-list-mobile li a:after {
  display: none;
}

.copyright-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #23272A;
  width: calc(100% - 30px);
  margin: 20px 15px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-footer .copyright-inner-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.copyright-footer p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin: 0 0px;
  color: #A6ACA2;
  font-size: 13px;
}
.copyright-footer p:before, .copyright-footer p::before {
  display: none;
}
.copyright-footer p span {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 24px;
}
.copyright-footer p a {
  color: rgba(255, 255, 255, 0.5);
}
.copyright-footer p a:hover {
  color: #fff;
}
.copyright-footer ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 0px 0 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}
.copyright-footer ul:before, .copyright-footer ul::before {
  display: none;
}
.copyright-footer ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 0;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  /*&:before {
      display: none;
  }*/
}
.copyright-footer ul li:before, .copyright-footer ul li::before {
  display: none;
}
.copyright-footer ul li + li {
  /*   padding-left: $padding-smallest;*/
  /*&:after {
      color: $white-opacity-70;
      content: "|";
      position: absolute;
      left: 5px;
  }*/
}
.copyright-footer ul li a.animated-underline {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
  font-size: 13px;
  /*&:after {
      transform: scaleX(0);
  }

  &:hover {
      color: $white;

      &:after {
          transform: scaleX(100%);
      }
  }*/
}
.copyright-footer ul li a.animated-underline:before, .copyright-footer ul li a.animated-underline::before {
  display: none;
}
.copyright-footer ul li a.animated-underline:hover {
  color: #fff;
  transition: all 0.2s ease;
}
.copyright-footer ul li a.animated-underline:before {
  display: block;
}

@media (min-width: 768px) {
  .footer-container .footer-main-content-row {
    flex-direction: row;
  }
  .footer-container .footer-main-content-row .footer-main-content-inner {
    position: static;
    margin-bottom: 40px;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 20px 20px 40px;
    /*.newsletter-button {
        margin-left: 0;
    }*/
  }
  .footer-container .footer-main-content-row .newsletter-outer-container .newsletter-inner-container {
    align-items: flex-start;
  }
  .footer-container .partner-logos {
    /*padding-right:20px;*/
    display: none;
  }
  .footer-container .partner-logos.show-in-tablet {
    display: flex;
  }
  .footer-container .footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-container .footer-nav-section ul li {
    text-align: left;
  }
  .footer-container .footer-nav-section h4 a {
    justify-content: flex-start;
    width: fit-content;
  }
  .footer-container .footer-nav-section h4.footer-nav-section-title {
    margin-left: 0;
  }
  .footer-container .social-list-container {
    position: static;
  }
  .footer-container .social-list-mobile {
    position: absolute;
    top: -92px;
    right: 0;
  }
  .footer-container .social-list-mobile li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-container .footer-address {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-container .footer-newsletter-label {
    text-align: left;
  }
  .footer-container .footer-newsletter-text {
    text-align: left;
  }
  .copyright-footer ul {
    display: inline-block;
  }
  .copyright-footer ul li {
    text-align: left;
  }
  .copyright-footer ul li + li {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-bottom: 0px;
  }
  .col-footer-sub {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-container {
    /*padding: 40px 0 5px;
    width: calc(100% - 280px);*/
    max-width: 1150px;
    /*.newsletter-button {
        position: relative;
        transform: none;
    }*/
  }
  .footer-container .footer-main-content-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 50px;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container .newsletter-inner-container {
    align-items: flex-start;
  }
  .footer-container .main-logo img {
    margin: 0;
    height: 68px;
  }
  .footer-container .footer-nav-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    /*flex-direction: row-reverse;*/
    text-align: left;
    margin-top: 0;
    border-bottom: none;
  }
  .footer-container .footer-nav-wrapper .footer-nav-section {
    flex-grow: 0;
    /*min-width: 20%;*/
  }
  .footer-container .footer-nav-wrapper .footer-nav-section:first-of-type {
    padding-right: 0;
  }
  .footer-container .small-green-hr {
    display: none;
  }
  .footer-container .social-list-desktop {
    display: flex;
    justify-content: flex-end;
  }
  .footer-container .social-list-desktop li:last-of-type a {
    padding-right: 0;
  }
  .footer-container .social-list-desktop li:last-of-type a img {
    width: 15px;
  }
  .footer-container .social-list-mobile {
    display: none;
  }
  .footer-container .partner-logos {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    /*border-right: 1px solid $white-opacity-10;*/
  }
  .footer-container .partner-logos.show-in-tablet {
    display: none;
  }
  .footer-container .partner-logos img {
    margin-left: 10px;
  }
  .footer-container .partner-logos .partner-logos-bottom-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-container .partner-logos .partner-logos-bottom-level img.cyber-essentials {
    width: 58px;
  }
  .footer-container .footer-nav-section {
    margin-bottom: 0;
    text-align: left;
    margin-right: 20px;
  }
  .footer-container .footer-nav-section h4 a {
    text-align: left;
    display: block;
  }
  .footer-container .footer-nav-section h4 a i {
    display: none;
  }
  .footer-container .footer-nav-section h4, .footer-container .footer-nav-section ul {
    text-align: center;
  }
  .footer-container .footer-nav-section ul {
    display: block;
    padding-top: 10px;
  }
  .footer-container .footer-nav-section ul li {
    padding: 5px 0;
    text-align: left;
    transition: all 0.2s ease-out;
  }
  .footer-container .footer-nav-section ul li a {
    font-size: 16px;
  }
  .footer-container .footer-address {
    text-align: left;
    border-bottom: none;
  }
  .footer-container .footer-address h4 {
    margin-bottom: 7px;
    text-align: left;
  }
  .footer-container .footer-address h4 a {
    text-align: left;
  }
  .footer-container .footer-address p {
    margin-top: 6px;
  }
  .footer-container .footer-address p span {
    display: inline-block;
    line-height: 30px;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container {
    /*padding-left: 45px;*/
    padding-top: 0;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container .footer-newsletter-label {
    text-align: left;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container .footer-newsletter-text {
    text-align: left;
    font-size: 19px;
    line-height: 28px;
  }
  .footer-container .footer-main-content-row {
    margin-top: 70px;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container {
    border-top: 0;
  }
  .copyright-footer {
    margin: 0px auto 0 auto;
    /*width: calc(100% - 280px);*/
    max-width: calc(1150px - 30px);
  }
  .copyright-footer .copyright-inner-container {
    flex-direction: row;
  }
  .copyright-footer p span {
    display: inline-block;
    margin-bottom: 0;
  }
  .copyright-footer ul li:first-of-type {
    margin-left: 6px;
  }
  .footer-nav-section:nth-of-type(1) {
    order: 10;
  }
  .footer-nav-section:nth-of-type(2) {
    order: 9;
  }
  .footer-nav-section:nth-of-type(3) {
    order: 8;
  }
  .footer-nav-section:nth-of-type(4) {
    order: 7;
  }
  .footer-nav-section:nth-of-type(5) {
    order: 6;
  }
  .footer-nav-section:nth-of-type(6) {
    order: 5;
  }
  .footer-nav-section:nth-of-type(7) {
    order: 4;
  }
  .footer-nav-section:nth-of-type(8) {
    order: 3;
  }
  .footer-nav-section:nth-of-type(9) {
    order: 2;
  }
  .footer-nav-section:nth-of-type(10) {
    order: 1;
  }
}
@media (min-width: 1500px) {
  .footer-container {
    max-width: 1300px;
  }
  .footer-container .partner-logos {
    padding-right: 45px;
    flex-direction: column;
    align-items: center;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container {
    padding-left: 45px;
  }
  .footer-container .footer-main-content-row .newsletter-outer-container .footer-newsletter-text {
    font-size: 26px;
  }
  .footer-container .footer-nav-section {
    margin-right: 40px;
  }
  .copyright-footer {
    max-width: calc(1300px - 30px);
  }
}
@media (min-width: 1900px) {
  .footer-container {
    max-width: 1830px;
  }
  .copyright-footer {
    max-width: calc(1830px - 30px);
  }
}
.cookie-consent-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-consent-overlay.cookie-consent-hidden {
  display: none;
}

.cookie-consent {
  background: #fff;
  padding: 0 30px 30px 30px;
  max-width: 90%;
  /*max-height: 500px;*/
  transition: height 0.2s ease, max-height 0.2s ease;
  position: relative;
  overflow: hidden;
  /*    .cookie-constent-manager-tabs {
      margin-top: 30px;
      margin-bottom: 0;
      border-bottom: none;

      ul {
          display: flex;
          margin-bottom: 0;

          li {
              background: transparent !important;
              color: $theme-secondary;
              padding-right: 12px;
              padding-left: 12px;
              width: auto;
              border-bottom: 2px solid $white;
              font-weight: 400;

              span {
                  font-size: 16px;
              }

              &:before {
                  display: none;
              }

              &:hover, &.active {
                  color: $theme-primary;
                  cursor: pointer;
                  border-bottom: 2px solid $theme-primary;
              }
          }
      }
  }*/
}
.cookie-consent a {
  color: #c8d32c;
}
.cookie-consent .responsive-default td, .cookie-consent .responsive-default th {
  font-size: 12px;
  text-align: left;
  padding: 10px 15px;
}
.cookie-consent .open-cookie-preferences {
  display: none !important;
}
.cookie-consent .cookie-consent-section-wrapper {
  overflow: hidden;
}
.cookie-consent .cookie-consent-section-wrapper .cookie-consent-stage {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-consent .cookie-consent-section-wrapper .cookie-consent-simple,
.cookie-consent .cookie-consent-section-wrapper .cookie-consent-manager {
  width: 50%;
  transition: all 0.4s ease;
}
.cookie-consent .cookie-consent-simple-content {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cookie-consent .cookie-consent-simple-content a.goto-cookie-policy {
  font-weight: normal;
  color: inherit;
}
.cookie-consent .cookie-consent-close {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease;
  position: absolute;
  top: 34px;
  right: 30px;
  font-size: 22px;
  color: rgba(35, 39, 42, 0.8);
}
.cookie-consent .cookie-consent-close span {
  display: inline-block;
  position: relative;
  top: 19px;
  transform: rotate(180deg) scale(0.7);
}
.cookie-consent.state-simple .cookie-consent-simple-inner {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.cookie-consent.state-simple .cookie-consent-manager {
  max-height: 0;
  transition-delay: 0;
}
.cookie-consent.state-simple .cookie-consent-manager-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.cookie-consent.state-simple .cookie-consent-stage {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  transition-delay: 0.6s;
}
.cookie-consent.state-manager {
  max-height: calc(100vh - 60px);
}
.cookie-consent.state-manager .cookie-consent-simple-inner {
  opacity: 0;
  transition: opacity 0.1s ease;
  transition-delay: 0s;
}
.cookie-consent.state-manager .cookie-consent-manager {
  max-height: 80vh;
  transition-delay: 0.3s;
}
.cookie-consent.state-manager .cookie-consent-manager-inner {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.2s;
}
.cookie-consent.state-manager .cookie-consent-stage {
  transform: translate3d(-50%, 0, 0);
  transition: all 0.4s ease;
  transition-delay: 0s;
}
.cookie-consent.state-manager .cookie-consent-close {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  color: rgba(35, 39, 42, 0.8);
  font-size: 16px;
}
.cookie-consent.state-manager .cookie-consent-close:hover {
  color: #c8d32c;
}
.cookie-consent .cookie-consent-logo-header {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}
.cookie-consent .cookie-consent-logo {
  max-width: 74px;
}
.cookie-consent .cookie-consent-simple-title {
  font-size: 28px;
  font-weight: bold;
  color: #23272A;
  margin-top: 30px;
  margin-bottom: 15px;
}
.cookie-consent p:not(.h3), .cookie-consent a, .cookie-consent li {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #23272A;
}
.cookie-consent a:not(.btn) {
  transition: all 0.2s ease;
  color: #c8d32c;
}
.cookie-consent a:not(.btn):hover {
  color: rgba(35, 39, 42, 0.8);
}
.cookie-consent .cookie-consent-simple-buttons {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
.cookie-consent .cookie-consent-simple-buttons .btn {
  margin: 0 5px 0 0;
  font-size: 16px;
  text-align: center;
  padding: 12px 24px;
  transform: translate3d(0, 0, 0);
}
.cookie-consent .cookie-constent-manager-tabs {
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: none;
}
.cookie-consent .cookie-constent-manager-tabs ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(35, 39, 42, 0.3);
}
.cookie-consent .cookie-constent-manager-tabs ul:before, .cookie-consent .cookie-constent-manager-tabs ul::before {
  display: none;
}
.cookie-consent .cookie-constent-manager-tabs ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: transparent;
  transition: all 0.2s ease;
  padding: 8px 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
  text-align: center;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  background: rgba(35, 39, 42, 0.7);
}
.cookie-consent .cookie-constent-manager-tabs ul li:before, .cookie-consent .cookie-constent-manager-tabs ul li::before {
  display: none;
}
.cookie-consent .cookie-constent-manager-tabs ul li span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cookie-consent .cookie-constent-manager-tabs ul li.active, .cookie-consent .cookie-constent-manager-tabs ul li.hover {
  background: #c8d32c;
  color: #fff;
  cursor: pointer;
}
.cookie-consent .cookie-consent-manager-buttons {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.cookie-consent .cookie-consent-manager-buttons .btn {
  margin: 0 5px 0 0;
  font-size: 16px;
  text-align: center;
  padding: 10px 24px;
  transform: translate3d(0, 0, 0);
}
.cookie-consent .cookie-consent-tabbed-content-area {
  max-height: calc(100vh - 350px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.cookie-consent .cookie-consent-tabbed-content-stage {
  width: 200%;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-options {
  transform: translate3d(0, 0, 0);
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-options .cookie-constent-tabbed-content-options {
  opacity: 1;
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-options .cookie-constent-tabbed-content-policy {
  opacity: 0;
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-policy {
  transform: translate3d(-50%, 0, 0);
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-policy .cookie-constent-tabbed-content-options {
  opacity: 0;
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-policy .cookie-constent-tabbed-content-policy {
  opacity: 1;
}
.cookie-consent .cookie-consent-tabbed-content-stage.state-policy .cookie-constent-tabbed-content-policy tr td:first-child {
  word-break: break-all;
}
.cookie-consent .cookie-consent-tabbed-content-stage > div {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease;
}
.cookie-consent .cookie-consent-manager-footer {
  padding-top: 10px;
}
.cookie-consent .cookie-consent-manager-footer .btn {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  text-align: center;
}
.cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 8px;
  color: rgba(35, 39, 42, 0.6);
}
.cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy span {
  display: inline-block;
  position: relative;
  top: 19px;
  transform: scale(0.8);
}
.cookie-consent .cookie-category-row {
  display: flex;
  border-top: 1px solid rgba(35, 39, 42, 0.1);
}
.cookie-consent .cookie-category-required {
  color: #c8d32c;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.cookie-consent .cookie-category-option {
  min-width: 75px;
  margin-top: 6px;
}
.cookie-consent .cookie-category-description-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(35, 39, 42, 0.8);
}
.cookie-consent .cookie-category-description-description {
  margin-top: 5px;
}
.cookie-consent .cookie-consent-manager-form {
  margin-top: 10px;
  border-bottom: 1px solid rgba(35, 39, 42, 0.6);
}
.cookie-consent .cookie-switch {
  position: relative;
  top: -10px;
}
.cookie-consent .cookie-switch label {
  height: 22px;
  width: 50px;
  border-radius: 20px;
  background: rgba(35, 39, 42, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.cookie-consent .cookie-switch label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.cookie-consent .cookie-switch label:after {
  content: "Off";
  display: block;
  position: absolute;
  left: 24px;
  top: 1px;
  font-size: 13px;
  color: rgba(35, 39, 42, 0.9);
  font-weight: normal;
  transition: all 0.2s ease;
}
.cookie-consent .cookie-switch [type=checkbox] {
  display: none;
}
.cookie-consent .cookie-switch [type=checkbox]:checked + label {
  background: #c8d32c;
}
.cookie-consent .cookie-switch [type=checkbox]:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 30px;
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 20px;
}
.cookie-consent .cookie-switch [type=checkbox]:checked + label:after {
  content: "On";
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  color: white;
}

@media (min-width: 768px) {
  .cookie-consent {
    width: 612px;
  }
}
@media (min-width: 992px) {
  .cookie-consent .cookie-consent-simple-buttons {
    /* .btn {
        font-size: 14px;
        padding: 8px 20px;
    }*/
  }
  .cookie-consent .cookie-consent-tabbed-content-area {
    max-height: calc(80vh - 350px);
  }
  .cookie-consent.state-simple {
    transition-delay: 0.2s;
  }
  .cookie-consent.state-simple .cookie-consent-stage {
    transition: all 0.1s !important;
    transition-delay: 0.4s !important;
  }
  .cookie-consent.state-simple .cookie-consent-simple-inner {
    transition-delay: 0.5s;
  }
  .cookie-consent.state-simple .cookie-consent-manager-inner {
    transition: opacity 0.4s ease;
    transition-delay: 0.1s;
  }
  .cookie-consent.state-manager {
    width: 945px;
  }
  .cookie-consent.state-manager .cookie-consent-stage {
    transition: all 0.1s !important;
    transition-delay: 0.4s !important;
  }
  .cookie-consent.state-manager .cookie-consent-simple-inner {
    transition: opacity 0.3s ease;
    transition-delay: 0s;
  }
  .cookie-consent.state-manager .cookie-consent-manager-inner {
    transition: opacity 0.6s ease;
    transition-delay: 0.5s;
  }
  .cookie-consent .cookie-consent-manager-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cookie-consent .cookie-consent-manager-footer .btn {
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin-top: -5px;
    font-size: 16px;
    text-align: center;
    padding: 12px 24px;
  }
  .cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy {
    display: inline-block;
    width: auto;
    color: rgba(35, 39, 42, 0.6);
  }
  .cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy:hover {
    color: #c8d32c;
  }
  .cookie-consent .cookie-consent-manager-buttons {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .cookie-consent {
    width: 764px;
    padding: 0 60px 50px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutRight {
  from, 20%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /*75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }*/
  50% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.primary-nav-inner .nav-item:nth-child(1):hover ~ .nav-item:last-child:before,
.nav-item:nth-child(1).active ~ .nav-item:last-child:before {
  top: 0;
}

.primary-nav-inner .nav-item:nth-child(2):hover ~ .nav-item:last-child:before,
.nav-item:nth-child(2).active ~ .nav-item:last-child:before {
  top: 34px;
}

.nav-item:nth-child(3):hover ~ .nav-item:last-child:before {
  top: 68px;
}

.nav-item:nth-child(4):hover ~ .nav-item:last-child:before {
  top: 102px;
}

.nav-item:nth-child(5):hover ~ .nav-item:last-child:before {
  top: 136px;
}

.primary-nav-inner .nav-item:last-child:hover:before {
  top: 136px !important;
}

.primary-nav-overlay {
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0, 0.2, 0.8, 1);
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
}

.primary-nav-open .primary-nav-overlay {
  visibility: visible;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(35, 39, 42, 0.9);
  height: calc(100vh + 200px);
  width: 100vw;
  transition: all 0.4s cubic-bezier(0, 0.2, 0.8, 1);
}

.inner-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  z-index: 999;
  /*font-family: Montserrat;*/
  font-weight: 900;
  height: 94px;
}
.inner-header:before, .inner-header::before {
  display: none;
}
.inner-header .row {
  z-index: 999;
}
.inner-header .col-6 {
  z-index: 999;
}
.inner-header .primary-nav-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
  transition: height 0.3s ease;
  width: 0;
  height: 0;
  border-top: 1600px solid #c8d32c;
  border-left: 1077px solid transparent;
  position: absolute;
  right: -900px;
  top: 0;
  visibility: hidden;
}
.inner-header .primary-nav-inner:before, .inner-header .primary-nav-inner::before {
  display: none;
}
.inner-header .primary-nav-inner.primary-nav-open {
  height: calc(100vh - 103px);
  visibility: visible;
  animation: bounceInRight 0.7s;
  right: -50px;
  overflow-y: scroll;
  transform: translate3d(0, 0, 0);
}
.menu-out .inner-header .primary-nav-inner.primary-nav-open {
  animation: bounceOutRight 0.6s;
  animation-delay: 0s;
}

.primary-nav-content {
  position: fixed;
  top: 80px;
  right: 0px;
  transform: translate3d(-200vw, 0, 0);
  z-index: 2;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item {
  margin-left: 18%;
  opacity: 0;
}
.menu-out.primary-nav-open .primary-nav-content ul.primary.has-active-link li:last-child:before,
.menu-out.primary-nav-open .primary-nav-content div.subnav,
.menu-out.primary-nav-open .primary-nav-content ul.secondary,
.menu-out.primary-nav-open .primary-nav-content .nav-item {
  transition: margin 0.45s cubic-bezier(0.18, 0.89, 0.29, 1.07), opacity 0.2s ease-out !important;
  transition-delay: 0.12s !important;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(1) {
  transition-delay: 0s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(2) {
  transition-delay: 0.5s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(3) {
  transition-delay: 0.1s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(4) {
  transition-delay: 0.15s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(5) {
  transition-delay: 0.2s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .nav-item:nth-child(6) {
  transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content .subnav {
  margin-right: -18%;
  opacity: 0;
  transition-delay: 0.025s;
  transition-delay: 0.25s !important;
}
.menu-out.primary-nav-open .primary-nav-content ul.primary.has-active-link li:last-child:before {
  opacity: 0;
  margin-right: -18%;
  transition-delay: 0.3s;
  transition-delay: 0.25s;
}
.menu-out.primary-nav-open .primary-nav-content ul.secondary {
  opacity: 0;
  margin-right: -18%;
  transition-delay: 0.3s;
  transition-delay: 0.25s;
}
.primary-nav-open .primary-nav-content {
  transform: translate3d(0, 0, 0);
}
.primary-nav-open .primary-nav-content .nav-item {
  margin-left: 0;
  transition: margin 0.55s cubic-bezier(0.18, 0.89, 0.29, 1.07), opacity 0.3s ease-out;
  width: 100%;
  opacity: 1;
  animation: none;
}
.primary-nav-open .primary-nav-content .subnav {
  margin-right: 0;
  transition-delay: 0.315s;
  opacity: 1;
  animation: none;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(1) {
  transition-delay: 0.3s;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(2) {
  transition-delay: 0.33s;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(3) {
  transition-delay: 0.345s;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(4) {
  transition-delay: 0.36s;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(5) {
  transition-delay: 0.375s;
}
.primary-nav-open .primary-nav-content .nav-item:nth-child(6) {
  transition-delay: 0.39s;
}
.primary-nav-open .primary-nav-content .nav-item a {
  width: 100%;
  position: relative;
}
.primary-nav-open .primary-nav-content .nav-item > a {
  overflow: hidden;
  background: #c8d32c;
  padding-left: 20px;
  /*height: 34px;*/
  display: inline-block;
  width: auto;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  height: 30px;
}
.primary-nav-open .primary-nav-content ul.primary.has-active-link li:last-child:before {
  opacity: 1;
  transition: margin 0.55s cubic-bezier(0.18, 0.89, 0.29, 1.07), opacity 0.3s ease-out;
  transition-delay: 0.415s;
  margin-right: 0;
}
.primary-nav-open .primary-nav-content ul.secondary {
  opacity: 1;
  transition: margin 0.55s cubic-bezier(0.18, 0.89, 0.29, 1.07), opacity 0.3s ease-out;
  transition-delay: 0.415s;
  margin-right: 0;
}
.primary-nav-content ul.primary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  /*width: 50%;
      position: fixed;
      top: 100px;
      right: 50px;*/
  text-align: right;
  padding-right: 4px;
  display: block;
  position: relative;
}
.primary-nav-content ul.primary:before, .primary-nav-content ul.primary::before {
  display: none;
}
.primary-nav-content ul.primary:hover > li:last-child:before {
  opacity: 1;
}
.primary-nav-content ul.primary > li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: static;
  text-align: right;
  text-transform: uppercase;
  /*a.sub-nav-toggle {
          @include element-override();
          position: absolute;
          top: 16px;
          right: 20px;
          cursor: pointer;

          > .icon-icon-plus {
              display: block;
          }

          > .icon-icon-minus {
              display: none;
          }

          &.open {
              > .icon-icon-plus {
                  display: none;
              }

              > .icon-icon-minus {
                  display: block;
              }
          }
      }*/
  /*&.active {
          > ul.subnav {
              display: block;
          }
      }*/
}
.primary-nav-content ul.primary > li:before, .primary-nav-content ul.primary > li::before {
  display: none;
}
.primary-nav-content ul.primary > li ~ .subnav {
  padding: 0 0 30px 0;
}
.primary-nav-content ul.primary > li ~ .subnav ul li {
  padding-bottom: 14px;
  height: 32px !important;
  line-height: 22px;
}
.primary-nav-content ul.primary > li ~ .subnav ul li a {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  padding-bottom: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 300;
  height: 26px !important;
  line-height: 22px;
}
.primary-nav-content ul.primary > li ~ .subnav ul li:hover a {
  font-size: 19px;
  color: #23272A;
  padding-right: 15px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.primary-nav-content ul.primary > li {
  padding-top: 0;
  overflow: hidden;
  margin-left: 18%;
  opacity: 0;
  /*height: 54px;*/
}
.primary-nav-content ul.primary > li:last-child {
  /*&:before {
          left: initial;
          content: '';
          width: 100%;
          height: 300px;
          position: absolute;
          top: 0;
          right: 10px;
          height: 30px;
          background: linear-gradient(rgba($white, 0.05), rgba($white, 0.05)), url("https://www.transparenttextures.com/patterns/p6.png");
          margin-top: 4px;
          transition: all 0.4s ease;
          opacity: 0;
          display: block;
          margin-top: -1px;
          z-index: -1;
      }*/
}
.primary-nav-content ul.primary > li, .primary-nav-content ul.primary li > a {
  color: #23272A;
  font-size: 28px;
  padding-bottom: 0;
  /*transition: color 0.4s cubic-bezier(0, 0.2, 0.8, 1);*/
  cursor: pointer;
  z-index: 1;
  position: relative;
  right: 0;
  transition: all 0.1s cubic-bezier(0, 0.2, 0.8, 1);
}
.primary-nav-content ul.primary > li:hover > a, .primary-nav-content ul.primary li > a:hover > a {
  right: 4px;
  /*font-size: 39px;*/
  transition: all 0.1s cubic-bezier(0, 0.2, 0.8, 1);
  color: #23272A;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.primary-nav-content ul.primary > li:hover > a.active, .primary-nav-content ul.primary li > a:hover > a.active {
  right: 0;
  font-size: 28px;
}
.primary-nav-content ul.primary > li.active > a, .primary-nav-content ul.primary li > a.active > a {
  color: #fff;
  /*position: relative;
      right: 15px;
      font-size: 37px;
      transition: all 0.2s cubic-bezier(0, 0.2, 0.8, 1);*/
}
.primary-nav-content ul.primary > li.active:hover > a, .primary-nav-content ul.primary li > a.active:hover > a {
  right: 0;
  font-size: 28px;
}
.primary-nav-content ul.primary > li > a, .primary-nav-content ul.primary li > a > a {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.primary-nav-content ul.primary ul.subnav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav-content ul.primary ul.subnav:before, .primary-nav-content ul.primary ul.subnav::before {
  display: none;
}
.primary-nav-content ul.primary ul.subnav li {
  border-bottom: 0;
}
.primary-nav-content ul.secondary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  opacity: 0;
  display: block;
}
.primary-nav-content ul.secondary:before, .primary-nav-content ul.secondary::before {
  display: none;
}
.primary-nav-content ul.secondary li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: right;
  padding: 8px 0;
  color: #23272A;
  font-size: 20px;
  list-style: none;
  line-height: 22px;
  font-weight: 900;
  font-family: gotham_blackregular, Helvetica, sans-serif;
}
.primary-nav-content ul.secondary li:before, .primary-nav-content ul.secondary li::before {
  display: none;
}
.primary-nav-content ul.secondary li:before {
  display: none;
}
.primary-nav-content ul.secondary a {
  color: #23272A;
  font-size: 20px;
  transition: all 0.2s ease;
}
.primary-nav-content ul.secondary a:hover {
  color: #fff;
}
.primary-nav-content ul.secondary .social-nav-icons {
  padding-top: 20px;
}
.primary-nav-content ul.secondary .social-nav-icons a {
  font-size: 24px;
  margin-left: 16px;
}
.primary-nav-content ul.secondary .social-nav-icons a img {
  /*filter: invert(0%);*/
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(21deg) brightness(103%) contrast(102%);*/
  filter: brightness(0) saturate(100%) invert(8%) sepia(11%) saturate(831%) hue-rotate(163deg) brightness(97%) contrast(83%);
  transition: filter 0.2s ease;
}
.primary-nav-content ul.secondary .social-nav-icons a:hover img {
  /*filter: invert(100%);*/
  /* filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(355deg) brightness(93%) contrast(102%);*/
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(21deg) brightness(103%) contrast(102%);
}
.primary-nav-content ul.primary.has-active-link li:last-child:before {
  margin-right: -18%;
}
.primary-nav-content ul.secondary {
  margin-right: -18%;
}
.primary-nav-content .subnav {
  margin-right: -18%;
  opacity: 0;
  transition: margin 0.55s cubic-bezier(0.18, 0.89, 0.29, 1.07), opacity 0.3s ease-out;
}

.primary-nav-content-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 40px);
  width: 100%;
  /*padding-right: 100px;*/
}
.primary-nav-content-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.primary-nav-content-content::-webkit-scrollbar-thumb {
  background: #c9d418;
}
.primary-nav-content-content::-webkit-scrollbar-track {
  background: rgb(228, 233.5, 139.5);
}
.primary-nav-content-content {
  scrollbar-face-color: #c9d418;
  scrollbar-track-color: rgb(228, 233.5, 139.5);
  scrollbar-color: rgb(228, 233.5, 139.5);
  scrollbar-width: 8px;
}

.primary-nav-content-inner {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .inner-header .primary-nav-inner ul.primary li > a {
    height: 36px;
    font-size: 28px;
  }
  .inner-header .primary-nav-inner ul.primary > li ~ .subnav ul li a {
    font-size: 18px;
  }
  .inner-header .primary-nav-inner.primary-nav-open .nav-item > a {
    height: 36px;
  }
}
@media (min-width: 576px) {
  .primary-nav-content {
    position: fixed;
    right: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary-nav-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .primary-nav-content {
    position: fixed;
    right: calc((100% - (101% - 30px)) / 2 - 10px);
  }
}
@media (min-width: 992px) {
  .primary-nav-content {
    position: fixed;
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .primary-nav-content {
    position: fixed;
    top: 150px;
    right: calc((100% - 1150px) / 2);
  }
}
@media (min-width: 1500px) {
  .primary-nav-content {
    position: fixed;
    right: calc((100% - 1300px) / 2);
  }
}
@media (min-width: 1700px) {
  .primary-nav-content {
    position: fixed;
    right: calc((100% - 1640px) / 2);
  }
}
@media (min-width: 2000px) {
  .inner-header .primary-nav-inner {
    border-left: 1444px solid transparent;
  }
  .primary-nav-content {
    right: calc((100% - 1828px) / 2);
  }
}
@media (max-height: 900px) and (min-width: 1200px) {
  .primary-nav-content {
    top: 90px;
  }
  .primary-nav-content ul.primary > li > a {
    margin-bottom: 10px;
  }
  .primary-nav-content ul.primary > li ~ .subnav {
    padding-bottom: 10px;
  }
}
/*.header-banner-image {
    @include element-override();
    width: 100%;
    background-size: cover;
    height: 100px;
    background-image: url(/Content/Images/placeholders/default-banner.jpg);
    background-position: center center;
}

@include media-breakpoint-up(md) {
    .header-banner-image,
    .parallax-image {
        //height: 200px;

        &.parallax-image {
            height: 200px;
        }
    }
}

@include media-breakpoint-up(lg) {
    .header-banner-image,
    .parallax-image {
        //height: 300px;

        &.parallax-image {
            height: 200px;
        }
    }
}*/
.logo-scroller-container {
  background-color: #23272A;
  padding-top: 100px;
  padding-bottom: 150px;
}
.logo-scroller-container h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c8d32c;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.logo-scroller-container h2:before, .logo-scroller-container h2::before {
  display: none;
}
.logo-scroller-container p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  /*font-weight: 300;*/
  /*font-size: 21px;*/
}
.logo-scroller-container p:before, .logo-scroller-container p::before {
  display: none;
}

.logo-scroller {
  margin-top: 100px;
}
.logo-scroller .scroller,
.logo-scroller .scroller2 {
  width: 100%;
  opacity: 0;
  /*border-top: solid 1px $theme-primary;
  border-bottom: solid 1px $theme-primary;*/
  height: 100px;
  overflow: hidden;
  transition: opacity 0.2s ease;
  position: relative;
  transition: opacity 1s ease-in;
}
.logo-scroller .scroller.visible,
.logo-scroller .scroller2.visible {
  opacity: 1;
}
.logo-scroller .scroller:before,
.logo-scroller .scroller2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+69&1+0,0+69 */
  background: -moz-linear-gradient(left, #333 0%, rgba(51, 51, 51, 0) 69%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #333 0%, rgba(51, 51, 51, 0) 69%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #333 0%, rgba(51, 51, 51, 0) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.logo-scroller .scroller:after,
.logo-scroller .scroller2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+14,ffffff+100&0+14,1+100 */
  background: -moz-linear-gradient(left, rgba(51, 51, 51, 0) 31%, #333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 31%, #333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 31%, #333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.logo-scroller canvas {
  cursor: pointer;
  backface-visibility: hidden;
}
.logo-scroller .item {
  display: inline-block;
  top: 50%;
}
.logo-scroller img {
  transition: all 0.2s ease;
  transform: translateZ(0) scale(0.9);
}
.logo-scroller .item:hover img {
  transform: translateZ(0) scale(1);
}

@media (min-width: 768px) {
  .logo-scroller-container h2 {
    font-size: 34px;
  }
}
.team-member-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: block;
}
.team-member-grid:before, .team-member-grid::before {
  display: none;
}

.team-member {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
.team-member:before, .team-member::before {
  display: none;
}
.team-member .team-member-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.team-member .team-member-image:before, .team-member .team-member-image::before {
  display: none;
}
.team-member .team-member-name {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1.4rem;
  padding: 10px 0;
}
.team-member .team-member-name:before, .team-member .team-member-name::before {
  display: none;
}
.team-member .team-popout-bio {
  display: none;
}
.team-member .btn:hover {
  color: #fff !important;
}

.team-bio-panel {
  background: rgba(35, 39, 42, 0.3);
  padding: 10px;
  margin: 10px 0;
  width: 100%;
}

.team-popout-close {
  cursor: pointer;
}
.team-popout-close i {
  margin-right: 5px;
}

@media (min-width: 576px) {
  .team-member-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .team-member {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .team-member-image {
    height: 300px;
  }
  .team-member-grid {
    display: flex;
    justify-content: space-between;
  }
  .team-member {
    width: calc(33% - 4px);
  }
}
.news-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 40px 0;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.news-grid:before, .news-grid::before {
  display: none;
}
.news-grid .news-article-box {
  width: 100%;
}

@media (min-width: 576px) {
  .news-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .news-grid .news-article-box {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .news-grid {
    display: flex;
  }
  .news-grid .news-article-box {
    width: calc(33% - 4px);
  }
}
.testimonial-grid {
  display: block;
}

.testimonial-item {
  width: 100%;
}

@media (min-width: 576px) {
  .testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .testimonial-grid .testimonial-item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .team-member-image {
    height: 300px;
  }
  .testimonial-grid {
    display: flex;
    justify-content: space-between;
  }
  .testimonial-grid .testimonial-item {
    width: calc(33% - 4px);
  }
}
.site-search {
  display: none;
}

@keyframes overlay-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlay-disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .site-search-overlay.visible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: rgba(35, 39, 42, 0.6);
    animation: overlay-appear 0.2s ease;
  }
  .site-search-overlay.disappearing {
    animation: overlay-disappear 0.2s ease;
  }
  .site-search {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    z-index: 9999;
    height: 400px;
    box-shadow: 2px 2px 2px rgba(35, 39, 42, 0.1);
    transform: translate3d(0, -100%, 0);
    transition: all 0.2s ease-in-out;
  }
  .site-search [type=text] {
    width: 100%;
    border: solid 1px #c8d32c;
    height: 50px;
    line-height: 50px;
    padding: 5px;
  }
  .site-search.visible {
    transform: translate3d(0, 0, 0);
  }
  .site-search .close-search {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.umbraco-forms-page {
  /*
      Uncomment the below if you wish to use the default styled select wrappers.
      By default the template uses Select2 to style checkboxes.

      See - /blocks/3rdparty-overrides/_select2.scss
  */
  /*[class*="-12"] {
      padding-left: 0;
      padding-right: 0;
  }*/
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), .umbraco-forms-page textarea {
  /*border: solid 1px rgba($theme-primary, 0.4);*/
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(35, 39, 42, 0.4);
  outline: none !important;
  border-radius: 0 !important;
  padding: 4px 4px 2px 0;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  height: 60px;
  transition: all 0.2s ease-out;
  position: relative;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  /*
  &div {
      transform: translateY( 5px);
      transition: all 0.2s ease-out;
  }
      */
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]).input-validation-error, .umbraco-forms-page textarea.input-validation-error {
  border-bottom: solid 2px #dc3545;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .umbraco-forms-page textarea::-webkit-input-placeholder {
  color: rgba(35, 39, 42, 0.4);
  position: absolute;
  top: 30px;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus, .umbraco-forms-page textarea:focus {
  border-bottom: 2px solid #c8d32c;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus::-webkit-input-placeholder, .umbraco-forms-page textarea:focus::-webkit-input-placeholder {
  transform: translateY(-25px);
  font-size: 11px;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]).text-added::-webkit-input-placeholder, .umbraco-forms-page textarea.text-added::-webkit-input-placeholder {
  display: block !important;
}
.umbraco-forms-page .select-wrapper {
  position: relative;
  /*border: solid 1px rgba($theme-primary, 0.4);*/
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(35, 39, 42, 0.4);
  outline: none !important;
  margin-bottom: 10px;
  display: block;
  border-radius: 0;
}
.umbraco-forms-page .select-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  top: 50%;
  margin-top: -4px;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #23272A transparent transparent transparent;
  pointer-events: none;
  border-radius: 2px;
}
.umbraco-forms-page .select-wrapper:focus {
  border-bottom: 2px solid #c8d32c;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page .select-wrapper .select2-container {
  margin-bottom: 5px;
}
.umbraco-forms-page .select-wrapper .select2-container .select2-selection__rendered {
  padding-left: 0;
  font-weight: 600;
  color: #23272A !important;
  font-size: 20px;
}
.umbraco-forms-page .select-wrapper select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: none;
  padding: 0 5px 0 0;
}
.umbraco-forms-page .select-wrapper select::-ms-expand {
  display: none;
}
.umbraco-forms-page .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none;
}
.umbraco-forms-page .select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(35, 39, 42, 0.9);
}
.umbraco-forms-page textarea {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
  border-radius: 0;
  padding-top: 20px;
  position: relative;
}
.umbraco-forms-page textarea:focus {
  border-bottom: 2px solid #c8d32c;
}
.umbraco-forms-page textarea:focus::-webkit-input-placeholder {
  top: 20px;
  position: absolute;
  transform: none;
}
.umbraco-forms-page .field-validation-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: -8px;
  display: block;
}
.umbraco-forms-page .checkbox .field-validation-error, .umbraco-forms-page .singlechoice .field-validation-error, .umbraco-forms-page .multiplechoice .field-validation-error {
  padding-left: 48px;
}
.umbraco-forms-page [type=checkbox] {
  opacity: 0;
  position: absolute;
}
.umbraco-forms-page [type=checkbox] ~ label {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}
.umbraco-forms-page [type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border: solid 1px rgba(35, 39, 42, 0.3);
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  margin-right: 10px;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page [type=checkbox]:checked ~ label:after {
  content: "";
  background: url("/Content/Images/check-tick.svg") no-repeat center center;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-size: 16px 16px;
  font-size: 16px;
  color: #c8d32c;
}
.umbraco-forms-page [type=checkbox]:checked ~ label:before {
  background-color: #23272A;
  color: #c8d32c;
  transition: all 0.2s ease-out;
}
.umbraco-forms-page [type=checkbox].input-validation-error ~ label:before {
  border: solid 1px #dc3545;
}
.umbraco-forms-page [type=radio] {
  display: none;
}
.umbraco-forms-page [type=radio] ~ label {
  padding-left: 20px;
  position: relative;
}
.umbraco-forms-page [type=radio] ~ label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: solid 1px rgba(35, 39, 42, 0.3);
  border-radius: 16px;
}
.umbraco-forms-page [type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #c8d32c;
  height: 10px;
  width: 10px;
  border-radius: 13px;
}
.umbraco-forms-page [type=submit] {
  margin-top: 20px;
}
.umbraco-forms-page .imnotarobot {
  position: absolute !important;
  bottom: -170px;
  left: 15px;
}
.umbraco-forms-page .imnotarobot p {
  font-size: 13px;
}

.umbraco-forms-submitmessage {
  text-align: center;
  padding: 60px;
  background: #c8d32c;
  color: #fff;
  display: block;
}

.grecaptcha-badge {
  display: none;
}

.contactform {
  position: relative;
  padding-bottom: 100px;
}

.contact-submit {
  margin: 40px 0;
}
.contact-submit .processing {
  display: none;
}
.contact-submit.processing .processing {
  display: block;
}
.contact-submit.processing .btn {
  display: none;
}

.umbraco-forms-field:not(.checkbox) {
  position: relative;
}
.umbraco-forms-field:not(.checkbox):focus label, .umbraco-forms-field:not(.checkbox).active label {
  font-size: 13px;
  transform: translate3d(0, 2px, 0);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: rgba(35, 39, 42, 0.6);
}
.umbraco-forms-field:not(.checkbox) label {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  transform: translate3d(0, 25px, 0);
  z-index: 99;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.umbraco-forms-field:not(.checkbox).longanswer label {
  transform: translate3d(0, 15px, 0);
}
.umbraco-forms-field:not(.checkbox).longanswer:focus label, .umbraco-forms-field:not(.checkbox).longanswer.active label {
  transform: translate3d(0, -4px, 0);
  color: rgba(35, 39, 42, 0.6);
}

.newsletter-main .umbraco-forms-field:not(.checkbox) label {
  font-size: 16px;
}
.newsletter-main .shortanswer label {
  cursor: text;
}
.newsletter-main .dataconsent {
  padding: 20px 0;
}
.newsletter-main .dataconsent .field-validation-error {
  padding-left: 49px;
  padding-top: 10px;
}
.newsletter-main .dataconsent.umbraco-forms-field:not(.checkbox) label {
  position: relative;
  font-size: 14px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c8d32c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.breadcrumbs-container {
  background-color: #c8d32c;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.breadcrumb {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: static;
  top: -100px;
  z-index: 99;
  margin-bottom: 0;
  margin-top: 0;
}
ul.breadcrumb:before, ul.breadcrumb::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item {
  padding-left: 0;
  display: inline;
  white-space: nowrap;
}
ul.breadcrumb .breadcrumb-item::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  display: inline;
}
ul.breadcrumb .breadcrumb-item a:before, ul.breadcrumb .breadcrumb-item a::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
ul.breadcrumb .breadcrumb-item a span {
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  display: inline;
}
ul.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

@keyframes angle-out {
  0% {
    clip-path: polygon(0 0, 37.8% 0, 100% 100%, 62.2% 100%);
  }
  50% {
    clip-path: polygon(0 0, 37.8% 0, 100% 100%, 62.2% 100%);
  }
  100% {
    clip-path: polygon(36% 0, 37.8% 0, 100% 100%, 97% 100%);
  }
}
@keyframes angle-in {
  0% {
    clip-path: polygon(36% 0, 37.8% 0, 100% 100%, 97% 100%);
  }
  100% {
    clip-path: polygon(0 0, 37.8% 0, 100% 100%, 62.2% 100%);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.2;
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes fade-out-only {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transition-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(35, 39, 42, 0.98);
  height: 12000px;
  width: 12000px;
  z-index: 1000;
  transform: translate3d(-100%, 0, 0);
  will-change: clip-path;
}
.transition-wrapper .transition-inner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  transform: translate(1200px, 0);
}
.transition-wrapper .transition-inner p {
  font-size: 55px;
  color: #fff;
  font-family: gotham_blackregular, Helvetica, sans-serif;
}

.transition-wrapper-2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #23272A;
  z-index: 1000;
  will-change: opacity;
  opacity: 0;
  display: none;
}
.transition-wrapper-2 .transition-inner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.transition-wrapper-2 .transition-inner p {
  font-size: 55px;
  color: #fff;
  font-family: gotham_blackregular, Helvetica, sans-serif;
}

.transition-in .transition-wrapper {
  transform: translate3d(-10%, 0, 0);
}
.transition-in.animate .transition-wrapper {
  animation: angle-out 1s ease-out;
  animation-delay: 0;
  clip-path: polygon(36% 0, 37.8% 0, 100% 100%, 97% 100%);
}

.transition-out {
  /*.transition-wrapper {
      transform: translate3d(-10%,0,0);
      clip-path: polygon(36% 0, 37.8% 0,100% 100%, 97% 100%);
  }

  &.animate {
      .transition-wrapper {
          animation: angle-in 0.5s ease-out;
          animation-delay: 0;
          clip-path: polygon(0 0,37.8% 0,100% 100%,62.2% 100%);
      }
  }*/
}
.transition-out .transition-wrapper-2 {
  display: block;
  /*transform: translate3d(-10%,0,0);
  clip-path: polygon(36% 0, 37.8% 0,100% 100%, 97% 100%);*/
}
.transition-out.animate .transition-wrapper-2 {
  animation: fade-in-wrapper 0.2s ease;
  animation-delay: 0;
  opacity: 1;
}

.transition-out .generic-out-box {
  animation: fade-out-up 0.2s ease-out;
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}
.transition-out .generic-out-static {
  animation: fade-out-only 0.2s ease-out;
  opacity: 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.default-up-in {
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.transitioned-in .default-up-in.do-anim {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.transitioned-in .default-up-in.do-anim.subtle-parrallax-transitions {
  transition: transform 0.05s linear, opacity 0.8s ease;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.default-up-in.subtler {
  transition: all 1.2s ease;
  opacity: 0;
  transform: translate3d(0, 70px, 0);
}
.transitioned-in .default-up-in.subtler.do-anim {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.transitioned-in .default-up-in.subtler.do-anim.subtle-parrallax-transitions {
  transition: transform 0.05s linear, opacity 1.2s ease;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/*.transitioned-in {
    .default-up-in {
        &.do-anim {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
}*/
.child-up-in {
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.child-up-in.child-up-in-subtle {
  transform: translate3d(0, 20px, 0);
}
.transitioned-in .has-child-anim.do-anim .child-up-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.transitioned-in .has-child-anim.do-anim.do-anim.subtle-parrallax-transitions .child-up-in {
  transition: transform 0.05s linear, opacity 0.8s ease;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.child-up-in.subtler {
  transition: all 1.2s ease;
  opacity: 0;
  transform: translate3d(0, 70px, 0);
}
.transitioned-in .has-child-anim.do-anim .child-up-in.subtler {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.transitioned-in .has-child-anim.do-anim.do-anim.subtle-parrallax-transitions .child-up-in.subtler {
  transition: transform 0.05s linear, opacity 1.2s ease;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.child-path-in {
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
  will-change: clip-path;
  clip-path: polygon(80% 0, 80% 0, 97% 99%, 97% 100%);
}
.has-child-anim.do-anim .child-path-in {
  clip-path: polygon(0 0, 80% 0, 97% 99%, 17% 100%);
}

.angle-wipe-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -160px;
  bottom: 0;
  right: -160px;
}

@media (min-width: 768px) {
  .angle-wipe-container {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
  }
}
.default-left-in,
.default-fade-in {
  transition: opacity 0.8s ease;
  opacity: 0;
}
.transitioned-in .default-left-in.do-anim,
.transitioned-in .default-fade-in.do-anim {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.alt-left-in,
.alt-fade-in {
  transition: all 1.8s ease;
  opacity: 0;
  transform: translate3d(30%, 0, 0);
}
.transitioned-in .alt-left-in.do-anim,
.transitioned-in .alt-fade-in.do-anim {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.transition-delay-50 {
  transition-delay: 0.05s;
}

.transition-delay-100 {
  transition-delay: 0.1s;
}

.transition-delay-150 {
  transition-delay: 0.15s;
}

.transition-delay-200 {
  transition-delay: 0.2s;
}

.transition-delay-250 {
  transition-delay: 0.25s;
}

.transition-delay-300 {
  transition-delay: 0.3s;
}

.transition-delay-350 {
  transition-delay: 0.35s;
}

.transition-delay-400 {
  transition-delay: 0.4s;
}

.transition-delay-450 {
  transition-delay: 0.45s;
}

.transition-delay-500 {
  transition-delay: 0.5s;
}

.transition-delay-550 {
  transition-delay: 0.55s;
}

.transition-delay-600 {
  transition-delay: 0.6s;
}

.transition-delay-650 {
  transition-delay: 0.65s;
}

.transition-delay-700 {
  transition-delay: 0.7s;
}

.transition-delay-750 {
  transition-delay: 0.75s;
}

.transition-delay-800 {
  transition-delay: 0.8s;
}

.transition-delay-850 {
  transition-delay: 0.85s;
}

.transition-delay-900 {
  transition-delay: 0.9s;
}

.transition-delay-950 {
  transition-delay: 0.95s;
}

.transition-delay-1000 {
  transition-delay: 1s;
}

.transition-delay-1050 {
  transition-delay: 1.05s;
}

.transition-delay-1100 {
  transition-delay: 1.1s;
}

.transition-delay-1150 {
  transition-delay: 1.15s;
}

.transition-delay-1200 {
  transition-delay: 1.2s;
}

.transition-delay-1250 {
  transition-delay: 1.25s;
}

.transition-delay-1300 {
  transition-delay: 1.3s;
}

.transition-delay-1350 {
  transition-delay: 1.35s;
}

.transition-delay-1400 {
  transition-delay: 1.4s;
}

.transition-delay-1450 {
  transition-delay: 1.45s;
}

.transition-delay-1500 {
  transition-delay: 1.5s;
}

.transition-delay-1550 {
  transition-delay: 1.55s;
}

.transition-delay-1600 {
  transition-delay: 1.6s;
}

.transition-delay-1650 {
  transition-delay: 1.65s;
}

.transition-delay-1700 {
  transition-delay: 1.7s;
}

.transition-delay-1750 {
  transition-delay: 1.75s;
}

.transition-delay-1800 {
  transition-delay: 1.8s;
}

.transition-delay-1850 {
  transition-delay: 1.85s;
}

.transition-delay-1900 {
  transition-delay: 1.9s;
}

.transition-delay-1950 {
  transition-delay: 1.95s;
}

.transition-delay-2000 {
  transition-delay: 2s;
}

.site-wrapper.blur {
  filter: blur(4px);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}

.newsletter-popup-parent-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  z-index: 1048;
}

.newsletter-sign-up-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-sign-up-button .expanding-arrow {
  margin-top: 0;
}
.newsletter-sign-up-button .expanding-arrow:before {
  filter: brightness(0) saturate(100%) invert(9%) sepia(5%) saturate(2035%) hue-rotate(163deg) brightness(95%) contrast(84%);
}
.newsletter-sign-up-button:hover .expanding-arrow:before {
  filter: brightness(0) saturate(100%) invert(82%) sepia(91%) saturate(430%) hue-rotate(4deg) brightness(87%) contrast(88%);
}
.newsletter-sign-up-button span {
  top: -13px;
}

#error-in-form {
  display: none;
  color: #dc3545;
  font-size: 13px;
}
#error-in-form.visible {
  display: inline-block;
}

.newsletter-popup-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 0px 0px 0px;
  z-index: 1050;
}
.newsletter-popup-container .modal-content {
  border-radius: 0;
  max-height: 100vh;
  overflow-y: auto;
}
.newsletter-popup-container .newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 550px;
}
.newsletter-popup-container .newsletter-popup .modal-body {
  padding: 80px 20px 50px 20px;
}
.newsletter-popup-container .newsletter-popup .modal-body .newsletter-popup-label {
  color: #c8d32c;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: "PlayfairDisplay-Italic";
}
.newsletter-popup-container .newsletter-popup .modal-body h3 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 20px;
}
.newsletter-popup-container .newsletter-popup .nxt-newsletter-popup-logo {
  position: absolute;
  top: 0;
  left: 20px;
  height: 75px;
  width: 75px;
  background: #c8d32c;
}
.newsletter-popup-container .newsletter-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: none;
  color: rgba(35, 39, 42, 0.2);
  font-size: 26px;
  z-index: 9999;
}
.newsletter-popup-container .newsletter-popup .close:focus {
  outline: none;
}
.newsletter-popup-container .newsletter-popup .modal-header {
  border-bottom: 0;
}
.newsletter-popup-container .newsletter-main {
  /*.newsletter-popup-form {
      display: flex;
      flex-direction: column;

      input {
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid $black-opacity-40;
          padding-bottom: 0px;
          padding-top: 25px;
          position: relative;

          &:focus {
              outline: none;
          }


          &::placeholder {
              color: $black-opacity-40;
          }

          &[type="checkbox"] {
              visibility: hidden;

              &:checked {
                  ~ label {
                      &::before {
                          content: url('/Content/Images/tick (2).svg');
                          padding: 1px;
                          color: $theme-primary;
                          line-height: 15px;
                          font-family: "nxt-generic";
                          background: $theme-secondary;
                          height: 20px;
                          width: 20px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                      }
                  }
              }
          }
      }

      .input-wrap {
          position: relative;
          width: 100%;

          input {
              width: 100%;
              background: transparent;

              ~ span {
                  display: none;
                  color: red;
                  font-size: 11px;
                  padding-top: 4px;
                  position: absolute;
              }

              &:focus {
                  + label {
                      bottom: 10px;
                      font-size: 11px;
                      transition: all 0.3s ease-out;
                  }

                  &:invalid {
                      border-bottom: 1px solid red;

                      + label {
                          bottom: 15px;
                          font-size: 11px;
                      }

                      ~ span {
                          display: block;
                          color: red;
                          bottom: -25px;
                      }
                  }
              }

              &:valid {
                  + label {
                      bottom: 15px;
                      font-size: 11px;
                  }
              }
          }

          label {
              position: absolute;
              bottom: -10px;
              left: 0;
              transition: all 0.3s ease-out;
              cursor: text;
          }
      }

      .checkbox-container {
          display: flex;
          align-items: flex-start;
          margin-top: 30px;

          label {
              margin-left: 30px;
              font-size: 16px;
              margin-top: 0;
              position: relative;

              a {
                  color: $black-opacity-40;
                  text-decoration: underline;
                  text-decoration-color: $theme-primary;
                  text-underline-position: under;

                  &:hover {
                      text-decoration-color: $black-opacity-40;
                  }
              }

              &::before {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: -45px;
                  height: 20px;
                  width: 20px;
                  background-color: $white;
                  border: 1px solid $black-opacity-50;
                  visibility: visible;
                  display: block;
              }
          }
      }

      .newsletter-sign-up-button {
          width: unset;
          max-width: 205px;
          margin-top: 10px;
          margin-bottom: 20px;
          padding: 10px 15px;
          border-radius: 0;
          text-transform: uppercase;
          transition: all 0.2s ease-out;
          display: flex;
          align-items: center;*/
  /*justify-content: flex-start;*/
  /*&:focus {
              outline: none;
              background: $white;
              border: none;
          }

          &:hover {
              color: $theme-primary;
              transition: all 0.2s ease-out;
          }

          img {
              margin-left: 40px;
          }
      }


  }*/
}
.newsletter-popup-container .newsletter-main h3 {
  text-transform: uppercase;
}
.newsletter-popup-container .newsletter-main .umbraco-forms-field:not(.checkbox).active label {
  color: #23272A;
}
.newsletter-popup-container .newsletter-main .newsletter-sign-up-button {
  width: 185px;
  max-height: 40px;
  /*max-width: 205px;*/
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  /*justify-content: flex-start;*/
}
.newsletter-popup-container .newsletter-main .newsletter-sign-up-button:focus {
  outline: none;
  background: #fff;
  border: none;
}
.newsletter-popup-container .newsletter-main .newsletter-sign-up-button:hover {
  color: #c8d32c;
  transition: all 0.2s ease-out;
}
.newsletter-popup-container .newsletter-main .newsletter-sign-up-button img {
  margin-left: 40px;
}
.newsletter-popup-container .newsletter-main .small-text {
  font-size: 12px;
  text-align: center;
  max-width: 300px;
  margin: 40px auto 0px auto;
}
.newsletter-popup-container .newsletter-main .small-text a {
  text-decoration: underline;
  color: #23272A;
  text-underline-position: under;
  text-decoration-color: #c8d32c;
}
.newsletter-popup-container .newsletter-main .small-text a:hover {
  text-decoration-color: #23272A;
}

.newsletter-signup-triggers .processing {
  display: none;
}
.newsletter-signup-triggers .buttons {
  display: block;
}
.newsletter-signup-triggers .lds-ellipsis {
  display: block;
  margin: auto;
  height: 50px;
}
.newsletter-signup-triggers .lds-ellipsis > div {
  top: 23px;
}
.newsletter-signup-triggers.processing .processing {
  display: block;
}
.newsletter-signup-triggers.processing .buttons {
  display: none;
}

.newsletterses {
  position: relative;
  overflow: hidden;
}
.newsletterses .newsletter-main {
  transition: transform 0.333s ease;
  transform: translate3d(0, 0, 0);
}
.newsletterses .newsletter-thanks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.333s ease;
  display: flex;
  flex-direction: column;
}
.newsletterses .newsletter-thanks h1, .newsletterses .newsletter-thanks h2, .newsletterses .newsletter-thanks h3, .newsletterses .newsletter-thanks h4, .newsletterses .newsletter-thanks h5, .newsletterses .newsletter-thanks p {
  text-align: center;
  width: 100%;
}
.newsletterses .newsletter-thanks .small-text {
  font-size: 11px;
}
.newsletterses .newsletter-thanks .thanks-head {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletterses .newsletter-thanks .thanks-foot {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newsletterses .newsletter-thanks .btn {
  display: inline-block;
}
.newsletterses.show-thanks .newsletter-main {
  transform: translate3d(0, -100%, 0);
}
.newsletterses.show-thanks .newsletter-thanks {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .newsletter-popup-container .newsletter-popup .modal-body {
    padding: 80px 50px 50px 50px;
  }
  .newsletter-popup-container .newsletter-popup .modal-body h3 {
    font-size: 28px;
  }
  .newsletter-popup-container .newsletter-popup .nxt-newsletter-popup-logo {
    left: 50px;
  }
  .newsletter-popup-container .newsletter-popup .close {
    right: 50px;
    top: 50px;
  }
}
.contact-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-container .contact-side-pattern {
  background-image: url("/Content/Images/slash-bkg.png");
  background-repeat: repeat;
  width: 100%;
  height: 40px;
  margin-top: 0px;
}
.contact-container .contact-form-container {
  width: 100%;
  padding: 40px 20px;
}
.contact-container .contact-form-container .contact-title {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  /*&.scrolled {
      &::before {
          content: "";
          height: 2px;
          width: 194px;
          right: unset;
          left: 0;
          bottom: -15px;
          transition: 0.5s ease;
      }
  }*/
}
.contact-container .contact-form-container .contact-title::before {
  content: "";
  height: 2px;
  width: 130px;
  background: #c8d32c;
  position: absolute;
  right: -154px;
  top: 36px;
  z-index: 2;
  display: none;
}
.contact-container .contact-address-container {
  background: #23272A;
  width: 100%;
  position: relative;
}
.contact-container .contact-address-container .contact-address-inner-container {
  padding: 40px 20px;
}
.contact-container .contact-address-container .contact-address-inner-container p {
  color: rgba(255, 255, 255, 0.6);
}
.contact-container .contact-address-container .contact-address-inner-container .telephone p {
  font-size: 26px;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  position: relative;
  padding-left: 54px;
}
.contact-container .contact-address-container .contact-address-inner-container .telephone p a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.contact-container .contact-address-container .contact-address-inner-container .telephone p a.animated-underline:after, .contact-container .contact-address-container .contact-address-inner-container .telephone p a.animated-underline:before {
  top: 100%;
}
.contact-container .contact-address-container .contact-address-inner-container .telephone p img {
  width: 28px;
  height: 28px;
  left: 0;
  top: 4px;
  position: absolute;
}
.contact-container .contact-address-container .contact-address-inner-container .address {
  margin-top: 80px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 54px;
}
.contact-container .contact-address-container .contact-address-inner-container .address img {
  width: 32px;
  height: 32px;
  margin-top: 0;
  position: absolute;
  left: -4px;
}
.contact-container .contact-address-container .contact-address-inner-container .address p {
  margin-top: 0;
  margin-bottom: 2px;
}
.contact-container .contact-address-container .contact-address-inner-container .address a.expanding-arrow-parent {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  font-size: 16px;
  top: 20px;
  width: fit-content;
}
.contact-container .contact-address-container .contact-map-container {
  height: 300px;
}
.contact-container .contact-address-container .contact-map-container #contact-map {
  height: 100% !important;
}
.contact-container .umbraco-forms-navigation .btn.primary {
  margin-left: -15px;
}
.contact-container .generalenquiry label {
  display: none;
}
.contact-container .contactform {
  margin-top: 90px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-container .contact-address-container .contact-address-inner-container .telephone p a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .contact-container .contact-address-container .contact-address-inner-container .telephone p a {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .contact-form-container, .contact-address-inner-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 1150px;
  }
}
@media (max-width: 991.98px) and (min-width: 1500px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 1300px;
  }
}
@media (max-width: 991.98px) and (min-width: 1900px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: 1830px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form-container, .contact-address-inner-container {
    max-width: calc(100% - 30px) !important;
  }
}
.map-marker {
  background: #c8d32c;
  color: #fff;
  padding: 5px 19px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  position: relative;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  cursor: pointer;
  transform: scale(1);
  pointer-events: all !important;
  transition: transform 0.2s ease;
}
.map-marker a {
  color: inherit !important;
}
.map-marker:hover {
  transform: scale(1.05);
}
.map-marker:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #c8d32c transparent transparent transparent;
}

@media (min-width: 768px) {
  .contact-container .contact-side-pattern {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .contact-container {
    flex-direction: row;
  }
  .contact-container .contact-side-pattern {
    display: none;
    margin-top: 0;
  }
  .contact-container .contact-form-container {
    width: 60%;
    padding: 190px 65px 200px 120px;
  }
  .contact-container .contact-form-container .contact-title::before {
    bottom: 15px;
    display: block;
  }
  .contact-container .contact-form-container .contact-title.scrolled::before {
    right: -160px;
    left: unset;
    bottom: 15px;
  }
  .contact-container .contact-form-container .contatc-sub-title {
    font-size: 24px;
  }
  .contact-container .contact-address-container {
    width: 40%;
  }
  .contact-container .contact-address-container .contact-address-inner-container {
    padding: 190px 60px 100px 60px;
  }
  .contact-container .contact-address-container .contact-address-inner-container .telephone p {
    font-size: 26px;
  }
  .contact-container .contact-address-container .contact-map-container {
    position: absolute;
    bottom: 0;
    height: calc(100% - 567px);
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .contact-container .contact-side-pattern {
    width: 5%;
    display: inline-block;
    height: unset;
  }
  .contact-container .contact-form-container {
    width: 60%;
  }
  .contact-container .contact-address-container {
    width: 35%;
  }
}
@media only screen and (min-width: 1500px) {
  .contact-container .contact-side-pattern {
    width: 14%;
    display: inline-block;
    height: unset;
  }
  .contact-container .contact-form-container {
    width: 50%;
  }
  .contact-container .contact-address-container {
    width: 36%;
  }
}
.full-width-image-banner {
  width: 100%;
  height: 400px;
  background-image: url("/Content/Images/327.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: unset;
  background-position: center;
}

@media (min-width: 768px) {
  .full-width-image-banner {
    height: 630px;
    background-position-y: -100px;
    background-position: unset;
  }
}
.team-scroller-header h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c9d418;
  text-transform: uppercase;
  font-size: 88px;
  margin: 10px 0;
}
.team-scroller-header h2:before, .team-scroller-header h2::before {
  display: none;
}
.team-scroller-header .intro-title {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  color: rgba(35, 39, 42, 0.7);
}

p.team-scroller-intro {
  /*font-size: 26px;*/
  font-weight: 300;
}

.team-scroller-outer {
  position: relative;
}

.team-scroller-controls {
  position: absolute;
  background: #fff;
  transform: translateY(-50%);
  right: calc(20% + 90px);
  display: flex;
  z-index: 10;
}
.team-scroller-controls a {
  display: block;
  width: 100px;
  height: 60px;
  border: solid 1px rgba(35, 39, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.2s ease;
}
.team-scroller-controls a:hover {
  background: rgba(35, 39, 42, 0.7);
}
.team-scroller-controls a:hover i {
  color: #c9d418;
}
.team-scroller-controls a:hover:first-child i {
  transform: translateX(-3px);
}
.team-scroller-controls a:hover:last-child i {
  transform: translateX(3px);
}
.team-scroller-controls a:first-child {
  border-right: 0;
}
.team-scroller-controls a i {
  transition: color 0.2s ease, transform 0.4s ease-out;
  transform: translateX(0);
  color: rgba(35, 39, 42, 0.9);
  font-size: 30px;
  position: relative;
  top: 6px;
}
.team-scroller-item {
  position: absolute;
  width: 20%;
  display: flex;
  align-items: flex-end;
  display: none;
  height: 628px;
}
.team-scroller-item.active, .team-scroller-item.next, .team-scroller-item.previous {
  display: block;
}
.team-scroller-item .team-scroller-bio {
  display: none;
}
.team-scroller-item img {
  position: absolute;
  z-index: 2;
  max-width: none;
  bottom: 0;
}
.team-scroller-item img.outgoing {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.team-scroller-item img.incoming {
  opacity: 0;
}
.team-scroller-item.active {
  position: relative;
  width: 100%;
  max-width: 60%;
  transform: translateX(-70px);
}
.team-scroller-item.active .team-scroller-bio {
  display: block;
  position: absolute;
  left: 340px;
  right: 0;
  top: 100px;
  bottom: 0;
  z-index: 1;
  /*.cube > div {
      padding: 40px 160px 40px 250px;
  }*/
}
.team-scroller-item.active .team-bio-inner {
  padding: 40px 120px 60px 220px;
  background: black;
  position: absolute;
  top: 0;
  bottom: 0;
}
.team-scroller-item.active .team-scroller-position {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  color: #ccc;
}
.team-scroller-item.active .team-scroller-name {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #c9d418;
  font-size: 46px;
  position: relative;
  margin: 8px 0 44px;
  text-transform: uppercase;
}
.team-scroller-item.active .team-scroller-name:before, .team-scroller-item.active .team-scroller-name::before {
  display: none;
}
.team-scroller-item.active .team-scroller-name:after {
  content: "";
  display: block;
  bottom: -15px;
  height: 2px;
  width: 20px;
  position: absolute;
  width: 40px;
  background: #c9d418;
}
.team-scroller-item.active p {
  color: rgba(255, 255, 255, 0.4);
  /*font-size: 24px;*/
  font-weight: 300;
}
.team-scroller-item.active img {
  right: 600px;
}
.team-scroller-item.previous {
  left: 0;
  bottom: 0;
}
.team-scroller-item.previous img.incoming {
  position: absolute;
  transition: all 0.75s ease;
}
.team-scroller-item.previous img {
  margin-left: -160px;
}
.team-scroller-item.next {
  right: 0;
  bottom: 0;
}
.team-scroller-item.next img.outgoing {
  right: -130px;
}
.team-scroller-item.next img.incoming {
  position: absolute;
  right: -130px;
}

@keyframes image-in {
  0% {
    opacity: 0;
    transform: translate3d(120px, 0, -100px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes image-in-prev {
  0% {
    opacity: 0;
    transform: translate3d(-120px, 0, -100px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes image-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-80px, 0, -100px);
  }
}
@keyframes image-out-prev {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(80px, 0, -100px);
  }
}
.team-scroller-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.team-scroller-wrapper.animate-next img.outgoing {
  transform: translate3d(80px, 0, -100px);
  opacity: 0;
  animation: image-out 0.75s ease;
}
.team-scroller-wrapper.animate-next img.incoming {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: image-in 0.75s ease;
}
.team-scroller-wrapper.animate-prev img.outgoing {
  transform: translate3d(80px, 0, -100px);
  opacity: 0;
  animation: image-out-prev 0.75s ease;
}
.team-scroller-wrapper.animate-prev img.incoming {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: image-in-prev 0.75s ease;
}

* {
  box-sizing: border-box;
}

.scene {
  width: 100%;
  height: 528px;
  /*border: 2px solid green;*/
  /*margin: 80px;*/
  perspective: 1584px;
}

.cube {
  width: 100%;
  height: 528px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-150px);
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.11, 1);
  transition-delay: 0.25s;
}

.cube.show-front {
  transform: translateZ(-264px) rotateY(0deg);
}

.cube.show-right {
  transform: translateZ(-264px) rotateY(-90deg);
}

.cube.show-back {
  transform: translateZ(-264px) rotateY(-180deg);
}

.cube.show-left {
  transform: translateZ(-264px) rotateY(90deg);
}

.cube.show-top {
  transform: translateZ(-264px) rotateX(-90deg);
}

.cube.show-bottom {
  transform: translateZ(-264px) rotateX(90deg);
}

.cube__face {
  position: absolute;
  width: 100%;
  height: 528px;
  border: 2px solid black;
}

.cube__face--front {
  transform: rotateY(0deg) translateZ(264px);
}

.cube__face--right {
  transform: rotateY(90deg) translateZ(264px);
}

.cube__face--back {
  transform: rotateY(180deg) translateZ(264px);
}

.cube__face--left {
  transform: rotateY(-90deg) translateZ(264px);
}

.cube__face--top {
  transform: rotateX(90deg) translateZ(264px);
}

.cube__face--bottom {
  transform: rotateX(-90deg) translateZ(264px);
}

label {
  margin-right: 10px;
}

.news-article-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 15px;
}
.news-article-box:before, .news-article-box::before {
  display: none;
}
.news-article-box .date {
  line-height: 1.8;
  color: #c8d32c;
  font-size: 0.8rem;
}
.news-article-box .news-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
}
.news-article-box .news-article-title:before, .news-article-box .news-article-title::before {
  display: none;
}
.news-article-box .news-article-title a:hover {
  color: #c8d32c;
}
.news-article-box .news-article-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.news-article-box .news-article-inner:before, .news-article-box .news-article-inner::before {
  display: none;
}
.news-article-box .news-article-inner img {
  max-width: 100%;
}
.news-article-box .news-article-inner .logo-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 53%;
  height: 0;
}
.news-article-box .news-article-inner:hover .news-article-title a {
  color: rgba(200, 211, 44, 0.8);
  text-decoration: none !important;
}
.news-article-box a.btn {
  margin-top: 10px;
}
.news-article-box p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 0.7777777778rem;
}
.news-article-box p:before, .news-article-box p::before {
  display: none;
}
.news-article-box .news-article-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.news-article-box .news-article-inner:before, .news-article-box .news-article-inner::before {
  display: none;
}
.news-article-box .news-article-inner .author {
  display: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.news-article-box .news-article-inner .author:before, .news-article-box .news-article-inner .author::before {
  display: none;
}
.news-article-box .news-article-inner.article-blog .author {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.4;
}
.news-article-box .news-article-inner.article-blog .img {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  height: 0;
  padding-top: 35%;
  position: relative;
}
.news-article-box .news-article-inner.article-blog .img:before, .news-article-box .news-article-inner.article-blog .img::before {
  display: none;
}
.news-article-box .news-article-inner.article-blog .img img {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-height: 100%;
  max-width: 38%;
}
.news-article-box .news-article-inner.article-blog img {
  margin: auto;
  float: none !important;
  border-radius: 160px;
  width: 160px;
  height: 160px;
  border: solid 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 38px;
}
.news-article-box .news-article-inner.article-blog .news-article-title {
  margin-bottom: 40px;
}
.news-article-box .news-article-inner.article-blog .article-intro {
  display: none;
}

#a2apage_dropdown {
  width: 150px !important;
  margin-top: 10px;
}

a.a2a_i, i.a2a_i {
  float: none !important;
  width: 100% !important;
}

.a2apage_show_more_less {
  width: 100px !important;
}

.popular-tags {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.popular-tags:before, .popular-tags::before {
  display: none;
}
.popular-tags a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(35, 39, 42, 0.4);
  color: #fff;
  text-transform: #fff;
  display: inline-block;
  padding: 1px 16px;
  margin-bottom: 4px;
  border-radius: 20px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 0.7777777778rem;
}
.popular-tags a:before, .popular-tags a::before {
  display: none;
}
.popular-tags a:hover {
  background: #c8d32c;
}

.testimonial-item {
  padding-bottom: 40px;
}
.testimonial-item blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.testimonial-item blockquote:before, .testimonial-item blockquote::before {
  display: none;
}
.testimonial-item cite {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.testimonial-item cite:before, .testimonial-item cite::before {
  display: none;
}

.testimonial-block {
  padding: 40px 0;
}

.document-accordion .accordion-wrapper .accordion-wrapper {
  margin-left: 10px;
  margin-top: 10px;
}
.document-accordion .accordion-wrapper .accordion-header {
  position: relative;
  background: rgba(35, 39, 42, 0.6);
  transition: background 0.1s ease;
  cursor: pointer;
  margin-bottom: 3px;
  padding-right: 50px;
}
.document-accordion .accordion-wrapper .accordion-header.active, .document-accordion .accordion-wrapper .accordion-header:hover {
  background: #c8d32c;
}
.document-accordion .accordion-wrapper .accordion-header .accordion-header-title {
  padding: 14px 30px 14px;
}
.document-accordion .accordion-wrapper .accordion-header .accordion-header-title h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.document-accordion .accordion-wrapper .accordion-header h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.document-accordion .accordion-wrapper .accordion-header h2:before, .document-accordion .accordion-wrapper .accordion-header h2::before {
  display: none;
}
.document-accordion .accordion-wrapper .accordion-header i.icon {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  font-style: normal;
}
.document-accordion .accordion-wrapper .accordion-header i.icon:before, .document-accordion .accordion-wrapper .accordion-header i.icon::before {
  display: none;
}
.document-accordion .accordion-wrapper .accordion-header i.icon:before {
  display: inline-block;
}
.document-accordion .accordion-content {
  display: none;
  padding-bottom: 20px;
}
.document-accordion .accordion-content p {
  padding: 1rem 0;
  margin: 0;
}
.document-accordion article {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0 16px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.document-accordion article:before, .document-accordion article::before {
  display: none;
}
.document-accordion article:not(:first-of-type) {
  padding-top: 16px;
}
.document-accordion article:last-of-type {
  border-bottom: none;
}
.document-accordion .sub-content-content {
  display: flex;
  align-items: center;
}
.document-accordion .sub-content-content .document-subtitle {
  margin: 0;
  color: rgba(35, 39, 42, 0.6);
  font-size: 1rem;
}
.document-accordion .sub-content-content:hover h4 a {
  color: rgba(200, 211, 44, 0.8);
}
.document-accordion .document-meta-group {
  padding-top: 10px;
  text-align: left;
}
.document-accordion dl.document-meta {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0;
  text-align: left;
  display: inline-block;
  padding-left: 0px;
}
.document-accordion dl.document-meta:before, .document-accordion dl.document-meta::before {
  display: none;
}
.document-accordion dl.document-meta dd, .document-accordion dl.document-meta dt {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  display: block;
}
.document-accordion dl.document-meta dd:before, .document-accordion dl.document-meta dd::before, .document-accordion dl.document-meta dt:before, .document-accordion dl.document-meta dt::before {
  display: none;
}

@media (min-width: 576px) {
  .document-accordion .document-meta-group {
    text-align: right;
  }
  .document-accordion dl.document-meta {
    padding-left: 10px;
  }
}
.block-logo {
  height: 120px;
  display: flex;
  justify-content: center;
}
.block-logo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
}
.block-logo .icon:before {
  font-size: 62px;
  color: #c8d32c;
}
.block-logo img.logo, .block-logo .icon {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 80px;
}
.block-logo.logo-square img.logo {
  max-height: 120px;
}

.block-blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: transparent;
  padding: 20px 40px 40px;
}
.block-blockquote:before, .block-blockquote::before {
  display: none;
}
.block-blockquote.wide {
  width: 100%;
  float: none !important;
}
.block-blockquote blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  padding-left: 50px;
  position: relative;
  margin: 40px 0 30px;
  font-size: 18px;
  line-height: 1.4;
}
.block-blockquote blockquote:before, .block-blockquote blockquote::before {
  display: none;
}
.block-blockquote blockquote cite {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 17px;
}
.block-blockquote blockquote cite:before, .block-blockquote blockquote cite::before {
  display: none;
}
.block-blockquote blockquote:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  color: #c8d32c;
  font-size: 30px;
  transform-origin: center;
  transform: rotateX(180deg);
}

@media (min-width: 992px) {
  .block-blockquote {
    /*&.left {
        width: 475px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: -160px;
    }

    &.right {
        width: 475px;
        float: right;
        margin-right: -160px;
        margin-left: 20px;
        margin-bottom: 20px;
    }*/
  }
  .block-blockquote blockquote {
    font-size: 34px;
    padding-left: 90px;
  }
  .block-blockquote blockquote:before {
    font-size: 64px;
    left: -5px;
  }
  [class*=col-][class*="-12"] .block-blockquote.left {
    margin-left: 0;
  }
  [class*=col-][class*="-12"] .block-blockquote.right {
    margin-right: 0;
  }
  #tinymce .block-blockquote.left {
    margin-left: 0;
  }
  #tinymce .block-blockquote.right {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .block-blockquote {
    padding: 20px 40px 40px 85px;
    /* &.left {
        width: 475px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: -190px;
    }

    &.right {
        width: 475px;
        float: right;
        margin-right: -190px;
        margin-left: 20px;
        margin-bottom: 20px;
    }*/
  }
  [class*=col-][class*="-12"] .block-blockquote.left {
    margin-left: 0;
  }
  [class*=col-][class*="-12"] .block-blockquote.right {
    margin-right: 0;
  }
  #tinymce .block-blockquote.left {
    margin-left: 0;
  }
  #tinymce .block-blockquote.right {
    margin-right: 0;
  }
}
/*@media (min-width: 1540px) {
    [class*="col-"][class*="-12"] {
        .block-blockquote {
            &.left {
                margin-left: -190px;
            }

            &.right {
                margin-right: -190px;
            }
        }
    }
}*/
/*#tinymce {
    .block-blockquote {
        &.left {
            width: 475px;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        &.right {
            width: 475px;
            float: right;
            margin-left: 20px;
            margin-bottom: 20px;
        }
    }
}*/
.faq-item .question {
  background: rgba(35, 39, 42, 0.1);
  padding: 10px 40px 10px 50px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}
.faq-item .question:before {
  content: "+";
  position: absolute;
  left: 20px;
  color: rgba(35, 39, 42, 0.8);
  top: 17px;
  font-size: 28px;
  font-weight: bold;
}
.faq-item .question.open:before {
  content: "-";
  top: 14px;
  left: 22px;
}
.faq-item .answer {
  display: none;
  padding: 20px 50px;
}
#tinymce .faq-item .answer {
  display: block;
}
#tinymce .faq-item .question:before {
  top: 26px;
}

.right-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(35, 39, 42, 0.1);
  padding: 25px 30px 40px;
}
.right-panel:before, .right-panel::before {
  display: none;
}
.right-panel ul {
  padding-left: 0;
}
.right-panel ul li {
  padding-left: 20px;
}
.right-panel ul li:before {
  background: #fff;
  left: 0;
  top: 5px;
}
.right-panel .btn {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .right-panel {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.parallax-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  /*background-size: cover;*/
  background-repeat: no-repeat;
}
.parallax-image:before, .parallax-image::before {
  display: none;
}

.parallax-banner {
  height: 193px;
  position: relative;
}
.parallax-banner.parallax-banner-large {
  height: 202px;
}
.parallax-banner.parallax-banner-large .parallax-intersector {
  min-height: 202px;
}
.parallax-banner .parallax-intersector {
  width: 10px;
  position: absolute;
  left: 0;
  bottom: 50%;
  height: 100vh;
  min-height: 193px;
  background: #f00;
  z-index: 10;
  transform: translateY(50%);
  opacity: 0;
}
.parallax-banner.move-up {
  margin-bottom: -200px;
  top: -200px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .dont-move-up-mobile .parallax-banner.move-up {
    margin-bottom: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .parallax-banner {
    height: 333px;
    position: relative;
  }
  .parallax-banner.parallax-banner-large {
    height: 449px;
  }
  .parallax-banner.parallax-banner-large .parallax-intersector {
    min-height: 449px;
  }
  .parallax-banner .parallax-intersector {
    width: 10px;
    position: absolute;
    left: 0;
    bottom: 50%;
    height: 100vh;
    min-height: 333px;
    background: #f00;
    z-index: 10;
    transform: translateY(50%);
    opacity: 0;
  }
}
@media (max-width: 1499.98px) {
  .parallax-image .parallax-header {
    background-position: center 0 !important;
  }
  .parallax-banner {
    background-position: center 0 !important;
  }
}
@media (min-width: 1200px) {
  .parallax-image {
    /*background-attachment: fixed !important;*/
    background-position: center 0;
  }
  .parallax-image.parallax-header {
    background-position: center 0;
  }
  .parallax-banner {
    height: 655px;
    position: relative;
  }
  .parallax-banner.parallax-banner-large {
    height: 990px;
  }
  .parallax-banner.parallax-banner-large .parallax-intersector {
    min-height: 990px;
  }
  .parallax-banner .parallax-intersector {
    width: 10px;
    position: absolute;
    left: 0;
    bottom: 50%;
    height: 100vh;
    min-height: 655px;
    background: #f00;
    z-index: 10;
    transform: translateY(50%);
    opacity: 0;
  }
}
.wide-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(35, 39, 42, 0.2);
  padding: 40px 30px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wide-box:before, .wide-box::before {
  display: none;
}
.wide-box h1, .wide-box h2, .wide-box h3, .wide-box h4, .wide-box h5, .wide-box h6 {
  color: #23272A;
}
.wide-box p, .wide-box span, .wide-box ul li, .wide-box ol li {
  color: #fff;
}

.wide-box-image-right,
.wide-box-image-left {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(35, 39, 42, 0.1);
  padding: 40px 30px;
}
.wide-box-image-right:before, .wide-box-image-right::before,
.wide-box-image-left:before,
.wide-box-image-left::before {
  display: none;
}
.wide-box-image-right .wide-box-image-right-col-2,
.wide-box-image-left .wide-box-image-right-col-2 {
  padding-top: 26px;
}
.wide-box-image-right .wide-box-image-left-col-1,
.wide-box-image-left .wide-box-image-left-col-1 {
  padding-top: 26px;
}

.wide-box-image-right img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .wide-box .inner {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
  .wide-box-image-right,
  .wide-box-image-left {
    padding: 40px 30px;
  }
  .wide-box-image-right .inner,
  .wide-box-image-left .inner {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
  }
  .wide-box-image-right ul li,
  .wide-box-image-left ul li {
    padding-left: 20px;
  }
  .wide-box-image-right ul li:before,
  .wide-box-image-left ul li:before {
    background: #fff;
    left: 0;
    top: 8px;
  }
}
@media (min-width: 992px) {
  .wide-box {
    padding: 40px 0 60px;
  }
  .wide-box .inner {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
  .wide-box ul li {
    padding-left: 20px;
  }
  .wide-box ul li:before {
    background: #fff;
    left: 0;
    top: 8px;
  }
  .wide-box .dark-grey-col-2 {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .wide-box {
    padding: 40px 0 60px;
  }
  .wide-box .inner {
    max-width: 862px;
  }
  .wide-box-image-right,
  .wide-box-image-left {
    padding: 40px 0;
  }
}
.image-banner {
  width: 100%;
  height: 200px;
}
.image-banner .image-banner-inner {
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.image-banner .image-banner-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.image-banner .image-banner-inner p:before, .image-banner .image-banner-inner p::before {
  display: none;
}

@media (min-width: 768px) {
  .image-banner {
    width: 100%;
    height: 300px;
  }
  .image-banner .image-banner-inner {
    height: 300px;
  }
  .image-banner .image-banner-inner p {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .image-banner {
    width: 100%;
    height: 400px;
  }
  .image-banner .image-banner-inner {
    height: 400px;
  }
  .image-banner .image-banner-inner p {
    font-size: 42px;
  }
}
.search-results-count {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(35, 39, 42, 0.2);
}
.search-results-count:before, .search-results-count::before {
  display: none;
}

.search-results-no-results {
  padding: 60px;
  background: rgba(35, 39, 42, 0.1);
  text-align: center;
  border-top: solid 1px #c8d32c;
  border-bottom: solid 1px #c8d32c;
  margin-top: 40px;
}
.search-results-no-results p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: center;
  font-size: 16px;
}
.search-results-no-results p:before, .search-results-no-results p::before {
  display: none;
}

.search-results-showing {
  margin-top: 0;
  border-top: solid 1px rgba(35, 39, 42, 0.2);
}

.search-result-item {
  border-bottom: solid 1px #c8d32c;
  padding: 20px 0;
  transition: all 0.2s ease;
}
.search-result-item:hover {
  background: rgba(200, 211, 44, 0.05);
}
.search-result-item:hover a {
  color: rgba(200, 211, 44, 0.8);
}
.search-result-item:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .search-results-no-results p {
    font-size: 18px;
  }
}
.search-bar {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  border: solid 1px #c8d32c;
  border-radius: 5px;
  position: relative;
  padding: 5px;
}
.search-bar:before, .search-bar::before {
  display: none;
}
.search-bar [type=text] {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  width: 100%;
  padding: 10px;
}
.search-bar [type=text]:before, .search-bar [type=text]::before {
  display: none;
}
.search-bar button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: none !important;
  outline: none !important;
  border: none !important;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.search-bar button:before, .search-bar button::before {
  display: none;
}
.search-bar.search-bar-large button .icon {
  position: relative;
  top: 3px;
  right: 3px;
  font-size: 28px;
}

.block-builder-image {
  width: 100%;
}
.block-builder-image img {
  max-width: 100%;
}
.block-builder-image.portrait {
  display: flex;
  justify-content: center;
}

.macro-wrapper .block-builder-image,
.macro-wrapper .block-builder-video {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.macro-wrapper .block-builder-image.block-builder-image-right, .macro-wrapper .block-builder-image.block-builder-video-right,
.macro-wrapper .block-builder-video.block-builder-image-right,
.macro-wrapper .block-builder-video.block-builder-video-right {
  overflow: hidden;
}
.macro-wrapper .block-builder-image.block-builder-image-right img, .macro-wrapper .block-builder-image.block-builder-video-right img,
.macro-wrapper .block-builder-video.block-builder-image-right img,
.macro-wrapper .block-builder-video.block-builder-video-right img {
  float: right;
}

.framed-video {
  position: relative;
  overflow: hidden;
  --aspect-ratio: 16/9;
}
.framed-video img {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
  transition-delay: 0.5s;
}
.framed-video .overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
.framed-video .overlay .video-play-button {
  height: 160px;
  width: 160px;
  border-radius: 160px;
  position: absolute;
  margin-top: -80px;
  margin-left: -80px;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
}
.framed-video .overlay .video-play-button:after {
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -29px;
  margin-left: -20px;
  border-width: 30px 0 30px 60px;
  z-index: 5;
  border-color: transparent transparent transparent #fff;
  transition: all 0.2s ease;
}
.framed-video .overlay:hover .video-play-button {
  background: rgba(0, 0, 0, 0.7);
  margin-top: -82px;
}
.framed-video.show-video img {
  transform: translate3d(0, 100%, 0);
}
.framed-video.show-video .overlay {
  transform: translate3d(0, 100%, 0);
  opacity: 0.2;
}
.framed-video iframe, .framed-video video {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  .block-builder-image,
  .block-builder-video {
    margin-bottom: 10px;
    margin-top: 3px;
  }
  .block-builder-image.block-builder-image-left, .block-builder-image.block-builder-video-left,
  .block-builder-video.block-builder-image-left,
  .block-builder-video.block-builder-video-left {
    float: left;
    margin-right: 20px;
  }
  .block-builder-image.block-builder-image-right, .block-builder-image.block-builder-video-right,
  .block-builder-video.block-builder-image-right,
  .block-builder-video.block-builder-video-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .block-builder-image.block-builder-image-small, .block-builder-image.block-builder-video-small,
  .block-builder-video.block-builder-image-small,
  .block-builder-video.block-builder-video-small {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-builder-image.block-builder-image-small, .block-builder-image.block-builder-video-small,
  .block-builder-video.block-builder-image-small,
  .block-builder-video.block-builder-video-small {
    width: 25%;
  }
  .block-builder-image.block-builder-image-medium, .block-builder-image.block-builder-video-medium,
  .block-builder-video.block-builder-image-medium,
  .block-builder-video.block-builder-video-medium {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .block-builder-image.block-builder-video-large,
  .block-builder-video.block-builder-video-large {
    width: 50%;
  }
}
.homepage-top-panel-container {
  background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat -40px -50px/cover, #242529;
  transition: all 0.8s ease;
  height: 471px;
  position: relative;
  display: flex;
  align-items: center;
}
.homepage-top-panel-container .lionel {
  z-index: 18;
}
.homepage-top-panel-container .homepage-top-panel-text {
  margin: 0 20px;
}
.homepage-top-panel-container:before {
  content: "";
  background: linear-gradient(#23272A, transparent, #23272A 90%);
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  bottom: -20px;
  left: 0;
  right: 0;
}
.homepage-top-panel-container .umbraco-pin {
  position: absolute;
  bottom: 20px;
  right: 35px;
  display: flex;
  align-items: center;
}
.homepage-top-panel-container .umbraco-pin img {
  height: 69px;
  width: 124px;
}
.homepage-top-panel-container .umbraco-pin p {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 10px;
}
.homepage-top-panel-container h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.homepage-top-panel-container p {
  color: #c8d32c;
}
.homepage-top-panel-container .btn {
  margin-top: 30px;
  display: block;
  width: fit-content;
}
.homepage-top-panel-container .established {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 16px;
}
.homepage-top-panel-container .find-out-more {
  text-transform: uppercase;
  font-size: 16px;
  /*padding-left: 20px;*/
}

@media (min-width: 576px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 140px -50px/cover, #242529;
  }
}
@media (min-width: 768px) {
  .homepage-top-panel-container {
    padding: 285px 0 220px;
    min-height: 100vh;
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat -40px -150px/cover, #242529;
  }
  .homepage-top-panel-container .homepage-top-panel-text {
    margin: 0 0px;
  }
  .homepage-top-panel-container h1 {
    font-size: 44px;
    line-height: 1;
  }
  .homepage-top-panel-container .umbraco-pin {
    bottom: 200px;
    right: 144px;
    z-index: 3;
  }
  .homepage-top-panel-container .umbraco-pin img {
    height: 79px;
    width: 249px;
  }
  .homepage-top-panel-container .umbraco-pin p {
    font-size: 21px;
  }
  .homepage-top-panel-container .find-out-more {
    font-size: 20px;
  }
  .homepage-top-panel-container .established {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 180px -150px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 350px -50px/contain, #242529;
  }
}
@media (min-width: 1400px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 528px -50px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 61px;
  }
}
@media (min-width: 1600px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 728px -50px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 61px;
  }
}
@media (min-width: 1800px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 1024px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 65px;
  }
}
@media (min-width: 1900px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 1031px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 65px;
  }
}
@media (min-width: 2000px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 1078px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 65px;
  }
}
@media (min-width: 2200px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat right bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 1190px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 65px;
  }
}
@media (min-width: 2400px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x-v2.svg) no-repeat left bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 1228px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 85px;
  }
}
@media (max-height: 900px) and (min-width: 1200px) {
  .homepage-top-panel-container {
    background: url(/Content/Images/desktop-x.svg) no-repeat left bottom/cover, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/Content/Images/PPT-Intro-04.jpg) no-repeat 699px -70px/contain, #242529;
  }
  .homepage-top-panel-container h1 {
    font-size: 44px;
  }
}
.image-header-panel {
  padding: 100px 0 70px;
  position: relative;
}
.image-header-panel.grey-background {
  background: #F0F1EF;
}
.image-header-panel.image-header-panel-about {
  background: url("/Content/Images/cross-stripes.png") repeat center/cover, linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/Content/Images/001.jpg) no-repeat 50% 0px/cover, #242529;
}
.image-header-panel.image-header-panel-about h1 {
  max-width: 1040px;
}
.image-header-panel.p-white p {
  color: #fff;
}
.image-header-panel.image-header-panel-ds {
  padding: 100px 0 140px;
}
.image-header-panel .image-header-panel-text {
  padding-left: 20px;
}
.image-header-panel .image-header-panel-text .default-italic-subtitle {
  font-size: 23px;
  text-transform: initial;
  font-weight: 300;
}
.image-header-panel h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 0.3em;
  margin-bottom: 20px;
  max-width: 990px;
}
.image-header-panel h1.black-header {
  color: rgba(35, 39, 42, 0.9);
}
.image-header-panel p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 990px;
  max-width: 990px;
  line-height: 1.6;
}
.image-header-panel .image-header-panel-text-leadin {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  color: #fff;
  display: block;
}
.image-header-panel .image-header-panel-text-leadin.image-header-panel-text-leadin-green-grey {
  color: #A6ACA2 !important;
}
.image-header-panel .image-header-panel-text-leadin.image-header-panel-text-leadin-green {
  color: #c8d32c !important;
}
.image-header-panel .find-out-more {
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 20px;
}
.image-header-panel .image-header-panel-content-wrapper {
  position: relative;
  padding-left: 0px;
}
.image-header-panel.image-header-panel-casestudy .theme-header-primary-color {
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 20px;
  max-width: 100%;
  margin: 1.1em 0 20px 0;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  text-transform: uppercase;
}
.image-header-panel.image-header-panel-casestudy p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.image-header-panel.image-header-panel-casestudy .goto-content .icon {
  color: #fff;
}
.image-header-panel .article-transition-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15vw;
  text-indent: -99999px;
  z-index: 20;
  opacity: 0.5;
}
.image-header-panel .article-transition-trigger.article-transition-trigger-next {
  right: 0;
  cursor: url(/Content/Images/right.png), auto;
  /*background: linear-gradient(90deg, rgba(0,212,255,0) 0%, rgba(0,0,0,0.31416316526610644) 35%, rgba(2,0,36,1) 95%);*/
}
.image-header-panel .article-transition-trigger.article-transition-trigger-prev {
  left: 0;
  cursor: url(/Content/Images/left.png), auto;
  /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.31416316526610644) 65%, rgba(0,212,255,0) 100%);*/
}
.image-header-panel.translucent .article-transition-trigger {
  opacity: 0.2;
}

.digital-services .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smaller-h1, .digital-services .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.white-h1 {
  color: #fff;
  line-height: 1.1;
}

@media (min-width: 576px) {
  .image-header-panel .article-transition-trigger.article-transition-trigger-next {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, rgba(0, 0, 0, 0.3141631653) 35%, rgb(2, 0, 36) 95%);
  }
  .image-header-panel .article-transition-trigger.article-transition-trigger-prev {
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgba(0, 0, 0, 0.3141631653) 65%, rgba(0, 212, 255, 0) 100%);
  }
}
@media (min-width: 768px) {
  .image-header-panel {
    padding: 265px 0 200px;
  }
  .image-header-panel.image-header-panel-ds {
    padding: 185px 0 200px;
  }
  .image-header-panel .image-header-panel-text {
    padding-left: 0px;
  }
  .image-header-panel .theme-header-primary-color {
    font-size: 36px;
  }
  .image-header-panel .theme-header-primary-color.smaller-h1 {
    font-size: 32px !important;
  }
  .image-header-panel .theme-header-primary-color.smallest-h1 {
    font-size: 32px !important;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color {
    font-size: 40px;
    margin-top: 12px;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smaller-h1 {
    font-size: 32px !important;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smallest-h1 {
    font-size: 32px !important;
  }
  .image-header-panel.image-header-panel-about {
    min-height: 1000px;
  }
}
@media (min-width: 992px) {
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color {
    font-size: 50px;
    margin-top: 12px;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smaller-h1 {
    font-size: 47px !important;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smallest-h1 {
    font-size: 34px !important;
  }
  .image-header-panel h1.smaller-h1 {
    font-size: 47px !important;
  }
  .image-header-panel h1.smallest-h1 {
    font-size: 34px !important;
  }
}
.max-1010 {
  max-width: 1010px;
}

@media (min-width: 1200px) {
  .image-header-panel.image-header-panel-about {
    min-height: calc(100vh + 300px);
  }
  .image-header-panel-text-leadin {
    margin-bottom: 20px;
  }
  .image-header-panel h1 {
    font-size: 70px;
  }
  .image-header-panel p {
    font-size: 20px;
  }
  .image-header-panel.image-header-panel-ds {
    padding: 265px 0 200px;
  }
  .image-header-panel h1.smaller-h1 {
    font-size: 47px !important;
  }
  .image-header-panel h1.smallest-h1 {
    font-size: 42px !important;
  }
  .image-header-panel.image-header-panel-casestudy {
    min-height: 1081px;
    padding: 385px 0 420px;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color {
    font-size: 100px;
    margin-top: 6px;
    margin-bottom: 20px;
    max-width: 100%;
    line-height: 1;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smaller-h1 {
    font-size: 47px !important;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smallest-h1 {
    font-size: 42px !important;
  }
  .image-header-panel.image-header-panel-casestudy .image-header-panel-text-leadin.large-leadin {
    font-size: 30px;
  }
  .image-header-panel.image-header-panel-casestudy .image-header-panel-text-leadin.medium-leadin {
    font-size: 23px;
  }
  .image-header-panel .image-header-panel-text-leadin.medium-leadin {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color {
    font-size: 100px;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smaller-h1 {
    font-size: 75px !important;
  }
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smallest-h1 {
    font-size: 50px !important;
  }
  .image-header-panel .theme-header-primary-color.smaller-h1 {
    font-size: 75px !important;
  }
  .image-header-panel .theme-header-primary-color.smallest-h1 {
    font-size: 50px !important;
  }
}
@media (max-height: 600px) and (min-width: 1200px) {
  .image-header-panel {
    max-height: 100vh;
    min-height: 100vh;
    padding: 185px 0 320px;
  }
}
@media (min-width: 2400px) {
  .image-header-panel.image-header-panel-casestudy .theme-header-primary-color.smallest-h1 {
    font-size: 66px !important;
  }
  .image-header-panel .theme-header-primary-color.smallest-h1 {
    font-size: 66px !important;
  }
  h1, .h1 {
    font-size: 66px;
  }
}
.content-image-blocks.content-image-blocks-striped {
  background: url("/Content/Images/slash-bkg.png");
  background-repeat: repeat;
  background-position: center 200px;
  background-attachment: fixed;
}
.content-image-blocks.content-image-blocks-about {
  padding-top: 30px;
  position: relative;
}

.content-image-blocks-row {
  position: relative;
}

.content-image-blocks-row-text {
  /*    h2, h3, h4, h5, h6,
      .h2, .h3, .h4, .h5, .h6 {
          text-transform: uppercase;
          font-size: 36px;
          margin-top: 60px;
      }*/
}
.content-image-blocks-row-text p {
  font-size: 18px;
}
.content-image-blocks-row-text .content-image-blocks-row-text-container {
  padding: 15px 0;
}
.content-image-blocks-row-text .content-image-blocks-row-text-container.no-left-padding {
  padding-left: 0;
}
.content-image-blocks-row-text .content-image-blocks-row-text-container.no-right-padding {
  padding-left: 0;
}
.content-image-blocks-row-text .content-image-blocks-row-text-white p, .content-image-blocks-row-text .content-image-blocks-row-text-white ul, .content-image-blocks-row-text .content-image-blocks-row-text-white li,
.content-image-blocks-row-text .content-image-blocks-row-text-white h2, .content-image-blocks-row-text .content-image-blocks-row-text-white h3, .content-image-blocks-row-text .content-image-blocks-row-text-white h4, .content-image-blocks-row-text .content-image-blocks-row-text-white h5, .content-image-blocks-row-text .content-image-blocks-row-text-white h6,
.content-image-blocks-row-text .content-image-blocks-row-text-white .h2, .content-image-blocks-row-text .content-image-blocks-row-text-white .h3, .content-image-blocks-row-text .content-image-blocks-row-text-white .h4, .content-image-blocks-row-text .content-image-blocks-row-text-white .h5, .content-image-blocks-row-text .content-image-blocks-row-text-white .h6 {
  color: #fff;
}

.content-image-blocks-row-highlight {
  width: calc(50vw + 200px);
}
.content-image-blocks-row-highlight.row-highlight-green {
  background: #c8d32c;
}
.content-image-blocks-row-highlight.row-highlight-grey {
  background: #F0F1EF;
}
.content-image-blocks-row-highlight.row-highlight-right {
  right: 0;
}

@media (min-width: 768px) {
  .content-image-blocks-row-text .content-image-blocks-row-text-container {
    padding: 60px 0;
  }
  .content-image-blocks-row-text .content-image-blocks-row-text-container.large-padding-top {
    padding-top: 160px;
  }
  .content-image-blocks-row p {
    font-size: 18px;
  }
  .content-image-blocks-row .content-image-bloks-row-text-container {
    padding: 40px 60px;
  }
  .content-image-blocks-row .content-image-bloks-row-text-container h2 {
    font-size: 34px;
  }
  .content-image-blocks.content-image-blocks-about {
    margin-top: -200px;
    padding-top: 0;
  }
  .content-image-blocks-row-highlight {
    position: absolute;
    top: -100px;
    bottom: -100px;
  }
}
@media (min-width: 2400px) {
  .content-image-blocks-row p {
    font-size: 20px;
  }
}
.content-image-blocks-about .lionel {
  width: 2px;
  background: #c8d32c;
  height: 50px;
  transition: 0.05s ease;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
}

.fixed-wrapper .lionel {
  transition: none !important;
}

.team-scroller {
  position: relative;
}
.team-scroller .richie {
  position: absolute;
  top: 100px;
  background: red;
}

.image-header-panel .lionel {
  width: 2px;
  background: #c8d32c;
  height: 50px;
  transition: 0.05s ease;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 5;
}
.image-header-panel .richie {
  position: absolute;
  bottom: 0;
  background: blue;
}

.lionel {
  transition: none !important;
}

.lionel {
  width: 2px;
  background: #c8d32c;
  height: 50px;
  transition: 0.05s ease;
  position: absolute;
  top: 0;
  left: -40px;
  min-height: 50px;
  z-index: 5;
}

.richie {
  position: absolute;
  bottom: 0;
  background: blue;
}

.richie-p {
  height: 1px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .image-header-panel .lionel {
    left: -40px;
  }
}
.case-study-breif {
  position: relative;
  /*color: $black-opacity-90;*/
}
.case-study-breif h1, .case-study-breif h2, .case-study-breif h3, .case-study-breif h4, .case-study-breif h5, .case-study-breif h6, .case-study-breif li, .case-study-breif p, .case-study-breif .h3 {
  color: #23272A;
  margin-top: 0;
}
.case-study-breif p {
  /*font-weight: 300;
  color: $black-opacity-70;*/
}
.case-study-breif p.subtitle {
  /*font-size: 16px;*/
  margin-bottom: 5px;
}
.case-study-breif p.intro {
  font-weight: 500;
  margin-bottom: 40px;
}
.case-study-breif.image-bg-stripes .img-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 286px;
}
.case-study-breif .img-background {
  background: url(/Content/Images/slash-bkg.png);
}
.case-study-breif .client-logo {
  max-width: var(--mobile-scale);
  transform: scale(1);
  transition: all 0.2s ease;
}
.case-study-breif .client-website-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.case-study-breif .client-website-button .client-website {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  font-family: gotham_blackregular, Helvetica, sans-serif;
  margin-top: 40px;
  transition: all 0.2s ease;
  opacity: 1;
  height: auto;
  line-height: 1;
  padding: 14px 32px;
  background: #fff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #A6ACA2;
  margin-top: 30px;
}
.case-study-breif .client-badge {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 10px;
}
.case-study-breif .richie {
  position: relative;
  top: 5px;
}

@media (max-width: 767.98px) {
  .case-study-breif {
    padding-bottom: 0;
  }
  .case-study-breif .client-badge {
    height: 293px;
    padding-bottom: 0;
    padding-top: 0;
    justify-content: center;
  }
}
.case-study-label {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 20px;
}

.case-study-block-builder-spacer {
  width: 100%;
  height: 60px;
  display: block;
}
.case-study-block-builder-spacer.spacer-large {
  width: 100%;
  height: 120px;
  display: block;
}
.case-study-block-builder-spacer.spacer-extra-large {
  width: 100%;
  height: 180px;
  display: block;
}

.pattern-background-top {
  background: url("/Content/Images/slash-bkg.png");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  height: 100px;
  width: 100%;
}

.pattern-background-bottom {
  background: url("/Content/Images/slash-bkg.png");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  height: 50px;
  width: 100%;
}

.case-study-content-block {
  /*h2, h3 {
      font-size: 20px;
  }*/
  /*p {
      font-size: 16px;
  }*/
}
.case-study-content-block.has-pattern-background img {
  transform: none !important;
}
.case-study-content-block .case-study-content-block-right-column-fluid {
  margin-bottom: 40px;
}
.case-study-content-block > .container > .row {
  position: relative;
}
.case-study-content-block .img-flush-right {
  position: relative;
  right: -29%;
}
.case-study-content-block img.img-pull-top {
  border-radius: 10px;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.case-study-content-block img.img-long-screenshot {
  border-radius: 10px;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.15);
}
.case-study-content-block img.second-image {
  z-index: 9;
  /*bottom: -230px;*/
  position: absolute;
  max-width: 30%;
  top: 37px;
  left: 109px;
}
.case-study-content-block p.subtitle {
  margin-bottom: 0;
  /*font-size: 16px;*/
}
.case-study-content-block p.subtitle + h2,
.case-study-content-block p.subtitle + h3 {
  margin-top: 8px;
}
.case-study-content-block .case-study-screenshot-text {
  margin-bottom: 100px;
}
.case-study-content-block .tag-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.case-study-content-block .tag-container .tag {
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.case-study-content-block .tag-container .tag span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.case-study-content-block .technical-features {
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  /*font-size: 16px;*/
  text-transform: none;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 30px;
}
.case-study-content-block ul.technical-features-list {
  list-style: none;
}
.case-study-content-block ul.technical-features-list.light-border-colour li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.case-study-content-block ul.technical-features-list li {
  list-style: none;
  padding: 6px 12px 6px 36px;
  text-align: center;
  display: block;
  /*border-style: solid;
  border-width: 1px;*/
  font-weight: 100;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 7px;
  margin-top: 7px;
  margin-left: 0px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(35, 39, 42, 0.1);
  line-height: 1.5;
}
.case-study-content-block ul.technical-features-list li:before {
  /*display: none;*/
  content: "a";
  /*background-image: url("/Content/Images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
  background-color: transparent;
  position: absolute;
  left: 6px;
  top: 12px;
  font-family: "nxt-new-site" !important;
  font-size: 18px;
  width: 30px;
  height: 13px;
}
.case-study-content-block.case-study-content-block-row-striped {
  background: url(/Content/Images/slash-bkg.png);
}
.case-study-content-block.layout-left > .container > .row, .case-study-content-block.layout-right > .container > .row {
  flex-direction: column-reverse;
}

@media (min-width: 768px) and (max-width: 1499.98px) {
  .case-study-content-img1-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .case-study-content-img1-wrapper {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .with-second-image {
    margin-top: 70px;
  }
}
/*@include media-breakpoint-down(sm) {
    .case-study-content-block {
        padding-bottom: 0;
    }
}*/
.case-study-full-width-image {
  height: 960px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(200px);
}

.case-study-device-image {
  height: 1040px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(200px);
  margin-top: 120px;
}

.case-study-grid-block {
  /*h2, .h2 {
      font-size: 20px;
  }*/
}
.case-study-grid-block .grid-section .mobile-reverse .container .row {
  flex-direction: column-reverse;
}
.case-study-grid-block .grid-section .mobile-reverse .container .row img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.case-study-grid-block .subtitle {
  margin-bottom: 0;
}
.case-study-grid-block .control-Image img {
  margin-bottom: 40px;
}

/*@include media-breakpoint-down(md) {
    .case-study-grid-block {
        padding-top: 0;
    }
}*/
/*@include media-breakpoint-between(sm,xl) {
    .case-study-grid-block {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
    }
}*/
.case-study-laptop {
  position: relative;
  padding-bottom: 300px;
}
.case-study-laptop h2 {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 30px;
}
.case-study-laptop p {
  padding-left: 30px;
  font-weight: 300;
}
.case-study-laptop img {
  position: absolute;
  right: -400px;
  top: 100px;
}
.case-study-laptop img:before {
  content: "url('/Content/Images/Work/LEF-Reserach-no-outer-blogw.png')";
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 315px;
  height: 603px;
}

.case-study-two-column-container {
  padding-top: 100PX;
  padding-bottom: 100PX;
}
.case-study-two-column-container .case-study-two-column-title {
  margin-top: 0;
}

.case-study-text-cols h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 30px;
}
.case-study-text-cols p {
  padding-left: 30px;
  font-weight: 300;
}

.case-study-mobiles .mobiles-container {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: -100px;
  z-index: 10;
}
.case-study-mobiles .case-study-mobiles-text {
  padding: 100px 0;
}
.case-study-mobiles .case-study-mobiles-text p.intro {
  color: #23272A;
}

.striped-embelish-sandwich {
  position: relative;
  padding: 200px 0;
}
.striped-embelish-sandwich:before {
  content: "";
  background: url(/Content/Images/slash-bkg.png);
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.striped-embelish-sandwich:after {
  content: "";
  background: url(/Content/Images/slash-bkg.png);
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.striped-embelish-sandwich.sandwich-sc {
  margin-top: -200px;
}

@media (max-width: 767.98px) {
  .striped-embelish-sandwich.sandwich-sc {
    padding: 250px 0;
  }
  .striped-embelish-sandwich.sandwich-sc:before, .striped-embelish-sandwich.sandwich-sc:after {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .striped-embelish-sandwich.sandwich-sc {
    padding: 250px 0;
  }
  .striped-embelish-sandwich.sandwich-sc:before, .striped-embelish-sandwich.sandwich-sc:after {
    height: 250px;
  }
}
.parallax-image-with-quote {
  position: relative;
  display: flex;
  justify-content: center;
  /*background-repeat: no-repeat;*/
}

/*.case-study-quote-wrapper{
    height: 0;
}*/
.case-study-quote {
  top: -60px;
  position: relative;
  background: #fff;
  /*.quote-wrapper:before {
      content: '';
      width: 30px;
      background: url(/Content/Images/slash-bkg.png);
      position: absolute;
      top: 0;
      bottom: 0;
  }*/
}
.case-study-quote .quote-background {
  background: #fff;
}
.case-study-quote [class*=col-], .case-study-quote .row {
  position: static;
}
.case-study-quote blockquote {
  padding: 90px 25px 70px 25px;
  position: relative;
  z-index: 3;
  background: #fff;
  color: #23272A;
  font-size: 18px;
  /*font-family: $font-stack-titles;*/
  /*text-transform: uppercase;*/
  line-height: 1.4;
  margin-bottom: -60px;
  /*&:after {
      @extend %icons-core;
      @extend .icon-icon-quote-2:before;
      position: absolute;
      right: -100px;
      top: 60px;
      transform: rotate(-180deg);
      font-size: 72px;
  }*/
}
.case-study-quote blockquote:before {
  content: "A";
  /*transform: rotate(-180deg);*/
  position: absolute;
  left: 25px;
  top: 30px;
  font-size: 42px;
}
.case-study-quote blockquote cite {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-transform: none;
  margin-top: 20px;
  font-style: normal;
}
.case-study-quote blockquote cite span {
  font-family: Roboto, sans-serif;
  display: block;
  margin-top: 3px;
  font-weight: 500;
}

.case-study-related-articles {
  padding-top: 30px;
}
.case-study-related-articles .work-entry-page-container {
  margin-bottom: 0;
}
.case-study-related-articles .related-articles-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .case-study-related-articles .work-entry-section > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.next-cursor-follower,
.prev-cursor-follower {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-family: gotham_blackregular, Helvetica, sans-serif;
  font-size: 16px;
  position: fixed;
  text-transform: uppercase;
  opacity: 0;
  z-index: 30;
  /*margin-top: -8px;*/
}
.primary-nav-open .next-cursor-follower,
.primary-nav-open .prev-cursor-follower {
  z-index: -1;
}
.next-cursor-follower.visible,
.prev-cursor-follower.visible {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.prev-cursor-follower {
  /*transform: translate3d(50px, -62px, 0);*/
  transform: translate3d(50px, 0, 0);
}

.next-cursor-follower {
  padding-right: 0;
  transform: translate3d(calc(-100% - 10px), 0, 0);
  min-width: 300px;
  text-align: right;
}

/*@include media-breakpoint-up(sm) {
    .case-study-quote {
        blockquote {
            padding: 70px 15px 70px 15px;
        }
    }
}*/
@media (min-width: 768px) {
  .case-study-breif .richie {
    position: absolute;
    top: initial;
    bottom: 30px;
  }
  .case-study-breif p.subtitle {
    /*font-size: 22px;*/
    margin-bottom: 20px;
  }
  .case-study-breif .client-logo {
    max-width: var(--percent-scale);
  }
  .case-study-breif .client-badge {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* align-content: center; */
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    /*max-width: 200px;*/
  }
  .case-study-breif .client-badge:hover .client-logo {
    transform: scale(1.05);
  }
  .case-study-breif .client-badge:hover .client-website {
    opacity: 0.8;
  }
  .case-study-breif.image-bg-stripes .img-background {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    width: calc(50vw - 190px);
  }
  .case-study-label {
    font-size: 24px;
  }
  .case-study-label {
    font-size: 24px;
  }
  .case-study-content-block {
    /*p {
        font-size: 18px;
    }*/
    /*h2, h3 {
        font-size: 26px;
    }

    p.h3 {
        font-size: 30px;
    }*/
    /*p.subtitle {
        font-size: 18px;
    }*/
  }
  .case-study-content-block .case-study-content-block-right-column-fluid {
    margin-bottom: 40px;
  }
  .case-study-content-block p.subtitle + h2,
  .case-study-content-block p.subtitle + h3 {
    margin-top: 8px;
    margin-bottom: 50px;
  }
  .case-study-content-block .img-flush-right {
    /*right: -170px;*/
    right: -30%;
  }
  .case-study-content-block img.img-pull-top {
    max-width: 100%;
    /*width: 450px;*/
  }
  .case-study-content-block img.second-image {
    left: 203px;
    top: 35px;
  }
  .case-study-content-block .technical-features {
    /*font-size: 18px;*/
    margin-top: 100px;
  }
  .case-study-content-block ul.technical-features-list {
    width: 100%;
  }
  .case-study-content-block ul.technical-features-list li {
    padding: 2px 0px 10px 32px;
    font-size: 18px;
    font-weight: 300;
    margin-right: 0px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .case-study-content-block ul.technical-features-list li:before {
    /*display: none;*/
    top: 5px;
    left: 0px;
    font-size: 20px;
  }
  .case-study-grid-block {
    /*h2, .h2 {
        font-size: 26px;
    }*/
  }
  .case-study-grid-block .control-Image img {
    margin-bottom: 80px;
  }
  .case-study-quote {
    /*top: -200px;
    left: 30px;
    right: 30px;
    position: absolute;*/
  }
  .case-study-quote blockquote {
    padding: 160px 0 0 0;
    font-size: 24px;
    line-height: 1.32;
    margin-bottom: 0;
  }
  .case-study-quote blockquote:before {
    font-size: 56px;
    transform: rotateX(180deg);
    top: 78px;
    left: 0;
  }
  .case-study-quote blockquote cite {
    font-size: 20px;
    margin-top: 40px;
  }
  .case-study-quote blockquote cite span {
    font-size: 20px;
    margin-top: 3px;
  }
  .case-study-related-articles {
    /*padding-top: 0px;*/
    padding-top: 60px;
  }
  .case-study-related-articles .work-entry-page-container {
    margin-bottom: 80px;
  }
  .case-study-related-articles .related-articles-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 60px;
    margin-top: 1em;
  }
  .pattern-background-top {
    height: 200px;
  }
  .pattern-background-bottom {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .case-study-breif.image-bg-stripes .img-background {
    width: calc(50vw - 210px);
  }
  .case-study-content-block img.second-image {
    top: 37px;
    left: unset;
    right: 459px;
  }
  .case-study-content-block .img-flsuh-right {
    right: -38%;
  }
}
@media (min-width: 1200px) {
  .case-study-breif .richie {
    position: relative;
    top: 40px;
    bottom: initial;
  }
  .case-study-breif .client-logo {
    max-width: var(--desktop-scale);
  }
  .case-study-breif.image-bg-stripes .img-background {
    width: calc(50vw - 185px);
  }
  .case-study-grid-block {
    /*h2, .h2 {
        font-size: 37px;
    }*/
  }
  .case-study-grid-block .grid-section .mobile-reverse .container .row {
    flex-direction: row;
  }
  .case-study-content-block {
    /* p {
        font-size: 19px;
    }*/
    /*h2, h3 {
        font-size: 32px;
    }*/
    /*p.subtitle {
        font-size: 22px;
    }*/
  }
  .case-study-content-block.has-pattern-background img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .case-study-content-block.layout-left > .container > .row, .case-study-content-block.layout-right > .container > .row {
    flex-direction: row;
  }
  .case-study-content-block p.subtitle + h2,
  .case-study-content-block p.subtitle + h3 {
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .case-study-content-block .technical-features {
    /*font-size: 24px;*/
    margin-top: 80px;
  }
  .case-study-content-block img {
    position: absolute;
  }
  .case-study-content-block img.img-long-screenshot {
    max-width: calc(100% - 30px);
    width: 490px;
  }
  .case-study-content-block img.img-pull-top {
    top: -200px;
    z-index: 10;
  }
  .case-study-content-block img.second-image {
    left: unset;
    top: 129px;
    right: 223px;
  }
  .case-study-content-block .img-flush-right {
    right: -57%;
    position: absolute;
  }
  .case-study-content-block.layout-left > .container > .row, .case-study-content-block.layout-right > .container > .row {
    flex-direction: row;
  }
  .case-study-quote {
    margin-top: -200px;
    left: 30px;
    right: 30px;
    position: static;
  }
  .case-study-quote blockquote {
    padding: 130px 0px 120px 120px;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .case-study-quote blockquote:before {
    font-size: 72px;
    top: 130px;
    left: 0;
  }
  .case-study-quote blockquote cite {
    font-size: 20px;
    margin-top: 40px;
  }
  .case-study-quote blockquote cite span {
    font-size: 20px;
    margin-top: 3px;
  }
  .case-study-related-articles {
    padding-top: 80px;
  }
  .case-study-related-articles .work-entry-page-container {
    margin-bottom: 80px;
  }
  .case-study-related-articles .related-articles-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 55px;
    margin-top: 1em;
  }
}
@media (min-width: 1500px) {
  .case-study-grid-block {
    /*h2, .h2 {
        font-size: 40px;
    }*/
  }
  .case-study-content-block {
    /*  p {
        font-size: 19px;
    }*/
    /* h2, h3 {
        font-size: 34px;
    }*/
    /* p.subtitle {
        font-size: 24px;
    }*/
  }
  .case-study-content-block .img-flush-right {
    right: -46%;
  }
  .case-study-content-block img.second-image {
    left: unset;
    right: 320px;
    top: 129px;
  }
  .case-study-content-block img.img-long-screenshot {
    max-width: 785px;
  }
  .case-study-content-block img.img-pull-top {
    max-width: calc(100% - 30px);
    width: 650px;
    margin: 0 auto;
  }
  .case-study-breif.image-bg-stripes .img-background {
    width: calc(50vw - 220px);
  }
}
@media (min-width: 1900px) {
  .case-study-content-block .img-flush-right {
    right: -26%;
    top: -30px;
  }
  .case-study-content-block img.second-image {
    left: unset;
    right: 480px;
    top: 99px;
  }
  .case-study-breif.image-bg-stripes .img-background {
    width: calc(50vw - 250px);
  }
}
@media (max-width: 1199.98px) {
  .case-study-grid-block .reverse-mobile > .container > .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .client-badge-wrapper {
    position: relative;
  }
  .restrict-width-tablet img {
    max-width: 500px;
    margin: auto;
    float: none !important;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  .case-study-breif.image-bg-stripes .img-background {
    width: calc(50vw - 210px);
  }
  .client-badge-wrapper {
    position: relative;
    right: -22px;
  }
}
.laptop-image-with-overlap {
  position: relative;
  padding: 60px 0 100px 0;
}
.laptop-image-with-overlap .case-study-content-block {
  padding: 0;
}
.laptop-image-with-overlap .case-study-content-block .container .row {
  flex-direction: column-reverse;
}
.laptop-image-with-overlap img {
  right: -100px;
  position: relative;
  margin-bottom: 40px;
}
.laptop-image-with-overlap .laptop-image-with-overlap-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.laptop-image-with-overlap .btn {
  margin-top: 30px;
}

.umbraco-expert-buttons {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  .umbraco-laptop {
    margin-top: -120px;
  }
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .umbraco-laptop {
    margin-top: -240px;
  }
}
@media (min-width: 1200px) {
  .umbraco-laptop {
    margin-top: 0;
  }
  .laptop-image-with-overlap {
    padding: 100px 0 250px 0;
  }
  .laptop-image-with-overlap img {
    top: -200px;
    position: absolute;
    right: unset;
    margin-bottom: 0;
  }
  .laptop-image-with-overlap .case-study-content-block .container .row {
    flex-direction: row;
  }
  .laptop-image-with-overlap .btn {
    font-size: 20px;
  }
}
.stat-block {
  padding: 60px 0 100px 0;
}
.stat-block img {
  margin: 0 auto;
  display: block;
  width: 40px;
}
.stat-block .stat-block-background-image {
  padding: 0px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.stat-block .stat-title {
  text-align: center;
  text-align: center;
  margin-top: 1.5rem;
}
.stat-block .stat {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #33409F;
  font-family: "gotham_blackregular";
  margin: 0;
}
.stat-block .stat-copy {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.stat-block .buttons-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

@media (min-width: 992px) {
  .stat-block {
    padding: 100px 0;
  }
  .stat-block img {
    width: 100px;
  }
  .stat-block .stat-block-background-image {
    padding: 40px 0;
  }
  .stat-block .stat-title {
    font-size: 34px;
  }
  .stat-block .stat {
    font-size: 126px;
  }
  .stat-block .stat-copy {
    font-size: 33px;
  }
  .stat-block .buttons-container {
    margin: 60px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .stat-block .stat {
    font-size: 158px;
  }
}
.overlap-content-block {
  background: #F0F1EF;
}
.overlap-content-block .overlap-overlap-block {
  background: #fff;
  padding: 50px 20px 50px 20px;
  position: relative;
  top: -100px;
  width: 100%;
  text-align: center;
  margin-bottom: -50px;
}
.overlap-content-block hr {
  margin: 20px auto;
  width: 50px;
}

@media (min-width: 1200px) {
  .overlap-content-block .overlap-overlap-block {
    padding: 80px 0 100px 0;
  }
  .overlap-content-block hr {
    margin: 40px auto;
    width: 90px;
  }
}
.two-column-text-block {
  background: #23272A;
  padding: 60px 0 200px 0;
  position: relative;
}
.two-column-text-block:before {
  content: "";
  background-image: url("/Content/Images/umbraco-logo-white.svg");
  height: 600px;
  width: 600px;
  position: absolute;
  top: 120px;
  left: -70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-30deg);
  opacity: 0.03;
}
.two-column-text-block:after {
  content: "";
  background-image: url("/Content/Images/wordpress-logo-white.svg");
  height: 600px;
  width: 600px;
  position: absolute;
  bottom: 120px;
  right: -70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(30deg);
  opacity: 0.03;
}
.two-column-text-block .two-column-text-block-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.two-column-text-block .two-column-text-block-subtitles {
  color: #c8d32c;
  text-transform: none;
  font-family: Roboto, sans-serif;
}
.two-column-text-block ul li {
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 1rem;
  padding-right: 0px;
  padding-left: 30px;
}
.two-column-text-block ul li:before {
  left: 6px;
}
.two-column-text-block p {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .two-column-text-block {
    padding: 100px 0 250px 0;
  }
  .two-column-text-block:before {
    content: "";
    background-image: url("/Content/Images/umbraco-logo-white.svg");
    height: 600px;
    width: 600px;
    position: absolute;
    top: 120px;
    left: -70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-30deg);
    opacity: 0.03;
  }
  .two-column-text-block:after {
    content: "";
    background-image: url("/Content/Images/wordpress-logo-white.svg");
    height: 600px;
    width: 600px;
    position: absolute;
    top: 120px;
    right: -70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(30deg);
    opacity: 0.03;
  }
  .two-column-text-block .two-column-text-block-title {
    margin-bottom: 60px;
  }
  .two-column-text-block ul {
    margin-top: 30px;
  }
  .two-column-text-block ul li {
    padding-right: 50px;
    padding-bottom: 1.5rem;
  }
}
.awards-block {
  background-color: #E4E6E3;
  padding: 60px 0 60px 0;
}
.awards-block .awards-block-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0 67px;
}
.awards-block .awards-block-title-box:before {
  content: "";
  background-image: url("/Content/Images/award-branch.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 200px;
  position: absolute;
  left: 20px;
  /*top: -58px;*/
}
.awards-block .awards-block-title-box:after {
  content: "";
  background-image: url("/Content/Images/award-branch.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 200px;
  position: absolute;
  right: 20px;
  transform: scaleX(-1);
  /*top:-58px;*/
}
.awards-block .awards-block-title-box .awards-block-title {
  margin-bottom: 5px;
  text-align: center;
}
.awards-block .awards-block-title-box .awards-block-subtitle {
  text-align: center;
  line-height: 1.3;
}
.awards-block .awards-block-container, .awards-block .awards-block-carousel {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}
.awards-block .awards-block-container .award, .awards-block .awards-block-carousel .award {
  width: calc(100% - 50px);
  margin: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.awards-block .awards-block-container .award .award-image, .awards-block .awards-block-carousel .award .award-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-block .awards-block-container .award .award-image img, .awards-block .awards-block-carousel .award .award-image img {
  margin-bottom: 0px;
  max-height: 100%;
}
.awards-block .awards-block-container .award p, .awards-block .awards-block-carousel .award p {
  text-align: center;
}
.awards-block .awards-block-container .owl-dots, .awards-block .awards-block-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.awards-block .awards-block-container .owl-dots .owl-dot, .awards-block .awards-block-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: rgba(35, 39, 42, 0.3);
  border-radius: 50%;
  margin: 5px;
}
.awards-block .awards-block-container .owl-dots .owl-dot.active, .awards-block .awards-block-carousel .owl-dots .owl-dot.active {
  background: #23272A;
}
.awards-block .awards-block-container {
  display: none;
}
.awards-block .awards-block-carousel {
  display: flex;
}

@media (min-width: 992px) {
  .awards-block {
    padding: 120px 0 100px 0;
  }
  .awards-block .awards-block-container, .awards-block .awards-block-carousel {
    padding: 40px 0;
  }
  .awards-block .awards-block-container .award, .awards-block .awards-block-carousel .award {
    width: calc(25% - 50px);
    margin: 0 25px;
  }
  .awards-block .awards-block-container .award .award-image, .awards-block .awards-block-carousel .award .award-image {
    height: 150px;
  }
  .awards-block .awards-block-container .award .award-image img, .awards-block .awards-block-carousel .award .award-image img {
    margin-bottom: 20px;
  }
  .awards-block .awards-block-container {
    display: flex;
  }
  .awards-block .awards-block-carousel {
    display: none;
  }
  .awards-block .awards-block-title-box {
    margin-bottom: 40px;
  }
  .awards-block .awards-block-title-box:before {
    width: 94px;
    height: 200px;
  }
  .awards-block .awards-block-title-box:after {
    width: 94px;
    height: 200px;
  }
}
.facts-block {
  background: #F0F1EF;
  padding: 60px 0 60px 0;
}
.facts-block .facts-box {
  background: #23272A;
  padding: 60px 20px 60px 20px;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
.facts-block .facts-box .facts-box-title {
  color: #c8d32c;
  text-align: center;
  margin-bottom: 40px;
}
.facts-block .facts-box .facts-box-inner {
  display: flex;
  flex-wrap: wrap;
}
.facts-block .facts-box .facts-box-inner .fact {
  width: 100%;
  margin: 5px 0px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facts-block .facts-box .facts-box-inner .fact p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.facts-block .facts-box .facts-box-inner .fact p .small {
  font-size: 0.7em;
  font-weight: 300;
}
.facts-block .facts-box .facts-box-inner .fact p strong {
  color: #fff;
}

@media (min-width: 768px) {
  .facts-block {
    padding-bottom: 250px;
  }
}
@media (min-width: 992px) {
  .facts-block {
    padding: 60px 0 250px 0;
  }
  .facts-block .facts-box {
    padding: 100px 100px 120px 100px;
  }
  .facts-block .facts-box .facts-box-inner .fact {
    width: calc(50% - 20px);
    margin: 10px 10px;
    padding: 25px 30px;
    /*height: 97px;*/
  }
  .facts-block .facts-box .facts-box-inner .fact p {
    font-size: 24px;
    line-height: 1.25;
  }
}
.services-page-background-layout {
  background: transparent;
  position: relative;
  top: -166px;
  min-height: 972px;
  margin-top: 40px;
  padding-bottom: 15px;
  margin-bottom: -166px;
}
.services-page-background-layout::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  background: transparent;
  height: 900px;
  z-index: 2;
}
.services-page-background-layout .digital-services-overlap-images {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 40px);
}
.services-page-background-layout .digital-services-overlap-images img {
  object-fit: cover;
}
.services-page-background-layout .digital-services-overlap-images .image-one {
  width: 433px;
  height: 503px;
  position: relative;
  top: 0px;
  left: 0px;
}
.services-page-background-layout .digital-services-overlap-images .image-two {
  position: absolute;
  bottom: -60px;
  right: -40px;
}
.services-page-background-layout .services-page-layout-image {
  background-image: url("/Content/Images/Team-meeting2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*height: 340px;*/
  padding-top: 66.24%;
  min-height: 200px;
  position: relative;
  width: 285px;
  z-index: 3;
  margin-bottom: 40px;
  max-width: 100%;
  /*&::after{
      content: "";
      background-image: url('/Content/Images/blog-thumbs-example-3.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 237px;
      height: 237px;
      position: absolute;
      bottom: -167px;
      right: -56px;
      z-index: 4;
  }*/
}
.services-page-background-layout .services-page-layout-image .services-page-layout-second-image {
  position: absolute;
  width: 237px;
  /*height: 237px;*/
  bottom: -60px;
  right: -60px;
  z-index: 4;
  background-image: url("/Content/Images/blog-thumbs-example-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70%;
  max-width: 70%;
}
.services-page-background-layout .services-layout-text {
  z-index: 4;
}
.services-page-background-layout .services-layout-text .services-background-title {
  font-size: 22px;
}
.services-page-background-layout .services-layout-text.services-layout-text-margin-top {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .services-page-background-layout {
    top: -220px;
    margin-bottom: -220px;
    padding-bottom: 50px;
  }
  .services-page-background-layout .services-page-layout-image {
    width: 370px;
  }
  .services-page-background-layout .services-page-layout-image .services-page-layout-second-image {
    right: -160px;
  }
  .services-page-background-layout .services-layout-text.services-layout-text-margin-top {
    margin-top: 120px;
  }
  .services-page-background-layout .digital-services-overlap-images {
    position: relative;
    z-index: 2;
    max-width: 433px;
    margin: 0 auto;
  }
  .services-page-background-layout .digital-services-overlap-images img {
    object-fit: cover;
  }
  .services-page-background-layout .digital-services-overlap-images .image-one {
    width: 433px;
    height: 503px;
    position: relative;
    top: 80px;
    left: 0px;
  }
  .services-page-background-layout .digital-services-overlap-images .image-two {
    position: absolute;
    bottom: -122px;
    right: unset;
    left: 244px;
  }
}
@media (min-width: 1200px) {
  .services-page-background-layout {
    top: -300px;
    margin-top: 0;
    margin-bottom: -325px;
  }
  .services-page-background-layout:before {
    background: #fff;
  }
  .services-page-background-layout::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 325px;
    background-image: url("/Content/Images/slash-bkg.png");
    background-size: contain;
    background-repeat: repeat;
  }
  .services-page-background-layout .services-page-layout-image {
    position: absolute;
    top: 100px;
    left: 15px;
    width: 542px;
    /*height: 630px;*/
    margin-bottom: 0;
    padding-top: 116.24%;
    /*&::after {
        content: "";
        background-image: url('/Content/Images/blog-thumbs-example-3.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 365px;
        height: 365px;
        position: absolute;
        bottom: -100px;
        right: -150px;
        z-index: 4;
    }*/
  }
  .services-page-background-layout .services-page-layout-image .services-page-layout-second-image {
    width: 356px;
    /*height: 356px;*/
    bottom: -60px;
    right: -80px;
  }
  .services-page-background-layout .services-layout-text .services-background-title {
    font-size: 30px;
  }
  .services-page-background-layout .services-layout-text.services-layout-text-margin-top {
    margin-top: 120px;
  }
  .services-page-background-layout .digital-services-overlap-images {
    position: relative;
    z-index: 2;
  }
  .services-page-background-layout .digital-services-overlap-images img {
    object-fit: cover;
  }
  .services-page-background-layout .digital-services-overlap-images .image-one {
    width: 433px;
    height: 503px;
    position: relative;
    top: 80px;
    left: -30px;
  }
  .services-page-background-layout .digital-services-overlap-images .image-two {
    position: absolute;
    bottom: -200px;
    right: -70px;
    left: unset;
  }
}
@media (min-width: 1500px) {
  .services-layout-text-pad {
    padding-right: 110px;
  }
  .services-page-background-layout .digital-services-overlap-images {
    position: relative;
    z-index: 2;
  }
  .services-page-background-layout .digital-services-overlap-images img {
    object-fit: cover;
  }
  .services-page-background-layout .digital-services-overlap-images .image-one {
    width: 433px;
    height: 503px;
    position: relative;
    top: 80px;
    left: -60px;
  }
  .services-page-background-layout .digital-services-overlap-images .image-two {
    position: absolute;
    bottom: -200px;
    right: -70px;
    left: unset;
  }
}
.basic-page-line-wrapper {
  position: absolute;
  height: 558px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 88;
}
.basic-page-line-wrapper .container {
  margin-top: -80px;
}
.basic-page-line-wrapper .basic-page-header-panel-text {
  visibility: hidden;
}

.basic-page-header-content-wrapper .basic-page-header-panel-text .basic-page-header-label {
  font-size: 18px;
}

.basic-page-header {
  width: 100%;
  height: 448px;
  background: #23272A;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basic-page-header .basic-page-header-inner {
  /*position: absolute;
  top: 44%;
  transform: translateY(-50%);*/
}
.basic-page-header .basic-page-header-panel-text {
  width: 100%;
  margin-top: -80px;
}
.basic-page-header .basic-page-header-panel-text.invisible {
  visibility: hidden;
}
.basic-page-header .basic-page-header-panel-text .basic-page-header-label {
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 18px;
  margin-top: 0;
}
.basic-page-header .basic-page-header-panel-text .basic-page-header-title {
  color: #fff;
  font-size: 26px;
  margin-top: 0;
}
.basic-page-header.umbraco-page {
  background: linear-gradient(117deg, #272D46, #3340A0);
  height: 617px;
}
.basic-page-header.umbraco-page .basic-page-header-inner {
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.basic-page-header.umbraco-page .medium-hr {
  margin: 30px auto;
  width: 50px;
}
.basic-page-header.umbraco-page img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  width: 35px;
}
.basic-page-header.umbraco-page .basic-page-header-label {
  text-align: center;
  margin-bottom: 20px;
}
.basic-page-header.umbraco-page .basic-page-header-title {
  text-align: center;
  font-size: 30px;
}
.basic-page-header.umbraco-page .basic-page-header-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 0 12px;
}
.basic-page-header.umbraco-page .basic-page-header-copy a {
  color: #fff;
  transition: all 0.2s ease;
}
.basic-page-header.umbraco-page .basic-page-header-copy a:hover {
  color: #c8d32c;
  transition: all 0.2s ease;
}

.basic-page-content-container {
  position: relative;
  top: -190px;
  /*padding-top: 60px;*/
  padding: 15px;
}
.basic-page-content-container .richie {
  position: static;
}

.umbraco-page-lionel-container .lionel {
  width: 2px;
  background: #c8d32c;
  height: 50px;
  transition: 0.05s ease;
  position: absolute;
  top: 150px;
  left: 50%;
  min-height: 50px;
  z-index: 5;
  max-height: 150px;
  /*display: block;*/
}
.umbraco-page-lionel-container .richie {
  position: absolute;
  bottom: 0;
  background: blue;
  /*display: block;*/
}

@media (min-width: 768px) {
  .basic-page-header {
    height: 558px;
  }
  .basic-page-header .basic-page-header-panel-text .basic-page-header-label {
    font-size: 20px;
    line-height: 27px;
  }
  .basic-page-header .basic-page-header-panel-text .basic-page-header-title {
    font-size: 36px;
  }
  .basic-page-header.umbraco-page {
    height: 968px;
  }
  .basic-page-header.umbraco-page .medium-hr {
    margin: 40px auto;
    width: 90px;
  }
  .basic-page-header.umbraco-page img {
    margin-bottom: 45px;
    width: 60px;
  }
  .basic-page-header.umbraco-page .basic-page-header-label {
    font-size: 31px;
    margin-bottom: 45px;
  }
  .basic-page-content-container {
    padding: 60px 0 0 0;
  }
  .basic-page-header-content-wrapper .basic-page-header-panel-text .basic-page-header-label {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .umbraco-page-lionel-container .lionel {
    max-height: 270px;
  }
  .umbraco-page-lionel-container .basic-page-header.umbraco-page .basic-page-header-panel-text .basic-page-header-title {
    font-size: 72px;
  }
  .umbraco-page-lionel-container .basic-page-header.umbraco-page .basic-page-header-panel-text .basic-page-header-label {
    font-size: 41px;
    margin-bottom: 45px;
  }
  .basic-page-header .basic-page-header-panel-text .basic-page-header-title {
    font-size: 52px;
  }
}
.article-next-transition {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  z-index: 998;
}
.article-next-transition.transitioned {
  transform: translate3d(0, 0, 0);
}

.article-prev-transition {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  z-index: 998;
}
.article-prev-transition.transitioned {
  transform: translate3d(0, 0, 0);
}

.contact-thanks {
  display: flex;
  background: rgba(35, 39, 42, 0.1);
  min-height: 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}
.contact-thanks p {
  max-width: 400px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 40px;
}

.contact-thanks-title {
  color: #c8d32c;
}

@media (min-width: 992px) {
  .contact-thanks {
    margin-top: 80px;
  }
}
.accordion-wrapper {
  padding-top: 65px;
}
.accordion-wrapper h2 {
  color: #fff;
}
.accordion-wrapper p:not([class~=subtitle]) {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-wrapper .accordion-content-wrapper {
  padding: 1rem 0 1rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.accordion-wrapper .accordion-content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-wrapper .accordion-content-wrapper a {
  color: #fff;
}
.accordion-wrapper .accordion-content-wrapper a:hover {
  color: #c9d418;
}
.accordion-wrapper .accordion-content-wrapper .accordion-toggle:hover {
  cursor: pointer;
}
.accordion-wrapper .accordion-content-wrapper .accordion-toggle:hover h3 {
  color: #c9d418;
}
.accordion-wrapper .accordion-content-wrapper .plus-icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/content/images/plus.svg");
}
.accordion-wrapper .accordion-content-wrapper .minus-icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/content/images/minus.svg");
}
.accordion-wrapper .accordion-content-wrapper .accordion-toggle h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.accordion-wrapper .accordion-content-wrapper .accordion-toggle-open h3 {
  color: #c9d418;
}
.accordion-wrapper .accordion-content-wrapper .collapse {
  display: none;
}

/*.about-us-row-one-image{
    position: absolute;
    bottom: -150px;
}*/
.about-us-row-two-image {
  position: relative;
  bottom: 50px;
}

.content-image-blocks h2 {
  margin-top: 0;
}

.about-us-row-three {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .about-us-row-two-image {
    bottom: 70px;
  }
  .about-col-alt-pad {
    padding-left: 20px;
  }
  .about-us-row-three {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about-us-wrapper-three .lionel {
    left: -23px;
    top: -150px;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .about-col-alt-pad, .about-col-lg-alt-pad {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .about-col-alt-pad, .about-col-lg-alt-pad {
    padding-left: 0;
  }
  .about-us-wrapper-three {
    margin-top: -240px;
    /*position: relative;*/
    z-index: -1;
  }
  .about-us-wrapper-three .lionel {
    left: -23px;
    top: -150px;
    z-index: 2;
  }
  .about-col-pad {
    padding-right: 50px;
  }
  .about-us-row-three {
    position: relative;
    padding-top: 250px;
    padding-bottom: 120px;
  }
  .btm-btns {
    padding: 40px 0;
  }
}
@media (min-width: 1900px) {
  .about-us-row-one-image {
    position: relative;
    left: 134px;
  }
}
.btn,
a.btn {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 10px 20px;
  background: transparent;
  color: #23272A;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "gotham_blackregular";
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  --hover-bg: #23272A;
  --default-bg: #c8d32c;
  --default-border: #c8d32c;
  --hover-border: #c8d32c;
  z-index: 0;
  border: solid 1px var(--default-border);
  display: block;
  width: fit-content;
  /*Button variations*/
  /* &.btn-black {
      background: $theme-secondary;
      color: $theme-primary;
      transition: all 0.2s ease-out;


      &:hover {
          background: $theme-primary;
          color: $theme-secondary;
          transition: all 0.2s ease-out;
      }
  }*/
}
.btn:before, .btn::before,
a.btn:before,
a.btn::before {
  display: none;
}
.btn:before,
a.btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: var(--default-bg);
  display: block;
}
.btn:after,
a.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--hover-bg);
  will-change: width;
  transition: width 0.3s ease;
}
.btn:hover, .btn-hover-parent:hover .btn,
a.btn:hover,
.btn-hover-parent:hover a.btn {
  color: #fff;
  border: solid 1px var(--hover-border);
}
.btn:hover:after, .btn-hover-parent:hover .btn:after,
a.btn:hover:after,
.btn-hover-parent:hover a.btn:after {
  width: 100%;
  right: initial;
  left: 0;
}
.btn.btn-primary,
a.btn.btn-primary {
  --default-bg: #c8d32c;
  --hover-bg: #23272A;
  border: solid 1px var(--default-border);
  color: #23272A;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn-hover-parent:hover .btn.btn-primary,
a.btn.btn-primary:hover,
a.btn.btn-primary:active,
.btn-hover-parent:hover a.btn.btn-primary {
  background: rgba(200, 211, 44, 0.8);
  color: #fff;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: rgba(200, 211, 44, 0.8);
}
.btn.btn-grey,
a.btn.btn-grey {
  --default-bg: #eaebe9;
  --hover-bg: #c8d32c;
  border: solid 1px var(--default-border);
  color: #23272A;
}
.btn.btn-grey:hover, .btn-hover-parent:hover .btn.btn-grey,
a.btn.btn-grey:hover,
.btn-hover-parent:hover a.btn.btn-grey {
  color: #fff;
  border: solid 1px var(--hover-border);
}
.btn.border-dark, .btn.btn-black,
a.btn.border-dark,
a.btn.btn-black {
  --default-bg: #23272A;
  --hover-bg: #c8d32c;
  border: solid 1px #23272A;
  color: #c8d32c;
}
.btn.border-dark:hover, .btn-hover-parent:hover .btn.border-dark, .btn.btn-black:hover, .btn-hover-parent:hover .btn.btn-black,
a.btn.border-dark:hover,
.btn-hover-parent:hover a.btn.border-dark,
a.btn.btn-black:hover,
.btn-hover-parent:hover a.btn.btn-black {
  color: #fff;
  border: solid 1px var(--hover-border);
}
.btn.btn-light,
a.btn.btn-light {
  --default-bg: #c8d32c;
  --hover-bg: #fff;
  border: solid 1px var(--default-border);
  color: #fff;
}
.btn.btn-light:hover, .btn-hover-parent:hover .btn.btn-light,
a.btn.btn-light:hover,
.btn-hover-parent:hover a.btn.btn-light {
  color: #c8d32c;
  border: solid 1px var(--hover-border);
}
.btn.btn-black,
a.btn.btn-black {
  --default-bg: #23272A;
  --hover-bg: #c8d32c;
  /*border: solid 1px var(--default-border);*/
  border: solid 1px #23272A;
  color: #c8d32c;
  transition: all 1s ease;
}
.btn.btn-black:hover, .btn-hover-parent:hover .btn.btn-black,
a.btn.btn-black:hover,
.btn-hover-parent:hover a.btn.btn-black {
  color: #fff;
  border: solid 1px var(--hover-border);
  transition: all 0.2s ease;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: #fff;
  border: 1px solid rgba(35, 39, 42, 0.3);
  font-weight: 500;
  color: #23272A;
  transition: all 0.2s ease-out;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background: #23272A;
  color: #c8d32c;
  border: 1px solid #23272A;
  transition: all 0.2s ease-out;
}
.btn.btn-secondary-light,
a.btn.btn-secondary-light {
  color: rgba(35, 39, 42, 0.6);
}
.btn.btn-clear,
a.btn.btn-clear {
  --default-bg: #23272A;
  --hover-bg: #c8d32c;
  border: solid 1px var(--default-border);
  color: #c8d32c;
}
.btn.btn-clear:hover, .btn-hover-parent:hover .btn.btn-clear,
a.btn.btn-clear:hover,
.btn-hover-parent:hover a.btn.btn-clear {
  color: #fff;
  border: solid 1px var(--hover-border);
}
.btn.btn-white,
a.btn.btn-white {
  --default-bg: #fff;
  --hover-bg: #c8d32c;
  border: solid 1px var(--default-border);
  color: #c8d32c;
}
.btn.btn-white:hover, .btn-hover-parent:hover .btn.btn-white,
a.btn.btn-white:hover,
.btn-hover-parent:hover a.btn.btn-white {
  color: #fff;
  border: solid 1px var(--hover-border);
}
.btn.btn-white.btn-white-dark-text,
a.btn.btn-white.btn-white-dark-text {
  color: #23272A;
  border-color: #23272A;
}
.btn.btn-white.btn-white-dark-text:hover,
a.btn.btn-white.btn-white-dark-text:hover {
  color: #fff;
  border-color: #c8d32c;
}

@media (min-width: 768px) {
  .btn, a.btn {
    padding: 14px 32px;
  }
}
@media (min-width: 992px) {
  .btn, a.btn {
    padding: 16px 32px;
    font-size: 20px;
  }
}
div.btn {
  width: fit-content;
}
div.btn [type=submit] {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  outline: none !important;
  border: none !important;
  background: none !important;
  color: inherit;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
}
div.btn [type=submit]:before, div.btn [type=submit]::before {
  display: none;
}

.client-website {
  position: relative;
  background: transparent;
  z-index: 0;
}
.client-website:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: var(--cb-default-bg);
  display: block;
}
.client-website:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--cb-hover-bg);
  will-change: width;
  transition: width 0.3s ease;
}
.client-website:hover, .btn-hover-parent:hover .client-website {
  color: #fff !important;
}
.client-website:hover:after, .btn-hover-parent:hover .client-website:after {
  width: 100%;
  right: initial;
  left: 0;
}

.button-animation {
  display: inline-flex;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-family: georgia;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  overflow: hidden;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -1px;
  transition: outline-offset 0.2s ease;
  align-items: center;
  /*img {
      position: relative;
      z-index: 2;
      height: 20px;
      filter: brightness(0) saturate(100%) invert(85%) sepia(88%) saturate(517%) hue-rotate(4deg) brightness(95%) contrast(72%);
      margin-left: 50px;
      transition: all 0.3s ease 0.2s;
      position: relative;
      left: 0;
  }*/
}
.button-animation .expanding-arrow {
  margin-left: 20px;
  margin-top: 0;
}
.button-animation .expanding-arrow:before, .button-animation .expanding-arrow:after {
  animation-delay: 0.4s !important;
}
.button-animation span {
  position: relative;
  z-index: 2;
}
.button-animation:hover {
  outline-offset: -1px;
  transition: outline-offset 0.2s ease;
}
.button-animation:hover span {
  color: #fff;
}
.button-animation:hover img {
  left: -10px;
  transition: all 0.2s ease 0.2s;
}
.button-animation:hover:after {
  clip-path: inset(0% 0% 0% 0%);
}
.button-animation:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #23272A;
  z-index: 1;
  border-radius: 0px;
}
.button-animation:after {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #c8d32c;
  z-index: 0;
  border-radius: 0px;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.2s ease 0.3s;
}

/*Draw class animates the buttons border*/
.draw {
  position: relative;
  padding: 20px 50px;
  outline: none;
  border: none;
  box-shadow: none;
  background-image: linear-gradient(#c8d32c, #c8d32c), linear-gradient(#c8d32c, #c8d32c), linear-gradient(#c8d32c, #c8d32c), linear-gradient(#c8d32c, #c8d32c);
  background-position: 0 0, 0 0, 0 100%, 0 100%;
  background-size: 2px 0%, 0% 2px, 0% 2px, 2px 0%;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: 0.2s linear;
  text-transform: uppercase;
  color: #23272A;
}
.draw span {
  color: #23272A;
}

.draw:before {
  content: "";
  display: block;
  position: absolute;
  /*z-index: -1;*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid #23272A;
}

.draw:hover {
  background-position: 0 100%, 0 0, 0 100%, 100% 0;
  background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
  animation: animate 0.6s linear infinite 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: #fff;
}
.draw:hover span {
  color: #fff;
  transition: all 0.4s 0.4s ease;
}
.draw:hover:before {
  z-index: -1;
}

@keyframes animate {
  0% {
    background-position: 0 100%, 0 0, 0 100%, 100% 0;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
    background-color: transparent;
    color: #23272A;
  }
  30% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 0;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 100%;
    background-color: transparent;
    color: #23272A;
  }
  50% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 100%;
    background-size: 2px 0%, 0% 2px, 100% 2px, 2px 100%;
    background-color: transparent;
    color: #23272A;
  }
  60% {
    background-position: 0 100%, 100% 0, 0% 100%, 100% 100%;
    background-size: 2px 100%, 0% 2px, 100% 2px, 2px 0%;
    background-color: transparent;
    color: #23272A;
  }
  70% {
    background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%;
    background-size: 2px 100%, 0% 2px, 0% 2px, 2px 0%;
    background-color: transparent;
    color: #fff;
  }
  100% {
    background-position: 0% 0%, 0 0, 0 100%, 100% 100%;
    background-size: 2px 0%, 100% 2px, 0% 2px, 2px 0%;
    background-color: #c8d32c;
    color: #fff;
  }
}
/*.draw {
    padding: 20px 50px;
    outline: none;
    border: none;
    box-shadow: none;
    background-image: linear-gradient($theme-primary, $theme-primary), linear-gradient($theme-primary, $theme-primary), linear-gradient($theme-primary, $theme-primary), linear-gradient($theme-primary, $theme-primary), linear-gradient($theme-secondary, $theme-secondary), linear-gradient($theme-secondary, $theme-secondary), linear-gradient($theme-secondary, $theme-secondary), linear-gradient($theme-secondary, $theme-secondary);
    background-position: 0 0, 0 0, 0 100%, 0 100%, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 3px 0%, 0% 3px, 0% 3px, 3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    transition: 0.2s linear;
    color: $theme-secondary;

    &:hover {
        color: $theme-secondary;
    }
}

.draw:hover {
    background-position: 0 100%, 0 0, 0 100%, 100% 0, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    animation: animateDraw 1.4s linear infinite 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animateDraw {
    0% {
        background-position: 0 100%, 0 0, 0 100%, 100% 0, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    40% {
        background-position: 0 100%, 100% 0, 100% 100%, 100% 0, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 0%, 100% 3px, 0% 3px,3px 100%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    50% {
        background-position: 0 100%, 100% 0, 100% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 0%, 0% 3px, 100% 3px,3px 100%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    60% {
        background-position: 0 100%, 100% 0, 0% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 100%, 0% 3px, 100% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    70% {
        background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 100%, 0% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    80% {
        background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 100%, 0% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    90% {
        background-position: 0% 0%, 0 0, 0 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
    }

    100% {
        background-position: 100% 100%, 0 0, 0 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
        background-size: 100% 100%, 100% 3px, 0% 3px,3px 0%, 3px 100%, 100% 3px, 100% 3px,3px 100%;
        /*background: $theme-primary;*/
/* }
}*/
.page-item .page-link {
  color: rgba(35, 39, 42, 0.6);
}

.page-item.active .page-link {
  background: #c8d32c;
  border-color: #c8d32c;
}

.page-link:hover {
  z-index: 2;
  color: rgba(35, 39, 42, 0.6);
}

ul.pagination li {
  padding: 0;
  margin: 0;
}
ul.pagination li:before {
  display: none;
}

.form-wrapper {
  margin-bottom: 30px;
}

.umbraco-nested-grid {
  margin-left: -15px;
  margin-right: -15px;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 28px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin-top: 4px;
}

.hamburger:not(.is-active) .hamburger-box .hamburger-inner {
  width: 14px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 2px;
  background-color: #23272A;
  border-radius: 4px;
  position: absolute;
  transition: width 0.15s ease, transform 0.15s ease;
  /*transition-duration: 0.15s;
  transition-timing-function: ease;*/
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -8px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  top: -16px;
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -17px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * 3DX
   */
/*.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DX Reverse
   */
/*.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DY
   */
/*.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DY Reverse
   */
/*.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DXY
   */
/*.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DXY Reverse
   */
/*.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * Arrow
   */
/*.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }*/
/*
   * Arrow Right
   */
/*.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }*/
/*
   * Arrow Alt
   */
/*.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }*/
/*
   * Arrow Alt Right
   */
/*.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }*/
/*
 * Arrow Turn
 */
/*.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }*/
/*
 * Arrow Turn Right
 */
/*.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }*/
/*
   * Boring
   */
/*.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }*/
/*
   * Elastic
   */
/*.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }*/
/*
   * Elastic Reverse
   */
/*.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }*/
/*
   * Emphatic
   */
/*.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }*/
/*
   * Emphatic Reverse
   */
/*.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }*/
/*
   * Minus
   */
/*.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }*/
/*
   * Slider
   */
/*.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }*/
/*
   * Slider Reverse
   */
/*.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }*/
/*
   * Spin
   */
/*.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Spin Reverse
   */
/*.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Spring
   */
/*.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }*/
/*
   * Spring Reverse
   */
/*.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Stand
   */
/*.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Stand Reverse
   */
/*.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Squeeze
   */
/*.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Vortex
   */
/*.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }*/
/*
   * Vortex Reverse
   */
/*.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }*/
/*.hamburger-box {
    width: 24px;
    height: 16px;
    margin-top: 4px;
}

.hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    width: 14px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
}

.hamburger--collapse .hamburger-inner::after {
    top: -14px;
}

.hamburger--collapse .hamburger-inner::before {
    top: -7px;
}*/
@media (min-width: 768px) {
  .hamburger-box {
    width: 42px;
    height: 32px;
    margin-top: 4px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    width: 20px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
  }
  .hamburger--collapse .hamburger-inner::after {
    top: -22px;
  }
  .hamburger--collapse .hamburger-inner::before {
    top: -11px;
  }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 1200px) {
  .hamburger-box {
    width: 54px;
    height: 32px;
    margin-top: 4px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    width: 29px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 54px;
  }
  .hamburger--collapse .hamburger-inner::after {
    top: -28px;
  }
  .hamburger--collapse .hamburger-inner::before {
    top: -14px;
  }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -14px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (max-height: 900px) and (min-width: 1200px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
  }
  .hamburger-box {
    display: flex;
    justify-content: flex-end;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  border: none;
  outline: none !important;
  margin-bottom: 10px;
  border-radius: 2px;
}

.select2 {
  width: 100% !important;
}
.select2 span {
  outline: none !important;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 4px 0;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  font-size: 13px;
  color: rgba(35, 39, 42, 0.2);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "x";
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option {
  font-size: 18px;
}

.select2-container--default .select2-results__option {
  color: #23272A;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: rgba(35, 39, 42, 0.2);
  padding-right: 40px;
  min-width: 120px;
}

/*.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent $text-green transparent;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-dropdown {
  border-color: rgba(35, 39, 42, 0.2);
}

.select2-results__options {
  width: 100%;
  list-style: none;
  display: block;
}
.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option {
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #c8d32c;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #23272a;
  color: #fff;
}

.umbraco-forms-page .select-wrapper {
  position: relative;
  outline: none !important;
  margin-bottom: 10px;
  display: block;
}
.umbraco-forms-page .select-wrapper select {
  width: 100%;
  outline: none !important;
}

@media (max-width: 991.98px) {
  body:after {
    content: "mobtab";
    display: none;
  }
}
@media (min-width: 992px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
/*@media only screen and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }

}

@media only screen and (min-device-pixel-ratio: 2) and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }
}*/
.insights-page-container {
  overflow-x: hidden;
}
.insights-page-container .full-width-pattern {
  background-image: url("/Content/Images/slash-bkg.png");
  background-color: rgba(35, 39, 42, 0.1);
  width: 100%;
  top: 600px;
  left: 0;
  z-index: -2;
}
.insights-page-container .insights-content {
  position: relative;
  margin-top: 0px;
  /*.insights-container-title {
      @include element-override();*/
  /*font-size: $mobile-font-size-h1;*/
  /*padding-top: 20px;*/
  /*  text-transform: uppercase;
      margin-bottom: 30px;
      line-height: 28px;
      letter-spacing: -0.05em;
  }*/
}
.insights-page-container .insights-content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -70px;
  right: -70px;
  z-index: -1;
  background-color: #fff;
  height: 500px;
}

.insights-container-header {
  /*display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;*/
  padding-left: 10px;
  padding-bottom: 80px;
  padding-top: 50px;
}
.insights-container-header form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.insights-container-header form > div {
  margin-left: 20px;
}
.insights-container-header form input, .insights-container-header form select {
  font-size: 18px;
  color: rgba(35, 39, 42, 0.5);
}
.insights-container-header form .search-wrapper {
  background: #fff;
  width: 100%;
  padding: 3px 8px 5px 8px;
  overflow: hidden;
}
.insights-container-header form .search-wrapper input {
  background: #fff;
  padding: 0;
  height: auto;
  border: none !important;
  outline: none !important;
  display: block;
  width: calc(100% - 40px);
  float: left;
}
.insights-container-header form .search-wrapper input::placeholder {
  color: rgba(35, 39, 42, 0.2);
}
.insights-container-header form .search-wrapper button {
  float: right;
  background: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  width: 40px;
  text-align: center;
}
.insights-container-header form .search-wrapper button i {
  font-size: 19px;
  color: #c9d418;
  position: relative;
  top: 4px;
}

.insights-container-header-title .small-horizontal-divider {
  border-color: #c9d418;
  border-top-width: 2px;
  max-width: 80px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.insights-container-header-title .mini-title {
  color: #c8d32c;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
}

.insights-grid-container {
  /*display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;*/
  /*padding-bottom: 100px;*/
  position: relative;
  /*top: - 200px;
  margin-bottom: -200px;*/
  width: 100%;
  margin-top: 100px;
}
.insights-grid-container .read-more-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.insights-grid-container .read-more-container .read-more-button {
  position: relative;
}
.insights-grid-container .read-more-container .read-more-button svg {
  left: 0;
  bottom: 0;
  position: absolute;
}
.insights-grid-container .insight-container {
  flex: initial;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.insights-grid-container .insight-container:hover .insights-title a {
  color: #c8d32c;
}
.insights-grid-container .insight-container .insight-image {
  position: relative;
  /*top: 100px;*/
  opacity: 1;
  transition: all 0.9s ease;
  width: 100%;
  /*background-image: url("/Content/Images/blog-thumbs-example-2.jpg");*/
  /*background-repeat: no-repeat;
  background-position: center;*/
  display: flex;
  justify-content: center;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
}
.insights-grid-container .insight-container .insight-image img {
  background: #23272A;
  width: 502px;
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.6s ease;
  object-fit: cover;
}
.insights-grid-container .insight-container .insight-image.insight-first-row {
  opacity: 1;
  top: 0;
}
.insights-grid-container .insight-container .insight-image.do-anim {
  top: 0px;
  opacity: 1;
}
.insights-grid-container .insight-container .insights-inner-container {
  width: 86%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: -65px;
  padding: 40px 20px 100px;
  opacity: 1;
  transition: top 0.9s ease;
  flex-grow: 1;
  /*box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);*/
}
.insights-grid-container .insight-container .insights-inner-container.insight-first-row {
  opacity: 1;
  top: -65px;
}
.transitioned-in .insights-grid-container .insight-container .insights-inner-container.do-anim {
  top: -65px;
  opacity: 1;
}
.insights-grid-container .insight-container .insights-inner-container .date {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #A6ACA2;
  font-style: italic;
  font-family: PlayfairDisplay-Italic, Georgia, sans-serif;
  font-size: 18px;
}
.insights-grid-container .insight-container .insights-inner-container .date:before, .insights-grid-container .insight-container .insights-inner-container .date::before {
  display: none;
}
.insights-grid-container .insight-container .insights-inner-container .insights-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 19px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.insights-grid-container .insight-container .insights-inner-container .insights-title:before, .insights-grid-container .insight-container .insights-inner-container .insights-title::before {
  display: none;
}
.insights-grid-container .insight-container .insights-inner-container .insights-snippet,
.insights-grid-container .insight-container .insights-inner-container .insights-snippet p {
  /*color: $black-opacity-50;
  font-size: 20px;*/
  /*line-height: 24px;*/
}
.insights-grid-container .insight-container.stand-out-insight {
  background: #23272A;
  flex: 1;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 40px;
  padding: 40px;
}
.insights-grid-container .insight-container.stand-out-insight .stand-out-insight-label {
  color: #c8d32c;
  font-family: "font-stack-touches";
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}
.insights-grid-container .insight-container.stand-out-insight .stand-out-insight-title {
  color: #fff;
  font-size: 30px;
  line-height: 33px;
}
.insights-grid-container .insight-container:hover .insights-inner-container .read-more-container {
  width: 100%;
}
.insights-grid-container .insight-container:hover .insights-inner-container .read-more-container .read-more-button {
  width: 100%;
  position: relative;
}
.insights-grid-container .insight-container:hover .insights-inner-container .read-more-container .read-more-button svg {
  transition: all 0.85s cubic-bezier(0.12, 1.03, 0.83, 1.27);
  /*transform: translate3d(270px, 0, 0);*/
  position: absolute;
  left: calc(100% - 140px);
  bottom: 0;
}
.insights-grid-container .insight-container:hover .insight-image {
  overflow: hidden;
}
.insights-grid-container .insight-container:hover .insight-image img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}
.insights-grid-container .insight-container-inner {
  max-width: 502px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/*@keyframes animateArrow {
    0% {
        background: red;
        transform: translateX(0px);
    }



    25%{
        transform: translateX(150px);
    }

    50%{
        transform: translateX(300px);
    }

    75%{
        transform: translateX(270px);
    }

    100% {
        background: blue;
        transform: translateX(300px);
    }
}*/
#NewsLoadMoreButton {
  margin-bottom: 60px;
  margin-bottom: 80px;
}

.insights-full-width-container a.richie {
  position: relative;
  top: 50px;
  display: block;
}

@media (min-width: 576px) {
  .insights-grid-container {
    display: flex;
    flex-wrap: wrap;
    /*margin-left: -10px;
    margin-right: -10px;*/
  }
  .insights-grid-container .insight-container {
    min-width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .insights-grid-container .read-more-container {
    left: 40px;
  }
  .insights-grid-container .insight-container {
    /*  display: flex;*/
  }
  .insights-grid-container .insight-container:hover .insight-image {
    overflow: hidden;
    height: 283px;
  }
  .insights-grid-container .insight-container:hover .insight-image img {
    transform: scale(1.05);
    transition: transform 0.6s ease;
  }
  .insights-grid-container .insight-container .insights-inner-container {
    padding: 40px 40px 100px;
    top: -90px;
  }
  .insights-grid-container .insight-container .insights-inner-container.insight-first-row {
    top: -90px;
  }
  .transitioned-in .insights-grid-container .insight-container .insights-inner-container.do-anim {
    top: -90px;
  }
  .insights-grid-container .insight-container .insights-inner-container .insights-title {
    font-size: 30px;
    line-height: 1.1;
  }
  .insights-grid-container .insight-container .insight-image {
    height: 283px;
    overflow: hidden;
  }
  .insights-grid-container .insight-container .insight-image img {
    height: 283px;
    transition: transform 0.6s ease;
    transform: scale(1);
  }
  .insights-page-container .insights-content {
    margin-top: 110px;
    /*.insights-container-title {
        font-size: $font-size-h1;
        line-height: 56px;
    }*/
  }
  #NewsLoadMoreButton {
    margin-top: 60px;
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .insights-grid-container .insight-container {
    max-width: auto;
    min-width: auto;
    width: calc(50% - 20px);
  }
  .insights-grid-container .insights-inner-container {
    flex: initial;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .insights-grid-container {
    justify-content: space-between;
  }
  .insights-grid-container .insight-container-inner {
    max-width: 502px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .insights-grid-container .insight-container {
    flex: initial;
    flex-grow: 1;
    flex-direction: column;
    min-width: auto;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .insights-grid-container .insight-container:nth-child(2n-1) {
    margin-left: 0;
    align-items: flex-start;
  }
  .insights-grid-container .insight-container:nth-child(2n) {
    margin-right: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .insights-grid-container {
    flex-wrap: wrap;
    /*.insight-container {
        .insight-image {
            width: 502px;
        }
    }*/
  }
}
.purple-box {
  top: -300px;
  opacity: 0;
  transition: all 1.5s ease;
}
.transition-in .purple-box.do-anim {
  top: 0px;
  opacity: 1;
}

@media (min-width: 1500px) {
  .insights-grid-container {
    display: flex;
    justify-content: flex-start;
    display: flex;
  }
  .insights-grid-container .insight-container {
    min-width: auto;
    width: calc(33.333333333% - 40px);
    /* max-width: calc(33.333333333% - calc(40px / 3));*/
    justify-content: center;
    /*.insights-inner-container {
        left: -7px;
    }*/
  }
  .insights-grid-container .insight-container:nth-child(3n-2) {
    margin-left: 0;
    align-items: flex-start;
  }
  .insights-grid-container .insight-container:nth-child(3n) {
    margin-right: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1700px) {
  .insight-image {
    width: 502px;
  }
  .insight-image img {
    width: 502px;
  }
}
/*.news-filters {
    padding-top: 10px;
    padding-bottom: 5px;
    background: $theme-primary;

    [class*="col-"].no-padding {
        padding-left: 5px;
        padding-right: 0;
    }

    select {
        border: none !important;
        display: block;
        outline: none !important;
        width: 100%;
        padding: 8px;
        font-size: calc-rem($base-font-size, 14px);
        font-weight: bold;
    }

    .select-wrapper {
        position: relative;

        &:after {
            position: absolute;
            content: '';
            display: block;
            width: 40px;
            top: 50%;
            margin-top: -4px;
            right: 15px;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5.5px 0 5.5px;
            border-color: #000000 transparent transparent transparent;
            pointer-events: none;
        }

        select {
            -webkit-appearance: none;
            -moz-appearance: none;

            &::-ms-expand {
                display: none;
            }
        }
    }

    .search-wrapper {
        background: $white;
        width: 100%;
        padding: 8px 8px 5px 8px;
        overflow: hidden;

        input {
            background: $white;
            padding: 0;
            height: auto;
            border: none !important;
            outline: none !important;
            display: block;
            width: calc(100% - 40px);
            font-size: calc-rem($base-font-size, 14px);
            float: left;

            &::placeholder {
                color: rgba(0,0,0,0.5);
                font-style: italic;
                color: calc-rem($base-font-size, 14px);
            }
        }

        button {
            float: right;
            background: none !important;
            border: none !important;
            outline: none !important;
            cursor: pointer;
            width: 40px;
            text-align: center;
        }
    }

    select, .search-wrapper {
        margin-bottom: 10px;
    }

    #NewsTypeSearch {
        margin-bottom: 0;
    }
}*/
.news-results-warning {
  background: rgba(35, 39, 42, 0.4);
  border-top: solid 2px #c8d32c;
  border-bottom: solid 2px #c8d32c;
  text-align: center;
  padding: 40px;
}
.news-results-warning p {
  color: #fff;
}

.load-more-wrapper {
  text-align: center;
}

.search-results-heading {
  margin-top: 0;
}
.search-results-heading strong {
  color: #c8d32c;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #c8d32c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.load-more-wrapper {
  padding: 0 40px;
}

.load-more-news {
  display: flex;
  justify-content: center;
}

#NewsLoadAnim {
  display: none;
}

@media (min-width: 768px) {
  select, .search-wrapper {
    margin-bottom: 0;
  }
  .load-more-news {
    display: inline-block;
  }
}
.insights-back-col {
  display: none;
}

.insights-details-page-container {
  margin-top: 60px;
  /*max-width: 1340px;*/
  margin-left: auto;
  margin-right: auto;
}
.insights-details-page-container .full-width-pattern {
  /*height: 400px;
  width: 100%;
  position: absolute;
  top: 330px;*/
  position: relative;
  background: transparent;
}
.insights-details-page-container .full-width-pattern:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  bottom: 100px;
  background-image: url("/Content/Images/slash-bkg.png");
}
.insights-details-page-container .next-blog-post {
  position: absolute;
  top: 200px;
  right: 0;
}
.insights-details-page-container .next-blog-post i {
  color: #c9d418;
  font-size: 46px;
}
.insights-details-page-container .insights-details-content {
  background: transparent;
  height: auto;
}
.insights-details-page-container .insights-details-content .intro-container {
  display: flex;
}
.insights-details-page-container .insights-details-content .intro-container .back-button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(35, 39, 42, 0.3);
  font-size: 20px;
}
.insights-details-page-container .insights-details-content .intro-container .back-button:before, .insights-details-page-container .insights-details-content .intro-container .back-button::before {
  display: none;
}
.insights-details-page-container .insights-details-content .intro-container .back-button i {
  margin-right: 15px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.insights-details-page-container .insights-details-content .intro-container .back-button:hover {
  color: #c8d32c;
}
.insights-details-page-container .insights-details-content .intro-container .back-button {
  position: relative;
  top: -10px;
}
.insights-details-page-container .insights-details-content .small-pattern-container {
  background-image: url("/Content/Images/slash-bkg.png");
  background-color: lightgray;
  height: 60px;
  margin: 0 70px 100px 70px;
}
.insights-details-page-container .article-title-container {
  position: relative;
}
.insights-details-page-container .article-title-container .date {
  margin-top: 0;
  color: rgba(35, 39, 42, 0.7);
}
.insights-details-page-container .article-title-container .share-button {
  position: absolute;
  right: 0;
  top: -10px;
}
.insights-details-page-container .article-title-container .share-button i {
  font-size: 33px;
  color: rgba(35, 39, 42, 0.3);
}
.insights-details-page-container .article-title-container .insights-details-container-title {
  /*@include element-override();
  text-transform: uppercase;
  font-size: $font-size-h1;*/
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-right: 40px;
}

.insights-details-image-container {
  height: 200px;
  background-color: rgba(35, 39, 42, 0.7);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.insights-details-text-container {
  background: #fff;
  position: relative;
  /*top: -100px;*/
  padding: 0 0 30px;
}
.insights-details-text-container h2, .insights-details-text-container h3, .insights-details-text-container h4, .insights-details-text-container h5, .insights-details-text-container h6,
.insights-details-text-container .h2, .insights-details-text-container .h3, .insights-details-text-container .h4, .insights-details-text-container .h5, .insights-details-text-container .h6 {
  font-family: Roboto, sans-serif;
  text-transform: none;
}
.insights-details-text-container a:not(.btn) {
  position: relative;
}
.insights-details-text-container a:not(.btn):before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8d32c;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
  transform-origin: left center;
}
.insights-details-text-container a:not(.btn):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8d32c;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}
.insights-details-text-container a:not(.btn):hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.insights-details-text-container a:not(.btn):hover:after {
  transform: scaleX(0);
  transition-delay: 0ms;
}

.insights-grid-related.insights-grid-container {
  margin-top: 30px;
}

.insights-details-content .lionel {
  display: none;
}

@media (max-width: 991.98px) {
  .insights-details-image-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .insights-details-text-container > .umb-grid > .grid-section > div > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .insights-grid-related.insights-grid-container .insight-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .insights-back-col {
    display: flex;
  }
  .insights-details-image-container {
    height: 600px;
  }
  .insights-details-text-container {
    top: -100px;
    padding: 30px 0;
  }
  .article-title-container {
    padding-left: 86px;
    /*&::before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        background-color: $theme-primary;
        height: 250px;
        width: 2px;
        z-index: 2;
        transition: all 0.9s ease;
    }

    .transitioned-in &.do-anim {
        &::before {
            height: 600px;
        }
    }*/
  }
  .insights-details-page-container {
    margin-top: 140px;
  }
  .insights-details-page-container .full-width-pattern:before {
    top: 100px;
  }
  .insights-details-page-container .insights-details-content .insights-details-text-container {
    padding: 50px 54px;
  }
  .insights-grid-related.insights-grid-container {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .insights-details-content .lionel {
    display: block;
    left: 15px;
  }
}
