/* ############################
GENERAL
############################### */

.show-mobile,
.hide-desktop {
  display: none;
}

.hide-mobile,
.show-desktop {
  display: block;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .hide-mobile,
  .show-desktop {
    display: none;
  }
  .show-mobile,
  .hide-desktop {
    display: block;
  }
  /* .main>div {
    display: grid;
} */
}

@media (max-width: 576px) {
  .section {
    padding: 0.9375rem;
  }
}

/* ############################
HEADER
############################### */
/* 
.section--header {
  padding-top: 0;
}

.header__content {
  position: relative;
}

.logo {
  padding-top: 32px;
}

.logo img.logo-mobile {
  display: none;
}

.menu {
  padding-top: 62px;
}

.menu__right {
  padding-top: 67px;
}

.menu li a,
.menu__right li,
.menu__right li a {
  font-family: "futura-pt", sans-serif;
  color: #1b314f;
  font-size: 18px;
  font-weight: 500;
}

.menu li {
  position: relative;
}

.menu li ul li {
  margin: 10px 0;
}

.menu li a:hover,
.menu__right li a:hover {
  text-decoration: underline;
}

.menu__right li button svg {
  vertical-align: bottom;
}

.menu__right li button:hover {
  border-bottom: 2px solid #000;
}

.menu li ul {
  display: none;
  background: #1b314f;
  padding: 15px 30px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
  min-width: 300px;
}

.menu li ul li,
.menu li ul li a {
  color: #ffffff;
}
*/
.menu > li + li {
  margin-left: 0;
}
/*
.menu > li > a {
  padding: 0.7rem 0.65rem;
}

.menu > li > a.submenu:after {
  content: " ";
  display: inline-block;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

.menu__right {
  list-style: none;
  margin-left: 40px;
}

.menu__right li {
  display: inline-block;
  margin: 0 8px;
}

.menu__right li.menu__mobile {
  display: none;
}
*/
@media (max-width: 1280px) {
  .menu:not(.menu-header-simple),
  .menu__right li {
    display: none;
  }
  .menu__right {
    position: absolute;
    right: 0;
  }
  .menu__right li.menu__mobile,
  .menu__right li.menu__search {
    display: inline-block;
  }
}
/*
@media (max-width: 768px) {
  .logo {
    max-width: 50% !important;
  }
  .logo img.logo-desktop {
    display: none;
  }
  header {
    border-bottom: 2px solid #e5e5e5;
  }
  .logo img.logo-mobile {
    display: block;
    height: 70px !important;
    width: auto !important;
  }
  .section--header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu__right {
    padding-top: 55px;
  }
} */

/* ############################
BANNER-NEWS
############################### */

