body,
html,
div,
span,
object,
embed,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article,
blockquote,
section,
main {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
label,
input[type=submit],
input[type=radio],
input[type=file],
select,
button {
  cursor: pointer; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  color: #444;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1em;
  line-height: 160%;
  overflow-x: hidden; }
  html.locked {
    overflow: hidden;
    height: 100%; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.5rem;
  word-break: break-word; }

small {
  font-size: .9em; }

.text-large {
  font-size: 1.125rem; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 110%;
  font-weight: bold;
  word-break: break-word;
  margin-bottom: 1rem; }

h1,
.h1 {
  font-size: 2rem;
  color: #333392; }

h2,
.h2 {
  font-size: 1.75rem;
  color: #333392; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.5rem; } }

.entry-content h2 {
  font-size: 1.75rem; }

h3,
.h3 {
  font-size: 1.5rem;
  color: #333392; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 1.375rem; } }

h4,
.h4 {
  font-size: 1.375rem;
  color: #777; }

h5,
.h5 {
  font-size: 1.375rem;
  color: #333392; }

h6,
.h6 {
  font-size: 1.375rem;
  color: #444; }

aside h4 {
  font-weight: normal;
  color: #333392;
  text-transform: uppercase; }

.slogan {
  font-size: 2.5rem;
  color: #fff;
  line-height: 120%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); }
  .slogan--large {
    font-size: 3.75rem; }

.entry-content ul {
  list-style: none;
  padding: 0 0 0 1.2rem; }
  .entry-content ul li {
    position: relative; }
    .entry-content ul li::before {
      content: "\f111";
      font-family: FontAwesome, sans-serif;
      color: #333392;
      position: absolute;
      left: -1rem;
      top: 0;
      font-size: .625rem; }

dl dt {
  font-weight: bold; }

dl dd {
  font-style: italic;
  margin-bottom: .5em; }

a {
  text-decoration: underline;
  color: #333392; }
  a:hover {
    text-decoration: none; }

hr {
  background-color: #bbb;
  height: 1px;
  border: 0;
  margin: 1.1em 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: right; }

th,
td {
  padding: .7em 1.2em .7em .8em;
  border: 1px solid #bbb; }

th {
  background: #dfe3e6; }

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  color: #333392; }
  blockquote::before {
    content: "\201C";
    font-weight: bold; }
  blockquote::after {
    content: "\201C";
    font-weight: bold; }

::-moz-selection {
  background: #333392;
  color: #fff; }

::selection {
  background: #333392;
  color: #fff; }

::-moz-selection {
  background: #333392;
  color: #fff; }

.container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto; }
  .container.padded {
    max-width: calc( 75rem + 1.5625rem); }
  .container--medium {
    max-width: 68rem; }
    .container--medium.padded {
      max-width: calc( 68rem + 1.5625rem); }
  .container--small {
    max-width: 50rem; }
    .container--small.padded {
      max-width: calc( 50rem + 1.5625rem); }

.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.no-margin {
  margin: 0 !important; }

.padded {
  padding: 1.5625rem; }
  .padded--tb {
    padding: 1.5625rem 0; }
  .padded--lr {
    padding: 0 1.5625rem; }

.extra-padded {
  padding: calc(1.5625rem * 2); }
  @media (max-width: 767px) {
    .extra-padded {
      padding: calc(1rem * 2); } }

.padded-sides {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.margin-bottom {
  margin-bottom: 1.5625rem; }

.auto-margin--top {
  margin-top: auto; }

.auto-margin--right {
  margin-right: auto; }

.auto-margin--bottom {
  margin-bottom: auto; }

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

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-borders {
  border-top: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  padding: .5rem 0; }

.no-link {
  text-decoration: none;
  color: inherit; }
  .no-link:hover {
    text-decoration: underline; }

.text-on-bg {
  color: #fff; }

.text-upper {
  text-transform: uppercase; }

.width-half {
  width: 50%; }

.width-twothirds {
  width: 66%; }

.bg-color {
  background-color: #dfe3e6; }

.bg-primary {
  background-color: #333392; }
  .bg-primary * {
    color: #fff; }

.bg-secondary {
  background-color: #5799d4; }

.bg-tertiary {
  background-color: #dfe3e6; }

.bg-quaternary {
  background-color: #888e91; }

.bg-cta {
  background-color: #32b533; }

.bg-navmain {
  background-color: rgba(87, 153, 212, 0.85); }

@media (max-width: 767px) {
  .hide-on-small {
    display: none !important; } }

@media (min-width: 767px) {
  .hide-on-medium {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-on-large {
    display: none !important; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex-align-self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

@media (max-width: 767px) {
  .flex-column--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .flex-row--mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
  .flex-wrap--mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-nowrap--mobile {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.disabled {
  display: none;
  visibility: hidden; }

.fullwidth {
  width: 100% !important; }

.highlight-box {
  background-color: #333392;
  padding: 40px;
  color: white;
  margin: 1.5rem 0 1.5rem; }
  .highlight-box p:empty {
    display: none; }
  .highlight-box p:last-of-type {
    margin: 0; }
  .highlight-box * {
    color: inherit; }

.spacer {
  display: block; }
  .spacer--1 {
    height: 1rem; }
  .spacer--2 {
    height: 2rem; }
  .spacer--3 {
    height: 3rem; }
  .spacer--4 {
    height: 4rem; }
  .spacer--5 {
    height: 5rem; }
  .spacer--6 {
    height: 6rem; }
  .spacer--7 {
    height: 7rem; }
  .spacer--8 {
    height: 8rem; }
  .spacer--9 {
    height: 9rem; }
  .spacer--10 {
    height: 10rem; }
  .spacer--11 {
    height: 11rem; }
  .spacer--12 {
    height: 12rem; }

.usp-list {
  list-style: none;
  font-size: 1.125rem;
  line-height: 135%;
  padding: 0 0 0 1.6rem; }
  .usp-list__item {
    margin-bottom: .3rem;
    position: relative; }
    .usp-list__item::before {
      content: "\f00c";
      font-family: FontAwesome, sans-serif;
      color: #333392;
      position: absolute;
      left: -1.6rem;
      top: 0; }
    .usp-list__item--white::before {
      color: #fff; }

.usp-list-wrapper ul {
  list-style: none;
  font-size: 1.125rem;
  line-height: 135%;
  padding: 0 0 0 1.6rem; }
  .usp-list-wrapper ul li {
    margin-bottom: .3rem;
    position: relative; }
    .usp-list-wrapper ul li::before {
      content: "\f00c";
      font-family: FontAwesome, sans-serif;
      color: #333392;
      position: absolute;
      left: -1.6rem;
      top: 0; }

.wrap--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  z-index: 100;
  height: 8.0625rem;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .wrap--header::after {
    content: "";
    position: absolute;
    top: 2.75rem;
    height: 5.3125rem;
    left: 0;
    width: 100vw;
    background: rgba(51, 51, 146, 0.85);
    z-index: 2;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    @media (max-width: 1048px) {
      .wrap--header::after {
        content: none; } }
  @media (max-width: 1048px) {
    .wrap--header {
      height: 4rem;
      z-index: 40;
      -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12); } }
  @media (max-width: 767px) {
    .wrap--header {
      height: 3.75rem; } }

.wrap--brand {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  @media (max-width: 1048px) {
    .wrap--brand {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      max-width: 30%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto; } }
  .wrap--brand::before, .wrap--brand::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background: #fff; }
    @media (max-width: 1048px) {
      .wrap--brand::before, .wrap--brand::after {
        content: none; } }
  .wrap--brand::before {
    right: 100%;
    height: 8.0625rem; }
  .wrap--brand::after {
    left: 0;
    height: 2.75rem;
    background: #fff; }

.wrap--headernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 15; }
  @media (max-width: 900px) {
    .wrap--headernav {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; } }
  .wrap--headernav > .button--mobilenav {
    display: none; }
  .wrap--headernav.open {
    position: absolute;
    z-index: 100;
    height: 100vh;
    max-height: 100vh;
    pointer-events: all;
    opacity: 1;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    background-color: rgba(51, 51, 146, 0.95); }
    .wrap--headernav.open > .button--mobilenav {
      display: block;
      position: absolute;
      z-index: 100;
      top: 1rem;
      right: 1rem;
      width: 4rem;
      height: 4rem;
      background-color: transparent; }
    .wrap--headernav.open .nav__link {
      font-size: 1.5rem;
      color: #fff;
      line-height: 100%;
      height: auto;
      margin: 1rem 0;
      min-width: 14rem;
      width: 100%;
      position: relative; }
    .wrap--headernav.open .nav__list {
      padding: 2rem 0 0; }
  .wrap--headernav .open .bars {
    width: 4rem; }
    .wrap--headernav .open .bars::after, .wrap--headernav .open .bars::before {
      width: 4rem; }
  @media (max-width: 1048px) {
    .wrap--headernav {
      background-color: rgba(51, 51, 146, 0.85);
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; }
      .wrap--headernav .button--login {
        display: none; }
      .wrap--headernav .language {
        display: none; } }
  @media (max-width: 900px) {
    .wrap--headernav {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      height: 0;
      max-height: 0;
      pointer-events: none;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.wrap--mobilenav {
  background: #fff;
  display: none;
  z-index: 5; }
  @media (max-width: 1048px) {
    .wrap--mobilenav {
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      max-width: 70%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .wrap--mobilenav .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wrap--mobilenav .button--mobilenav {
    display: none; }
    @media (max-width: 900px) {
      .wrap--mobilenav .button--mobilenav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.wrap__nav--main {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  text-align: right; }
  .wrap__nav--main::before {
    content: "";
    position: absolute;
    top: 2.75rem;
    height: 5.3125rem;
    width: 20%;
    background: rgba(51, 51, 146, 0.85);
    z-index: -1; }

.wrap__nav__sub {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  text-align: right; }

.wrap--services {
  background: url("../images/backgrounds/bg_services.jpg") no-repeat left top #dfe3e6;
  background-size: contain;
  height: 33.125rem;
  position: relative;
  margin: 4rem 0 0;
  padding-top: 2.5rem; }
  @media (max-width: 1280px) {
    .wrap--services {
      height: auto;
      background-size: cover; } }
  .wrap--services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 35px solid #fff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    z-index: 1; }
  .wrap--services::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(70%, #dfe3e6), to(rgba(223, 227, 230, 0)));
    background: -webkit-linear-gradient(right, #dfe3e6 70%, rgba(223, 227, 230, 0) 100%);
    background: -o-linear-gradient(right, #dfe3e6 70%, rgba(223, 227, 230, 0) 100%);
    background: linear-gradient(270deg, #dfe3e6 70%, rgba(223, 227, 230, 0) 100%); }

.wrap--displaycases p {
  width: 75%;
  margin: 1rem auto; }

.wrap--usp {
  background-color: #333392;
  margin: 3rem auto; }
  @media (max-width: 767px) {
    .wrap--usp {
      width: 100%; } }

.wrap--usedproducts {
  background-color: #eeefef;
  width: 100%; }
  .wrap--usedproducts .text-center {
    color: #333392;
    font-size: 1.5rem;
    margin-top: 1rem; }

.wrap--relatedcases .text-center {
  color: #333392;
  font-size: 1.5rem; }

.wrap--small {
  max-width: 640px;
  padding: 0 10px;
  margin: auto; }

@media (max-width: 767px) {
  .wrap--cookienotice {
    height: auto;
    max-height: 400px; } }

.wrap--cookienotice + header::after {
  top: 10.8125rem; }

.wrap--hero {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 6rem; }

.logged-in .wrap--header {
  margin-top: 2rem; }
  @media (max-width: 767px) {
    .logged-in .wrap--header {
      margin-top: 46px; } }

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

nav a {
  text-decoration: none; }

.nav__menu > li {
  display: inline-block; }

.nav__menu a:hover {
  font-weight: bold; }

.nav__menu--main {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  min-height: 5.3125rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav__menu--main > .nav__item {
    position: relative;
    padding-bottom: .5rem; }
    .nav__menu--main > .nav__item + .nav__item {
      padding-left: 2rem; }
    .nav__menu--main > .nav__item::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      bottom: 0;
      background-color: #fff; }
  .nav__menu--main .nav__link {
    font-size: 1.3125rem;
    color: #fff;
    padding-bottom: .25rem;
    position: relative; }
    .nav__menu--main .nav__link::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      bottom: -.5rem;
      background-color: #fff;
      -webkit-transition: height 250ms ease;
      -o-transition: height 250ms ease;
      transition: height 250ms ease; }
    .nav__menu--main .nav__link:not(".nav__link--active"):hover::after {
      height: 6px; }
    .nav__menu--main .nav__link--active {
      font-weight: 600;
      color: #333392;
      background-color: #fff;
      padding-bottom: .75rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: .5rem; }
      .nav__menu--main .nav__link--active::after {
        height: 0; }

.nav__menu--sub {
  background-color: #fff;
  min-height: 2.75rem; }
  .nav__menu--sub > .nav__item + .nav__item {
    padding-left: 1rem; }
  .nav__menu--sub > .nav__item > a:not(.button) {
    line-height: 2.5rem;
    color: #444; }
    .nav__menu--sub > .nav__item > a:not(.button):hover {
      color: #000; }
  .nav__menu--sub .button {
    padding: 0 1.5rem;
    color: #fff;
    height: 2.75rem;
    border-radius: 0;
    position: relative;
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: normal;
    text-align: center; }
    .nav__menu--sub .button::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "\f007";
      font-family: FontAwesome;
      font-size: inherit;
      color: #fff;
      display: inline-block;
      position: relative;
      margin-right: .325rem;
      line-height: 2.75rem;
      left: 0; }

.nav__dropdown {
  display: none; }

.toggle--dropdown:hover + .nav--dropdown {
  display: block; }

.main-navigation {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  text-align: right; }
  @media (max-width: 900px) {
    .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding-top: 4rem; } }
  .main-navigation .nav__list {
    min-height: 5.3125rem;
    height: 5.3125rem;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .0625rem 0 0; }
    @media (max-width: 1280px) {
      .main-navigation .nav__list {
        padding-right: .7rem; } }
    @media (max-width: 1048px) {
      .main-navigation .nav__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 1.5rem; } }
    @media (max-width: 900px) {
      .main-navigation .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 2rem 0;
        height: auto; } }
  .main-navigation .nav__item {
    position: relative;
    padding-bottom: .4375rem;
    padding-left: 2rem; }
    @media (max-width: 1280px) {
      .main-navigation .nav__item {
        padding-left: .9rem; } }
    .main-navigation .nav__item:hover > .nav__link::after {
      height: 6px; }
    .main-navigation .nav__item:first-of-type {
      padding-left: 0; }
    @media (max-width: 1048px) {
      .main-navigation .nav__item {
        padding-left: 1.125rem; } }
    @media (max-width: 900px) {
      .main-navigation .nav__item {
        padding: 0;
        min-width: 50%; } }
    .main-navigation .nav__item::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      bottom: 0;
      background-color: #fff; }
      @media (max-width: 900px) {
        .main-navigation .nav__item::after {
          content: none; } }
  .main-navigation .nav__link {
    font-size: 1.3125rem;
    color: #fff;
    padding-bottom: .3rem;
    position: relative;
    white-space: nowrap; }
    @media (max-width: 900px) {
      .main-navigation .nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .main-navigation .nav__link::-moz-selection {
      background-color: transparent; }
    .main-navigation .nav__link::selection {
      background-color: transparent; }
    .main-navigation .nav__link::after {
      content: "";
      position: absolute;
      height: 0;
      width: 100%;
      left: 0;
      bottom: -.5rem;
      background-color: #fff;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      -webkit-transition-delay: 50ms;
      -o-transition-delay: 50ms;
      transition-delay: 50ms; }
      @media (max-width: 900px) {
        .main-navigation .nav__link::after {
          content: none; } }
  .main-navigation .current-nav__item {
    font-weight: bold; }
    .main-navigation .current-nav__item .nav__link::after {
      height: 6px; }
  .main-navigation .nav__item--highlight .nav__link {
    color: #333392;
    background-color: #fff;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem; }
    .main-navigation .nav__item--highlight .nav__link::after {
      content: none; }
  .main-navigation .nav__item--highlight.current-nav__item {
    font-weight: bold; }

.nav__item--has-children > .nav__link {
  padding-right: 1.5rem; }
  .nav__item--has-children > .nav__link::before {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 900px) {
      .nav__item--has-children > .nav__link::before {
        right: 1rem; } }
  @media (max-width: 768px) {
    .nav__item--has-children > .nav__link {
      padding-right: 2rem; } }

.nav__item--has-children,
.sub-nav__item--has-children {
  position: relative; }
  .nav__item--has-children.nav__item--children__visible > .nav__link::after, .nav__item--has-children.sub-nav__item--children__visible > .nav__link::after,
  .sub-nav__item--has-children.nav__item--children__visible > .nav__link::after,
  .sub-nav__item--has-children.sub-nav__item--children__visible > .nav__link::after {
    height: 6px; }
  .nav__item--has-children.nav__item--children__visible > .sub-nav, .nav__item--has-children.sub-nav__item--children__visible > .sub-nav,
  .sub-nav__item--has-children.nav__item--children__visible > .sub-nav,
  .sub-nav__item--has-children.sub-nav__item--children__visible > .sub-nav {
    opacity: 1;
    height: auto;
    max-height: 600px;
    pointer-events: all; }
    @media (max-width: 900px) {
      .nav__item--has-children.nav__item--children__visible > .sub-nav, .nav__item--has-children.sub-nav__item--children__visible > .sub-nav,
      .sub-nav__item--has-children.nav__item--children__visible > .sub-nav,
      .sub-nav__item--has-children.sub-nav__item--children__visible > .sub-nav {
        position: relative;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 0; } }

.sub-nav__item--has-children.sub-nav__item--align-right > .sub-nav {
  left: 100%; }

.sub-nav__item--has-children.sub-nav__item--align-left > .sub-nav {
  left: -100%; }

.sub-nav__item--has-children.sub-nav__item--align-left > a::after {
  content: "\f053"; }

.sub-nav__item--has-children > a::after {
  content: "\f054";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 2rem 0 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 900px) {
    .sub-nav__item--has-children > a::after {
      content: "\f078";
      padding-right: 0;
      right: 1rem; } }

.sub-nav__item--has-children .sub-nav {
  padding-top: 0;
  text-indent: .25rem;
  top: 0; }

.sub-nav {
  max-height: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 101;
  width: auto;
  pointer-events: none;
  background-color: transparent;
  padding-top: 1rem; }
  @media (max-width: 768px) {
    .sub-nav {
      padding-right: 2rem; } }
  @media (max-width: 900px) {
    .sub-nav {
      padding: 0;
      top: 0; } }
  @media (max-width: 900px) {
    .sub-nav .sub-nav {
      text-indent: 1rem;
      border: 0 !important; } }
  @media (max-width: 900px) {
    .sub-nav .sub-nav .sub-nav {
      text-indent: 2rem; } }
  .sub-nav > li {
    display: block;
    position: relative;
    background: #5151a2; }
  .sub-nav .sub-nav__link {
    color: #fff;
    padding: .75rem;
    display: block;
    font-size: 1.3125rem;
    text-align: left;
    position: relative;
    min-width: 14rem; }
    .sub-nav .sub-nav__link:hover {
      color: #fff; }
      @media (min-width: 900px) {
        .sub-nav .sub-nav__link:hover {
          background-color: #5799d4; } }

.topnav {
  background-color: #fff;
  min-height: 41px;
  margin-right: 1.5rem; }
.topnav .intranet{ margin: 0 20px;}		
  @media (max-width: 1048px) {
    .topnav {
      position: absolute;
      top: 0;
      right: 9rem;
      background-color: transparent;
      height: 6rem;
      width: auto;
      z-index: 10; } }
  @media (max-width: 900px) {
    .topnav {
      right: 13rem; } }
  @media (max-width: 900px) {
    .topnav {
      position: relative;
      right: unset;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      height: auto;
      margin: 0;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-bottom: 4rem; } }
  .topnav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 1048px) {
      .topnav .nav__list {
        margin: 0 auto; } }
    @media (max-width: 900px) {
      .topnav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 50%; } }
  .topnav .nav__item {
    font-family: "Source Sans Pro", Arial, sans-serif;
    display: inline-block;
    line-height: 2.5rem; }
    @media (max-width: 900px) {
      .topnav .nav__item {
        line-height: 100%; } }
  .topnav .nav__link {
    font-family: "Source Sans Pro", Arial, sans-serif;
    padding: 0 10px 0 5px;
    display: inline-block;
    color: #444;
    text-decoration: none; }
    @media (min-width: 900px) {
      .topnav .nav__link:hover, .topnav .nav__link:focus {
        color: #333392;
        text-decoration: underline; } }
    @media (max-width: 1048px) {
      .topnav .nav__link {
        height: 4rem;
        line-height: 4rem;
        padding-left: .5rem;
        font-size: 1.3125rem; } }
    @media (max-width: 900px) {
      .topnav .nav__link {
        line-height: 100%; } }
  .topnav .sub-nav {
    padding-top: 1px; }
    .topnav .sub-nav li {
      background: #dfe3e6; }
      @media (max-width: 1024px) {
        .topnav .sub-nav li {
          background-color: #5151a2; } }
      .topnav .sub-nav li:hover {
        background: #ececec;
        color: inherit; }
    .topnav .sub-nav__link {
      padding: .25rem .75rem;
      color: #444;
      min-width: 9.8rem;
      font-size: 1rem; }
      @media (max-width: 1024px) {
        .topnav .sub-nav__link {
          color: #fff;
          padding: .75rem;
          display: block;
          font-size: 1.3125rem;
          text-align: left;
          position: relative;
          min-width: 14rem; } }
      .topnav .sub-nav__link:hover {
        background: #ececec;
        color: inherit; }
  .topnav .nav__item--has-children > .nav__link::before {
    content: "";
    border: .35em solid transparent;
    border-top: 0.5em solid #444;
    position: absolute;
    right: -7px;
    -webkit-transform: translateY(-29%);
    transform: translateY(-29%); }
    @media (max-width: 900px) {
      .topnav .nav__item--has-children > .nav__link::before {
        content: "\f078";
        font-family: FontAwesome;
        font-size: 1rem;
        line-height: 1.3125rem;
        color: #fff;
        display: block;
        border: 0;
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

.nav-secondary {
  list-style: none; }
  .nav-secondary .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-secondary .nav__item {
    padding-left: 0; }
    .nav-secondary .nav__item::before {
      font-family: FontAwesome;
      content: "\f054";
      font-size: 10px;
      color: #333392;
      line-height: 24px; }
  .nav-secondary .nav__link {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #444; }

.page-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-list .page_item {
    padding-left: 0; }
    .page-list .page_item::before {
      font-family: FontAwesome;
      content: "\f054";
      font-size: 10px;
      color: #333392;
      line-height: 24px; }
    .page-list .page_item a {
      text-decoration: none;
      padding-left: 10px;
      padding-right: 10px;
      color: #444; }
    .page-list .page_item .children {
      list-style: none; }
  .page-list .current_page_item a {
    font-weight: normal; }

.socialnav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0; }

.socialnav .nav__item {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #333392;
  margin-left: 5px;
  margin-right: 5px; }
  .socialnav .nav__item--facebook {
    background: #225a9e; }
  .socialnav .nav__item--googleplus {
    background: #dc4b3e; }
  .socialnav .nav__item--twitter {
    background: #55acee; }
  .socialnav .nav__item--linkedin {
    background: #0074b3; }
  .socialnav .nav__item--instagram {
    background: #517ea3; }
  .socialnav .nav__item--youtube {
    background: #e52d27; }

.socialnav .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  width: inherit;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none; }

.copyrightnav {
  margin-left: 5px; }
  @media (max-width: 640px) {
    .copyrightnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .copyrightnav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 640px) {
      .copyrightnav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .copyrightnav .nav__item {
    font-family: "Source Sans Pro", Arial, sans-serif;
    display: inline-block; }
    .copyrightnav .nav__item:nth-child(1)::before {
      content: none; }
    .copyrightnav .nav__item::before {
      content: " | "; }
      @media (max-width: 640px) {
        .copyrightnav .nav__item::before {
          content: ""; } }
  .copyrightnav .nav__link {
    padding: 0 8px 0 2px;
    display: inline-block;
    color: #444;
    text-decoration: underline; }
    @media (max-width: 640px) {
      .copyrightnav .nav__link {
        padding: 10px 0; } }

.language {
  max-width: 60px;
  width: 60px;
  margin-right: 10px;
  -ms-flex-item-align: center;
  align-self: center; }
  .language__select {
    border: 0; }

#lang_sel a {
  margin-top: 10px; }

#lang_sel_click {
  font-family: "Source Sans Pro", Arial, sans-serif; }
  #lang_sel_click ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    #lang_sel_click ul ul {
      width: 50px;
      display: block;
      border-top: 0; }
  #lang_sel_click li {
    width: 57px;
    list-style: none !important; }
  #lang_sel_click a {
    border: 0;
    color: #444;
    font: 400 1rem "Source Sans Pro", Arial, sans-serif;
    line-height: 160%;
    display: inline-block; }
    #lang_sel_click a.lang_sel_sel {
      background-image: none;
      font-weight: bold; }
      #lang_sel_click a.lang_sel_sel::after {
        font-family: FontAwesome;
        speak: none;
        content: "\f0d7";
        margin-left: 6px;
        margin-right: 4px;
        color: #333392; }

.wpml-ls-legacy-dropdown a {
  border: 0;
  background: none; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #dfe3e6; }

.hero {
  width: 100%;
  height: 592px;
  position: relative;
  margin-bottom: 12rem;
  z-index: 1;
  top: 2.75rem; }
  @media (max-width: 1048px) {
    .hero {
      height: 492px;
      margin-top: 0;
      top: 9.25rem;
      margin-bottom: 15rem; } }
  @media (max-width: 900px) {
    .hero {
      height: 320px;
      top: 3.75rem;
      margin-bottom: 10rem; }
      .hero p {
        display: none; } }
  .hero--app2 {
    height: 421px; }
    @media (max-width: 1048px) {
      .hero--app2 {
        height: 492px;
        margin-top: 0;
        top: 9.25rem;
        margin-bottom: 15rem; } }
    @media (max-width: 900px) {
      .hero--app2 {
        height: 320px;
        top: 3.75rem;
        margin-bottom: 8rem; }
        .hero--app2 p {
          display: none; } }
    .hero--app2 .hero__slide {
      height: 415px; }
      @media (max-width: 1048px) {
        .hero--app2 .hero__slide {
          height: 450px; } }
      @media (max-width: 900px) {
        .hero--app2 .hero__slide {
          height: 278px; } }
  .hero__slide {
    width: 100%;
    height: 592px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (max-width: 1048px) {
      .hero__slide {
        height: 450px; } }
    @media (max-width: 900px) {
      .hero__slide {
        height: 278px; } }
    .hero__slide img {
      min-width: 100%;
      height: auto;
      max-width: none;
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .hero__clip-art {
    position: absolute;
    bottom: -95px;
    width: 100%;
    min-height: 191px;
    z-index: 10;
    background: url("../images/blocks_blue.png") no-repeat center center/auto;
    padding: 2.25rem 0 0;
    color: #fff; }
    @media (max-width: 1048px) {
      .hero__clip-art {
        bottom: -59px; } }
    .hero__clip-art p:last-child {
      margin-bottom: 0; }
    .hero__clip-art h1,
    .hero__clip-art h2 {
      font-size: 2.25rem; }
      @media (max-width: 900px) {
        .hero__clip-art h1,
        .hero__clip-art h2 {
          font-size: 2rem; } }
    .hero__clip-art h1,
    .hero__clip-art h2 {
      color: #fff;
      font-weight: 600;
      margin: 0 0 .25rem; }
      .hero__clip-art h1 strong,
      .hero__clip-art h2 strong {
        font-weight: 600; }
  .hero__clip-art-inner {
    max-width: 970px;
    width: 100%; }
    .hero__clip-art-inner p {
      max-width: 650px; }
  .hero__text {
    text-shadow: 1px 1px 8px #000;
    color: #fff; }
    @media (max-width: 1377px) {
      .hero__text {
        padding-right: 2rem; } }
    @media (max-width: 900px) {
      .hero__text {
        display: none; } }
    .hero__text h1,
    .hero__text h2,
    .hero__text h3,
    .hero__text h4,
    .hero__text h5,
    .hero__text h6 {
      color: #fff;
      font-weight: 400; }
    .hero__text h1 {
      font-size: 3rem; }
    .hero__text h2 {
      font-size: 2.5rem; }
    .hero__text h3,
    .hero__text h4 {
      font-size: 2rem; }
    .hero__text h5,
    .hero__text h6 {
      font-size: 1.5rem; }
    .hero__text a {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 1.1875rem;
      display: inline-block;
      padding: .9rem 1.6rem;
      background: #32b533;
      text-transform: uppercase;
      color: #fff;
      border-radius: 0;
      border: 0;
      font-style: normal;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: auto;
      cursor: pointer;
      -webkit-appearance: none;
      text-decoration: none;
      -webkit-transform: perspective(1px) translateZ(0) scale(1);
      transform: perspective(1px) translateZ(0) scale(1);
      text-shadow: none; }
      .hero__text a:hover {
        background-color: #29952a;
        -webkit-transform: perspective(1px) translateZ(0) scale(0.97);
        transform: perspective(1px) translateZ(0) scale(0.97); }

.breadcrumb {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  margin: 0 0 1rem; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb::after {
    content: "";
    -webkit-box-shadow: 0 0 1rem 1rem inherit;
    box-shadow: 0 0 1rem 1rem inherit;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  .breadcrumb__inner {
    max-width: 75rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .breadcrumb__inner::-webkit-scrollbar {
      height: 12px; }
    .breadcrumb__inner::-webkit-scrollbar-track {
      background-color: inherit;
      border-top: 1px solid inherit; }
    .breadcrumb__inner::-webkit-scrollbar-thumb {
      background-color: none;
      border-top: 1px solid inherit; }
  .breadcrumb [typeof="v:Breadcrumb"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .5rem; }
  .breadcrumb [property="v:title"] {
    color: #333392;
    background-color: inherit;
    position: relative;
    text-decoration: underline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0.25rem 0.5rem;
    padding: 0.25rem 0.5rem; }
  .breadcrumb [rel="v:child"] {
    margin-left: 0; }
    .breadcrumb [rel="v:child"] [property="v:title"] {
      background-color: none;
      color: inherit;
      padding: 0.25rem 0.5rem; }
    .breadcrumb [rel="v:child"] [property="v:title"]::after {
      border-left-color: none; }
  .breadcrumb_last {
    font-weight: normal;
    font-style: italic;
    margin-right: 1rem;
    padding: 0.25rem 0.5rem; }

.footer__title {
  margin-bottom: 1rem;
  color: #444; }

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .grid__column--3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-preferred-size: calc(50% - 1.25rem);
    flex-basis: calc(50% - 1.25rem);
    max-width: none;
    width: auto; } }

.footer-bottom {
  padding-top: 60px; }
  @media (max-width: 640px) {
    .footer-bottom {
      padding-top: 20px; } }

.contact__link {
  color: #444; }

.copyright__text {
  text-align: center; }

@media (max-width: 767px) {
  .nav-collapse {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .nav-collapse::after {
      font-size: 1rem;
      content: "\f067";
      position: absolute;
      font-family: FontAwesome, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-left: 15px; }
    .nav-collapse.expanded::after {
      font-size: 1rem;
      content: "\f068"; }
  .nav-collapse-content {
    padding: 0 0 1.5625rem;
    display: none; }
  .nav-collapse.expanded + .nav-collapse-content {
    display: block; } }

.button,
input[type=submit],
button {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1875rem;
  display: inline-block;
  padding: .9rem 1.6rem;
  background: #32b533;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0) scale(1);
  transform: perspective(1px) translateZ(0) scale(1); }
  .button:hover,
  input[type=submit]:hover,
  button:hover {
    background-color: #29952a;
    -webkit-transform: perspective(1px) translateZ(0) scale(0.97);
    transform: perspective(1px) translateZ(0) scale(0.97); }

.button--paddedsides {
  padding-right: 4rem;
  padding-left: 4rem; }

.button--login {
  padding: 0 1.5rem;
  color: #fff;
  height: 2.75rem;
  border-radius: 0;
  position: relative;
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: center; }
  .button--login::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f007";
    font-family: FontAwesome;
    font-size: inherit;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: .325rem;
    line-height: 2.75rem;
    left: 0; }

.button--ghost {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #333392 inset;
  box-shadow: 0 0 0 1px #333392 inset;
  color: #333392; }
  .button--ghost:hover {
    background-color: #333392;
    color: #fff; }

.button--light {
  background: #fff;
  color: #333392; }
  .button--light:hover {
    background: #fff; }

.button--ghostlight {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  background: transparent; }
  .button--ghostlight:hover {
    background: transparent; }

.button--mobilenav {
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding: 0;
  position: relative;
  background-color: #5799d4; }
  @media (max-width: 767px) {
    .button--mobilenav {
      width: 3.75rem;
      height: 3.75rem; } }
  .button--mobilenav:hover .bars::before, .button--mobilenav:focus .bars::before {
    top: -.45rem; }
  .button--mobilenav:hover .bars::after, .button--mobilenav:focus .bars::after {
    bottom: -.45rem; }
  .button--mobilenav .bars {
    background-color: #fff;
    position: absolute;
    display: block;
    width: 3rem;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in; }
    @media (max-width: 767px) {
      .button--mobilenav .bars {
        width: 1.75rem; } }
    .button--mobilenav .bars::before, .button--mobilenav .bars::after {
      content: "";
      position: absolute;
      width: 3rem;
      height: 2px;
      left: 0;
      background-color: #fff;
      -webkit-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
      @media (max-width: 767px) {
        .button--mobilenav .bars::before, .button--mobilenav .bars::after {
          width: 1.75rem; } }
    .button--mobilenav .bars::before {
      top: -.575rem; }
    .button--mobilenav .bars::after {
      bottom: -.575rem; }
  .button--mobilenav i {
    font-size: 2rem;
    line-height: 60px; }
  .button--mobilenav.open .bars {
    height: 0; }
    .button--mobilenav.open .bars::before, .button--mobilenav.open .bars::after {
      top: 50%;
      bottom: unset; }
    .button--mobilenav.open .bars::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .button--mobilenav.open .bars::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.button--mobileauth {
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding: 0;
  position: relative;
  background-color: #32b533; }
  @media (max-width: 767px) {
    .button--mobileauth {
      width: 3.75rem;
      height: 3.75rem; } }
  .button--mobileauth:hover i,
  .button--mobileauth:focus i {
    padding-bottom: .25rem; }
  .button--mobileauth i {
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    width: 100%;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
    @media (max-width: 767px) {
      .button--mobileauth i {
        line-height: 3.75rem; } }

.button--app1 {
  font-size: 1rem;
  font-weight: normal;
  background-color: #32b533;
  text-transform: uppercase;
  padding: .5rem 1.25rem; }
  .button--app1 i {
    font-size: .85rem; }

.button--app2 {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

input,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #bbb;
  color: #444;
  padding: .8em;
  -webkit-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em; }

textarea {
  vertical-align: top; }

input[type="radio"],
input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
  margin: .35rem .6rem .3rem 1px;
  cursor: pointer;
  vertical-align: top; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="file"] {
  padding: .8em 0; }

label {
  display: inline-block; }

label:not(.inline-label) {
  font-weight: 600;
  text-align: left;
  width: 100%;
  padding: .7em 0;
  margin: 0 1.5em 0 0; }

.inline-label {
  padding: .2rem 0;
  margin-right: 2.5em;
  margin-bottom: .5rem; }
  .inline-label--list {
    width: calc(100% - 3rem);
    margin-right: 0; }

@media (max-width: 767px) {
  .form-field--mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-field--mobile-row label:not(.inline-label) {
      width: auto; } }

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #5799d4; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dfe3e6;
  border-color: #bbb; }

select[multiple] {
  height: auto; }

.prefilled {
  display: none; }

.validation-inline {
  display: none;
  font-size: .875em;
  color: #ee4336; }

.invalid .validation-inline {
  background: #fff0eb;
  border: 1px solid #ffd7cd;
  padding: .5em 1.5em;
  font-size: .875rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  width: 100%;
  display: inline-block; }
  @media (max-width: 767px) {
    .invalid .validation-inline {
      padding-left: 0; } }

.validation-block {
  display: inline-block;
  margin-bottom: 1em;
  color: #ee4336;
  border: 1px solid;
  padding: 1em;
  font-size: .875em; }

.helper {
  font-size: .95rem;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: -.5rem; }

.form .validator {
  display: none; }

.form .field {
  display: block;
  text-align: left; }
  .form .field .sub-field {
    display: inline-block;
    width: auto; }
  .form .field label {
    display: block;
    width: 100%;
    text-align: left; }
  .form .field input {
    display: block;
    width: 100%; }

.newsletter {
  width: 100%; }

.wpcf7-not-valid {
  margin-bottom: 0;
  color: #444;
  border-color: #ee4336; }

.wpcf7-list-item-label {
  vertical-align: middle; }

span.wpcf7-not-valid-tip {
  background: #fff0eb;
  border: 1px solid #ffd7cd;
  padding: .5em 1.5em;
  font-size: .875rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  width: 100%;
  display: inline-block; }

div.wpcf7-validation-errors {
  background: #fff0eb;
  border: 1px solid #ffd7cd;
  padding: 1em 1.5em;
  color: #ee4336;
  font-size: .875rem; }

input.wpcf7-file {
  padding: .5em; }

div.wpcf7-mail-sent-ok {
  display: block;
  background: #dff2bf;
  border: 1px solid #7fad4d;
  padding: .5em 1.5em;
  color: #7fad4d;
  font-size: .875rem; }

.popup-forms .wpcf7-validation-errors,
.popup-forms .wpcf7-mail-sent-ok {
  margin-top: -40px;
  margin-bottom: 40px; }

.custom-form p {
  margin-bottom: 0;
  width: 100%;
  max-width: 430px;
  display: block; }

.custom-form label {
  padding: 0; }

.cb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .cb-group .cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }

.pager {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  display: inline-block; }
  .pager__list {
    display: inline-block; }
  .pager__item {
    float: left; }
  .pager__link {
    display: inline-block;
    border: 1px solid #333392;
    background: #fff;
    padding: .8em 1em .7em;
    margin: .2em;
    color: #333392;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none; }
    .pager__link:hover {
      color: #5799d4;
      border-color: inherit; }
    .pager__link--active, .pager__link--active:hover {
      color: #fff;
      background-color: #333392;
      border-color: #333392;
      cursor: default; }
    .pager__link--prev, .pager__link.prev, .pager__link--next, .pager__link.next {
      font-family: FontAwesome, sans-serif; }
    .pager__link--prev::before, .pager__link.prev::before {
      content: "\f104"; }
    .pager__link--next::before, .pager__link.next::before {
      content: "\f105"; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%; }
  .grid--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid--margin {
    margin: 3em 0; }
  .grid--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .grid--pull-sides {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: calc(100% + 1.25rem); }
  .grid__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin: 0.625rem; }
    .grid__column--1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.33333% - 1.25rem);
      flex: 0 0 calc(8.33333% - 1.25rem);
      max-width: calc(8.33333% - 1.25rem);
      width: calc(8.33333% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 1.25rem);
      flex: 0 0 calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      width: calc(16.66667% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.25rem);
      flex: 0 0 calc(25% - 1.25rem);
      max-width: calc(25% - 1.25rem);
      width: calc(25% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 1.25rem);
      flex: 0 0 calc(33.33333% - 1.25rem);
      max-width: calc(33.33333% - 1.25rem);
      width: calc(33.33333% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 1.25rem);
      flex: 0 0 calc(41.66667% - 1.25rem);
      max-width: calc(41.66667% - 1.25rem);
      width: calc(41.66667% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.25rem);
      flex: 0 0 calc(50% - 1.25rem);
      max-width: calc(50% - 1.25rem);
      width: calc(50% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 1.25rem);
      flex: 0 0 calc(58.33333% - 1.25rem);
      max-width: calc(58.33333% - 1.25rem);
      width: calc(58.33333% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 1.25rem);
      flex: 0 0 calc(66.66667% - 1.25rem);
      max-width: calc(66.66667% - 1.25rem);
      width: calc(66.66667% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 1.25rem);
      flex: 0 0 calc(75% - 1.25rem);
      max-width: calc(75% - 1.25rem);
      width: calc(75% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 1.25rem);
      flex: 0 0 calc(83.33333% - 1.25rem);
      max-width: calc(83.33333% - 1.25rem);
      width: calc(83.33333% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.66667% - 1.25rem);
      flex: 0 0 calc(91.66667% - 1.25rem);
      max-width: calc(91.66667% - 1.25rem);
      width: calc(91.66667% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column--12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 1.25rem);
      flex: 0 0 calc(100% - 1.25rem);
      max-width: calc(100% - 1.25rem);
      width: calc(100% - 1.25rem);
      -ms-flex: 0 0 auto; }
    .grid__column .grid__column:first-child {
      margin-top: 0; }
    @media (max-width: 767px) {
      .grid__column .grid__column:last-child {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .grid__column--nomargin {
        margin: 0; }
      .grid__column--nomargin-bottom {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .grid__column {
        display: block;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit; } }
    @media (max-width: 767px) {
      .grid__column--stay-on-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: initial;
        max-width: initial;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit; } }
    .grid__column p:last-child {
      margin-bottom: 0; }

.block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .block-grid__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto; }
    .block-grid__column--1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .block-grid__column--2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .block-grid__column--3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .block-grid__column--4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .block-grid__column--5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .block-grid__column--6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .block-grid__column--7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .block-grid__column--8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .block-grid__column--9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .block-grid__column--10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .block-grid__column--11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .block-grid__column--12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (max-width: 767px) {
      .block-grid__column {
        display: block;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit; } }
    .block-grid__column--padded {
      padding: 2em; }

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 768px) {
    .post-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 1200px) {
    .post-list {
      max-width: 900px;
      margin: 0 auto; } }
  .post-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 376px;
    flex: 0 1 376px;
    margin: 0 .75rem 2rem;
    position: relative; }
    @media (min-width: 768px) and (max-width: 816px) {
      .post-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
        flex: 0 1 350px; } }
    .post-list__item--magazine {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 17.25rem;
      flex: 0 1 17.25rem;
      width: 17.25rem; }
      .post-list__item--magazine .post-list__item-media {
        height: 22rem; }
        .post-list__item--magazine .post-list__item-media::after {
          height: 5.4375rem;
          background: -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0.4) 75%, transparent 100%);
          background: -o-linear-gradient(60deg, rgba(0, 0, 0, 0.4) 75%, transparent 100%);
          background: linear-gradient(30deg, rgba(0, 0, 0, 0.4) 75%, transparent 100%); }
        .post-list__item--magazine .post-list__item-media:hover {
          border: 1px solid #bbb; }
      .post-list__item--magazine .post-list__item-title {
        font-size: 1.25rem; }
  .post-list__item-title {
    font-size: 1.625rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(38, 38, 106, 0.58);
    max-width: 70%;
    min-height: 4.5rem;
    font-style: normal;
    margin: 1.25rem .875rem .875rem;
    padding: 0; }
    .post-list__item-title::before {
      content: "";
      width: 76px;
      height: 4px;
      background-color: #fff;
      display: block;
      margin: 0 0 .75rem;
      border-left: 0 solid #5799d4;
      -webkit-transition: border 0.4s;
      -o-transition: border 0.4s;
      transition: border 0.4s;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
  .post-list__item-excerpt {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 1rem;
    line-height: 1.25em;
    font-size: 1rem; }
  .post-list__item-media {
    position: relative;
    margin: 0 0 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    height: 15.625rem;
    background-size: cover;
    background-position: center; }
    .post-list__item-media::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(60deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      background: -o-linear-gradient(60deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      background: linear-gradient(30deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .post-list__item-media::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
      background: -o-linear-gradient(60deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
      background: linear-gradient(30deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .post-list__item-media:hover .post-list__item-title::before {
      border-left-width: 76px; }
    .post-list__item-media:hover::before {
      opacity: 1; }
    .post-list__item-media:hover::after {
      opacity: 0; }
  .post-list__item-permalink {
    margin: .5rem 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .post-list--app2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-list--app2 .post-list__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 276px;
      flex: 0 1 276px;
      position: relative; }
      @media (max-width: 767px) {
        .post-list--app2 .post-list__item {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 376px;
          flex: 0 1 376px; } }
    .post-list--app2 .post-list__item-media {
      margin: 0;
      min-height: 310px; }
  .post-list--space-even {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .post-list--space-even::after {
      content: "";
      width: 33.33333%; }
      @media (max-width: 767px) {
        .post-list--space-even::after {
          width: 50%; } }
      @media (max-width: 480px) {
        .post-list--space-even::after {
          width: 100%; } }
    .post-list--space-even .post-list__item {
      margin: 0 0 2rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
      flex: 0 1 32%; }
      @media (max-width: 767px) {
        .post-list--space-even .post-list__item {
          -ms-flex-preferred-size: 49%;
          flex-basis: 49%; } }
      @media (max-width: 480px) {
        .post-list--space-even .post-list__item {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 5rem;
  width: 100%; }
  .pagination .nav-links {
    margin: 0 auto; }
  .pagination .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e4e7ea;
    width: 35px;
    height: 35px;
    margin: 0 .1rem;
    text-decoration: none; }
    .pagination .page-numbers.current {
      background-color: #333392;
      color: #fff; }
  .pagination .next,
  .pagination .prev {
    display: none; }
  .pagination .screen-reader-text {
    display: none;
    visibility: hidden; }

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: .9375rem; }
  .post-tags__tag {
    margin: 0 1rem .5rem 0; }
  .post-tags a {
    color: #888e91;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-left: 1.25rem;
    display: block; }
    .post-tags a:hover {
      color: #5799d4; }
    .post-tags a i {
      position: absolute;
      top: .2rem;
      left: 0; }
  .post-tags--app2 {
    position: absolute;
    top: 0;
    z-index: 5;
    margin-left: .875rem; }
    .post-tags--app2 .post-tags__tag {
      background-color: #333392;
      color: #fff;
      font-style: italic;
      text-transform: none;
      padding: .25rem .5rem;
      margin: 0 .25rem .25rem 0;
      -webkit-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s; }
      .post-tags--app2 .post-tags__tag:last-child {
        margin: 0 0 .25rem; }
      .post-tags--app2 .post-tags__tag:hover {
        color: #fff;
        background-color: #5799d4; }

.related-cases .post-tags {
  display: none; }

.post-filter {
  background-color: #eeefef;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 2rem; }
  .post-filter__search {
    margin: 0 .4375rem;
    max-width: 255px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 255px;
    flex: 0 1 255px;
    width: 100%;
    border: 1px solid #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 0 1rem;
    min-height: 60px; }
    @media (max-width: 823px) {
      .post-filter__search {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; } }
    .post-filter__search input[type="search"] {
      margin: 0;
      border: 0;
      width: 100%;
      padding: .8em 0;
      -webkit-appearance: none; }
      .post-filter__search input[type="search"]::-webkit-input-placeholder {
        font-size: 1.125em;
        color: #444;
        font-weight: 600; }
      .post-filter__search input[type="search"]:-ms-input-placeholder {
        font-size: 1.125em;
        color: #444;
        font-weight: 600; }
      .post-filter__search input[type="search"]::-ms-input-placeholder {
        font-size: 1.125em;
        color: #444;
        font-weight: 600; }
      .post-filter__search input[type="search"]::placeholder {
        font-size: 1.125em;
        color: #444;
        font-weight: 600; }
    .post-filter__search input[type="submit"][hidden] {
      display: none; }
    .post-filter__search label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
      margin: 0; }
    .post-filter__search i {
      color: #333392;
      font-size: 1.25rem; }
  .post-filter__select {
    margin: 0 .4375rem;
    max-width: 255px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 255px;
    flex: 0 1 255px; }

.market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #eeefef;
  margin: 0 0 3rem; }
  .market:nth-child(2n) .market__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    @media (max-width: 768px) {
      .market:nth-child(2n) .market__content {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit; } }
  .market__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .market__media, .market__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    @media (max-width: 768px) {
      .market__media, .market__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .market__media {
    background-size: cover;
    min-height: 420px; }
    @media (max-width: 768px) {
      .market__media {
        height: 250px;
        min-height: 0; } }
  .market__content-inner {
    padding: 3.75rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 768px) {
      .market__content-inner {
        padding: 2rem; } }
  .market__heading {
    text-transform: uppercase; }
  .market__permalink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.select {
  border: 1px solid #444;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.125em;
  font-weight: 600;
  background: #fff;
  color: #444;
  min-height: 60px; }
  .select--disabled {
    background-color: #dfe3e6;
    border-color: #bbb;
    cursor: not-allowed; }
    .select--disabled .select__trigger,
    .select--disabled .select__trigger[type="checkbox"] {
      pointer-events: none; }
  .select--post-filter {
    margin: 0 .4375rem;
    max-width: 255px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 255px;
    flex: 0 1 255px;
    width: 100%; }
    @media (max-width: 823px) {
      .select--post-filter {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: none;
        width: calc(50% - .4375rem * 2);
        margin-top: 1rem; } }
  .select select {
    display: none; }
  .select__value {
    max-width: 92%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .select__value.is-hidden {
      opacity: 0; }
  .select__options {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: opacity .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
    -o-transition: transform .2s, opacity .2s, box-shadow .2s;
    transition: transform .2s, opacity .2s, box-shadow .2s;
    transition: transform .2s, opacity .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
    top: 100%;
    z-index: 3;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #444;
    overflow: hidden;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-weight: normal;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .select__options::-webkit-scrollbar {
      width: 12px;
      height: 12px; }
    .select__options::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1); }
    .select__options::-webkit-scrollbar-thumb {
      background: #5799d4; }
  .select__option {
    cursor: pointer;
    padding: .25rem 1rem;
    font-size: 1rem; }
    .select__option:hover {
      background: #5799d4;
      color: #fff; }
    .select__option:last-child {
      border: 0; }
  .select__trigger, .select__trigger[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 2; }
    .select__trigger:checked ~ .select__icon, .select__trigger[type="checkbox"]:checked ~ .select__icon {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .select__trigger:checked ~ .select__options, .select__trigger[type="checkbox"]:checked ~ .select__options {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      visibility: visible; }
  .select__icon, .select__icon.fa {
    font-size: 1.25em;
    content: "\f107";
    margin-left: auto;
    color: #333392; }

.comp--displaycases {
  list-style: none;
  padding: 0;
  margin: 3rem 0; }
  .comp--displaycases .tag {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: auto;
    margin-left: 1.25rem;
    z-index: 5; }
  .comp--displaycases .title {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    margin: 0 auto 1.25rem 1.25rem;
    line-height: 125%;
    position: relative;
    z-index: 5; }
    .comp--displaycases .title::before {
      content: "";
      height: 4px;
      background-color: #fff;
      position: absolute;
      top: -1rem;
      width: 33%; }

.comp--usp {
  overflow: auto; }
  .comp--usp .title {
    color: #fff;
    font-size: 2rem;
    padding: 2rem 0; }
    @media (max-width: 767px) {
      .comp--usp .title {
        font-size: 1.5rem; } }
  .comp--usp .list--usp {
    padding: 0 .5rem;
    list-style: none;
    color: #fff;
    font-size: 1.375rem;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .comp--usp .usp--item {
    position: relative; }
    .comp--usp .usp--item::before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      height: 4px;
      display: block;
      top: -1rem;
      background-color: #fff;
      width: 80px; }
    @media (max-width: 1025px) {
      .comp--usp .usp--item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.25rem);
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
        width: calc(50% - 1.25rem);
        height: 6rem; } }
    @media (max-width: 767px) {
      .comp--usp .usp--item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 2rem 0; } }
  .comp--usp .button {
    float: right; }

.comp--services {
  position: relative;
  z-index: 1; }
  @media (max-width: 1280px) {
    .comp--services {
      padding-bottom: 4rem; } }
  .comp--services .service--heading {
    font-size: 2.25rem;
    padding: 2rem 0 .5rem;
    text-align: center;
    margin: 0; }
    @media (max-width: 767px) {
      .comp--services .service--heading {
        font-size: 1.85rem; } }
  .comp--services .service--subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    color: #777;
    margin-bottom: 1rem;
    padding: 0 3rem .8125rem; }

.comp--servicebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid #bbb;
  margin: 3rem 0; }
  @media (max-width: 1280px) {
    .comp--servicebar {
      display: block;
      width: 66%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .comp--servicebar {
      width: 90%; } }

.case--image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  .case--image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 66%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 66%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 66%); }

.case--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  min-height: 310px;
  text-decoration: none; }
  .case--link .tag--cat {
    font-family: "Source Sans Pro", Arial, sans-serif;
    text-decoration: none;
    padding: .125rem .5rem;
    font-size: 1rem;
    font-style: italic;
    color: #fff;
    background-color: #333392;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .case--link .tag:hover {
    padding-top: .5rem; }
  .case--link:hover .case--image::after {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, transparent 66%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, transparent 66%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, transparent 66%); }

.owl-slider__dots {
  position: absolute;
  width: 100%;
  bottom: -4.5rem;
  left: 0;
  height: 20px;
  z-index: 25;
  text-align: center; }
  @media (max-width: 1025px) {
    .owl-slider__dots {
      -webkit-transform: translateY(-32px);
      transform: translateY(-32px); } }

.owl-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  background-color: #fff;
  border-radius: 50%; }
  .owl-dot:hover {
    cursor: pointer; }
  .owl-dot + .owl-dot {
    margin-left: .5rem; }
  .owl-dot.active {
    background-color: #32b533; }

.comp--servicebar__col-3 > .service--item {
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3); }
  @media (max-width: 1280px) {
    .comp--servicebar__col-3 > .service--item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.comp--servicebar__col-4 > .service--item {
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4); }
  @media (max-width: 1280px) {
    .comp--servicebar__col-4 > .service--item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.comp--servicebar__col-5 > .service--item {
  -ms-flex-preferred-size: calc(100% / 5);
  flex-basis: calc(100% / 5); }
  @media (max-width: 1280px) {
    .comp--servicebar__col-5 > .service--item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.comp--servicebar__col-6 > .service--item {
  -ms-flex-preferred-size: calc(100% / 6);
  flex-basis: calc(100% / 6); }
  @media (max-width: 1280px) {
    .comp--servicebar__col-6 > .service--item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

@media (max-width: 1280px) {
  .comp--servicebar__col .service--item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.service--item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  background-color: #fff;
  min-height: 8.125rem;
  border: 1px solid #888e91;
  border-right: 0; }
  @media (min-width: 1025px) {
    .service--item:hover {
      background-color: #dfe3e6; }
      .service--item:hover .service--label::after {
        content: url("../images/svg/label_arrow_grey.svg"); } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .service--item:hover .service--label::after {
        content: url("../images/svg/label_arrow_grey_down.svg"); } }
  @media (max-width: 1280px) {
    .service--item {
      padding: 1rem;
      border: 0;
      display: block; } }
  .service--item:last-of-type {
    border-right: 1px solid #888e91; }
    @media (max-width: 1280px) {
      .service--item:last-of-type {
        border-right: 0; } }
    .service--item:last-of-type.active::before {
      content: none; }
    .service--item:last-of-type .service--label::after {
      content: none !important; }
  @media (max-width: 1280px) {
    .service--item + .service--item {
      border-top: 1px solid #888e91; } }

.service--label {
  padding-top: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: block; }
  .service--label::after {
    content: url("../images/svg/label_arrow_white.svg");
    overflow: hidden;
    display: block;
    position: absolute;
    right: -24px;
    top: 0;
    height: 128px;
    width: 60px; }
    @media (max-width: 1280px) {
      .service--label::after {
        content: none; } }
  .service--label::before {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 0; }
  .service--label:hover .service--icon,
  .service--label:hover .service--title {
    padding-left: .5rem; }
  .service--label-1 {
    z-index: 10; }
  .service--label-2 {
    z-index: 9; }
  .service--label-3 {
    z-index: 8; }
  .service--label-4 {
    z-index: 7; }
  .service--label-5 {
    z-index: 6; }

.service--icon {
  width: 100%;
  height: 55px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.service--title {
  text-align: center;
  font-weight: normal;
  font-size: 1.25rem;
  padding-top: .5rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.service--text {
  display: none;
  position: absolute;
  top: 20rem;
  width: 87%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 75rem;
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem; }
  .service--text strong {
    font-size: 1.5rem;
    color: #333392;
    padding: .2rem 1rem 0; }
    @media (max-width: 1280px) {
      .service--text strong {
        display: none; } }
  .service--text p {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 150%;
    margin: 0; }
    @media (max-width: 1280px) {
      .service--text p {
        color: #fff;
        display: block; } }
  @media (max-width: 1280px) {
    .service--text {
      position: relative;
      left: 0;
      -webkit-transform: none;
      transform: none;
      top: 0;
      text-align: center;
      z-index: 10; } }

.service--item.active {
  background-color: #333392;
  z-index: 10; }
  @media (max-width: 1280px) {
    .service--item.active {
      position: relative; } }
  .service--item.active::before {
    content: none;
    display: none; }
    @media (max-width: 1280px) {
      .service--item.active::before {
        content: url("../images/svg/label_arrow_blue_down.svg");
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 35px;
        width: 245px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation-name: topslide;
        animation-name: topslide;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms; } }
  .service--item.active:hover .service--icon,
  .service--item.active:hover .service--title {
    padding-left: 0; }
  @media (max-width: 1280px) {
    .service--item.active + .service--item {
      padding-top: 3rem; } }
  .service--item.active .service--label {
    text-align: center; }
    .service--item.active .service--label::after {
      content: url("../images/svg/label_arrow_blue.svg");
      overflow: hidden;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 128px;
      width: 60px;
      -webkit-animation-name: leftslide;
      animation-name: leftslide;
      -webkit-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-delay: 50ms;
      animation-delay: 50ms; }
      @media (max-width: 1280px) {
        .service--item.active .service--label::after {
          content: none; } }
  .service--item.active .service--icon {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2); }
    @media (max-width: 1280px) {
      .service--item.active .service--icon {
        display: inline-block;
        width: auto;
        vertical-align: middle; } }
  .service--item.active .service--title {
    color: #fff; }
    @media (max-width: 1280px) {
      .service--item.active .service--title {
        font-size: 2rem;
        font-weight: bold;
        display: inline-block;
        width: auto;
        margin: 0 0 0 1rem;
        padding: 0;
        vertical-align: middle; } }
  .service--item.active .service--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms; }
    @media (max-width: 1280px) {
      .service--item.active .service--text {
        display: block;
        height: auto;
        width: 100%;
        padding: 1.5rem; } }

.cta-block {
  background-color: #333392;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 3.5rem 0 0; }
  .cta-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 35px solid #dfe3e6;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    z-index: 1; }
  .cta-block--white::before {
    border-top: 35px solid #fff; }
  .cta-block__heading {
    color: inherit;
    margin: 0 0 1.5rem; }
  .cta-block__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cta-block__button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin: 0 .625rem 1rem;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .cta-block__button:last-of-type {
      margin-bottom: 2rem; }

.case-tags {
  background-color: #dfe3e6;
  border: 1px solid #c9ced2;
  padding: 1.5rem;
  margin-bottom: 2rem; }
  .case-tags__heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #596671;
    display: block;
    font-weight: bold; }
    .case-tags__heading--margintop {
      margin-top: 3rem; }
  .case-tags a:not(.button) {
    color: #596671;
    font-size: 1.125rem;
    padding: .25rem 0;
    display: inline-block; }
  .case-tags .button {
    margin-top: 2rem; }
  .case-tags .button--ghost {
    width: 100%; }
  .case-tags .case-tag__product {
    display: block; }

.related-cases {
  opacity: 0;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 2rem 0;
  width: 100%; }
  @media (max-width: 767px) {
    .related-cases {
      margin-left: calc(0.625rem * -1); } }
  .related-cases .owl-stage-outer {
    overflow: hidden; }
  .related-cases.owl-loaded {
    opacity: 1; }
  .related-cases .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .related-cases .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    z-index: 10; }
    .related-cases .owl-nav .owl-prev {
      left: -50px; }
      @media (max-width: 1280px) {
        .related-cases .owl-nav .owl-prev {
          left: 0; } }
    .related-cases .owl-nav .owl-next {
      right: -50px; }
      @media (max-width: 1280px) {
        .related-cases .owl-nav .owl-next {
          right: 0; } }
  .related-cases .owl-item {
    height: 100%;
    padding: 0 15px;
    display: inline-block;
    position: relative; }
  .related-cases .post-list__item-media {
    display: block; }

.owl-nav {
  width: 100%; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    background-color: #333392;
    color: #fff;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    position: absolute; }
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
      cursor: pointer; }
  .owl-nav .owl-prev {
    left: -3rem; }
  .owl-nav .owl-next {
    right: -3rem; }

.case-slider {
  background-color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%; }
  .case-slider .owl-item {
    height: 100%;
    padding: 0 15px;
    display: inline-block;
    position: relative; }

.single-case aside > img {
  margin: 0 auto 2.5rem;
  text-align: center;
  display: block; }

.customer-talking h3 {
  font-style: italic;
  font-weight: normal;
  margin-bottom: .25rem;
  font-size: 1.25rem; }

.customer-talking img {
  width: 100%;
  height: auto; }

.solution {
  color: #333392; }
  .solution img {
    width: 100%;
    height: auto; }

.addthis_inline_share_toolbox {
  text-align: center;
  margin-top: 2rem; }
  .addthis_inline_share_toolbox--app2 {
    text-align: left; }
  .addthis_inline_share_toolbox.posts {
    text-align: right;
    margin-bottom: 1rem; }

.used-products {
  width: 100%;
  position: relative; }

.white-caret {
  position: relative; }
  .white-caret::before {
    content: url("../images/svg/label_arrow_white_down.svg");
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 30px;
    width: 245px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes topslide {
  from {
    bottom: 30px; }
  to {
    bottom: -25px; } }

@keyframes topslide {
  from {
    bottom: 30px; }
  to {
    bottom: -25px; } }

@-webkit-keyframes leftslide {
  from {
    right: 0; }
  to {
    right: -24px; } }

@keyframes leftslide {
  from {
    right: 0; }
  to {
    right: -24px; } }

.acf-map {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .acf-map {
      height: 400px; } }
  .acf-map img {
    max-width: inherit !important; }

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 690px;
  padding: 2.5rem;
  margin: 0 0 2rem;
  background-color: #eeefef; }
  .contact-block:last-of-type {
    margin: 0; }
  .contact-block__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #444; }
  .contact-block__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    margin: 1rem 0 0; }
    .contact-block__column:nth-of-type(1), .contact-block__column:nth-of-type(2) {
      margin: 0; }
  .contact-block em {
    color: #333392; }

#cookieNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  background: -webkit-linear-gradient(left, #333392 0%, #5799d4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#333392), to(#5799d4));
  background: -webkit-linear-gradient(right, #333392 0%, #5799d4 100%);
  background: -o-linear-gradient(right, #333392 0%, #5799d4 100%);
  background: linear-gradient(to left, #333392 0%, #5799d4 100%);
  padding: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  border-top: 1px solid #5799d4;
  max-height: 800px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2); }
  #cookieNotice.hidden {
    opacity: 0;
    padding: 0;
    max-height: 0;
    min-height: 0;
    height: 0;
    pointer-events: none;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    visibility: hidden; }
  @media (max-width: 767px) {
    #cookieNotice {
      min-height: 0;
      max-height: 800px;
      height: auto; } }
  #cookieNotice > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0; }
    @media (max-width: 767px) {
      #cookieNotice > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap; } }
  #cookieNotice .col--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
  #cookieNotice .col--right {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #cookieNotice p {
    color: #fff;
    text-align: left;
    font-size: .875rem;
    margin: 0;
    padding-right: 2rem; }
    @media (max-width: 767px) {
      #cookieNotice p {
        text-align: center;
        padding-right: 0; } }
  #cookieNotice strong {
    margin-bottom: .25rem;
    display: block; }
  #cookieNotice a {
    color: #fff; }
  #cookieNotice .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem 2rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 60px;
    width: 100%; }
    @media (max-width: 767px) {
      #cookieNotice .button {
        display: block;
        text-align: center; } }
  #cookieNotice .view--agreement {
    margin-top: .25rem; }

.sticky-sidebar__image {
  margin-bottom: 10px;
  display: inline-block; }

.cakemail-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  max-width: 300px; }
  .cakemail-subscribe input {
    height: 40px;
    width: calc(100% - 60px);
    margin: 0; }
    .cakemail-subscribe input[type="submit"] {
      width: 60px;
      padding: 0; }
    .cakemail-subscribe input[type="email"] {
      padding-right: 2rem; }
      .cakemail-subscribe input[type="email"]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset; }
    .cakemail-subscribe input:valid ~ .cakemail-subscribe__validator {
      opacity: 1;
      -webkit-transform: none;
      transform: none; }
  .cakemail-subscribe__validator {
    height: 100%;
    top: 0;
    right: calc(.75rem + 60px);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #32b533;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    font-size: .85rem; }
    .cakemail-subscribe__validator::before {
      content: "\f00c";
      font-family: FontAwesome, sans-serif; }
  .cakemail-subscribe::after {
    content: "\f1d8";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    color: #fff;
    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;
    pointer-events: none; }

.page--home .wysiwyg h2 {
  width: 55%;
  margin: 0 auto;
  color: #333392;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .page--home .wysiwyg h2 {
      width: 100%;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.page--home .wysiwyg h3 {
  font-size: 2rem;
  color: #333392;
  margin-bottom: 1.5rem; }

.page--home .wysiwyg p {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 150%;
  color: #444; }

.page--home .wysiwyg a {
  margin: 1rem auto;
  display: block;
  font-size: 1.25rem;
  text-decoration: none; }

.brand--logo {
  width: 133px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1rem; }
  @media (max-width: 1048px) {
    .brand--logo {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 0 2rem;
      width: 85px;
      height: 45px; } }
  @media (max-width: 767px) {
    .brand--logo {
      width: 75px;
      height: 40px; } }

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1230px) {
    .product-grid {
      padding: 0 10px; } }
  .product-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    min-width: 23%;
    margin-right: 1%;
    position: relative;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .product-grid__item:nth-child(4n+4) {
      margin-right: 0; }
    @media (max-width: 940px) {
      .product-grid__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
        flex: 1 1 32%;
        min-width: 31%; }
        .product-grid__item:nth-child(4n+4) {
          margin-right: 1%; }
        .product-grid__item:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 720px) {
      .product-grid__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
        flex: 1 1 49%;
        min-width: 48%; }
        .product-grid__item:nth-child(4n+4) {
          margin-right: 1%; }
        .product-grid__item:nth-child(3n+3) {
          margin-right: 1%; }
        .product-grid__item:nth-child(2n+2) {
          margin-right: 0; } }
    @media (max-width: 490px) {
      .product-grid__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        min-width: 100%;
        margin: 0; } }
  .product-grid__title {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: bold;
    color: #333392;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65px;
    flex: 1 0 65px;
    min-height: 65px;
    overflow: hidden;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (max-width: 1080px) {
      .product-grid__title {
        font-size: 1.2em; } }
    @media (max-width: 767px) {
      .product-grid__title {
        font-size: 1.5rem;
        min-height: 100px; } }
  .product-grid__inner {
    position: relative;
    height: 100%;
    text-decoration: none;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 300px; }
    @media (max-width: 767px) {
      .product-grid__inner:hover {
        -webkit-transform: none;
        transform: none; } }
    .product-grid__inner:hover .product-grid__overlay {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .0s;
      -o-transition-delay: .0s;
      transition-delay: .0s; }
      @media (max-width: 767px) {
        .product-grid__inner:hover .product-grid__overlay {
          opacity: 0; } }
    .product-grid__inner:hover .product-grid__overlay-inner {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .product-grid__inner:hover .product-grid__button {
      background: #2ca12d; }
  .product-grid__image {
    background: no-repeat center;
    background-size: auto 80%;
    position: relative;
    width: 100%;
    min-height: 150px;
    padding-bottom: 80%;
    overflow: hidden; }
  .product-grid__img {
    display: none; }
  .product-grid__button {
    background: #32b533;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
    text-transform: uppercase;
    min-height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .product-grid__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: rgba(51, 51, 146, 0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .product-grid__overlay-inner {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 90%; }

.product-intro {
  font-size: 1.125em; }
  .product-intro__title {
    color: #444; }

.product-slider {
  width: 100%;
  margin: 2rem 0; }
  @media (max-width: 767px) {
    .product-slider {
      margin-left: calc(0.625rem * -1); } }
  .product-slider__wrapper {
    width: 100%;
    position: relative; }
  .product-slider__images {
    width: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    .product-slider__images.owl-loaded {
      opacity: 1; }
  .product-slider__item {
    border: 1px solid #bbb;
    padding: 20px;
    background-color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    color: #444;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%; }
    .product-slider__item:hover .product-slider__hover {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: .0s;
      -o-transition-delay: .0s;
      transition-delay: .0s; }
    .product-slider__item:hover .product-slider__hover-text {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }
  .product-slider__hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: rgba(51, 51, 146, 0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .product-slider__hover-text {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .product-slider__image {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    height: 250px;
    overflow: hidden;
    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; }
    .product-slider__image img {
      display: block;
      width: auto;
      height: auto;
      max-width: 90%;
      max-height: 90%; }
  .product-slider__line {
    position: relative;
    width: 75px;
    height: 4px;
    background-color: #dfe3e6;
    margin: 15px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .product-slider__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25em;
    text-align: center; }
  .product-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-slider .owl-item {
    width: 33%;
    height: 100%;
    padding: 0 15px;
    display: inline-block;
    position: relative; }
  .product-slider .owl-prev, .product-slider .owl-next {
    position: absolute;
    top: 50%;
    left: -1%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333392;
    color: #fff;
    float: left;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .product-slider .owl-prev, .product-slider .owl-next {
        left: 0; } }
  .product-slider .owl-next {
    float: right;
    left: auto;
    right: -1%; }
    @media (max-width: 1200px) {
      .product-slider .owl-next {
        right: 0; } }

.merken-slider {
  overflow: hidden;
  margin-top: 5em;
  margin-bottom: 1em; }
  .merken-slider__title {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.75em; }
  .merken-slider__container {
    width: 100%;
    display: block; }
  .merken-slider__item {
    width: auto;
    max-height: 50px;
    display: inline-block; }
  .merken-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .merken-slider .owl-item {
    text-align: center;
    max-height: 50px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    display: inline-block;
    position: relative; }
  .merken-slider .owl-dots {
    margin-top: 1em;
    text-align: center; }
  .merken-slider .owl-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    background-color: #ececec;
    border-radius: 50%; }
    .merken-slider .owl-dot.active {
      background-color: #bbb; }

.klanten-slider {
  overflow: hidden;
  margin-top: 5em;
  margin-bottom: 1em; }
  .klanten-slider__title {
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
    font-size: 1.75em; }
  .klanten-slider__container {
    width: 100%;
    display: block; }
  .klanten-slider__item {
    width: 100%;
    height: 6rem;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .klanten-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .klanten-slider .owl-item {
    text-align: center;
    max-height: 6rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    display: inline-block;
    position: relative; }
  .klanten-slider .owl-dots {
    margin-top: 1em;
    text-align: center; }
    @media (max-width: 480px) {
      .klanten-slider .owl-dots {
        display: none; } }
  .klanten-slider .owl-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    background-color: #ececec;
    border-radius: 50%; }
    .klanten-slider .owl-dot.active {
      background-color: #bbb; }

.search-wrap {
  background: #ececec;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem; }
  .search-wrap .search-wrap__title {
    width: 50%;
    margin: 0 auto 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-wrap .search-wrap__title label {
      padding: 0;
      margin: 0; }
    .search-wrap .search-wrap__title input {
      margin: 0 .25rem 0 1rem; }

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50%;
  margin: auto;
  margin-bottom: 2rem; }
  @media (max-width: 1025px) {
    .searchform {
      width: 100%;
      margin-bottom: 1rem; } }
  .searchform__input {
    width: 75%;
    font-family: "Source Sans Pro", Arial, sans-serif;
    border: 1px solid #bbb;
    color: #444;
    padding: .8rem;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin: 0; }
  .searchform__button {
    width: 25%;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 1.1875rem;
    display: inline-block;
    padding: .9rem 1.6rem;
    background: #32b533;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-style: normal;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    position: relative; }
    @media (max-width: 640px) {
      .searchform__button {
        font-size: 1rem;
        padding: .2rem .5rem; }
        .searchform__button__text {
          display: none; }
        .searchform__button::before {
          content: "\f002";
          font-family: FontAwesome;
          left: 25%;
          right: 25%;
          position: absolute;
          top: 15px;
          font-size: 1.2rem;
          display: inline-block; } }

.searchresults__wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfe3e6; }

.landingspage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 19.875rem;
  min-height: 19.875rem;
  position: relative; }
  .landingspage__block--app2 {
    margin: 0 0 1.5rem; }
  .landingspage__block--large {
    height: 41rem; }
    @media (max-width: 767px) {
      .landingspage__block--large {
        height: 38rem; } }
  .landingspage__block--v2 {
    border: 1px solid #c9ced2; }
  @media (max-width: 767px) {
    .landingspage__block--mobileheightfix {
      height: auto;
      padding-bottom: 3.25rem; } }

.landingspage .rightcolumn {
  padding-left: 1.5625rem; }
  @media (max-width: 767px) {
    .landingspage .rightcolumn {
      padding-left: 0; } }

.landingspage .hasbutton {
  padding-bottom: 60px; }

@media (min-width: 767px) {
  .landingspage .nomargintop {
    margin-top: 0; } }

.landingspage__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: center top no-repeat;
  background-size: cover;
  height: auto;
  position: relative; }
  @media (max-width: 768px) {
    .landingspage__image {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; } }
  @media (max-width: 767px) {
    .landingspage__image {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; } }
  .landingspage__image--hastitle::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(75deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
    background: -o-linear-gradient(75deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
    background: linear-gradient(15deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0.15s;
    -o-transition: opacity 0.4s ease-in-out 0.15s;
    transition: opacity 0.4s ease-in-out 0.15s; }
  .landingspage__image--hastitle:hover::before {
    opacity: 1; }
  .landingspage__image--hastitle::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(75deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: -o-linear-gradient(75deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out 0.15s;
    -o-transition: opacity 0.4s ease-in-out 0.15s;
    transition: opacity 0.4s ease-in-out 0.15s; }
  .landingspage__image--hastitle:hover::after {
    opacity: 0; }
  .landingspage__image--v2 {
    background-size: auto 260px; }
    .landingspage__image--v2::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      background: -webkit-linear-gradient(75deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      background: -o-linear-gradient(75deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      background: linear-gradient(15deg, #333392 0%, rgba(51, 51, 146, 0) 100%);
      height: 100%;
      width: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out 0.15s;
      -o-transition: opacity 0.4s ease-in-out 0.15s;
      transition: opacity 0.4s ease-in-out 0.15s; }
    .landingspage__image--v2:hover::before {
      opacity: 1; }
    .landingspage__image--v2:hover .landingspage__caption {
      color: #fff; }

.landingspage__text {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-height: 160px; }
  @media (max-height: 1024px) and (min-height: 768px) {
    .landingspage__text {
      min-height: 212px; } }
  @media (max-width: 768px) {
    .landingspage__text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (max-width: 767px) {
    .landingspage__text {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; } }

.landingspage__title {
  text-transform: uppercase;
  color: #fff;
  line-height: 120%;
  font-size: 1.8rem;
  width: 100%;
  font-weight: bold;
  margin: 0;
  word-break: break-word; }
  @media (max-width: 767px) {
    .landingspage__title {
      font-size: 1.5rem;
      max-width: 100%; } }
  .landingspage__title::before {
    content: "";
    height: 4px;
    width: 76px;
    background-color: #fff;
    display: block;
    margin-bottom: .6rem;
    border-left: 0 solid #5799d4;
    -webkit-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .landingspage__title--onphoto {
    padding: 1.5625rem 1.5625rem 1.3rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.landingspage__caption {
  text-align: center;
  display: block;
  font-size: 1.125rem;
  color: #444;
  position: absolute;
  bottom: 1.3rem;
  width: 100%;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  z-index: 2; }
  .landingspage__caption::before {
    content: "";
    height: 4px;
    width: 76px;
    background-color: #dfe3e6;
    display: block;
    margin: 0 auto .6rem;
    border-left: 0 solid #5799d4;
    -webkit-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }

.landingspage__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: transparent;
  z-index: 2; }
  .landingspage__link:hover .landingspage__title::before,
  .landingspage__link:hover .landingspage__caption::before {
    border-left-width: 76px; }

.landingspage__button {
  position: absolute;
  right: 0;
  bottom: 0; }

.landingspage__inner {
  padding-left: 3.75rem; }
  @media (max-width: 1024px) {
    .landingspage__inner {
      padding-left: 1.6rem;
      font-size: 1rem; } }

.landingspage a {
  text-decoration: none; }

.landingspage .grid__column {
  position: relative; }

.popup-forms {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden; }
  .popup-forms--visible {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1; }
  .popup-forms__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 146, 0.7); }
  .popup-forms__container {
    display: none;
    position: relative;
    width: 900px;
    background-color: #ececec;
    z-index: 2;
    margin: 3rem 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    will-change: transform;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 85vh; }
    .popup-forms__container::-webkit-scrollbar {
      width: 12px; }
    .popup-forms__container::-webkit-scrollbar-track {
      border-radius: 0;
      border-left: 1px solid #333392; }
    .popup-forms__container::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: #5799d4;
      max-height: 300px; }
    .popup-forms__container--visible {
      -webkit-transform: none;
      transform: none;
      visibility: visible; }
    @media (max-width: 900px) {
      .popup-forms__container {
        width: 95%; } }
    .popup-forms__container--small {
      width: 500px; }
      @media (max-width: 900px) {
        .popup-forms__container--small {
          width: 95%; } }
    .popup-forms__container__title {
      margin-bottom: 10px;
      text-transform: uppercase; }
    .popup-forms__container .fa {
      font-size: 1.4em;
      margin-right: 10px; }
    .popup-forms__container .ajax-loader {
      width: 20px;
      margin: 0 auto;
      display: block; }
    .popup-forms__container .fa-close {
      margin: 0 0 4em 15em;
      background-color: transparent;
      color: #000;
      cursor: pointer;
      font-size: 1.5em;
      position: absolute;
      top: 10px;
      right: 10px; }
      .popup-forms__container .fa-close:hover {
        color: #333392; }
    .popup-forms__container p {
      margin-bottom: 0; }
    .popup-forms__container input,
    .popup-forms__container select,
    .popup-forms__container textarea {
      padding-left: 10px;
      font-size: 1.1em;
      border: 2px solid transparent;
      margin-bottom: 0; }
      .popup-forms__container input:focus,
      .popup-forms__container select:focus,
      .popup-forms__container textarea:focus {
        border-color: #5799d4; }
    .popup-forms__container textarea {
      height: 120px;
      margin-bottom: 20px; }
    .popup-forms__container input[type="submit"] {
      background: #333392;
      border: 0;
      color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 200px; }
      .popup-forms__container input[type="submit"]:hover {
        background: #3a3aa5;
        -webkit-transform: scale(1);
        transform: scale(1); }

.popup-container__block {
  min-height: 100%;
  padding: 2em;
  position: relative; }

.faq-list {
  margin: 2rem auto;
  width: 75%; }
  @media (max-width: 768px) {
    .faq-list {
      width: 100%;
      padding: 0 1rem; } }

.faq-item {
  border-bottom: 1px solid #333392;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .faq-item__title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-right: 2rem; }
    @media (max-width: 768px) {
      .faq-item__title {
        font-size: 1.125em; } }
    .faq-item__title::after {
      content: "\f068";
      font-family: FontAwesome, "Open Sans", Arial, sans-serif;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1rem; }
  .faq-item--collapsed .faq-item__title::after {
    content: "\f067"; }
  .faq-item__content {
    display: none;
    padding-top: 1rem; }

.entry-content img {
  margin: 0 0 1.5em; }

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }
