* {
  margin:0; 
  padding:0; 
}
html {
  font-size: 20px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #454545;
}
@media (max-width: 999px) {
  body {
    padding-top: calc(3.7vw + 195px);
  }
  body.homepage {
    padding-top: calc(7.4vw + 160px);
  }
}
@media (min-width: 1000px) {
  body {
    padding-top: 19vw;
  }
  body.homepage {
    padding-top: 22vw;
  }
  body.smaller {
    /* padding-top: 300px; */
    /* padding-bottom: 170px; */
    position: relative;
  }
}
body.homepage {
  padding: 0;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
/*------------------------------------------*/
/*   General Rules                          */
/*------------------------------------------*/

.icons {
  /*! display: none; */
}
a {
  color: #2daae1;
}
strong {
  font-weight: 600;
}
a:hover {
  color: #ffcc33;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul,ol {
  padding: 0 0 0 40px;
}
p {
  margin: 0;
}
p + p,
p + ul,
ul + p,
p + ol,
ol + p {
  margin: 10px 0 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #00c0f2;
}
.inform h1,
.inform h2,
.inform h3,
.inform h4,
.inform h5,
.inform h6 {
  color: #ef4036;
}
.prevent h1,
.prevent h2,
.prevent h3,
.prevent h4,
.prevent h5,
.prevent h6 {
  color: #8cc63e;
}
.care h1,
.care h2,
.care h3,
.care h4,
.care h5,
.care h6 {
  color: #1b75bb;
}
h2 {
  font-size: 1.5rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-weight: bold;
}
h3,
span.h3 {
  font-size: 1.3rem;
  margin: 0 0 10px;
  color: #00c0f2;
  letter-spacing: 1px;
}
h4,
span.h4 {
  font-size: 1.1rem;
  margin: 15px 0 10px;
}
p + h3,
ul + h3 {
  margin: 15px 0 10px;
}
div[class*="moduletablecarousel"], .blog.content > div > div, footer, .blog, .item-page, #content-top, #content-bottom {
  margin: 4vw 0 0;
  padding: 0 7.3vw 0;
  position: relative;
}
.blog.content {
  padding: 0;
}
div[class*="moduletablecarousel"]:before ,
.blog.content > div > div:before,
.item-page .page-header:before,
.before-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 3px;
  width: 50px;
  background: #00c0f2;
}
.item-page .page-header {
  position: relative;
}
.item-page .page-header:before,
.before-content:before {
  left: -7.3vw;
}
.inform div[class*="moduletablecarousel"]:before ,
.inform .blog.content > div > div:before,
.inform .item-page .page-header:before {
  background: #ef4036;
}
.prevent div[class*="moduletablecarousel"]:before ,
.prevent .blog.content > div > div:before,
.prevent .item-page .page-header:before {
  background: #8cc63e;
}
.care div[class*="moduletablecarousel"]:before ,
.care .blog.content > div > div:before,
.care .item-page .page-header:before {
  background: #1b75bb;
}
@media (max-width: 999px) {
  div[class*="moduletablecarousel"]:before,
  .blog.content > div > div:before,
  .item-page .page-header:before,
  .before-content:before {
    width: 20px;
  }
  .item-page .page-header:before,
  .before-content:before {
    left: -30px;
  }
}
/*   Pagination
--------------------------------------------*/

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2vw 0 0;
  padding: 0;
}
.pagination li {
  display: block;
}
.pagination li + li:before {
  content:",";
}
.pagination li a,
.pagination li span {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .pagination li {
    display: none;
  }
  .pagination li.pagination-start,
  .pagination li.pagination-prev,
  .pagination li.pagination-next,
  .pagination li.pagination-end {
    display: block;
  }
}
/*------------------------------------------*/
/*   Header                                 */
/*------------------------------------------*/
header {
  background: url(../img/clouds2.jpg) no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 10px solid #00c0f2;
  position: relative;
  padding: 0 0 4vw;
  transition: all ease-in-out 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.inform  header{
  border-bottom: 10px solid #ef4036;
}
.prevent header {
  border-bottom: 10px solid #8cc63e;
}
.care header {
  border-bottom: 10px solid #1b75bb;
}
.smaller header {
  padding: 0 0 10px;
}
header > div {
  width: 100%;
}
@media (max-width: 1000px) {
  header,
  .smaller header {
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1450px) {
  .smaller header {
    padding: 0 0 30px;
  }
}

.homepage header{
  position: relative;
}
/*   Logo
--------------------------------------------*/
header > #logo {
  padding: 1vw 35px;
  width: calc(70px + 15vw);
  transition: all ease-in-out 0.3s;
}
.smaller header > #logo {
  padding: 10px 35px;
}
#logo a {
  color: transparent;
  display: block;
  width: 15vw;
  height: 8vw;
  background: url(../img/logo.svg) no-repeat left top;
  background-size: contain;
  transition: all ease-in-out 0.3s;
}
.smaller header #logo a {
  width: 180px;
  height: 100px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
}

