@charset "UTF-8";

:root {
  --blue: #0055a5;
  --dark-blue: #002a78;
  --gray: #e9e9e9;
  --font-stack: 'Lato', sans-serif;
}

/**
 * @license
 * MyFonts Webfont Build ID 3838851, 2019-11-19T10:53:03-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 * Copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 * Licensed pageviews: 250,000
 *
 *
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a9383");
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url("fonts/3A9383_0_0.eot");
  src: url("fonts/3A9383_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A9383_0_0.woff2") format("woff2"), url("fonts/3A9383_0_0.woff") format("woff"), url("fonts/3A9383_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?poackg");
  src: url("fonts/icomoon.eot?poackg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?poackg") format("truetype"), url("fonts/icomoon.woff?poackg") format("woff"), url("fonts/icomoon.svg?poackg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
   content: "\e900";
 }
 .icon-search:before {
   content: "\f002";
 }
 .icon-eye:before {
   content: "\f06e";
 }
 .icon-chevron-down:before {
   content: "\f078";
 }
 .icon-facebook-square:before {
   content: "\f082";
 }
 .icon-twitter:before {
   content: "\f099";
 }
 .icon-linkedin:before {
   content: "\f0e1";
 }
 .icon-chevron-circle-right:before {
   content: "\f138";
 }
 .icon-youtube-play:before {
   content: "\f16a";
 }
 .icon-instagram:before {
   content: "\f16d";
 }
 .icon-file-pdf-o:before {
   content: "\f1c1";
 }
 .icon-star:before {
  content: "\e901";
  color: red;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   PAGE STRUCTURE
   ========================================================================== */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.866%;
}

.wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  display: block;
  padding: 0 50px;
  box-sizing: border-box;
}

.mobile-only {
  display: none;
}

/* ==========================================================================
   HEADER & NAV
   ========================================================================== */
header {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  top: 25px;
}
.nav-wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 18% 60% 14%;
  grid-template-rows: 84px;
  grid-column-gap: 4%;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}
nav {
  position: fixed;
  background: white;
  min-height: 84px;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 200;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
nav ul.menu {
  font-weight: 300;
  font-size: 105%;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  float: left;
  padding: 0 0 5px 0;
  margin-top: 20px;
}
nav ul.right {
  list-style: none;
  font-size: 180%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
nav ul.right li i {
  font-size: 80%;
  display: block;
}
nav li {
  display: inline-block;
}
.parent {
  position: relative;
}
nav a:link,
nav a:visited {
  color: var(--blue);
  text-decoration: none;
}
nav a:hover,
nav a:active,
nav a:hover i,
nav a:active i {
  opacity: 0.7;
}
nav li ul.sub {
  display: none;
}
ul.sub {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  position: absolute;
  top: 20px;
  left: 0;
  background: white;
  width: 175%;
}
ul.sub li {
  display: block;
  margin: 10px 0;
}

#breadcrumbs {
  text-transform: uppercase;
  background: #e9e9e9;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  color: #333;
  padding: 0 10px;
  display: block;
  line-height: 1.7em;
  margin-bottom: 20px;
}

#breadcrumbs img {
  height: 100%;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}

#breadcrumbs img.icon {
  height: auto;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
  color: #777;
}

.nav-logo {
  display: none;
  width: 40px;
  height: auto;
  float: left;
  margin: 13px 0 0 20px;
}
.logo-lockup {
  width: 100%;
  max-width: 365px;
  margin: 0 14px 0 0;
}

nav ul.right li#companies-parent {
  font-size: 18.4px;
  position: relative;
  font-weight: 300;
  margin-top: 3px;
  padding-bottom: 10px;
}

#companies {
  display: none;
  width: 232px;
  border: 1px solid #0055a5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background: #FFF;
  margin: 0;
  position: absolute;
  right: 0;
  max-height: calc(100vh - 100px);
  height: auto;
}

#companies ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  height: auto;
}

#companies li {
  padding: 15px 0;
  display: block;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #CECECE;
}

#companies li:first-child {
  padding-top: 0;
}

#companies li:last-child {
  border: 0 none;
}