.banner-news {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-news .row {
  position: relative;
  padding: 0;
}

.bg-shadow {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.banner-news .main-title span {
  display: block;
}

.banner-news .main-title {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 500px;
  padding: 50px 0;
}

.banner-news .main-title span,
.banner-news .main-title h2,
.banner-news .main-title h2 a {
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}

.banner-news .main-title span {
  font-weight: 700;
}

.banner-news .main-title h2 {
  margin: 20px 0;
  font-size: 48px;
  font-weight: 400;
}

.banner-news .main-title h2 a:hover {
  text-decoration: underline;
}

.banner-news .box-news {
  min-height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-news .box-news .list {
  margin-bottom: 0;
  max-width: 460px;
  background-color: #ffffff;
  padding: 50px 40px;
  width: 100%;
  -webkit-box-shadow: 0 16px 35px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 16px 35px -10px rgba(0, 0, 0, 0.6);
}

.banner-news .box-news .list article.teaser {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.banner-news .box-news .list .list__header {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.banner-news .box-news .list .list__header > h4 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
  color: #1b314f;
  font-size: 1.375rem;
}

.banner-news .box-news .list .list__header > h6 > a {
  color: #747474;
  text-decoration: underline;
}

.banner-news .box-news .list .list__header > h6 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
  text-align: right;
  color: #747474;
  padding-top: 5px;
  font-family: "futura-pt", sans-serif;
  font-size: 1rem;
}

.banner-news .box-news .list .list__header > a:hover {
  text-decoration: underline;
}

.banner-news .box-news article.teaser .teaser__content .teaser__meta {
  margin-bottom: 0;
}

.banner-news .box-news article.teaser .teaser__content .teaser__meta strong {
  color: #747474;
  font-size: 1rem;
}

.banner-news .box-news article.teaser .teaser__content h3 {
  font-size: 1.125rem;
}

.banner-news .box-news article.teaser .teaser__content h3 a {
  color: #1b314f;
}

.banner-news .box-news article.teaser .teaser__content h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .banner-news {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .banner-news .main-title {
    position: relative;
    padding: 20px;
    min-height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-news .main-title span,
  .banner-news .main-title h2 {
    z-index: 1;
    width: 50%;
  }
  .banner-news .main-title .bg-shadow {
    z-index: -1;
  }
  .banner-news .box-news {
    min-height: 1px;
  }
  .banner-news .box-news .list {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 40px 5px;
  }
  .banner-news .main-title h2 {
    font-size: 1.75rem;
  }
  .banner-news .main-title span {
    font-size: 18px;
  }
  .banner-news .box-news .list article.teaser {
    padding: 15px 0;
  }
}

@media (max-width: 576px) {
  .banner-news .main-title span,
  .banner-news .main-title h2 {
    z-index: 1;
    width: 100%;
  }
  .banner-news .main-title .bg-shadow {
    z-index: 0;
  }
}

/* ############################
Shortcutblock HOME
############################### */

.shortcutblocks {
  margin: 60px 0 30px 0;
}

.sectionBlockOne .shortcutblocks {
  margin: 30px 0 0px 0;
}

.shortcutblock__home {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.shortcutblock__home .shortcutblock__home--item {
  background: #ffffff;
  height: auto;
  padding: 30px 0;
}

.shortcutblock__home .shortcutblock__home--item .shortcutblock__item--wrapper {
  padding: 1rem 2rem;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.shortcutblock__home
  .shortcutblock__home--item:last-child
  .shortcutblock__item--wrapper {
  border-right: 2px solid #f2f2f2;
}

.shortcutblock__home
  .shortcutblock__home--item:first-child
  .shortcutblock__item--wrapper {
  border-left: 2px solid #f2f2f2;
}

.shortcutblock__home
  .shortcutblock__home--item
  .shortcutblock__item--wrapper
  img {
  width: 48px;
  height: 48px;
  margin: 0 auto 30px auto;
  display: block;
}

.shortcutblock__home
  .shortcutblock__home--item
  .shortcutblock__item--wrapper
  span {
  min-height: 55px;
  display: block;
  text-align: center;
  color: #1b314f;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.shortcutblock__home
  .shortcutblock__home--item:hover
  .shortcutblock__item--wrapper
  span {
  color: #1b314f;
}

.shortcutblock__home .shortcutblock__home--item:hover {
  background: #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 768px) {
  .shortcutblocks {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
  }
  .shortcutblock__home {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper {
    border-left: 0;
    border-right: 0;
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    img {
    margin: 0 30px 0 0;
    display: block;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    span {
    min-height: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .shortcutblock__home .shortcutblock__home--item {
    padding: 0;
    margin: 5px 0;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper {
    padding: 1rem;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    img {
    margin-right: 10px;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}

/* ############################
FEATURE SPECIES
############################### */

.feature__species {
  padding: 60px 0;
}

.sectionBlockTwo .feature__species {
  padding: 0 0 60px 0 !important;
}

.feature__species .feature__species--wrapper {
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.feature__species .link {
  font-size: 15px;
  font-family: "futura-pt", sans-serif;
  color: #747474;
  padding-top: 15px;
  text-decoration: underline;
  display: block;
}

.feature__species .feature__species--wrapper .feature__species--box {
  width: 100%;
  max-width: 350px;
  background: #ffffff;
  -webkit-box-shadow: 0 16px 35px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 16px 35px -10px rgba(0, 0, 0, 0.6);
  padding: 35px 30px;
  display: block;
}

.promo-part .promo-part__content .feature__species--box{
  max-width: 100%;
}

.feature__species .feature__species--wrapper .feature__species--box a,
.feature__species .feature__species--wrapper .feature__species--box div,
.feature__species .feature__species--wrapper .feature__species--box .subtitle {
  line-height: initial;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.promo-icon {
  background: url('../images/arrow-right.svg');
  min-height: 20px;
  padding-left: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: left top;
  background-position-y: 10px;
  font-family: "futura-pt", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #357B4B
}

@media(max-width: 579px){
  .promo-icon{
    background-position-y: 5px;
  }
}

.feature__species .feature__species--wrapper .feature__species--box a,
.feature__species .feature__species--wrapper .feature__species--box div,
.feature__species .feature__species--wrapper .feature__species--box h3 {
  font-family: "futura-pt", sans-serif;
  color: #1b314f;
}

.feature__species .feature__species--wrapper .feature__species--box h3 {
  font-weight: 700;
}

.feature__species .feature__species--wrapper a.feature__species--box div:hover {
  text-decoration: underline;
}

.feature__species .feature__species--wrapper .feature__species--right {
  width: 50%;
  float: right;
}

.feature__species .feature__species--wrapper .feature__species--left {
  width: 50%;
  float: left;
}

.feature__species.feature__species__full {
  position: relative;
  padding: 0;
}

.feature__species.feature__species__full .feature__species--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 486px;
  background-color: #003344;
}

.feature__species.feature__species__full .feature__species--wrapper {
  padding: 50px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 486px;
}

.feature__species.feature__species__full .feature__species--wrapper h3,
.feature__species.feature__species__full .feature__species--wrapper a h3 {
  font-size: 4.25rem;
  color: #ffffff;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
  font-weight: 500;
}

.feature__species.feature__species__full .feature__species--wrapper a,
.feature__species.feature__species__full .feature__species--wrapper .subtitle {
  font-family: "futura-pt", sans-serif;
  font-size: 28px;
  color: #ffffff;
  z-index: 999;
  position: relative;
}

.feature__species.feature__species__full > .row {
  width: 100%;
}

@media (max-width: 720px) {
  .feature__species {
    padding: 0;
  }
  .feature__species .feature__species--wrapper {
    margin: 30px 0;
    min-height: 100px;
    padding: 60px 40px;
  }
  .feature__species .feature__species--wrapper .feature__species--box {
    width: 80%;
  }
  .feature__species.feature__species__full .feature__species--wrapper {
    padding: 0 15px;
    min-height: 100px;
  }
  .feature__species.feature__species__full .feature__species--bg {
    min-height: 260px;
  }
  .feature__species.feature__species__full .bg-shadow {
    /* display: none; */
  }
  .feature__species.feature__species__full .feature__species--wrapper h3,
  .feature__species.feature__species__full .feature__species--wrapper a h3 {
    font-size: 2.625rem;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .feature__species.feature__species__full .feature__species--wrapper a,
  .feature__species.feature__species__full
    .feature__species--wrapper
    .subtitle {
    font-size: 1.5rem;
    color: #000;
  }
}

@media (max-width: 576px) {
  .feature__species .feature__species--wrapper {
    padding: 80px 40px;
  }
  .feature__species .feature__species--wrapper .feature__species--box {
    width: 100%;
  }
}

/* ############################
SECTORS
############################### */

.sectors {
  margin: 65px 0;
  padding: 0;
}

.sectors h2 {
  font-weight: bold;
  color: #1b314f;
  font-size: 22px;
  margin-bottom: 20px;
}

.sectors .owl-item {
  background-color: #f1f1f1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-height: 250px;
}

.sectors .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sectors .owl-item:hover {
  background-color: #1A8664;
}

.sectors .item h5 {
  color: #1b314f;
  font-size: 1.375rem;
  word-break: break-word;
}

.sectors .item p {
  color: #333333;
  font-size: 1.125rem;
  word-break: break-word;
  overflow: hidden;
}

.sectors .owl-item:hover .item h5,
.sectors .owl-item:hover .item p {
  color: #ffffff;
}

.carousel-wrap {
  margin: 0 auto 65px auto;
  width: 100%;
  position: relative;
  padding: 0;
}

.owl-carousel .item {
  position: relative;
  padding: 30px;
  z-index: 100;
  min-height: 200px;
  -webkit-backface-visibility: hidden;
  display: block;
  height: 100%;
}

.owl-nav > div {
  margin-top: -45px;
  position: absolute;
  top: 50%;
  color: #1b314f;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -60px;
}

.owl-nav .owl-next {
  right: -60px;
}

.owl-dots {
  max-width: 320px;
  margin: 30px auto;
  text-align: center;
}

.owl-dot {
  background: #e5e5e5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 2px;
}

.owl-dot.active {
  background: #1b314f;
}

.section.sectors {
  max-width: 100%;
  overflow: auto;
}

@media (max-width: 768px) {
  .sectors {
    padding: 2.5% 0;
  }
  .owl-dots {
    max-width: 100%;
    margin: 0 auto;
  }
  .owl-dot {
    border-radius: 0%;
    height: 6px;
    margin: 0;
    background: #e5e5e5;
  }
  .owl-carousel .item {
    min-height: 0;
  }
  .owl-dot.active {
    background: #cccccc;
  }
  .owl-nav {
    display: none;
  }
}

/* ############################
REPORTS AND PUBLICATIONS
############################### */

.reports__publications {
  margin: 100px 0;
  padding: 0;
}

.reports__publications--wrapper {
  display: -ms-flexbox;
  display: flex;
  clear: both;
}

.reports__publications h2 {
  font-weight: bold;
  color: #1b314f;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0;
}

.reports__publications a.item {
  border: 1px solid #e5e5e5;
  padding: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: initial;
}

.reports__publications a.item:hover {
  background: #f1f1f1;
}

.reports__publications .item:first-child {
  border-right: 1px solid #e5e5e5;
}

.reports__publications a.item h5 {
  font-size: 1.375rem;
  color: #1b314f;
}

.reports__publications a.item p {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #1b314f;
}

.reports__publications a.link-all-reports {
  color: #747474;
  font-size: 0.9375rem;
  text-align: right;
  text-decoration: underline;
  font-family: "futura-pt", sans-serif;
  padding: 0;
}

@media (max-width: 768px) {
  .reports__publications {
    padding: 0;
  }
  .reports__publications .item:first-child {
    border-right: 0;
  }
  .reports__publications--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    border-bottom: 3px solid #e5e5e5;
  }
  .reports__publications a.link-all-reports {
    display: none;
  }
  .reports__publications a.item {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 3px solid #e5e5e5;
    padding: 30px 0;
    width: 100%;
  }
  .reports__publications a.item:hover {
    background: #ffffff;
  }
  .reports__publications {
    margin: 0;
  }
  .reports__publications h2 {
    padding: 0;
    margin-bottom: 5px;
  }
}

/* ############################
NOTISER
############################### */

.notiser {
  padding: 0;
  min-height: 200px;
}

.notiser h2 {
  font-weight: bold;
  color: #1b314f;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0;
}

.notiser .item {
  background: #f1f1f1;
  padding: 30px;
  width: calc(50% - 10px);
}

.notiser .item:hover {
  background: #1A8664;
}

.notiser .item:hover h4,
.notiser .item:hover .date {
  color: #ffffff;
}

.notiser .item h4 {
  color: #1b314f;
  font-size: 1.375rem;
}

.notiser .item .date {
  font-size: 20px;
  color: #1b314f;
}

@media (max-width: 768px) {
  .notiser {
    padding: 0;
  }
  .notiser .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* ############################
GRID
############################### */

.grid {
  margin: 60px 0;
}

.grid__wrapper {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid .intro {
  display: block;
}

.grid h2 {
  margin-bottom: 30px;
}

.grid .item > a,
.grid .item > div {
  padding: 30px;
  display: block;
  height: 100%;
}

.grid .item {
  background: #f1f1f1;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 0;
}

.grid .item:nth-of-type(odd) {
  margin-right: 20px;
}

.grid .item:hover a {
  background: #1A8664;
}

.grid .item:hover a h4,
.grid .item:hover a p {
  color: #ffffff;
}

.grid .item p {
  margin-bottom: 0;
  color: #1b314f;
}

.grid .item h4 {
  font-size: 22px;
  color: #1b314f;
}

.grid .item p {
  font-size: 20px;
}

.grid .intro p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .grid {
    padding: 0;
    margin: 30px 0;
  }
  .grid .item {
    width: 100%;
    margin: 0 0 20px 0 !important;
    background: #f2f2f2;
  }
}

/* ############################
New researches
############################### */

.news-researchs {
  margin: 100px 0;
}

.news-researchs h2 {
  font-size: 24px;
}

.news-researchs .link__all {
  text-align: right;
  color: #747474;
  padding: 15px 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  float: right;
}

.news-researchs .link {
  color: #357B4B;
  margin-left: 30px;
  display: block;
}

.news-researchs .link.link--arrow:before {
  background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4 7.8l-4.3 4.3 1.5 1.4 6.7-6.7L6.6.1 5.1 1.5l4.3 4.3H.2v2h9.2z' fill='#259873' fill-rule='evenodd'/%3E%3C/svg%3E")
    no-repeat 0 50%;
  margin-left: -27px;
}

.news-researchs .list--line {
  padding-top: 0;
}

.news-researchs .list--line .teaser {
  padding: 10px 0;
  margin-bottom: 0;
}

.news-researchs .columns {
  padding: 0;
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .news-researchs .columns {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ############################
Diseases and Agents
############################### */

.diseases-agents {
  padding: 60px 0;
}

.diseases-agents h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0;
}

.diseases-agents .item {
  margin: 0 0 12px 0;
  width: calc(50% - 15px);
  background: #1b314f;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  display: inline-flex;
  flex-direction: row;
  padding: 13px 15px;
  font-size: 18px;
}

.diseases-agents .item div {
  width: 90%;
}

.diseases-agents span {
  float: right;
  margin: 3px 3px 0 3px;
  color: #1b314f;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  min-width: 25px;
  min-height: 25px;
  height: 25px;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  line-height: initial;
  font-family: "futura-pt", sans-serif;
}

.diseases-agents .item:hover {
  background: #1A8664;
}

.diseases-agents .item:nth-child(even) {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .diseases-agents {
    padding: 60px 15px;
  }
  .diseases-agents .item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* ############################
submenu
############################### */

.menu__main--site--nav .list.list--menu .submenu {
  padding-left: 30px;
  /* margin-top: 10px; */
  /* border-top: 1px solid #FFFFFF; */
  margin-left: 0;
  /* padding-top: 10px; */
  padding-bottom: 20px;
}

.menu__main--site--nav .list--menu .button--arrow:after {
  position: absolute;
  right: 30px;
  margin-top: 2px;
  display: none;
}

.menu__main--site--nav .list--menu .button--arrow-to-down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 6px;
}

.menu__main--site--nav .submenu {
  display: block;
}

.menu__main--site--nav .submenu li a {
  font-size: 100%;
}

.menu__main--site--nav .list.list--menu.list--menu.list--menu-large {
  border-bottom: none;
  padding-bottom: 0rem;
}

.menu__main--site--nav .list.list--menu.list--menu-small.list--inline {
  padding-top: 1rem;
}

/* ############################
IE 11 hacks
############################### */

@media all and (-ms-high-contrast: none) {
  .header {
    max-height: 130px;
  }
  .banner-news--wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .feature__species.feature__species__full .feature__species--wrapper {
    height: 486px;
  }
}

.sectionBlockOne .section,
.sectionBlockTwo .section {
  /* padding: 0; */
}

@media screen and (max-width: 768px) {
  .sectionBlockOne,
  .sectionBlockTwo {
    padding: 0 15px;
  }
  .main > div[data-portal-region="main"] {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lastNewsEvents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sectionBlockOne {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sectionBlockTwo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sectionBlockOne .shortcutblocks {
    margin: 15px 0 15px 0;
  }
}

/* ############################
iPad hacks
############################### */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    img {
    float: none;
  }
  .shortcutblock__home
    .shortcutblock__home--item
    .shortcutblock__item--wrapper
    span {
    margin-top: 10px;
  }
}

.footer {
  background-color: #1b314f;
}

.pricelist th,
.pricelist td,
.pricelist tr {
  background: #f1f1f1;
}

/* VET-623 by Michel */
.box.box_min a.button {
  text-decoration: none;
}
.article-body .accordion .accordion-item a.accordion-title {
  text-decoration: none;
}
.list.list--arrow li a {
  text-decoration: none;
}

/* VET-623 by Leandro */
.accordion .accordion-item .accordion-title{
  text-decoration: none!important;
}

/* VET-778 */
.feature__species .promo-part.feature__species--wrapper .feature__species--box{
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 720px) and (max-width: 1024px) {

	.feature__species .promo-part.feature__species--wrapper .feature__species--left,
	.feature__species .promo-part.feature__species--wrapper .feature__species--right {
		width: 70%;
		max-width: 100%;
	}

}

@media (max-width: 720px){

  .img {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .aspectRatio--16x9 {
    padding-top: calc((9 / 16) * 100%);
  }
  .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  
  figure{
    margin: 0;
  }

  .promo-part.v-tablet{
    display: none;
  }

  .feature__species .promo-part.feature__species--wrapper .promo-part__content{
    background: #f1f1f1;
  }
  .feature__species .promo-part.feature__species--wrapper .promo-part__image img{
    width: 100%;
    height: auto;
  }
  .feature__species .promo-part.feature__species--wrapper .promo-part__content .feature__species--box{
    width: 100%;
    background: none;
  }
  .feature__species .promo-part.feature__species--wrapper{
    padding: 15px 40px;
  }

}

@media (max-width: 576px){
  .feature__species .promo-part.feature__species--wrapper .promo-part__content .feature__species--box{
    padding: 25px 20px
  }
  .feature__species .promo-part.feature__species--wrapper .feature__species--box h3{
    font-size: 18px;
  }
  .feature__species .promo-part.feature__species--wrapper .feature__species--box a,
  .feature__species .promo-part.feature__species--wrapper .feature__species--box div,
  .feature__species .promo-part.feature__species--wrapper .feature__species--box .subtitle{
    font-size: 16px;
  }
  .feature__species .promo-part.feature__species--wrapper .feature__species--box .promo-icon{
    font-size: 16px;
    min-height: 20px;
    padding-left: 15px;
    background-size: 10px 15px;
  }
  .feature__species .promo-part.feature__species--wrapper{
    padding: 0 40px;
  }
}