@media (max-width: 999px) {
  header #logo a {
    width: 170px;
    height: 96px;
  }
  .smaller header #logo a {
    width: 100px;
    height: 57px;
  }
  header > #logo {
    padding: 10px 15px;
  }
  .smaller header > #logo {
    padding: 10px 15px;
    width: 100px;
  }
}
/*   Menu
--------------------------------------------*/

@media (min-width: 1000px) {
  header > #menu {
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    max-width: calc(100% - 70px - 15vw);
    position: relative;
    z-index: 10;
  }
  #menu nav {
    padding: 2.5vw 0 0;
    margin: 0;
    transition: all ease-in-out 0.3s;
  }
  .smaller header #menu nav {
    padding: 0;
  }
  #menu nav > div {
    justify-content: flex-end;
  }
  #menu ul.menu {
    /*! border-bottom: 1px solid rgba(255, 255, 255, .2); */
  }
  #menu ul.menu > li {
    margin: 0 4.2vw 0 0;
    position: relative;
  }
  #menu ul.menu > li > a {
    display: block;
    padding: 0 10px;
    line-height: 4.4vw;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 1px;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
  #menu ul.menu > li > a:after,
  #menu ul.menu > li > ul> li > a:after{
    content: "";
    width: 0;
    height: 5px;
    background: #00c0f2;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: width ease-in-out 0.3s;
  }
  #menu ul.menu > li > ul> li > a:after{
    height: 2px;
    bottom: -1px;
  }
  #menu ul.menu > li > a:hover:after,
  #menu ul.menu > li.active > a:after,
  #menu ul.menu > li > ul > li > a:hover:after,
  #menu ul.menu > li > ul > li.active > a:after {
    width: 100%;
  }
  
  #menu ul > li > ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    padding: 0;
    width: 100%;
    min-width: 210px;
    background: rgba(53, 48, 57, .4);
  }
  @keyframes menuin {
    from {opacity: 0;transform: translate(-20px,0);}
    to {opacity: 1; transform: translate(0);}
  }
  #menu ul > li:hover > ul {
    display: block;
    animation: menuin 0.3s;
  }
  #menu ul > li > ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 5px;
    background: #00c0f2;
  }
  #menu ul > li > ul > li {
    font-size: 20px;
    line-height: 40px;
    display: block;
  }
  #menu ul > li > ul > li > a{
    padding: 0 20px;
    display: block;
    color: #FFF;
    position: relative
  }
}
#menu ul.icons {
  padding: 0 25px 0 0;
  display: flex;
}
#menu ul.icons > li > a {
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
}
#menu ul.icons > li > a:before {
  display: inline-block;
  font-size: 25px;
  line-height: 4.4vw;
  color: #FFF;
  font-family: 'Font Awesome 5 Brands';
  vertical-align: top;
  transition: all ease-in-out 0.3s;
}
.smaller header #menu ul.menu > li > a,
.smaller header #menu ul.icons > li > a:before {
  line-height: 50px;
}
#menu ul.icons > li > a.search:before {
  font-family: 'Font Awesome 5 Solid';
  content: "\f002";
}
#menu ul.icons > li > a.facebook:before {
  content: "\f39e";
}
#menu ul.icons > li > a.linkedin:before {
  content: "\f0e1";
}
#menu ul.icons > li > a.youtube:before {
  content: "\f167";
}
#menu ul.icons > li > a.twitter:before {
  content: "\f099";
}
#menu ul.icons > li {
  margin: 0;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  #menu nav {
    padding: 10px 0 0;
  }
  .navbar-collapse {
    flex-wrap: wrap;
  }
  .navbar-collapse > ul:first-child {
    width: 100%;
    order: 2;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #menu ul.icons > li > a::before {
    font-size: 18px;
    line-height: 40px;
  }
  #menu ul.menu:first-child > li:last-child {
    margin: 0 25px 0 0;
    position: relative;
  }
}
@media (max-width: 999px) {
  header > #menu {
    width: auto;
    max-width: calc(100% - 190px);
    padding: 0 15px 0 0;
    align-self: center
  }
  i.fa-bars {
    display: block;
    font-size: 35px;
    line-height: 35px;
    color: #FFF;
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
  }
  i.fa-bars:before {
    content: "\f0c9";
  }
  .navbar {
    position: initial;
  }
  .navbar button {
    padding: 0;
    border: none;
  }
  .navbar-collapse {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #00AEEF;
    width: 100%;
    z-index: 99;
    padding: 50px 15px 10px;
  }
  .navbar ul.icons {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .navbar ul.icons li + li > a {
    margin: 0 0 0 15px;
  }
  #menu ul.icons > li > a::before{
    font-size: 20px;
    line-height: 25px;
  }
  .navbar-collapse > select {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .navbar-collapse > ul:first-child {
    width: 100%;
    flex-direction: column
  }
  #menu ul.menu > li > a {
    color: #FFF;
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 5px 10px;
  }
  #menu ul.icons > li > a {
    border: none;
    padding: 0;
  }
  #menu ul.menu > li > ul > li {
    display: block;
  }
  #menu ul.menu > li > ul > li > a {
    color: #FFF;
    display: block;
    border-bottom: 1px dotted #FFF;
    padding: 5px 10px;
  }
}