#companies::before {
  content: " ";
  position: relative;
  z-index: 10;
  top: -9px;
  left: 166px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  display: block;
}
#companies::after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 166px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--blue);
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  display: block;
}
#companies-parent:hover #companies {
    display: block;
    margin-top: 10px;
}

#companies .inner-companies {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  height: auto;
  width: 100%;
  padding: 0 20px 15px 20px;
  box-sizing: border-box;
}

#companies img {
  width: auto;
}

.inner-companies::-webkit-scrollbar {
  width: 10px;
}

.inner-companies::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.inner-companies::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

nav ul.right li#search-parent,
nav ul.right li#language-parent {
  position: relative;
  padding-bottom: 10px;
}

#search-wrapper,
#language-wrapper {
  display: none;
  width: 300px;
  border: 1px solid #0055a5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background: #FFF;
  margin: 0;
  position: absolute;
  left: -156px;
  top: 37px;
  padding: 0 0 10px 10px;
  height: auto;
}

#language-wrapper {
  width: 150px;
  left: -70px;
}

#search-wrapper form {
  margin: -8px auto 0 auto;
}

#search-wrapper input {
  width: 80%;
  height: 17px;
  padding: 4px;
  border: 1px solid #e9e9e9;
}

#search-wrapper input:focus {
  border: 1px solid #0055a5;
  outline: none;
}

nav ul.right #search-wrapper,
nav ul.right #language-wrapper {
  font-size: 50%;
}

#search-wrapper button.gui-input {
  background-color: #0055a5;
  padding: 8px 7px 7px 7px;
  color: white;
  border: 0 none;
  border-radius: 0 3px 3px 0;
  position: relative;
  top: -1px;
  left: -4px;
}
#language-wrapper::before {
  content: " ";
  position: relative;
  z-index: 10;
  top: -9px;
  left: 62px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  display: block;
}
#language-wrapper::after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 72px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--blue);
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  display: block;
}

#search-parent:hover #search-wrapper,
#language-parent:hover #language-wrapper {
  display: block;
}

#language-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#language-wrapper li {
  margin: 0 0 15px 0;
  display: block;
}

#language-wrapper li img {
  vertical-align: middle;
  width: auto;
}

nav #language-wrapper a:link,
nav #language-wrapper a:visited,
nav #language-wrapper a:hover,
nav #language-wrapper a:active {
  text-decoration: none;
  color: #0055a5;
}

div.slicknav_menu {
  display: none;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  padding: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0055a5;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a:link,
.slicknav_nav a:visited {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: var(--blue);
}
.slicknav_nav a:hover,
.slicknav_nav a:active {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #a7d3fc;
  color: black;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  line-height: 30px;
  padding: 7px 12px;
  height: 68px;
  width: 60%;
}
.slicknav_menu * {
  box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
  color: var(--blue);
  font-weight: bold;
 }
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}
.slicknav_btn {
  margin: 17px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: white;
}
.brand {
  position: absolute;
  z-index: 100;
  width: 30%;
  text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
  left: 7.8%;
  top: 100px;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 499px;
}
header .brand a:hover {
  opacity: 1;
}
.brand h2 {
  font-family: AvenirLTPro-Heavy;
  font-weight: normal;
  color: white;
  margin: 7px 0 50px 0;
}
.brand h2 span {
  font-size: 90%;
  font-weight: 400;
  font-style: italic;
  display: block;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel,
.owl-secondary {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-stage-outer {
  margin-top: 60px;
}

#owl-bg {
  height: 90vh;
}

#owl-bg .owl-stage-outer {
  margin-top: 0;
}

.owl-carousel .owl-stage,
.owl-secondary .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after,
.owl-secondary .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer,
.owl-secondary .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-secondary .owl-wrapper,
.owl-secondary .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-secondary .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img,
.owl-secondary .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-secondary .owl-nav.disabled,
.owl-secondary .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-secondary .owl-nav .owl-prev,
.owl-secondary .owl-nav .owl-next,
.owl-secondary .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-secondary .owl-nav button.owl-prev,
.owl-secondary .owl-nav button.owl-next,
.owl-secondary button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded,
.owl-secondary.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading,
.owl-secondary.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden,
.owl-secondary.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item,
.owl-secondary.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item,
.owl-secondary.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab,
.owl-secondary.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *   Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *   Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
     This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
     calculation of the height of the owl-item that breaks page layouts
    */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
