@import url('reconeyez-ico-embedded.css');
@import url('intlTelInput.min.css');
.iti__flag {
  background-image: url("../gfx/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../gfx/flags@2x.png");
  }
}
.iti--allow-dropdown {
  width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #0762C8;
}
html,
body {
  height: 100%;
}
body {
  color: #002147;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding-top: 5em;
  letter-spacing: 0.02em;
}
body.halt {
  overflow: hidden;
}
body.with-submenu {
  padding-top: 8em;
}
#contentWrapper {
  flex: 1 0 auto;
  background-color: #E0E7E7;
  padding-bottom: 2em;
}
#contentWrapper.whitebg {
  background-color: #ffffff;
}
#contentWrapper .fixed-menu-wrapper {
  box-shadow: 0em 0.3em 0.3em rgba(0, 33, 71, 0.05);
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.middlespace {
  margin-top: 3em;
  margin-bottom: 2em;
}
.whitebg {
  background-color: #ffffff;
}
content {
  padding-top: 9em;
  padding-bottom: 4em;
  flex: 1 0 auto;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.popMenu {
  display: none;
}
.popover {
  max-width: 100%;
  box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.2);
}
.popover .subMenu h3 {
  color: rgba(0, 33, 71, 0.9);
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}
.popover .subMenu > .col {
  border: solid 0 rgba(0, 33, 71, 0.1);
  border-left-width: 4px;
}
.popover .subMenu > .col:first-child {
  border-left-width: 0;
}
.popover .subMenu .subLinks {
  font-size: 1.2em;
  padding: 0.4em 0;
  line-height: 1.2em;
}
.popover .subMenu .subLinks:first-child {
  border: solid 0 rgba(0, 33, 71, 0.15);
  border-right-width: 3px;
}
.popover .subMenu .subLinks a {
  padding: 0.3em 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: rgba(0, 33, 71, 0.9);
  font-weight: 400;
}
.popover .subMenu .subLinks a:hover,
.popover .subMenu .subLinks a:active {
  text-decoration: none;
}
.popover .subMenu .subLinks a span {
  font-size: 0.75em;
  font-weight: 300;
  color: rgba(0, 33, 71, 0.6);
}
.fixed-menu-wrapper {
  position: fixed;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: box-shadow 0.4s ease-in-out;
  -moz-transition: box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
}
.fixed-menu-wrapper.scrolled {
  box-shadow: 0em 0.3em 0.3em rgba(0, 33, 71, 0.11);
  /* font-size: 0.85em; */
}
.fixed-menu-wrapper .fluidmenu {
  background: #ffffff;
  /* 
        div,ul,a,span {
            -webkit-transition: font-size 0.2s ease-in-out,box-shadow 0.4s ease-in-out;
            -moz-transition: font-size 0.2s ease-in-out,box-shadow 0.4s ease-in-out;
            -o-transition: font-size 0.2s ease-in-out,box-shadow 0.4s ease-in-out;
            transition: font-size 0.2s ease-in-out,box-shadow 0.4s ease-in-out;
        } */
}
.fixed-menu-wrapper .fluidmenu.sub {
  background: #002147;
}
.fixed-menu-wrapper #menu {
  background: #ffffff;
}
.fixed-menu-wrapper #menu .menuWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
.fixed-menu-wrapper #menu .menuWrapper #logo {
  /*
                height: 2.2em;
                margin: 1.9em 2.2em 1.3em 1.1em;
                */
  height: 2.8em;
  margin: 1.1em 2.2em 1.1em 1.1em;
}
.fixed-menu-wrapper #menu .menuWrapper.extranet #logo {
  margin: 1.9em 1em 1.3em 0;
}
.fixed-menu-wrapper #menu .menuWrapper.extranet a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.fixed-menu-wrapper #menu .menuWrapper.extranet h4 {
  color: rgba(0, 33, 71, 0.3);
  font-size: 2.1em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links {
  display: flex;
  padding: 0;
  margin: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links li {
  list-style: none;
  padding: 0.2em 0.5em;
  line-height: 1em;
  margin: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.menu {
  flex-grow: 3;
  font-size: 1.15em;
  justify-content: center;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.menu a {
  color: #002147;
  margin: 0 1vw;
  padding: 0 0.1em;
  text-decoration: none;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.menu a:hover {
  color: #0762C8;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.menu li.active a {
  color: #0762C8;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.action {
  flex-grow: 1;
  justify-content: center;
}
.fixed-menu-wrapper #menu .menuWrapper ul.links.action a.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  padding: 0.7em 1.5em;
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.2);
  margin: 0 0.3em;
}
.fixed-menu-wrapper #menu .menuWrapper .lang .bootstrap-select {
  width: auto;
}
.fixed-menu-wrapper #subMenu {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.fixed-menu-wrapper #subMenu .subSection {
  margin: 0 0 0 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fixed-menu-wrapper #subMenu .subSection h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.4em;
}
.fixed-menu-wrapper #subMenu .menuWrapper {
  display: flex;
  padding: 0;
  margin: 0;
}
.fixed-menu-wrapper #subMenu .menuWrapper li {
  display: flex;
  list-style: none;
}
.fixed-menu-wrapper #subMenu .menuWrapper li a {
  padding: 1.4em;
  color: #ffffff;
}
.fixed-menu-wrapper #subMenu .menuWrapper li.active a {
  color: #002147;
  background-color: #F3F4CC;
}
footer {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background-color: #002147;
  color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
  line-height: 1em;
  align-items: center;
  /*
    div {
        margin: 0 0.7em;   

        &.social {
            font-size: 1.2em;
            margin-left: 1.5em;
            margin-right: 0;

            a {
                margin-left: 0.3em;
            }
        } 
    } */
}
footer img.logo-sq {
  width: 100%;
  max-width: 7.5em;
  margin-bottom: 3em;
}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover span {
  text-decoration: underline;
}
footer h5 {
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer ul {
  padding: 0;
  font-size: 0.9em;
}
footer ul li {
  list-style: none;
  padding: 0.6em 0;
}
footer .dload {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .dload img {
  margin-top: 0.5em;
}
footer .footer2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  margin-top: 2em;
}
footer .footer2 .footlinks {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
footer .footer2 .footlinks a {
  margin: 0 0.8em;
}
footer .footer2 .social {
  display: flex;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
}
footer .footer2 .social a {
  margin: 0 0.8em;
  font-size: 1.4em;
}
footer .footer2 .social a i.fa-facebook-f {
  overflow: hidden;
  font-size: 0.9em;
}
footer .footer2 .subscribe {
  display: flex;
  text-align: center;
  flex-grow: 2;
  justify-content: center;
}
footer .footer2 .subscribe .msg {
  width: auto;
  margin: 0;
  padding: 1em 1.5em;
  text-align: left;
  background-color: rgba(102, 121, 144, 0.4);
  color: rgba(255, 255, 255, 0.7);
}
footer .footer2 .subscribe .msg h2 {
  font-weight: 700;
  font-size: 1em;
}
footer .footer2 .subscribe .msg p {
  font-size: 0.8em;
  font-size: 0.9em;
}
footer .footer2 .subscribe form {
  display: flex;
  align-items: center;
}
footer .footer2 .subscribe form label {
  font-size: 0.9em;
  padding-right: 1em;
  font-weight: 600;
}
footer .footer2 .subscribe form button {
  color: #ffffff;
  border-color: #ffffff;
}
footer .footer2 .subscribe form button:hover {
  border-color: #0762C8;
}
footer .footer2 .subscribe form .btn,
footer .footer2 .subscribe form .form-control {
  font-size: 0.85em;
}
footer .footer2 .subscribe form,
footer .footer2 .subscribe .input-group {
  margin-bottom: 0;
}
.zoom {
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
/* mobile menu */
#nav-icon {
  position: relative;
  width: 30px;
  height: 24px;
  left: auto;
  top: auto;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 100%;
  background: #002147;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon:focus span,
#nav-icon:hover span {
  background: #002147;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:first-child,
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  background: #cccccc;
}
#nav-icon.open span:first-child + span,
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:first-child + span + span,
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
  background: #cccccc;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
  display: none;
  overflow-y: auto;
}
.overlay .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.overlay ul {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  justify-content: start;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  /* submenu */
}
.overlay ul:first-child {
  margin-top: 5em;
}
.overlay ul li {
  font-size: 5.2vmin;
  width: 100%;
  box-sizing: border-box;
  border: solid 0 rgba(0, 33, 71, 0.1);
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overlay ul li i {
  padding: 0.8em 1.6em 0.8em 0;
}
.overlay ul li a:not(.btn) {
  padding: 0.8em 1.6em 0.8em 1.5em;
  background-color: transparent;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  color: #002147;
}
.overlay ul li a,
.overlay ul li a:link,
.overlay ul li a:focus,
.overlay ul li a:active {
  text-decoration: none;
}
.overlay ul li a.active,
.overlay ul li.current_page_parent a,
.overlay ul li.current-menu-item a {
  color: #002147;
  border: solid 0 #ffffff;
  border-bottom-width: 1px;
}
.overlay ul li.login {
  margin-top: 1em;
  text-decoration: underline;
}
.overlay ul li.lang {
  padding: 0.8em 1em 0.8em 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.overlay ul li.lang a {
  width: auto;
  padding: 0;
}
.overlay ul li.buttonBox {
  padding: 1.5em 1.8em;
  font-size: 1em;
  border-width: 0;
}
.overlay ul ul {
  display: none;
  height: auto;
  margin-top: 0;
  font-weight: 400;
  background-color: #f4f6f5;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  width: 100%;
}
.overlay ul ul li {
  font-size: 4.3vmin;
  border-width: 0;
  display: flex;
}
.overlay ul ul li a {
  padding: 0.5em 1em 0.5em 1.8em;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.overlay ul ul li a span {
  font-size: 0.75em;
  font-weight: 300;
}
.carousel.imago .carousel-item {
  padding: 14.5vw 5em;
  background: #cccccc;
  background-size: cover;
  background-position: center center;
}
.carousel.imago .carousel-item h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0.8em;
  line-height: 1.15em;
}
.carousel.imago .carousel-item p {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.carousel.imago .carousel-item .btn {
  margin-top: 1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  padding: 0.7em 1.5em;
  width: 100%;
  max-width: 18em;
}
.carousel.imago .carousel-item.light h2,
.carousel.imago .carousel-item.light p {
  color: #ffffff;
}
.carousel.imago .carousel-indicators {
  position: absolute;
  justify-content: center;
  /* margin-left: 5em; */
  bottom: 5%;
}
.carousel.imago .carousel-indicators li {
  padding: 0;
  display: inline;
  border: solid 1px #0762C8;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 0.75em;
  height: 0.75em;
}
.carousel.imago .carousel-indicators li.active {
  background: #0762C8;
}
.carousel.imago .carousel-inner {
  height: 100%;
  padding: 0;
}
.carousel.imago .carousel-inner .carousel-item {
  height: 100%;
}
.carousel.imago .carousel-control-prev {
  margin: 0 1.5em;
}
.carousel.imago .carousel-control-next {
  margin: 0 1.5em;
}
.persons,
.arguments {
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
}
.persons .col,
.arguments .col {
  display: flex;
  margin-bottom: 1em;
}
header {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 4em;
}
header h2 {
  margin-top: 0;
  font-size: 3em;
  margin-bottom: 0.8em;
}
header p {
  margin-bottom: 0;
  color: rgba(0, 33, 71, 0.6);
}
header ul {
  color: rgba(0, 33, 71, 0.6);
}
.persons {
  background-color: #ffffff;
}
.persons header {
  padding-bottom: 1em;
}
.persons .col {
  flex-direction: column;
}
.persons .img {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}
person {
  padding: 1.5em 1.2em;
  box-shadow: 0em 0.8em 0.8em rgba(0, 33, 71, 0.15);
  margin-bottom: 1em;
  text-align: left;
}
person p {
  color: rgba(0, 33, 71, 0.6);
  font-size: 0.9em;
  margin-bottom: 0;
}
person .social {
  text-align: right;
  font-size: 2em;
  margin-top: 0.5em;
}
person .social a {
  color: rgba(0, 33, 71, 0.25);
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
person .social a:hover {
  color: #0762C8;
}
person a {
  color: rgba(0, 33, 71, 0.6);
  text-decoration: none;
}
person a:hover {
  text-decoration: underline;
  color: #002147;
}
person h3 {
  font-weight: 700;
  font-size: 1.2em;
}
argument {
  display: flex;
  border-radius: 0.8em;
  flex-direction: column;
  background-color: #ffffff;
  padding: 3em 2em 3em 2em;
  box-shadow: 0em 0.8em 0.8em rgba(0, 33, 71, 0.15);
  justify-content: flex-start;
  transform: scale(1);
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
argument:hover {
  /*transform: scale(1.05); */
}
argument h3 {
  font-weight: 700;
  font-size: 1.3em;
  margin: 0 0 1em;
}
argument p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.35em;
  color: rgba(0, 33, 71, 0.6);
}
.buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.buttonBox .btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  width: 100%;
  max-width: 36em;
  border-radius: 0.4em;
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 33, 71, 0.15);
  font-weight: 600;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.buttonBox .btn.btn-outline-secondary {
  background-color: #ffffff;
}
.buttonBox .btn.btn-outline-secondary:hover {
  background-color: #002147;
}
.hero-pic content {
  position: relative;
  padding: 14.5vw 5em;
  /* background: #cccccc; */
  background-size: cover;
  background-position: center center;
}
.hero-pic content h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0.8em;
  line-height: 1.15em;
}
.hero-pic content p {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.hero-pic content .btn {
  margin-top: 1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  padding: 0.7em 1.5em;
  width: 100%;
  max-width: 18em;
}
.hero-pic content.light h2,
.hero-pic content.light p {
  color: #ffffff;
}
.hero-with-title {
  margin-top: 3em;
  margin-bottom: 2em;
  background-color: #ffffff;
}
.hero-with-title content {
  position: relative;
  padding: 0;
  padding-bottom: 38%;
  background-size: cover;
  background-position: center top;
}
.hero-with-title content img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.hero-with-title content .hotspot {
  position: absolute;
  color: #ffffff;
  z-index: 2;
  font-size: 2em;
  cursor: pointer;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  text-shadow: 0.2em 0.2em 0.3em rgba(0, 33, 71, 0.15);
}
.hero-with-title content .hotspot:before {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.7em;
  margin-left: -0.7em;
  border-radius: 0.7em;
  background: #ffffff url('../gfx/ico-luup.svg') center center no-repeat;
  background-size: 54% 54%;
  content: '';
}
.hero-with-title content .hotspot:hover {
  color: #0762C8;
}
/*
    @tooltip-arrow-width, 
    @tooltip-background-color, 
    @tooltip-inner-color
*/
.tooltip {
  z-index: 3;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tooltip.bs-tooltip-right {
  margin-left: 2em;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #ffffff;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #ffffff;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #ffffff;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #ffffff;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #002147;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  font-size: 1em;
  max-width: 19em;
  padding: 1.2em;
  line-height: 1.3em;
}
.tooltip .tooltip-inner h4 {
  font-size: 1.2em;
  font-weight: normal;
  color: #002147;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5em;
}
.tooltip .tooltip-inner p {
  margin: 0;
  font-size: 1em;
  color: #002147;
}
.tooltip-arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: -1;
}
/* function */
.container-fluid .pic-txt-box {
  padding-top: 0;
}
.pic-txt-box {
  padding-top: 2em;
  padding-bottom: 0;
  margin-top: 3em;
  margin-bottom: 2em;
  /* 
    margin-left: 2em;
    margin-right: 2em; */
}
.pic-txt-box .col {
  padding-bottom: 2em;
}
.pic-txt-box argument {
  padding: 0;
  display: flex;
  height: 100%;
  border-radius: 1.2em;
}
.pic-txt-box argument .thumb {
  padding-bottom: 19em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0.8em 0.8em 0 0.8em;
  border-radius: 0.7em;
}
.pic-txt-box argument .txt {
  padding: 1.5em 1.5em 3em 2em;
  flex-grow: 2;
}
.withFooter {
  margin-bottom: -2em;
  padding-top: 0;
  background-color: #ffffff;
  margin-top: 3em;
}
.withFooter .logobox {
  margin-top: 2em;
}
.logobox {
  background-color: #ffffff;
  margin-top: 3em;
  margin-bottom: 2em;
  padding-bottom: 4em;
}
.logobox .imageBox {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 12em;
  padding-bottom: 3em;
}
.logobox .imageBox .col {
  height: 24em;
  display: flex;
  flex-direction: column;
}
.logobox .imageBox .col div:first-child {
  margin-bottom: 2em;
}
.logobox .imageBox .col h2 {
  color: #ffffff;
  display: inline;
  background: rgba(0, 33, 71, 0.7);
  font-size: 3em;
  line-height: 1.35em;
}
.logobox .imageBox .col p {
  color: #ffffff;
  display: inline;
  background: rgba(0, 33, 71, 0.7);
  line-height: 1.35em;
  font-size: 1.5em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.logobox .logospace {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: -2em;
  align-items: center;
}
.logobox .logospace .logo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0.5em;
  margin: 2em;
  max-width: 8em;
}
.logobox .logospace .logo img {
  /* max-height: 2.5em; */
  margin: 0.5em 0em;
  width: 100%;
  height: auto;
}
.logobox .logospace .logo p {
  font-size: 0.85em;
  margin: 1em 0 0 0;
  text-align: center;
  line-height: 1.2em;
  flex-wrap: wrap;
}
.shadow {
  box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.1);
}
.shadowBox {
  box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-top: 3em;
  margin-bottom: 2em;
  /* 
    margin-left: 2em;
    margin-right: 2em; */
}
.shadowBox .buttonBox {
  padding-left: 2em;
  padding-right: 2em;
}
ul.snakez {
  padding-left: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
ul.snakez li {
  list-style: none;
  padding: 0.2em 0 0.9em 1.8em;
  background-image: url('../gfx/stylish-right.svg');
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  background-size: 1.2em auto;
  min-height: 1.5em;
}
.photoBox {
  position: relative;
  overflow: hidden;
}
.photoBox.with-patent-pending header {
  margin-top: 2em;
}
.photoBox .noteRibbon {
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: 0;
  text-align: center;
  background: #F3F4CC;
  width: 105%;
  font-weight: 600;
  font-size: 0.85em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.photoBox .col:nth-child(2) header {
  padding-left: 1em;
}
.photoBox .col:nth-child(1) header {
  padding-left: 3em;
  padding-right: 0;
}
.photoBox .fa-exclamation-triangle {
  color: #DA0602;
}
.photoBox .cover {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.photoBox .cover .buttonBox {
  width: 100%;
  position: absolute;
  bottom: 1em;
  left: 0;
  display: flex;
}
.photoBox .cover .buttonBox .btn {
  min-width: 7em;
  margin: 0 0.2em;
  width: auto;
  min-width: 10em;
}
.photoBox .imageWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f6f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 25vw;
  /* voodoo */
}
.photoBox .imageWrap img {
  width: 100%;
  height: auto;
}
.photoBox header {
  padding: 3em 2em 0 2em;
  text-align: left;
  line-height: 1.4em;
}
.photoBox header h3 {
  margin-bottom: 0.8em;
}
.photoBox header p {
  margin-bottom: 1em;
}
.photoBox header img {
  max-width: 22em;
  width: 100%;
  height: auto;
}
.photoBox header ul {
  padding-left: 0;
}
.photoBox header ul li {
  list-style: none;
  padding: 0.2em 0 0.9em 1.8em;
  background-image: url('../gfx/stylish-right.svg');
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  background-size: 1.2em auto;
  min-height: 1.5em;
}
.photoBox header .buttonBox {
  margin-bottom: 0;
}
.photoBox header .buttonBox a {
  margin-bottom: 0;
}
/*div{background:rgba(255,0,0,0.1);}*/
.appBox {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.appBox a {
  text-align: center;
  margin-top: 0.5em;
}
.appBox a img {
  max-width: 10em;
  width: 100%;
}
.featured {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 2.5em;
}
.featured i {
  font-size: 1.3em;
}
.padding4 {
  padding-left: 4em;
  padding-right: 4em;
}
.archiveHead {
  border: solid 0 #e7ede9;
  border-bottom-width: 1px;
  margin-top: 4em;
  padding-bottom: 2em;
  margin-bottom: 3em;
}
.blogFront {
  border: solid 0 #e7ede9;
  border-bottom-width: 1px;
  margin-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.blogFront .blogPost {
  font-size: 1.2em;
  padding-bottom: 0;
  /* forced infopicture */
}
.blogFront .blogPost .img .imgBox {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.blogFront .blogPost h1 {
  font-size: 2em;
}
.blogFront .blogPost .txt {
  padding-bottom: 0;
}
.greenBox {
  padding: 1.5em 3em;
  background: #e7ede9;
  border: solid 0px #667990;
  border-top-width: 4px;
  height: 100%;
}
.greenBox h3 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.blogPost {
  height: 100%;
  padding-bottom: 1.5em;
}
.blogPost.clickable {
  cursor: pointer;
}
.blogPost h1 {
  font-weight: 700;
  font-size: 2.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.blogPost h1 a {
  text-decoration: none;
  color: #002147;
}
.blogPost .date,
.blogPost p {
  color: rgba(0, 33, 71, 0.6);
}
.blogPost .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogPost .img {
  justify-content: space-around;
  display: flex;
}
.blogPost .img .imgBox {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60%;
  max-width: 35em;
}
.imgDesc {
  width: 100%;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
  color: rgba(0, 33, 71, 0.4);
}
/* blog stuff */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.singlePost {
  padding-top: 4em;
  padding-bottom: 4em;
  color: rgba(0, 33, 71, 0.87);
  /* YT */
}
.singlePost img {
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.singlePost .video-container {
  margin: 1.5em auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.singlePost .video-container iframe,
.singlePost .video-container object,
.singlePost .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.singlePost .entry-content img,
.singlePost .entry-content iframe,
.singlePost .entry-content object,
.singlePost .entry-content embed {
  max-width: 100%;
}
.singlePost.blogPost h1 {
  font-weight: 700;
  font-size: 2.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.singlePost h1 {
  font-weight: 700;
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.singlePost h2,
.singlePost h3 {
  margin-top: 1.5em;
}
.singlePost .txt {
  font-size: 1.2em;
  margin-bottom: 4em;
  line-height: 1.6em;
  display: block;
}
.singlePost .txt p {
  margin-bottom: 0;
  margin-top: 1em;
  color: rgba(0, 33, 71, 0.87);
}
.singlePost .author {
  font-size: 1.1em;
  margin-bottom: 2em;
}
.singlePost .author .thumb {
  height: 4em;
  width: 4em;
  border-radius: 2em;
}
.singlePost .author .social {
  flex-grow: 3;
  text-align: right;
}
.singlePost .author .social a {
  color: rgba(0, 33, 71, 0.2);
  margin-left: 0.7em;
  font-size: 1.2em;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.singlePost .author .social a:hover {
  color: #0762C8;
}
.singlePost .author .social a i.fa-facebook-f {
  overflow: hidden;
  font-size: 0.9em;
}
.author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}
.author .thumb {
  height: 2em;
  width: 2em;
  border-radius: 1em;
  margin-right: 1em;
  background-size: cover;
  background-position: center center;
}
.author p {
  margin: 0;
  font-weight: 400;
  color: rgba(0, 33, 71, 0.6);
}
.author.maxi {
  margin-top: 1em;
  font-size: 1.2em;
  align-items: flex-start;
  margin-bottom: 0;
}
.author.maxi .thumb {
  height: 6em;
  width: 6em;
  border-radius: 3em;
}
.author.maxi p:first-child {
  text-transform: uppercase;
  font-size: 0.9em;
}
.author.maxi strong {
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.8em;
}
ul.pagination {
  padding-top: 4em;
  padding-bottom: 2em;
}
ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
ul.pagination .page-item .page-link {
  border-width: 0;
  border-radius: 0;
  color: #002147;
}
ul.pagination .page-item.active .page-link {
  background-color: #e7ede9;
  color: #002147;
}
ul.categories {
  display: flex;
  list-style: none;
  padding: 0;
}
ul.categories li {
  margin-right: 1.5em;
}
ul.categories li a {
  padding: 0.2em 0;
  color: rgba(0, 33, 71, 0.6);
  text-transform: uppercase;
  text-decoration: none;
}
ul.categories li a:hover {
  color: #0762C8;
}
ul.tags {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 3em;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
ul.tags li {
  margin-right: 1em;
  margin-bottom: 1em;
  white-space: nowrap;
  display: flex;
}
ul.tags li a {
  font-size: 0.9em;
  border: solid 1px rgba(0, 33, 71, 0.5);
  padding: 0.8em 1.5em;
  border-radius: 0.2em;
  color: rgba(0, 33, 71, 0.6);
  text-decoration: none;
  cursor: pointer;
}
ul.tags li a:hover {
  color: #0762C8;
  border-color: #0762C8;
}
.blogLatest {
  border: solid 0 #e7ede9;
  border-top-width: 1px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-top: 2em;
}
.blogLatest .featured {
  padding-bottom: 4em;
}
.blogLatest .blogPost {
  display: flex;
  padding-bottom: 2em;
  justify-content: flex-start;
  align-items: start;
}
.blogLatest .blogPost h1 {
  font-size: 1.5em;
}
.blogLatest .blogPost h4 {
  color: rgba(0, 33, 71, 0.15);
  margin: 0;
  font-size: 2.5em;
  margin-right: 0.8em;
  font-weight: 700;
  line-height: 1em;
}
.lemonBar {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #F3F4CC;
  font-size: 1.3em;
  line-height: 1.4em;
}
.lemonBar h3 {
  margin-top: 0.2em;
  font-weight: 700;
  font-size: 3em;
}
.requestBox {
  padding-left: 4em;
  padding-right: 4em;
  margin-top: 4em;
}
.requestBox h1 {
  margin-bottom: 0.5em;
}
.requestBox h2 {
  font-weight: 600;
}
.requestBox ul.snakez {
  font-size: 1.3em;
  color: rgba(0, 33, 71, 0.6);
  font-weight: 600;
}
.nf-form-content .nf-field-label label {
  font-size: 0.85em;
  font-weight: 400;
}
.nf-form-content input,
.nf-form-content textarea {
  border: solid 1px #002147;
  border-radius: 0;
}
.nf-form-content input[type="checkbox"] + label {
  color: rgba(0, 33, 71, 0.6);
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.nf-form-content input[type="checkbox"]:checked + label {
  color: #002147;
}
.field-wrap input[type=submit],
.field-wrap input[type=button],
.field-wrap button[type=submit],
.field-wrap button[type=button],
.field-wrap button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  width: 100%!important;
  color: #ffffff;
  border-radius: 0.4em;
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 33, 71, 0.15);
  font-weight: 600;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  background-color: #0762C8;
  border-color: #0762c8;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.field-wrap input[type=submit]:hover,
.field-wrap input[type=button]:hover,
.field-wrap button[type=submit]:hover,
.field-wrap button[type=button]:hover,
.field-wrap button:hover {
  background-color: #0656af;
}
.field-wrap input[type=text] {
  padding: .375rem .75rem;
}
.field-wrap input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  padding: .375rem .75rem .375rem 52px;
}
.requestForm {
  padding-top: 2em;
}
.requestForm .buttonBox .btn {
  max-width: 100%;
}
.requestForm label {
  font-size: 0.85em;
  font-weight: 400;
}
.requestForm input,
.requestForm textarea {
  border: solid 1px #002147;
  border-radius: 0;
}
.requestForm input[type="checkbox"] + label {
  color: rgba(0, 33, 71, 0.6);
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.requestForm input[type="checkbox"]:checked + label {
  color: #002147;
}
.nf-before-form-content,
.privacyNote {
  color: rgba(0, 33, 71, 0.6);
  font-size: 0.85em;
  padding: 1.5em 0;
}
.nf-before-form-content a,
.privacyNote a {
  text-decoration: underline;
  color: rgba(0, 33, 71, 0.6);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #002147;
}
#extranetIntro {
  background: #e7ede9;
  padding-top: 3em;
  padding-bottom: 3em;
}
#extranetIntro p {
  color: rgba(0, 33, 71, 0.6);
}
.fileBox {
  padding-top: 3em;
  padding-bottom: 3em;
}
.fileBox h2 {
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 2em;
}
.fileBox h2:first-child {
  margin-top: 0;
}
.fileBox .file {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1.2em;
}
.fileBox .file .square {
  width: 6em;
  height: 6em;
  background-position: center center;
  background-size: cover;
  margin-right: 1.5em;
}
.fileBox .file h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
.fileBox .file p {
  margin: 0;
  color: rgba(0, 33, 71, 0.6);
}
.fileBox .file a {
  color: rgba(0, 33, 71, 0.6);
}
.fileBox .file a:hover {
  text-decoration: none;
}
.modal .modal-header {
  background-color: #E1E7E7;
}
.modal .modal-header h4 {
  font-weight: 600;
}
.mobileContacts {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #ffffff;
  padding-top: 1em;
  padding-bottom: 4em;
  /*
    margin-bottom: -3em;
    margin-top: -2em; */
}
.mobileContacts contact {
  box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 1.2em;
  background-color: #e7edef;
  margin-top: 2em;
}
.mobileContacts contact .thumb {
  padding-bottom: 9em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0.8em 0.8em 0 0.8em;
  border-radius: 0.7em;
}
.mobileContacts contact .txt {
  flex-grow: 2;
  font-size: 1.1em;
  font-weight: 600;
  padding: 1.5em 1em 1em 1em;
  line-height: 1.4em;
}
.mobileContacts contact .txt a {
  color: #002147;
}
.mobileContacts .col:first-child argument {
  margin-top: 0;
}
.msg {
  width: 100%;
  padding: 1.2em 1.5em;
  background-color: rgba(195, 209, 209, 0.3);
  margin: 1em auto;
}
.msg h2 {
  font-size: 1.3em;
  margin: 0;
  margin-bottom: 0.3em;
}
.msg p {
  font-size: 1em;
  margin-bottom: 0;
}
.msg.error h2 {
  color: #DA0602;
}
/*  xx large */
@media (min-width: 1920px) {
  #menu .menuWrapper {
    padding-right: 2.6em;
  }
  #menu .menuWrapper #logo {
    height: 2.2em;
    margin: 1.9em 2.2em 1.3em 4em;
  }
  #menu .menuWrapper ul.links.menu {
    justify-content: flex-start;
  }
  #menu .menuWrapper ul.links.menu a {
    margin: 0 0.6em;
    padding: 0 0.55em;
  }
  #menu .menuWrapper ul.links.action a.btn {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    padding: 0.7em 1.5em;
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.2);
    margin: 0 0.7em;
  }
  #menu .menuWrapper .lang .bootstrap-select {
    width: 220px;
    padding-right: 2em;
  }
  #subMenu .subSection {
    margin: 0 0 0 4em;
  }
  .popover {
    width: 1070px;
  }
  .blogPost {
    padding-right: 1.5em;
  }
}
/* x large */
@media (min-width: 1365px) and (max-width: 1919px) {
  .photoBox {
    font-size: 0.9em;
  }
  .blogPost {
    font-size: 0.9vw;
  }
  person {
    font-size: 1vw;
  }
  .blogFront .greenBox {
    font-size: 0.95em;
  }
  .blogFront .blogPost h1 {
    font-size: 1.6em;
  }
  .blogFront .blogPost .date,
  .blogFront .blogPost p {
    font-size: 0.95em;
  }
  .mobileContacts contact .txt {
    font-size: 1em;
  }
  .blogPost {
    padding-right: 1em;
  }
  .blogPost h1 {
    font-size: 1.3em;
  }
  .blogPost p {
    font-size: 0.95em;
  }
}
/* large */
@media (min-width: 1200px) and (max-width: 1365px) {
  body {
    padding-top: 6vw;
  }
  body.with-submenu {
    padding-top: 7em;
  }
  #menu {
    font-size: 1.2vw;
  }
  #menu .menuWrapper ul.links.menu {
    justify-content: flex-start;
  }
  #menu .menuWrapper ul.links.menu a {
    margin: 0 0.2vw;
    padding: 0 0.3em;
  }
  header h2 {
    font-size: 2.5em;
  }
  #subMenu {
    font-size: 1.1vw;
  }
  .blogFront .greenBox {
    margin-top: 2em;
  }
  .blogFront .img {
    justify-content: flex-end;
  }
  .blogPost {
    font-size: 1.2vw;
  }
  .blogPost .txt {
    padding-bottom: 1em;
  }
  .singlePost {
    padding-top: 4em;
    padding-bottom: 4em;
    color: rgba(0, 33, 71, 0.87);
  }
  .singlePost h1 {
    font-weight: 700;
    font-size: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lemonBar {
    font-size: 1em;
  }
  person {
    font-size: 1vw;
  }
  .popover .subMenu {
    font-size: 1vw;
  }
  .mobileContacts contact .txt {
    font-size: 1.2vw;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 6vw;
  }
  body.with-submenu {
    padding-top: 7em;
  }
  #subMenu {
    font-size: 1.2vw;
  }
  #menu {
    font-size: 1.2vw;
  }
  #menu .menuWrapper ul.links.menu {
    justify-content: flex-start;
  }
  #menu .menuWrapper ul.links.menu a {
    margin: 0 0.2vw;
    padding: 0 0.3em;
  }
  #menu .menuWrapper .lang .dropdown-menu,
  #menu .menuWrapper .lang .btn {
    font-size: 1.2vw;
  }
  .hero-with-title {
    font-size: 0.9em;
  }
  header h2 {
    font-size: 2.5em;
  }
  .blogFront .greenBox {
    margin-top: 2em;
  }
  .blogFront .img {
    justify-content: flex-end;
  }
  .blogFront .blogPost {
    font-size: 1.5vw;
  }
  .blogPost {
    font-size: 1.3vw;
  }
  .blogPost .txt {
    padding-bottom: 1em;
  }
  .lemonBar {
    font-size: 1em;
  }
  person {
    font-size: 1vw;
  }
  .popover .subMenu {
    font-size: 1vw;
  }
  .mobileContacts contact .txt {
    font-size: 1.2vw;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body.with-submenu {
    padding-top: 5em;
  }
  .carousel.imago .carousel-item {
    padding: 22vw 2em;
  }
  .hero-with-title {
    font-size: 0.8em;
  }
  header h2 {
    font-size: 2.5em;
  }
  .imageBox {
    font-size: 1.5vw;
  }
  .padding4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .overlay ul li {
    font-size: 3.5vmin;
    padding: 0.2em 0;
  }
  .overlay ul li ul li {
    font-size: 3.5vmin;
  }
  .blogFront {
    font-size: 1.5vw;
  }
  .blogFront .greenBox {
    margin-top: 2em;
  }
  .blogFront .img {
    justify-content: flex-end;
  }
  .blogPost {
    font-size: 1.5vw;
  }
  .blogPost .txt {
    padding-bottom: 1em;
  }
  ul.pagination {
    padding-top: 2em;
    padding-bottom: 0em;
  }
  .lemonBar {
    font-size: 1em;
  }
  person {
    font-size: 1.8vw;
  }
  footer + .popover {
    display: none;
  }
  .photoBox .col header {
    padding-left: 2em!important;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    padding-top: 1em;
  }
  body.with-submenu {
    padding-top: 4em;
  }
  footer + .popover {
    display: none;
  }
  #contentWrapper .fixed-menu-wrapper {
    box-shadow: none;
    border: solid 0 rgba(0, 33, 71, 0.1);
    border-bottom-width: 1px;
  }
  #contentWrapper .img-fluid {
    width: 100%;
    height: 100%;
  }
  h1 {
    font-size: 1.8em;
  }
  #extranetIntro {
    margin-top: 16vw;
  }
  #menu {
    font-size: 3.5vw;
    /* position: fixed;
        z-index: 101; 
        width: 100%; */
  }
  #menu .menuWrapper {
    padding-top: 0.5em;
  }
  #menu .menuWrapper #logo {
    margin-left: 0.6em;
    margin-bottom: 0.9em;
  }
  .buttonBox {
    margin: 0;
  }
  .carousel.imago {
    /* height: 100vh; */
    height: 93vh;
    margin-top: 7vh;
    margin-bottom: 2em;
  }
  .carousel.imago .carousel-indicators {
    margin-left: 2em;
  }
  .carousel.imago .carousel-item {
    padding: 3.4em 2em 2em 2em;
    height: 100%;
  }
  .carousel.imago .carousel-item:nth-child(1) {
    background-position: center right 24%;
  }
  .carousel.imago .carousel-item:nth-child(2) {
    background-position: center left 43%;
  }
  .carousel.imago .carousel-item:nth-child(3) {
    background-position: center right 29%;
  }
  .carousel.imago .carousel-item .row {
    height: 100%;
  }
  .carousel.imago .carousel-item .row .col {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .carousel.imago .carousel-item .row .col .wrp {
    padding-right: 15%;
  }
  .carousel.imago .carousel-item .row .col .wrp h2 {
    font-size: 6.5vw;
  }
  .carousel.imago .carousel-item .row .col .wrp p {
    font-size: 4.4vw;
  }
  .carousel.imago .carousel-item .row .col a {
    max-width: 100%;
  }
  argument,
  header {
    font-size: 4vw;
  }
  argument h2,
  header h2 {
    font-size: 1.8em;
    font-weight: 600;
  }
  .imageBox {
    font-size: 2.5vw;
  }
  .logobox .logospace .logo {
    margin: 2em 0.5em;
    font-size: 3.5vw;
  }
  .logobox .logospace .logo img {
    max-width: 30vw;
  }
  footer {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 3.3vw;
  }
  footer .footer2 {
    display: block;
  }
  footer .footer2 .footlinks,
  footer .footer2 .social {
    margin-bottom: 1em;
  }
  footer .subscribe {
    font-size: 1em;
    margin: 2em 0;
  }
  footer h5 {
    margin: 0.5em 0;
    font-size: 1em;
  }
  .tooltip.hot {
    font-size: 2vw;
  }
  .hero-pic {
    margin-bottom: 2em;
    height: 74vh;
  }
  .hero-pic content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding: 3.4em 2em 2em 2em;
  }
  .hero-pic content .wrp {
    padding-right: 15%;
  }
  .hero-pic content .wrp h2 {
    font-size: 6.5vw;
  }
  .hero-pic content .wrp p {
    font-size: 4.4vw;
  }
  .hero-pic content .btn {
    max-width: 100%;
    width: 100%;
  }
  .hero-with-title content {
    padding-bottom: 80%;
    background-position: center left 43%;
  }
  .hero-with-title content .hotspot {
    font-size: 1.5em;
  }
  .arguments {
    margin-top: 0;
  }
  .pic-txt-box {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2em;
    margin-left: -15px;
    margin-right: -15px;
  }
  .pic-txt-box argument {
    padding: 0;
    display: flex;
    height: auto;
  }
  .pic-txt-box .col {
    padding-bottom: 1.5em;
  }
  #subMenu {
    display: block;
    padding-top: 23vw;
  }
  #subMenu .subSection {
    margin-left: 0.5em;
    font-size: 4vw;
  }
  #subMenu .menuWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    font-size: 3vw;
    padding: 1em 0;
  }
  #subMenu .menuWrapper li a {
    padding: 0.2em 0.7em;
    white-space: nowrap;
  }
  .shadowBox {
    /* margin-top: 0; */
    margin-left: 0;
    margin-right: 0;
  }
  .shadowBox .buttonBox {
    margin: 2em 0 0 0;
  }
  .photoBox .imageWrap {
    min-height: 100vw;
    /* voodoo */
  }
  .photoBox .col .cover,
  .photoBox .col:nth-child(1) .cover,
  .photoBox .col:nth-child(2) .cover {
    padding-bottom: 85%;
  }
  .photoBox .col .cover .buttonBox,
  .photoBox .col:nth-child(1) .cover .buttonBox,
  .photoBox .col:nth-child(2) .cover .buttonBox {
    width: 100%;
    position: absolute;
    display: flex;
    padding: 0;
  }
  .photoBox .col header,
  .photoBox .col:nth-child(1) header,
  .photoBox .col:nth-child(2) header {
    padding: 1.5em 1.5em 0 1.5em;
  }
  .photoBox .col header h3,
  .photoBox .col:nth-child(1) header h3,
  .photoBox .col:nth-child(2) header h3 {
    font-size: 7vw;
  }
  .photoBox.with-patent-pending header {
    padding-top: 4em!important;
  }
  .padding4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blogFront {
    margin-top: 28vw;
  }
  .blogFront .greenBox {
    margin-top: 2em;
    font-size: 3.5vw;
  }
  .blogFront .img {
    justify-content: flex-end;
    margin-top: 2em;
  }
  .blogFront .img .imgBox {
    padding-bottom: 60%;
  }
  .blogFront .blogPost {
    font-size: 3.5vw;
  }
  .blogPost {
    font-size: 3.5vw;
  }
  .blogPost .txt {
    margin-bottom: 1em;
  }
  .blogPost .img {
    margin-bottom: 2em;
  }
  ul.pagination {
    padding-top: 0;
    padding-bottom: 0em;
  }
  .author.maxi {
    font-size: 3.7vw;
  }
  ul.tags {
    font-size: 3.2vw;
  }
  .blogLatest.padding4 {
    padding-left: 0;
    padding-right: 0;
  }
  .blogLatest.padding4 .blogPost {
    padding-bottom: 0;
  }
  .blogLatest.padding4 .blogPost h4 {
    font-size: 7vw;
  }
  .blogLatest.padding4 .blogPost h1 {
    font-size: 4.5vw;
  }
  .singlePost {
    margin-top: 12vw;
  }
  .singlePost img {
    max-width: 100%;
    height: auto;
  }
  .singlePost .greenBox {
    margin-top: 3em;
  }
  .featured {
    font-size: 3vw;
  }
  .lemonBar {
    text-align: center;
    font-size: 4.5vw;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0;
    padding-bottom: 0;
  }
  .lemonBar .col {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .lemonBar .col h3 {
    font-size: 4em;
  }
  .requestBox {
    margin-top: 28vw;
    padding-left: 2em;
    padding-right: 2em;
  }
  .archiveHead {
    border: solid 0 #e7ede9;
    border-bottom-width: 1px;
    margin-top: 24vw;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }
  .shadow {
    box-shadow: none!important;
  }
  .mobileContacts contact .txt {
    font-size: 4.5vw;
  }
}