/*   Title
--------------------------------------------*/
#title {
  font-family: 'Capriola', sans-serif;
  color: #FFF;
  font-size: 3vw;
  text-align: center;
  padding: 1vw 16vw;
  transition: all ease-in-out 0.3s;
  line-height: 3.7vw;
}
.homepage #title {
  margin: 5vw 0 10vw;
}
.smaller header #title {
  opacity: 0;
  line-height: 0vw;
  padding: 0 7vw;
}
@media (max-width: 999px) {
  #title {
    padding: 10px 15px;
    margin:  0;
  }
  .homepage #title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #title {
    font-size: 30px;
    padding: 10px 20px;;
    line-height: 40px;
  }
}

/*   Bigmenu
--------------------------------------------*/
@media (min-width: 1000px) {
  #bigmenu ul.menu {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: auto;
    width: calc(60vw + 2px);
    transform: translate(50%,0);
  }
  .smaller header #bigmenu ul.menu {
    width: 602px;
    right: 35px;
    transform: translate(0);
    transition: all ease-in-out 0.35s;
  }
  .smaller header #bigmenu ul.menu > li + li:before {
    height: 35px;
  }
  .smaller header #bigmenu ul.menu > li > span{
    font-size: 18px;
    width: 200px;
    line-height: 35px;
  }
}
@media (min-width: 1450px) {
  .smaller header #bigmenu ul.menu > li + li:before {
    height: 50px;
  }
  .smaller header #bigmenu ul.menu > li > span{
    font-size: 22px;
    width: 200px;
    line-height: 50px;
  }
}
#bigmenu ul.menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all ease-in-out 0.25s;
}
#bigmenu ul.menu > li {
  display: block;
  position: relative;
}
#bigmenu ul.menu > li + li {
  padding: 0 0 0 1px;
}
#bigmenu ul.menu > li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 4vw;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
}

#bigmenu ul.menu > li > span{
  display: block;
  line-height: 4vw;
  width: 20vw;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  font-size: 1.55vw;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
}

#bigmenu ul.menu > li:hover > span.inform{
  background: #EF4036; 
}
#bigmenu ul.menu > li:hover > span.prevent{
  background: #8CC63E; 
}
#bigmenu ul.menu > li:hover > span.care{
  background: #1B75BB; 
}
#bigmenu ul ul {
  background: rgba(53, 48, 57, .7);
  padding: 0;
  position: absolute;
  display: none;
  width: 100%;
}
@keyframes bigmenuin {
  from {opacity: 0;transform: translate(0,20px);}
  to {opacity: 1; transform: translate(0);}
}
#bigmenu ul > li:hover > ul {
  display: block;
  animation: bigmenuin 0.3s;
}
#bigmenu ul ul > li {
  display: block;
  text-align: center;
}
#bigmenu ul ul > li > a {
  color: #FFF;
  display: block;
  font-size: 1.55vw;
  line-height: 2vw;
  padding: 0.7vw 10px;
}
#bigmenu ul.menu > li > span.inform + ul > li > a:hover {
  background: #EF4036; 
}
#bigmenu ul.menu > li > span.prevent + ul > li > a:hover{
  background: #8CC63E; 
}
#bigmenu ul.menu > li > span.care + ul > li > a:hover{
  background: #1B75BB; 
}
.smaller header #bigmenu ul ul > li > a {
  line-height: 30px;
  font-size: 20px;
  padding: 10px;
}
#bigmenu ul > li:hover > ul {
  display: block;
}
@media (max-width: 999px) {
  #bigmenu ul.menu {
  }
  header #bigmenu ul.menu {
    position: relative;
  }
  header #bigmenu ul.menu > li + li {
    border-left: 1px solid #FFF;
  }
  header #bigmenu ul.menu > li + li:before {
    display: none;
  }
  header #bigmenu ul.menu > li {
    width: calc(100% /3);
    position: initial;
    padding: 0;
  }
  header #bigmenu ul.menu > li > span {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  header #bigmenu ul.menu > li > ul {
    left: 0;
    top:calc(100% + 10px);
  }
  header #bigmenu ul.menu > li > ul > li > a {
    font-size: 18px;
    padding: 5px 10px;
    line-height: 25px;
  }
}