a:link, a:visited {
  color: #0055a5;
  text-decoration: underline;
}

a:hover, a:active {
  opacity: 0.7;
  text-decoration: none;
}

a[data-featherlight=image] {
  cursor: zoom-in;
}

main {
  position: relative;
  z-index: 150;
}

.h1-banner {
  background-color: #0055a5;
  height: 90px;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.home .h1-banner {
  margin-bottom: 5px;
}

.h1-banner h1 {
  color: white;
  font-size: 205%;
  font-weight: 400;
  margin-top: 0;
  padding-top: 25px;
}

main p {
  font-size: 125%;
  line-height: 1.5em;
  font-weight: 400;
}

main p.pdf {
  text-align: center;
  margin-top: 100px;
}

main p.pdf a {
  margin: 10px 30px;
  position: relative;
  font-weight: 700;
}

main p.pdf a:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  color: #0055a5;
  font-size: 120%;
  left: -30px;
  top: 0;
}

main ul {
  font-size: 125%;
  line-height: 1.25em;
  font-weight: 400;
}

.home main p {
  font-size: 150%;
  text-align: justify;
  padding-right: 100px;
  line-height: 1.25em;
}

.home div.video img {
  margin-top: 27px;
  width: 90%;
}

.home div.section.group.wrapper {
  margin-top: 65px;
}

.sidebar {
  float: right;
}

.sidebar img {
  margin-top: 27px;
  width: 100%;
}

.events {
  border: 1px solid #0055a5;
  width: 100%;
  background-color: #e9e9e9;
  box-sizing: border-box;
  margin-top: 50px;
  padding-top: 10px;
}

.events h3 {
  color: #0055a5;
  font-weight: 400;
  font-size: 181%;
  margin: 0 0 10px 10px;
}

.events ul {
  list-style: none;
  color: #333;
  font-size: 115%;
  padding-left: 20px;
  line-height: 1.5em;
}

.events .title {
  font-weight: 700;
  display: block;
}

.events a:link,
.events a:visited {
  color: #0055a5;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-top: 5px;
}

.events a:hover {
  opacity: 0.7;
}

.events footer {
  background-color: #0055a5;
  width: 100%;
  padding: 15px 0 15px 25px;
  box-sizing: border-box;
  height: auto;
  min-height: 41px;
  margin-top: 6px;
}

.events footer a:link,
.events footer a:visited {
  color: white;
  text-decoration: none;
  font-weight: 300;
  margin-top: 0;
}

.events footer a:hover {
  opacity: 0.7;
}

.product-grid {
  margin-top: 100px;
}

.product-grid img {
  width: 100%;
}

.product-grid div {
  float: left;
}

.product-grid .first {
  width: 25%;
}

.product-grid .second {
  width: 25%;
}

.product-grid .third {
  width: 25%;
}

.product-grid .fourth {
  width: 25%;
}

/* ==========================================================================
   SECONDARY PAGES
   ========================================================================== */
header.secondary {
  width: 100%;
  height: 260px;
  position: relative;
  top: 10px;
  background-color: #0055a5;
  background: url(img/hero-secondary.jpg) no-repeat;
  background-size: cover;
}

header.secondary .brand a {
  text-decoration: none;
}

header.secondary .brand a:hover {
  opacity: 1;
}

header.secondary .brand {
  position: absolute;
  z-index: 100;
  width: 41%;
  text-align: left;
  top: 75px;
}