@media (min-width: 992px) {
  .homepage header {
    overflow: hidden;
  }
  .homepage #bigmenu ul.menu > li {
    transform: translate(0,calc(100% - 4vw + 5px));
    transition: all ease-in-out 0.3s;
    width: calc(100% / 3);
  }
  .homepage #bigmenu ul.menu > li:hover {
    transform: translate(0,0)
  }
  .homepage #bigmenu ul.menu > li > ul {
    position: relative;
    display: block
  }
  .homepage #bigmenu ul > li:hover > ul {
    display: block;
    animation: none;
  }
}
header video {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  min-height: 108%;
  z-index: -1;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  header video {
    display: none;
  }
}

/*------------------------------------------*/
/*   Cards                                  */
/*------------------------------------------*/

.mod-staff,
.blog.efa .items-leading {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.blog.efa .items-leading {
  justify-content: flex-start;
}
.mod-staff .item.icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mod-staff .card > div {
  background-color: transparent;
  border: none;
}

.card {
  border: none;
  border-radius: 0;
}
.icons .card {
  width: calc(100% - 40px);
}
.card:hover > div {
  transform: rotateY(180deg) translateZ(0);
}
/* entire container, keeps perspective */
.flip-container .card {
	perspective: 1000;
	transform-style: preserve-3d;
    color:#fff;
}
/* flip speed goes here */
.card > div {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.card > div > div {
	width: 100%;
}
/* hide back of pane during swap */
.item-front, .item-back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

/*  UPDATED! front pane, placed above back */
.item-front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.item-back {
	transform: rotateY(-180deg);
}
.item-front img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  backface-visibility: hidden;
  z-index: -1;
}

.mod-staff .item-front .item-title {
  background: rgba(63, 192, 221, .7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  color: #FFF;
  padding: .5vw 1.3vw;
  /* backface-visibility: hidden; */
}
.item-front .item-title h3,
.item-back span.h3 {
  color: #FFF;
  font-weight: bold;
}
.item-back {
  padding: 20px;
  background-color: #00C0F2;
  color: white;
  transform: rotateY(180deg);
}
.mod-staff .card span {
  display: block;
  font-weight: bold;
}
.mod-staff .card span.h3 > span,
.mod-staff .card h3 > span {
  font-weight: normal;
  font-size: .9rem
}
.contact-icons {
  width: 40px;
}
.contact-icons div.phone {
  position: relative;
  padding: 0 0 0 10px;
}
.contact-icons .phone .number {
  position: absolute;
  right: 100%;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  background: #00c0f2;
  font-weight: bold;
  padding: 0 10px;
  display: none;
  width: 200px;
}
.contact-icons .phone:hover .number {
  display: block;
  animation: menuin 0.3s;
}
.contact-icons div.phone:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Solid';
  color: #00c0f2;
  font-size: 30px;
}
.contact-icons div.phone:hover:before,
.contact-icons a:hover {
  opacity: 0.7;
}
.contact-icons a {
  display: block;
  width: 40px;
  height: auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0 0 0 10px;
}
.contact-icons a:before {
  content: "1";
  font-family: 'Font Awesome 5 Solid';
  font-size: 30px;
  line-height: 40px;
  color: #00c0f2;
}
.contact-icons .mail a:before {
  content: "\f0e0";
}
.contact-icons .twitter a:before {
  content: "\f099";
  font-family: 'Font Awesome 5 Brands';
}
.contact-icons .linkedin a:before {
  content: "\f0e1";
  font-family: 'Font Awesome 5 Brands';
}
@media (max-width: 899px) {
  .mod-staff .item {
    margin-top: 30px;
    width: 100%;
  }
  .card .item-back p {
    font-size: 14px;
  }
  .card > div {
    height: 80vw;
  }
}
@media (min-width: 900px) and (max-width: 1300px) {
  .mod-staff .item {
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }
  .mod-staff .item:nth-child(2n),
  .mod-staff .item:last-child {
    margin-right: 0;
  }
  .mod-staff .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .card .item-back p {
    font-size: 14px;
  }
  .card > div {
    height: 40vw;
  }
}
@media (min-width: 1301px) {
  .mod-staff .item {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
  }
  .mod-staff .item:nth-child(3n),
  .mod-staff .item:last-child {
    margin-right: 0;
  }
  .mod-staff .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .card .item-back p {
    font-size: 1.1vw;
  }
  .card > div {
    height: 29vw;
  }
}
.blog.efa .items-leading .item {
  position: relative;
  height: 29vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.blog.efa .items-leading img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.blog.efa .items-leading .item-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 192, 242, .5);
  transition: all ease 0.3s;
}
.blog.efa .items-leading .item:hover .item-title {
  opacity: 0;
}
.blog.efa .items-leading .item-title h2{
  color: #FFF;
  font-size: 2vw;
  line-height: 3vw;
  font-family: 'Capriola', sans-serif;
  margin: 0;
}
.blog.efa .items-leading .item-details{
  color: #FFF;
  background: rgba(0, 0, 0, .5);
  padding: 15px;
}
.blog.efa .items-leading a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (max-width: 599px){
  .blog.efa .items-leading .item {
    height: 60vw;
  }
  .blog.efa .items-leading .item h2 {
    font-size:5vw;
    line-height: 7vw;
  }
  .blog.efa .items-leading .item-details {
    font-size: 14px;
  }
  .blog.efa .items-leading > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .blog.efa .items-leading .item {
    height: 40vw;
  }
  .blog.efa .items-leading > div {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .blog.efa .items-leading > div:nth-child(2n),
  .blog.efa .items-leading > div:last-child {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .blog.efa .items-leading > div {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .blog.efa .items-leading > div:nth-child(3n),
  .blog.efa .items-leading > div:last-child {
    margin: 0 0 20px;
  }
}
/*------------------------------------------*/
/*   Publications                           */
/*------------------------------------------*/
.blog.publications .items-leading > div {
  background: #efefef;
  border-left: 10px solid #00c0f2;
}
.blog.publications .items-leading > div > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 20px;
}
.blog.publications .items-leading > div.inform,
.blog.publications .items-leading > div.patient-evidence,
.blog.publications .items-leading > div.research-projects,
.blog.publications .items-leading > div.interest-group,
.blog.publications .items-leading > div.expert-patient-network {
  border-left: 10px solid #EF4036;
}
.blog.publications .items-leading > div.prevent,
.blog.publications .items-leading > div.air-quality,
.blog.publications .items-leading > div.chemicals,
.blog.publications .items-leading > div.food-safety,
.blog.publications .items-leading > div.inequalities,
.blog.publications .items-leading > div.tobacco-smoking {
  border-left: 10px solid #8CC63E;
}
.blog.publications .items-leading > div.care,
.blog.publications .items-leading > div.healthcare,
.blog.publications .items-leading > div.quality-of-life,
.blog.publications .items-leading > div.medicines,
.blog.publications .items-leading > div.digital-health {
  border-left: 10px solid #1B75BB;
}
#bigmenu ul.menu > li:hover > span.inform{
  background: #EF4036; 
}
#bigmenu ul.menu > li:hover > span.prevent{
  background: #8CC63E; 
}
#bigmenu ul.menu > li:hover > span.care{
  background: #1B75BB; 
}
.blog.publications .items-leading > div > div .item-content {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog.publications .items-leading > .system-unpublished {
  opacity: 0.6;
}
.blog.publications .system-unpublished > div {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.blog.publications .items-leading > div > div .title {
  width: 100%;
}
.blog.publications .items-leading > div > div .intro-text {
  width: 100%;
  margin: 10px 0 0;
}
.blog.publications .items-leading > div > div .tags,
.blog.publications .items-leading > div > div .intro-text {
  font-size: 15px;
  line-height: 18px;
}
.blog.publications .items-leading > div > div .tags + .tags {
  margin: 0 0 0 10px;
  border-left: 1px solid #CCC;
  padding: 0 0 0 10px;
}
.blog.publications .items-leading > div > div .item-link {
  position: relative;
  width: 100px;
}
.blog.publications .items-leading > div > div .item-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00c0f2;
  border-radius: 0;
  border: none;
  color: #FFF;
  font-size: 0;
  line-height: 0;
}
.blog.publications .items-leading > div > div .item-link a:before {
  content:"\f105";
  font-family: 'Font Awesome 5 Solid';
  font-size: 2.5vw;
  line-height: 2vw;
  transition: all ease-in-out 0.1s;
}
.blog.publications .items-leading > div > div .item-link a:hover:before {
  content:"\f105";
  font-family: 'Font Awesome 5 Solid';
  font-size: 3vw;
  line-height: 2vw;
}
.blog.publications h2 {
  font-weight: normal;
  color: #454545;
}
@media (max-width: 991px) {
  .blog.publications .items-leading > div > div .item-link {
    width: 50px;
  }
  .blog.publications .items-leading > div > div .item-content {
    flex-direction: column;
  }
  .blog.publications .items-leading > div > div .item-content .tags {
    line-height: 22px;
  }
  .blog.publications .items-leading > div > div .item-content .tags + .tags {
    padding: 0;
    border: none;
    margin: 0;
  }
  .blog.publications h2 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  .blog.publications .items-leading > div > div .item-link a:before {
    font-size: 30px;
    line-height: 30px;
  }
  .blog.publications .items-leading > div > div .item-link a:hover:before {
    font-size: 40px;
    font-size: 40px;
  }
}

/*------------------------------------------*/
/*   Footer                                 */
/*------------------------------------------*/

footer {
  background: #707070;
  color: #FFF;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .smaller footer {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
footer ul {
 margin: 0;
 padding: 30px 0;
 display: flex;
 align-items: stretch;
 justify-content: space-between;
 flex-wrap: wrap;
}
footer li {
  display: block;
  padding: 0 5px;
  margin: 0 0 15px;
}

#content-top {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#content-top .moduletable {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

}
@media (max-width: 767px) {
  #content-top > div:nth-child(2n),
  #content-top > div:nth-child(2n + 1) {
    width: 100%;
    margin: 0 0 30px;
  }
}

#content-top > div > div {
  width: 100%;
}
.mod-flex {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
#content-top .custom {
  flex-grow: 1;
}
.mod-flex .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #00aeef;
  color: #FFF;
  font-size: 2vw;
  text-align: center;
}
@media (max-width: 768px) {
  .mod-flex .title {
    font-size: 25px;
    padding: 15px;
  }
}
.mod-flex .youtube {
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
}
.mod-flex .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rev_slider_wrapper > div > ul{
  border-radius: 10px;
}
.moduletable-support {
  text-align: center;
}
a.btn-support {
  display: inline-block;
  padding: 10px 30px;
  background: #00c0f2;
  color: #FFF;
  line-height: 30px;
  font-size: 25px;
  border-radius: 50px;
  border: 5px solid #00c0f2;
}
a.btn-support:hover {
  background: #FFF;
  color: #00c0f2;
}
.mod_squarenews {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_squarenews > div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20vw;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
  width: calc(50% - 15px);
}

.mod_squarenews h4 {
  font-size: 3vw;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin: 0;
  transition: all ease-in-out 0.3s;
}
.mod_squarenews > div:hover h4 {
  font-size: 3.5vw;
  text-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.mod_squarenews p {
  margin: 0;
}
.mod_squarenews a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.mod_squarenews > div:nth-child(n+2) {
  margin: 0 0 0 30px;
}
.tfp-feed-wrap {
  border-radius: 10px;
}
.mod-flex {
  position: relative;
}
.mod-flex .item-date {
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  color: #FFF;
  background: #1b75bb;
  font-style: italic;
}
.mod-flex .item-intro {
  padding: 10px;
  background: #efefef;
}
#menu select {
  background: rgba(256,256,256,0.4);
  border: none;
  color: #FFF;
  font-size: 14px;
  height: 20px;
  margin: 0 10px;
}
#menu select option {
  color: #434343;
}
.mod-flex .readmore a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (max-width: 768px) {
  .mod_squarenews > div {
    justify-content: center;
    min-height: 40vw;
    width: 100%;
  }
  .mod_squarenews > div:nth-child(n+2) {
    margin: 20px 0 0;
  }
  .mod_squarenews h4 {
    font-size: 8vw;
  }
}
/*------------------------------------------*/
/*   Search	                                */
/*------------------------------------------*/
.blog a.btn {
  padding: 0;
}