header.secondary .logo {
  display: inline;
  margin: 0 20px 25px 0;
  width: 40%;
  height: auto;
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.flex div {
  position: relative;
  margin: 0 0 20px 1%;
  box-sizing: border-box;
}

.news-events .flex div {
  margin: 0 0 20px 2%;
}

.news-events .flex div.span_4_of_12 {
  width: 31.26%;
}

.products .flex div {
  min-height: 300px;
}

.products div.span_3_of_12 {
  width: 21%;
  margin: 0 0 70px 3.5%;
}

.products div.span_3_of_12 a {
  display: block;
  min-height: 300px;
}

.products .row div.span_3_of_12 {
  margin: 0 0 20px 0;
  text-align: center;
}

.flex img {
  position: relative;
  z-index: 10;
  width: 100%;
}

img.loops {
  margin-top: 23px;
}

.flex div.col h4 {
  margin: 10px auto 25px auto;
  padding: 0 10%;
  line-height: 1.4em;
  text-align: center;
}

.products .flex img {
  max-width: 317px;
}

.products .flex h3 {
  font-weight: 300;
  color: white;
  background-color: #0055a5;
  width: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

iframe.video {
  width: 95%;
  height: auto;
  min-height: 300px;
}

h2 {
  color: #0055a5;
}

.featherlight-content h2 {
  font-size: 180%;
}

.featherlight-content p strong {
  font-weight: 700;
}

.featherlight-content p.note {
  font-size: 80%;
}

h2 .date {
  display: block;
  text-transform: uppercase;
  font-weight: 200;
  color: #888;
  font-size: 75%;
  margin-top: 10px;
}

.catalogs .flex .span_3_of_12 {
  text-align: center;
}

.catalogs .flex .span_3_of_12 a {
  display: block;
  margin: 8px 0;
}

.catalogs .flex .span_3_of_12 a:link {
  text-decoration: none;
}

.catalogs .flex .span_3_of_12 a:hover {
  text-decoration: underline;
}

.products main li {
  margin: 5px 0;
  line-height: 1.5em;
}

.products ul {
  padding-left: 20px;
}

.products h2 {
  font-size: 200%;
  margin-bottom: 5px;
}

.row {
  width: 100%;
  clear: both;
  margin: 5px 0;
}

.row img {
  float: left;
  margin: 0 20px 0 0;
  width: 100%;
  max-width: 500px;
}

table.data {
  border: 0 none;
  border-bottom: 1px solid black;
  clear: both;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  margin-bottom: 10px;
}

.data.double tr:first-of-type th {
  border-bottom: 1px solid white;
  text-align: left;
  padding: 10px;
}

.data tr td {
  padding: 5px;
  text-align: center;
}

.data tr:nth-child(odd) td {
  background-color: #bfbfbf;
}

.data tr:nth-child(even) td {
  background-color: #d9d9d9;
}

.privacy table {
  border: 1px solid #777;
  border-collapse: collapse;
}

.privacy table th {
  background-color: #888;
  text-transform: uppercase;
  padding: 5px;
  color: white;
}

.privacy tr:nth-child(odd) td {
  background-color: #bfbfbf;
  padding: 5px;
}

.privacy tr:nth-child(even) td {
  background-color: #d9d9d9;
  padding: 5px;
}

.privacy main ul {
  font-size: 125%;
  line-height: 1.5em;
  font-weight: 300;
}

.privacy main ol ::marker {
  font-size: 125%;
}

.privacy h4 {
  font-size: 150%;
}

.search-result a:link,
.search-result a:visited,
.btn-group a:link,
.btn-group a:visited {
  text-decoration: none;
}

.search nav ul.right li#companies-parent {
  margin-top: 2px;
}

ul.activities-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.activities-logos li {
  margin: 0 2%;
  width: 20%;
  height: 155px;
  line-height: 155px;
}

ul.activities-logos li img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

h3 {
  font-size: 135%;
}

h3 span {
  color: #0055a5;
}

main ul {
  min-height: 200px;
  padding-right: 30px;
}

main ul li,
.featherlight-content ul li {
  margin-bottom: 13px;
}

main ul li > strong {
  color: #0055a5;
}

.advantages main .logos img {
  width: auto;
}

.advantages main .sidebar img {
  width: 100%;
  max-width: 500px;
}

.advantages main ul li {
  margin-bottom: 12px;
}

.applications main .col img {
  width: 90%;
  max-width: 500px;
}

video {
  width: 100%;
  height: auto;
}

main ul.buttons {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  min-height: 50px;
}

.buttons li {
  margin: 20px 10px;
  width: auto;
  display: inline-block;
  font-size: 110%;
}

.buttons li a:link,
.buttons li a:visited {
  border: 1px solid #0055a5;
  padding: 10px 30px;
  color: #0055a5;
  font-weight: bold;
  background-color: white;
  text-decoration: none;
  box-sizing: border-box;
}

.buttons li a:hover {
  background-color: #0055a5;
  color: white;
  opacity: 1;
}

img {
  width: 100%;
}

table.data {
  width: 100%;
  margin: 20px 0;
  border: 0 none;
}

.data th {
  border-right: 1px solid white;
}

.data th,
.data tr:nth-child(odd) td.blue,
.data tr:nth-child(even) td.blue {
  background-color: #0055a5;
  color: white;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid white;
}

.data tr:nth-child(odd) td {
  background-color: #c1e1fd;
  border-bottom: 1px solid white;
}

.data tr:nth-child(even) td {
  background-color: #e7f2fc;
  border-bottom: 1px solid white;
}

.advantages div.col {
  text-align: left;
}

.advantages .center div.col {
  text-align: center;
}

.advantages main ul {
  padding-left: 20px;
}

.applications div.col {
  text-align: center;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  margin-top: -5px;
  position: relative;
  z-index: 400;
  background-color: #e9e9e9;
  min-height: 450px;
  padding-bottom: 20px;
}

.phone-social {
  background-color: #0055a5;
  height: 70px;
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
}

.phone {
  font-size: 130%;
  color: white;
  font-weight: 300;
  float: left;
}

.phone span {
  font-weight: 400;
}

.social {
  font-size: 160%;
}

.social a:link,
.social a:visited {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

.social a:hover {
  opacity: 0.7;
}

.footer-logo {
  width: 100%;
  display: block;
  margin: 50px auto 20px auto;
  height: 80px;
}

.footer-logo img.kec {
  width: 70px;
  height: auto;
  vertical-align: middle;
  margin: 0 10px 15px 0;
}

.footer-logo img.koa {
  width: 50%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.footer-logo img.tps {
  width: 40%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.footer-logo img.inquisa {
  width: 65%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.footer-logo h2 {
  font-family: AvenirLTPro-Heavy;
  display: inline;
  color: black;
  font-size: 187%;
  text-align: left;
  margin: 0;
}

.footer-logo h2 span {
  display: block;
  font-weight: 400;
  font-style: italic;
}

.footer-nav {
  clear: both;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: inline-block;
}

.footer-nav li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid black;
}

.footer-nav li:last-child {
  border-right: 0 none;
}

.footer-nav a:link,
.footer-nav a:visited {
  color: black;
  font-weight: 300;
}

.footer-nav a:hover,
.footer-nav a:active {
  opacity: 0.6;
}

.address {
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.5em;
}

.address a:link[itemprop=url] {
  text-decoration: none;
  color: black;
}

div[itemprop=address] {
  display: inline-block;
}

.address strong {
  font-weight: 400;
}

.legal {
  text-transform: uppercase;
  font-size: 85%;
}

footer .address a:link,
footer .address a:visited,
footer .legal a:link,
footer .legal a:visited {
  text-decoration: underline;
  color: black;
}

div[role=dialog].ui-dialog {
  z-index: 20000 !important;
  width: 30% !important;
}

div#coronavirus p {
  font-size: 15px;
  line-height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
  outline: 0;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  width: 70%;
}

.featherlight-loading .featherlight-content {
  height: 200px;
  background: #fff url("img/loading.gif") center center no-repeat;
}

.featherlight.small .featherlight-content {
  width: 50%;
}

.featherlight-content img {
  width: auto;
  margin: 10px auto;
}

.featherlight-content .col img {
  width: 100%;
}

.featherlight-content p,
.featherlight-content ul {
  font-size: 125%;
  line-height: 1.5em;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    width: 95%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-width: 1775px) {
  header.secondary .brand {
    width: 50%;
  }
}
@media only screen and (max-width: 1495px) {
  main p.pdf a {
    display: block;
    margin: 10px 0 10px 30px;
  }
  main p.pdf {
    text-align: left;
  }
}
@media only screen and (max-width: 1490px) {
  .logo-lockup {
    margin-right: 8px;
  }
  nav ul.menu {
    font-size: 100%;
  }
  nav ul.right {
    margin-right: 0;
  }
  nav ul.right li#companies-parent {
    font-size: 16px;
  }
  nav ul.right li#search-parent, nav ul.right li#language-parent {
    position: relative;
   top: 5px;
  }
  nav ul.right li i {
    font-size: 65%;
  }
  .brand {
    width: 40%;
    height: 200px;
  }
}
@media only screen and (max-width: 1351px) {
  .wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }

  nav ul.right {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  nav ul.menu {
      grid-area: 2 / 1 / 3 / 4;
      justify-self: end;
      width: 100%;
      align-self: end;
  }
  .brand h2 {
    font-size: 250%;
  }

  nav ul.menu {
    font-size: 105%;
  }
}
@media only screen and (max-width: 1206px) {
  .brand h2 {
    margin-bottom: 30px;
  }
  .nav-wrap {
    grid-template-columns: 25% 55% 15%;
    grid-template-rows: 84px 40px;
  }
  nav ul.menu {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
    width: 80%;
    align-self: end;
  }
  nav ul.right {
    grid-area: 1 / 3 / 2 / 4;

  }

}
@media only screen and (max-width: 1105px) {
  nav ul.menu {
    font-size: 95%;
  }

  div[role=dialog].ui-dialog {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1025px) {
  header.secondary .brand {
    width: 54%;
  }
  header {
    height: 570px;
  }

  .home div.section.group.wrapper {
    margin-top: 0;
  }

  .footer-logo img.kec {
    display: block;
    margin: 0 auto;
    width: 60px;
  }

  .footer-logo h2 {
    text-align: center;
    font-size: 120%;
  }
}
@media only screen and (max-width: 1005px) {
  .brand h2 {
    font-size: 220%;
  }

  header.secondary {
    height: 200px;
  }

  nav ul.menu {
    font-size: 90%;
  }

  nav ul.right {
    font-size: 150%;
  }

  nav ul.right li#companies-parent {
    font-size: 16px;
  }
}
/*  GO FULL WIDTH BELOW 940 PIXELS */
@media only screen and (max-width: 940px) {
  .mobile-only {
    display: block;
  }

  .desktop-only,
  nav,
  .slicknav_menu i.icon-chevron-down {
    display: none;
  }
  .wrapper {
    padding: 0 15px;
  }
  .brand {
    top: 30px;
  }
  .slicknav_nav ul.sub {
    position: relative;
    top: 0;
  }
  .brand h2 {
    font-size: 150%;
    margin-bottom: 20px;
  }
  header {
    height: 430px;
  }
  header.secondary {
    top: 0;
  }

  header.secondary .brand {
    top: 12px;
  }

  header.secondary .logo {
    width: 60%;
  }

  div.slicknav_menu {
    display: block;
  }
  .col {
    margin: 1% 0 1% 0%;
  }
  .flex div.span_3_of_12 {
    width: 45%;
    margin-right: 2%;
  }
  .products .flex img {
    max-width: 100%;
  }
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%;
  }
  .advantages div.col.sidebar {
    text-align: center;
  }
  .h1-banner h1 {
    font-size: 265%;
  }
  .sidebar {
    margin-bottom: 50px;
  }
  .sidebar img {
    width: 90%;
  }
  .home main p {
    padding-right: 0;
  }
  .flex div.span_3_of_12 {
    width: 100%;
  }
  .events {
    width: 50%;
    float: left;
    min-height: 225px;
    margin: 27px 0 0 20px;
  }

  main ul {
    min-height: auto;
  }

  main ul.buttons {
    width: 80%;
  }

  iframe.video {
    min-height: 250px;
  }

  .featherlight-content img {
    width: 100%;
  }

  .featherlight.small .featherlight-content {
    width: 95%;
  }

  .buttons li {
    width: 100%;
    display: block;
    margin: 50px auto;
  }

  .buttons li a:link, .buttons li a:visited {
    width: 100%;
    display: block;
    text-align: center;
  }

  .footer-nav {
    line-height: 1.5em;
  }

  .footer-logo div.span_4_of_12 {
    width: 32%;
  }

  .footer-logo p {
    font-size: 85%;
  }

  .footer-logo img.tps {
    width: 45%;
  }

  .footer-logo img.koa {
    width: 60%;
  }

  .footer-logo img.inquisa {
    width: 60%;
  }

  .footer-nav {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 730px) {
  .brand {
    width: 50%;
  }
  header.secondary .brand {
    top: 40px;
  }
  header.secondary .logo {
    width: 60%;
  }
  .h1-banner {
    height: 66px;
  }
  .h1-banner h1 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 705px) {
  .phone-social {
    height: 120px;
  }
  .phone {
    float: none;
    text-align: center;
  }
  .social {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .h1-banner h1 {
    font-size: 230%;
  }
  ul.activities-logos {
    margin-bottom: 30px;
  }
  ul.activities-logos li {
    margin: 0 3%;
    width: 40%;
  }

  header.secondary {
    height: 150px;
  }

  div[role=dialog].ui-dialog {
    width: 50% !important;
  }
}
@media only screen and (max-width: 601px) {
  .brand {
      width: 70%;
      left: 15%;
  }
  .h1-banner h1 {
    font-size: 200%;
  }

  header.secondary {
    height: 170px;
  }

  header.secondary .brand {
    width: 70%;
  }

  header.secondary .brand h2 {
    margin-bottom: 20px;
  }

  .footer-logo div.span_4_of_12 {
    width: 100%;
    padding-bottom: 25px;
  }

  .footer-logo img.koa {
    width: 40%;
  }

  .footer-logo img.tps {
    width: 30%;
  }

  .footer-logo img.inquisa {
    width: 40%;
  }
}
@media only screen and (max-width: 581px) {
  .sidebar img {
    width: 95%;
    float: none;
  }

  .events {
    width: 95%;
    float: none;
    min-height: auto;
    margin: 27px 0 0 0;
  }

  .h1-banner h1 {
    font-size: 180%;
  }

  .h1-banner {
    height: 85px;
  }

  .products div.span_3_of_12 {
    width: 90%;
  }

  main ul.buttons {
    width: 95%;
  }
}
@media only screen and (max-width: 513px) {
  .logo-lockup {
    max-width: 250px;
  }
  .slicknav_btn {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 490px) {
  header.secondary .brand {
    width: 76%;
  }

  .product-grid .first,
.product-grid .second {
    height: 104px;
  }

  .product-grid .first,
.product-grid .second,
.product-grid .third,
.product-grid .fourth {
    width: 50%;
  }
}
@media only screen and (max-width: 415px) {
  .h1-banner {
    height: auto;
  }

  .h1-banner h1 {
    padding-bottom: 10px;
  }

  .brand {
    top: 25px;
    width: 35%;
  }

  header, #owl-bg {
    height: 270px;
  }
}
@media only screen and (max-width: 406px) {
  .brand h2 {
    font-size: 120%;
    margin-bottom: 10px;
  }

  .h1-banner {
    height: 60px;
  }

  .h1-banner h1 {
    font-size: 120%;
  }

  .footer-logo {
    width: 95%;
  }
}
@media only screen and (max-width: 394px) {
  .slicknav_brand {
    height: 50px;
  }
  .logo-lockup {
    max-width: 200px;
  }
  .slicknav_btn {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 361px) {
  .brand {
    width: 60%;
  }

  .footer-logo {
    height: 110px;
  }

  .footer-logo img,
.footer-logo h2 {
    float: none;
    text-align: center;
  }

  main p {
    font-size: 105%;
  }

  .h1-banner h1 {
    font-size: 147%;
  }

  header.secondary .brand {
    width: 82%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 321px) {
  .phone-social {
    height: 150px;
  }

  div[role=dialog].ui-dialog {
    width: 90% !important;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.border {
  border-top: 1px solid #0055a5;
  border-bottom: 1px solid #0055a5;
  padding: 5px 0;
}

.inline {
  display: inline-block;
}

img.auto {
  width: auto;
}

div.cc-window.cc-floating {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}

div.cc-floating.cc-theme-classic {
  border-radius: 0;
}

div.cc-bottom {
  bottom: 0;
}

div.cc-floating.cc-type-info.cc-theme-classic div.cc-compliance {
  flex: 1 0 auto;
}

p strong {
  font-weight: 400;
}

.black-text {
  color: black;
}

blockquote {
  border: 1px solid #666;
  padding: 0 20px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