div[class*="moduletablecarousel"]:before {
  top: 38px;
  left: -7.4vw;
}
div[class*="moduletablecarousel"]{
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
}
div + div[class*="moduletablecarousel"]{
  margin-top: 65px;
}
div[class*="moduletablecarousel"] .carousel-item > div {
  width: 100%;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
div[class*="moduletablecarousel"] div.carousel-content {
  width: 50%;
  padding: 80px 20px;
  position: relative;
  order: 2;
  min-height: 24vw;
}
div[class*="moduletablecarousel"] div.carousel-image {
  width: 50%;
  order: 3;
  position: relative;
}
div[class*="moduletablecarousel"]:nth-child(3n) div.carousel-image {
  order: 1;
}
div[class*="moduletablecarousel"] div.carousel-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:center;
}
div[class*="moduletablecarousel"] .carousel-item a {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #00C0F2;
}
div[class*="moduletablecarousel"] .carousel-item a:after {
  content: "\f054";
  font-size: 14px;
  font-family: 'Font Awesome 5 Solid';
  vertical-align: middle;
  margin: 0 0 0 10px;
}
 div[class*="moduletablecarousel"] h2 {
  position: absolute;
  z-index: 2;
  left: 20px; 
  top: 20px;
}
#content-top div[class*="moduletablecarousel"] h3 {
  color: #454545;
  font-weight: normal;
}
div[class*="moduletablecarousel"] .carousel-indicators {
  right: 50%;
  left: auto;
  margin: 0 20px 20px 0;
}
div[class*="moduletablecarousel"] .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #17A8DB;
  background: none;
  cursor: pointer;
}
div[class*="moduletablecarousel"] .carousel-indicators li.active,
div[class*="moduletablecarousel"] .carousel-indicators li:hover {
  background: #17A8DB;
}
div[class*="moduletablecarousel"]:nth-child(2n) div.carousel-content {
  background: #ECEFF2;
}
div[class*="moduletablecarousel"]:nth-child(3n) div.carousel-image {
  order: 1;
}
div[class*="moduletablecarousel"]:nth-child(3n) h2 {
  left: calc(50% + 20px);
}
div[class*="moduletablecarousel"]:nth-child(3n) .carousel-indicators {
  right: 0;
}
@media (max-width: 999px) {
  .blog.content > div > div,
  footer,
  .blog,
  .item-page,
  #content-top,
  #content-bottom {
    margin: 40px 0 0;
    padding: 0 30px 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  div[class*="moduletablecarousel"] h2{
    font-size: 25px;
  }
  div[class*="moduletablecarousel"] h3{
    font-size: 20px;
  }
  div[class*="moduletablecarousel"]  {
    font-size: 15px;
  }
  div[class*="moduletablecarousel"] div.carousel-content{
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  div[class*="moduletablecarousel"] h2 {
    position: initial;
  }
  div[class*="moduletablecarousel"]:before {
    top: 16px;
    left: -30px;
  }
  div[class*="moduletablecarousel"] div.carousel-image {
    order: 1;
    width: 100%;
    height: 200px;
  }
  div[class*="moduletablecarousel"] div.carousel-content {
    width: 100%;
    padding: 15px 20px 40px;
    min-height: auto;
    background: #ECEFF2;
  }
  div[class*="moduletablecarousel"] .carousel-indicators {
    right: 0;
    bottom: 0;
  }
}

#content-top > div.moduletable.search {
  width: 100%;
  justify-content: flex-start;
  padding: 0;
  margin:  0;
}
.el_filter_mod .span12{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #00c0f2;
  padding: 10px;
}
.el_filter_mod .control-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.el_filter_mod .control-label,
.el_filter_mod .control-label label {
  font-size: 13Px;
  font-weight: bold;
  line-height 13px;
  margin: 0;
  padding: 0;
  color: #FFF;
}
.el_filter_mod .control-label label {
}
.el_filter_mod .controls {
}
.el_filter_mod input {
  background: #fff;
  border: none;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.el_filter_mod ul.chzn-choices {
  border: 0;
  background: #FFF;
}
.el_filter_mod .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 0;
  height: 30px;
}
.el_filter_mod div.control-group{
  margin: 0 10px 0 0;
}
.el_filter_mod .chzn-container-multi .chzn-choices li.search-choice {
  background: #00c0f2;
  color: #FFF;
  border: none;
  box-shadow: none;
  line-height: 17px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: url(../img/croix.svg) no-repeat top;
  background-size: cover;
  margin: 2px 0;
}  
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background: url(../img/croix.svg) no-repeat bottom;
  background-size: cover;
}
.el_filter_mod .span12 button{
  align-self: flex-end;
  height: 30px;
  line-height: 30px;
  border: none;
  background: #1b75bb;
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF;
}
.el_filter_mod .span12 button.els_submit_filter {
  font-size: 0px;
}
.el_filter_mod .span12 button.els_submit_filter:before {
  font-family: 'Font Awesome 5 Solid';
  content: "\f002";
  font-size: 14px;
}

@media (min-width: 992px) {
    #search {
      margin: 4vw 0 0;
      padding: 0 7.3vw 0;
      position: relative;
    }
	#search a.more {
		display: none;
	}
	#search > div {
		display: block !important;
	}
}
@media (max-width: 991px) {
    .el_filter_mod div.control-group {
      width: 100%;
      margin: 0 0 5px 0;
    }
    .el_filter_mod div.control-group .controls {
      width: 100%;
    }
    .el_filter_mod select {
      width: 100%;
      background: #FFF;
      border: none;
    }
    #search {
      margin: 30px 0 0;
      padding: 0 30px 0;
      position: relative;
    }
	#search a.more {
		display: block;
		padding: 5px 10px;
		background: #00c0f2;
		color: #FFF;
		font-size: 18px;
		position: relative;
		line-height: 30px;
	}
	#search > div {
		display: none;
	}
	#search.open a.more {
		margin: 0;
	}
	#search.open > div {
	}
	#search a.more:after {
		content: "\f054";
        font-family: 'Font Awesome 5 Solid';
		position: absolute;
		right: 0;
		top: 0;
		line-height: 40px;
		width: 40px;
		text-align: center;
		transition: all ease-in-out 0.3s;
	}
	#search.open a.more:after {
		transform: rotate(90deg);
	}
}
#locationlocator {
  display: none;
}
#maps,
#locationresult {
  float: none !important;
}
#maps span.mytool,
.map_canvas span.detailsicon,
.map_canvas a.resultmymap,
.result-count {
  display: none !important;
}
.table-responsive tbody {
  width: 100%;
}
.table-responsive td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.before-content {
  margin: 0 0 50px;
  position: relative;
  padding: 0 35px 0 0;
}
.taglist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.taglist .tags {
  font-size: 15px;
  line-height: 18px;
}
.taglist .tags + .tags {
  margin: 0 0 0 10px;
  border-left: 1px solid #CCC;
  padding: 0 0 0 10px;
}
ul.breadcrumb {
  padding: 0;
  font-size: 15px;
  background: none;
  line-height: 16px;
}
ul.breadcrumb li {
  padding: 5px 20px 5px 10px;
  background: #eceff2;
  position: relative;
  overflow:hidden;
}
ul.breadcrumb li:first-child {
  display: none;
}
ul.breadcrumb li:before {
  content: "";
  border-left: 10px solid #FFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: 0;
  top: -2px;
  height: 26px;
  width: 10px;
  z-index: 10;
}
ul.breadcrumb li:after {
  content: "";
  border-left: 10px solid #eceff2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: 2px;
  top: -2px;
  height: 26px;
  width: 10px;
  z-index: 10;
}
ul.breadcrumb li:last-child {
  padding: 5px 10px;
}
ul.breadcrumb li:last-child:before,
ul.breadcrumb li:last-child:after {
  display: none;
}
.before-content .links {
  position: absolute;
  right: 0;
  top: 0;
}
.before-content .links a.twitter-share {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/twitter.svg) no-repeat center;
  height: 25px;
  width: 25px;
}
.before-content .links a.twitter-share:hover {
  opacity: 0.6;
}

#content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#content-bottom > div {
  width: 100%;
}
#content-bottom > div[class*="moduletablecarousel"] {
  width: calc(50% - 20px);
  margin: 0;
}
#content-bottom .carousel-content {
  width: 100%;
  background: #eceff2;
  padding: 20px 20px 70px;
  min-height: auto;
}
#content-bottom .carousel h4 {
  margin: 0 0 5px;
}
#content-bottom div[class*="moduletablecarousel"] .carousel-indicators {
    right: 0;
}
#content-bottom div[class*="moduletablecarousel"]:before {
  top: 17px;
}
#content-bottom div[class*="moduletablecarousel"]:nth-child(2n):before {
  display: none;
}
#content-center > form[name="mosForm"] {
  max-width: 600px;
  margin: 0 auto;
}
#joobitoolbar-box {
  max-width: 600px;
  margin:50px auto 0;
}
ul.world-atopic {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-align:center;
}
ul.world-atopic > li {
  display: block;
  flex-grow: 1;

}
ul.world-atopic > li > a  {
  display: block;
  flex-grow: 1;
  color: #282828;
  padding: 14px 16px;
  font-size: 17px;
  background: #f9d3c0;
}
ul.world-atopic > li > a:hover {
  color: #FFF;
  background: #282828;
}
ul.world-atopic > li.active > a {
  background: rgb(238, 62, 100);
}

.crm-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 50px auto 0;
  border: none;
}
.crm-container table {
  border: none;
}
.crm-container table {
  font-size: inherit;
  line-height: 1.5;
}
#content-center .search {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
#content-center .search .btn-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

#content-center .search .btn-toolbar .btn-group {
  display: flex;
  align-items: center;
}
#content-center .search .btn-toolbar label {
  display: none;
}
#content-center .search .btn-toolbar input {
  border: 1px solid #00c0f2;
  border-right: none;
  border-radius: 5px 0 0 5px;
  height: 40px;
  padding: 0 10px;
}
#content-center .search .btn-toolbar button {
  border: 1px solid #00c0f2;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background: #00c0f2;
  color: #FFF;
  height: 40px;
  padding: 0 10px;
}
#content-center .search .btn-toolbar button:hover {
  background: #CCC;
}
.searchintro {
  font-size: 15px;
  margin: 10px 0;
  color: #666;
}
p.counter {
  display: none;
}
.form-limit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-limit label {
  margin: 0 10px 0 0;
}
dt.result-title {
  font-size: 1.2em;
  margin: 25px 0 10px;
}
dl.search-results dd {
  background: #efefef;
  margin: 0;
  padding: 10px 15px;
}
dd.result-category {
  background: #efefef;
  border-radius: 5px 5px 0 0;
}
dd.result-text {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
dd.result-created {
  font-size: 15px;;
  border-radius: 0 0 5px 5px;
}
.crm-section table td {
  border: 1px solid #CCC;
  padding: 10Px
}