@charset "UTF-8";
.element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.btn {
  border-radius: 0; }

.field .field-label {
  font-weight: bold; }

.field-label-inline .field-label {
  float: left; }

.anchor:target::before,
[name]:target::before {
  content: '';
  display: block;
  height: 100px;
  margin: -100px 0 0; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.picto-blogs {
  background-image: url(../images/spritesheet.png);
  background-position: -35px 0px;
  width: 35px;
  height: 35px; }

.picto-brochures {
  background-image: url(../images/spritesheet.png);
  background-position: -70px -35px;
  width: 35px;
  height: 35px; }

.picto-catalogues {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -35px;
  width: 35px;
  height: 35px; }

.picto-faq {
  background-image: url(../images/spritesheet.png);
  background-position: -35px -35px;
  width: 35px;
  height: 35px; }

.picto-methodsalertsupdates {
  background-image: url(../images/spritesheet.png);
  background-position: -70px 0px;
  width: 35px;
  height: 35px; }

.picto-newsletters {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 35px;
  height: 35px; }

.picto-trainings {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -70px;
  width: 35px;
  height: 35px; }

.picto-videos {
  background-image: url(../images/spritesheet.png);
  background-position: -35px -70px;
  width: 35px;
  height: 35px; }

.picto-webinars {
  background-image: url(../images/spritesheet.png);
  background-position: -70px -70px;
  width: 35px;
  height: 35px; }

.picto-whitepapers {
  background-image: url(../images/spritesheet.png);
  background-position: -105px 0px;
  width: 35px;
  height: 35px; }

.small-arrow-down {
  background-image: url(../images/spritesheet.png);
  background-position: -105px -35px;
  width: 7px;
  height: 4px; }

body {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #666666; }

p {
  color: inherit; }

a {
  color: #0097d3; }
  a:visited {
    color: #0d3978; }
  a:hover, a:focus {
    color: #48beed; }

h1,
.h1-like {
  color: white;
  font-weight: bold;
  font-size: 3.6rem;
  margin-top: 30px;
  line-height: 1.38; }

h2,
.h2-like {
  color: #0d3978;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 30px;
  line-height: 1.38;
  display: inline-block; }

h3,
.h3-like {
  color: #0d3978;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1.38;
  text-transform: none; }

::-webkit-input-placeholder {
  color: #333333;
  opacity: 1; }

::-moz-placeholder {
  color: #333333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333333;
  opacity: 1; }

::placeholder {
  color: #333333;
  opacity: 1; }

.body .form-text,
.body .form-textarea,
.form-select {
  border-radius: 0; }

.body .form-text,
.form-select {
  width: 100%; }
  @media (min-width: 768px) {
    .body .form-text,
    .form-select {
      max-width: 360px; } }

.body .form-textarea {
  height: auto; }

.form-managed-file .form-file,
.form-managed-file .form-submit {
  display: inline-block; }

.form-managed-file .form-submit {
  margin-left: 5px;
  background: #333333;
  border-color: #333333; }

.form-item {
  padding-top: 15px;
  clear: both; }

.half-form-item {
  width: 49%; }
  .half-form-item .form-text {
    width: 100%; }
  .half-form-item.left {
    float: left;
    margin-right: 1%;
    clear: none; }
  .half-form-item.right {
    float: right;
    margin-left: 1%;
    clear: none; }

.short-form-item {
  width: 160px; }
  .short-form-item .form-text {
    width: 100%; }

.form-required-info,
.form-required {
  font-size: 1.2rem;
  color: #0097d3; }

.form-actions {
  margin-top: 30px; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white url("../images/small-arrow-down.png") no-repeat right 13px top 50%; }
  .form-select::-ms-expand {
    display: none; }

@font-face {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MicrosoftYaHei/MicrosoftYaHei.eot?#iefix") format("embedded-opentype"), url("../fonts/MicrosoftYaHei/MicrosoftYaHei.woff") format("woff"), url("../fonts/MicrosoftYaHei/MicrosoftYaHei.ttf") format("ttf"), url("../fonts/MicrosoftYaHei/MicrosoftYaHei.svg#Microsoft YaHei") format("svg"); }

.col-md-6:nth-child(odd) {
  clear: both; }

.atom-align-left {
  float: left;
  margin-right: 16px; }

.atom-align-right {
  float: right;
  margin-left: 16px; }

.mxns-lead {
  overflow: hidden; }
  .mxns-lead .field-name-field-master-main-image {
    float: left;
    margin-right: 20px; }
  .mxns-lead .field-name-field-first-paragraph,
  .mxns-lead .field-name-field-master-main-text {
    overflow: hidden; }
  .mxns-lead .field-name-field-first-paragraph {
    color: #0d3978;
    font-size: 2.1rem;
    line-height: 1.3; }
    .mxns-lead .field-name-field-first-paragraph p {
      line-height: inherit; }

.toggle {
  clear: none;
  margin: 0; }
  .toggle label i {
    margin-left: auto;
    margin-right: 0;
    font-size: 1.5rem; }
  .toggle label::before {
    content: none; }
  .toggle.active label i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center; }

html .toggle-primary .toggle label {
  border: 4px solid #dadada;
  border-radius: 0;
  background: white;
  color: #0097d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
  padding-bottom: 6px; }

html .toggle-primary .toggle.active label {
  border-color: #0d3978;
  background: #0d3978;
  color: white; }

.i18n-zh-hant .testimonial-item > blockquote::after, .i18n-zh-hant .testimonial-item > blockquote::before {
  font-family: Microsoft YaHei, sans-serif; }

.testimonial-item {
  background: #1d61ac;
  color: white;
  padding: 40px 80px; }
  .testimonial-item > blockquote {
    font-style: italic;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0; }
    .testimonial-item > blockquote::after, .testimonial-item > blockquote::before {
      font-size: 7.2rem;
      color: white;
      font-family: Arial, sans-serif;
      line-height: 1;
      font-style: normal;
      font-weight: bold;
      position: absolute; }
    .testimonial-item > blockquote::before {
      content: "“";
      margin-top: -15px;
      right: 100%;
      margin-right: 10px; }
    .testimonial-item > blockquote::after {
      content: "”";
      left: 100%;
      top: 100%;
      margin-left: 10px; }
  .testimonial-item > p {
    color: #48beed;
    font-size: 1.3rem;
    margin-top: 20px; }

.field-collection-item-field-fc-first-item-list {
  border-top: 6px solid;
  margin-bottom: 40px; }
  .field-collection-item-field-fc-first-item-list .field-name-field-plain-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -10px; }
  .field-collection-item-field-fc-first-item-list.color-food-safety {
    border-top-color: #62a8c0; }
    .field-collection-item-field-fc-first-item-list.color-food-safety .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-food-safety .field-name-field-plain-title a {
      color: #62a8c0; }
  .field-collection-item-field-fc-first-item-list.color-agrochemicals {
    border-top-color: #803883; }
    .field-collection-item-field-fc-first-item-list.color-agrochemicals .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-agrochemicals .field-name-field-plain-title a {
      color: #803883; }
  .field-collection-item-field-fc-first-item-list.color-water-environment {
    border-top-color: #7aab2a; }
    .field-collection-item-field-fc-first-item-list.color-water-environment .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-water-environment .field-name-field-plain-title a {
      color: #7aab2a; }
  .field-collection-item-field-fc-first-item-list.color-pharma {
    border-top-color: #1867b8; }
    .field-collection-item-field-fc-first-item-list.color-pharma .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-pharma .field-name-field-plain-title a {
      color: #1867b8; }
  .field-collection-item-field-fc-first-item-list.color-consumer-goods {
    border-top-color: #b32c1b; }
    .field-collection-item-field-fc-first-item-list.color-consumer-goods .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-consumer-goods .field-name-field-plain-title a {
      color: #b32c1b; }
  .field-collection-item-field-fc-first-item-list.color-cosmetics {
    border-top-color: #ba327d; }
    .field-collection-item-field-fc-first-item-list.color-cosmetics .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-cosmetics .field-name-field-plain-title a {
      color: #ba327d; }
  .field-collection-item-field-fc-first-item-list.color-biofortis {
    border-top-color: #d28f1b; }
    .field-collection-item-field-fc-first-item-list.color-biofortis .field-name-field-plain-title,
    .field-collection-item-field-fc-first-item-list.color-biofortis .field-name-field-plain-title a {
      color: #d28f1b; }

@media (min-width: 992px) {
  .field-name-field-fc-first-item-list > :nth-child(4n+1) {
    clear: left; } }

@media (max-width: 991px) {
  .field-name-field-fc-first-item-list > :nth-child(2n+1) {
    clear: left; } }

.field-name-field-fc-first-item-list .field-item {
  margin-bottom: 10px; }

.field-collection-item-field-fc-first-item-list .field-name-field-field-picture .field-items img {
  width: 100%; }

.field-collection-item-field-fc-first-item-list .field-name-field-fc-first-item-list .field-item {
  margin-bottom: 0px; }

.nav-menu {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2px; }
  .nav-menu::after {
    display: table;
    content: " ";
    clear: both; }
  .nav-menu :focus {
    outline: 2px solid rgba(13, 57, 120, 0.3); }
  .nav-menu ul,
  .nav-menu ol {
    list-style: none; }
  @media (max-width: 991px) {
    .nav-menu {
      border-bottom: 1px solid #dadada; } }

.menu--level-1 {
  position: relative;
  display: block;
  list-style: none;
  float: left;
  color: #0d3978;
  padding-bottom: 10px; }

.menu--level-1-link {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: inherit; }
  .menu--level-1-link:hover, .menu--level-1-link:focus {
    outline-offset: -1px;
    text-decoration: none; }
  .menu--level-1-link:hover, .menu--level-1-link:focus, .menu--level-1-link.open {
    margin-left: 0;
    z-index: 1002; }
  .menu--level-1-link.open {
    padding-bottom: 2px; }

.sub-nav-level-2 {
  position: absolute;
  display: block;
  margin: 0;
  line-height: normal;
  cursor: default;
  background: white;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 1001; }
  @media (min-width: 992px) {
    .sub-nav-level-2 {
      padding: 5px; } }
  @media (min-width: 992px) {
    .sub-nav-level-2 {
      border-top: 6px solid #0097d3;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
  .has-children:not(.closed):hover > .sub-nav-level-2,
  .has-children.open > .sub-nav-level-2 {
    visibility: visible;
    top: auto;
    max-height: 600px;
    opacity: 1; }
  .has-children.open .sub-nav-level-2 {
    position: static; }
  @media (max-width: 991px) {
    .has-children:hover .sub-nav-level-2 {
      position: static; } }
  .sub-nav-level-2 a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 7px;
    color: #666666;
    font-size: 1.3rem; }
    .sub-nav-level-2 a:hover, .sub-nav-level-2 a:focus {
      color: white;
      background-color: rgba(0, 151, 211, 0.8); }

@media (min-width: 992px) {
  .menu--simple .sub-nav-level-2 {
    min-width: 200px;
    max-width: 350px; } }

.menu--simple .menu--level-2 + .menu--level-2 {
  border-top: 1px solid #dadada; }
  @media (max-width: 991px) {
    .menu--simple .menu--level-2 + .menu--level-2 {
      border-top: 0; } }

.sub-nav-group {
  margin: 0;
  padding: 0; }

.menu--highlight i,
.menu--highlight-alt i {
  font-size: 1.4rem;
  margin-right: 10px; }
  @media (max-width: 991px) {
    .menu--highlight i,
    .menu--highlight-alt i {
      display: none; } }

.menu--highlight a {
  padding: 15px 10px; }

@media (min-width: 992px) {
  .menu--highlight {
    background-color: #0097d3; }
    .menu--highlight a {
      color: white;
      text-transform: uppercase;
      font-size: 1.2rem;
      padding: 8px 17px; } }

.menu--highlight-alt a {
  color: #0097d3;
  text-transform: uppercase; }

@media (max-width: 991px) {
  #header .header-nav {
    margin-bottom: 10px;
    margin: 0; } }

#header .header-nav-wrapper {
  float: left;
  margin-top: 10px; }
  @media (max-width: 991px) {
    #header .header-nav-wrapper {
      float: none; } }

#header .header-nav-main {
  float: none; }
  #header .header-nav-main .menu--level-1 > a {
    border-radius: 0;
    text-transform: none;
    color: #0d3978;
    padding: 10px;
    font-size: 1.4rem;
    margin: 0; }
    @media (max-width: 991px) {
      #header .header-nav-main .menu--level-1 > a {
        padding: 15px 10px; } }
    .sticky-header-active #header .header-nav-main .menu--level-1 > a {
      padding-bottom: 5px;
      margin-top: -20px; }
  #header .header-nav-main .menu--level-1.open > a {
    color: white;
    background-color: #0d3978; }
  #header .header-nav-main .menu--level-1:hover > a {
    color: white;
    background-color: #0097d3;
    padding: 10px; }
    @media (max-width: 991px) {
      #header .header-nav-main .menu--level-1:hover > a {
        padding: 15px 10px; } }
    .sticky-header-active #header .header-nav-main .menu--level-1:hover > a {
      padding-bottom: 5px;
      margin-top: -20px; }
  @media (max-width: 991px) {
    #header .header-nav-main .menu--level-2-link,
    #header .header-nav-main .menu--level-3-link {
      padding: 15px 10px; } }
  @media (max-width: 991px) {
    #header .header-nav-main .has-children > a, #header .header-nav-main .has-children:hover > a {
      padding: 0; } }

.has-children > a,
.has-children > span {
  display: table;
  width: 100%; }

@media (max-width: 991px) {
  .has-children .link-has-children {
    display: table-cell;
    padding: 15px 10px;
    border-right: 1px solid #dadada; } }

.has-children .link-has-children + .fa {
  display: table-cell;
  text-align: right;
  padding: 15px 10px;
  width: 60px;
  text-align: center; }
  @media (min-width: 992px) {
    .has-children .link-has-children + .fa {
      display: none; } }

.has-children.open > * > .link-has-children + .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.field-name-field-fc-bottom-block:not(.is-sidebar) {
  margin-top: 50px;
  border-top: 1px dashed #cdcdcd;
  padding-top: 50px; }

.field-name-field-fc-bottom-block.is-sidebar .field-item.col-xs-12:first-child {
  margin-top: 0;
  padding-top: 0; }

.field-name-field-fc-bottom-block.is-sidebar .field-item.col-xs-12:first-child {
  border-top: 0; }

.field-name-field-fc-bottom-block.is-sidebar .field-item.col-xs-12 {
  border-top: 1px dashed #cdcdcd;
  padding-top: 25px;
  padding-bottom: 15px; }

.field-name-field-fc-bottom-block .field-name-field-plain-title {
  color: #0d3978;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold; }

.field-name-field-fc-bottom-block .cta-link {
  display: block;
  text-align: center; }

.field-name-field-fc-bottom-block img {
  padding-bottom: 15px; }

.field-collection-item-field-fc-bottom-block .field-name-field-plain-title {
  padding-bottom: 20px; }

.field-collection-item-field-bottom-block-links {
  min-height: 40px;
  margin-bottom: 10px; }

.cta-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  border: 1px solid #0097d3;
  background: white;
  padding: 9px 12px;
  margin-bottom: 10px; }
  .cta-link, .cta-link:visited, .cta-link:hover, .cta-link:focus {
    color: #0097d3; }
  .cta-link i {
    margin-right: 5px; }
  .cta-link.is-link-colored {
    background: #0097d3;
    color: white; }

.icon-svg {
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }

#block-locale-language .content {
  text-align: center; }

.dropdown-lang {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-bottom: 0;
  color: #0097d3; }
  .dropdown-lang .menu__button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
    z-index: 5;
    border: 0;
    background: none;
    color: inherit;
    text-transform: inherit;
    white-space: nowrap; }
    .dropdown-lang .menu__button i {
      margin-left: 5px; }
  .dropdown-lang ul {
    min-width: 60px;
    text-align: left;
    background: white;
    position: relative; }
  .dropdown-lang > div > div > ul {
    max-height: 0;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    margin: 0;
    padding: 0; }
  .dropdown-lang.showMenu > div > div > ul {
    max-height: 200px;
    left: 0;
    margin: 0; }
  .dropdown-lang.showMenu.upside-down > div > div > ul {
    bottom: 100%; }
  .dropdown-lang li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: normal; }
  .dropdown-lang span,
  .dropdown-lang a {
    padding: 10px;
    display: block; }
  .dropdown-lang a::before {
    top: 0;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px; }
  .dropdown-lang a:hover, .dropdown-lang a:focus {
    text-decoration: none; }
    .dropdown-lang a:hover::before, .dropdown-lang a:focus::before {
      content: normal; }
  .dropdown-lang li:first-child a::before {
    content: normal; }
  .dropdown-lang .active {
    font-style: italic; }

.block-mxns-social-share {
  text-align: left;
  border-bottom: dashed 1px lightgrey; }
  .block-mxns-social-share:not(.is-sidebar-service-page) {
    border-top: dashed 1px lightgrey; }

.fb-like,
.fb-like span {
  vertical-align: top !important; }

.tweet {
  display: inline-block; }

.block-mxns-social-share h3 {
  display: inline-block;
  padding-right: 22px;
  color: #0097d3;
  text-transform: uppercase; }

.block-mxns-social-share .content {
  display: inline-block; }

.meta {
  margin: 10px 0; }
  .meta .field {
    display: inline-block;
    margin-right: 10px; }
    .meta .field + .field {
      border-left: 1px solid;
      padding-left: 10px; }
  .meta .field-name-field-tag .field-name-field-tag-news {
    text-transform: uppercase; }
    .meta .field-name-field-tag .field-name-field-tag-news .field-item {
      display: inline-block; }
      .meta .field-name-field-tag .field-name-field-tag-news .field-item:not(:last-child)::after {
        content: ', ';
        margin-right: 3px; }
  .meta .tag_event {
    display: inline-block;
    padding-left: 5px;
    border-left: 1px solid; }

.related-carousel {
  color: #0097d3;
  margin-bottom: 15px;
  margin-top: -10px; }

#header .header-search .form-control {
  border-radius: 0;
  width: 280px; }
  @media (max-width: 991px) {
    #header .header-search .form-control {
      width: 100%; } }

.header-search i {
  font-size: 2rem;
  color: #0097d3; }

.header-search .form-item {
  padding-top: 0; }

#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  box-sizing: content-box; }
  #autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #autocomplete li {
    background: white;
    cursor: default;
    white-space: pre;
    padding: 4px; }
    #autocomplete li:hover {
      background: #0d3978;
      color: white; }

.page-header {
  background-color: #0d3978;
  border-top: 6px solid #dadada;
  border-bottom: 6px solid #dadada; }
  .page-header h1 {
    border-bottom-width: 6px;
    margin: 40px 0 -26px;
    font-weight: bold;
    font-size: 3.6rem; }
    .page--food-safety .page-header h1 {
      border-bottom-color: #62a8c0; }
    .page--agrochemicals .page-header h1 {
      border-bottom-color: #803883; }
    .page--water-environment .page-header h1 {
      border-bottom-color: #7aab2a; }
    .page--pharma .page-header h1 {
      border-bottom-color: #1867b8; }
    .page--consumer-goods .page-header h1 {
      border-bottom-color: #b32c1b; }
    .page--cosmetics .page-header h1 {
      border-bottom-color: #ba327d; }
    .page--biofortis .page-header h1 {
      border-bottom-color: #d28f1b; }

#breadcrumbs li + li::before {
  color: #95accd; }

#breadcrumbs,
#breadcrumbs a {
  color: #95accd; }

.node-events-list .views-row,
.node-list-news .views-row,
.node-world-map .views-row {
  margin-top: 20px;
  border-top: 1px dashed #cdcdcd;
  padding-top: 20px; }

.node-events-list .views-row-1,
.node-list-news .views-row-1,
.node-world-map .views-row-1 {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }

.node-events-list .views-field-title,
.node-list-news .views-field-title,
.node-world-map .views-field-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 10px; }
  .node-events-list .views-field-title a,
  .node-list-news .views-field-title a,
  .node-world-map .views-field-title a {
    color: #0097d3; }

.node-events-list .views-field-field-first-image,
.node-list-news .views-field-field-first-image {
  display: none; }

.node-events-list .views-row-1 .views-field-field-first-image,
.node-list-news .views-row-1 .views-field-field-first-image {
  display: block;
  margin-bottom: 10px; }

.node-events-list .views-field-field-start-date,
.node-list-news .views-field-field-start-date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.2rem; }

.node-events-list .views-field.views-field-field-tag,
.node-list-news .views-field.views-field-field-tag {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  border-left: 1px solid;
  font-size: 1.2rem; }

.node-events-list .views-field-field-tag,
.node-list-news .views-field-field-tag {
  text-transform: uppercase; }

.node-events-list .views-exposed-form,
.node-list-news .views-exposed-form {
  display: none; }

.node-events-list .term,
.node-list-news .term {
  margin-bottom: 15px; }

.node-events-list .term a,
.node-list-news .term a {
  color: #666666; }

.node-events-list .views-field.views-field-title-1 .field-content a,
.node-list-news .views-field.views-field-title-1 .field-content a {
  background-color: #0097d3;
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  margin: 4px 2px;
  margin-top: 10px;
  cursor: pointer; }

.page-solr-search-results #search-api-page-search-form .form-type-textfield {
  display: inline-block;
  width: 280px;
  vertical-align: bottom; }

.page-solr-search-results .search-performance,
.page-solr-search-results .search-no-results {
  font-size: 3rem;
  color: #0d3978; }

.page-solr-search-results .search-results {
  padding-left: 0;
  border-top: 1px dashed #cdcdcd; }

.page-solr-search-results .search-result {
  border-bottom: 1px dashed #cdcdcd;
  padding-top: 30px;
  padding-bottom: 30px; }

.page-solr-search-results .search-info {
  margin-bottom: 0;
  font-size: 1.2rem; }

.page-solr-search-results .title {
  margin-top: 0;
  text-transform: none;
  color: #0097d3;
  font-weight: normal;
  font-size: 3rem; }

.page-solr-search-results .tags {
  text-transform: uppercase; }

.page-solr-search-results .dates + .tags::before {
  content: '|';
  margin: 0 5px; }

.page-solr-search-results .facets .block-title {
  margin-top: 0;
  text-transform: uppercase; }

.page-solr-search-results .facetapi-facetapi-links {
  padding: 0;
  list-style: none; }
  .page-solr-search-results .facetapi-facetapi-links .leaf {
    margin-bottom: 5px; }
  .page-solr-search-results .facetapi-facetapi-links a {
    color: #333333; }
  .page-solr-search-results .facetapi-facetapi-links .facetapi-active {
    font-weight: bold; }

.page-solr-search-results .facet-results-number {
  display: inline-block;
  border: 1px solid;
  margin-right: 5px;
  padding: 0 4px;
  min-width: 26px;
  text-align: center; }
  .page-solr-search-results .facet-results-number:not(.number-0) {
    color: #0097d3; }

.pagination,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0; }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0d3978; }

.views-field-field-date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.views-field.views-field-field-tag-news {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  border-left: 1px solid;
  padding-left: 10px; }

.views-field-field-tag-news {
  text-transform: uppercase; }

.field-name-field-filter-title {
  text-transform: uppercase; }

.field-name-field-section-title {
  text-transform: uppercase; }

.side-bars-lists .h3-like {
  margin-top: 0; }

#user-login {
  margin-bottom: 20px; }

.row--recruitment {
  background: #0097d3;
  color: white;
  padding: 60px 15px;
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    .row--recruitment {
      display: table;
      width: 100%; }
      .row--recruitment .recruitment-title-subtitle,
      .row--recruitment .field-name-field-recruitment-link {
        display: table-cell;
        vertical-align: middle; } }
  .row--recruitment::before {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid #0097d3;
    border-top-color: white;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .row--recruitment .field-name-field-recruitment-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1; }
  .row--recruitment .field-name-field-recruitment-subtitle {
    font-size: 2.4rem;
    line-height: 1.2; }
  .row--recruitment .field-name-field-recruitment-link {
    text-align: center;
    margin-top: 10px; }
    .row--recruitment .field-name-field-recruitment-link a {
      display: inline-block;
      background: white;
      color: #0097d3;
      padding: 10px 30px;
      font-size: 1.8rem; }

.field-name-field-fc-resources-block-list > .field-item {
  margin-bottom: 20px; }

.field-name-field-fc-resources-block-list .field-name-field-plain-title {
  font-size: 2rem;
  color: #0097d3; }

.field-name-field-fc-resources-block-list .content {
  overflow: hidden;
  padding-left: 20px; }

.field-name-field-fc-resources-block-list .field-name-field-resources-icon {
  float: left; }

.field-name-field-fc-resources-block-list .picto {
  display: block; }

.field-name-field-fc-resources-block-list .field-name-field-link a {
  color: inherit;
  text-decoration: underline; }

.row--highlighted-services {
  background: #0d3978 url("../images/background-highlighted.jpg"); }
  .row--highlighted-services .h2-like {
    color: white; }
  .row--highlighted-services .owl-controls {
    margin-top: 40px; }

.field-name-field-fc-hilited-services-block .field-collection-view {
  background-color: white; }

.field-name-field-fc-hilited-services-block .pictures {
  position: relative; }
  @media (min-width: 992px) {
    .field-name-field-fc-hilited-services-block .pictures {
      float: left; } }

.field-name-field-fc-hilited-services-block .content {
  overflow: hidden;
  padding: 20px; }

.field-name-field-fc-hilited-services-block .field-name-field-segment-color {
  position: absolute;
  right: 0;
  top: 20px; }

.field-name-field-fc-hilited-services-block .icon-svg {
  width: 40px;
  height: 40px; }

.field-name-field-fc-hilited-services-block .field-name-field-plain-title {
  font-size: 2rem;
  margin-bottom: 10px; }

.field-name-field-fc-hilited-services-block .field-name-field-link {
  margin-top: 15px; }
  .field-name-field-fc-hilited-services-block .field-name-field-link a {
    color: inherit;
    text-decoration: underline; }

.worldmap__wrapper {
  padding: 20px 0; }
  .worldmap__wrapper .jvectormap-zoomin,
  .worldmap__wrapper .jvectormap-zoomout {
    width: 16px;
    height: 16px; }
  @media (max-width: 767px) {
    .worldmap__wrapper #worldmap {
      display: none; } }

.node-news .news-image,
.node-news .news-date {
  margin-bottom: 15px; }

.node-news .news-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center; }

.node-news .news-date .day {
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
  color: #0097d3;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px; }

.node-news .news-date .month {
  background-color: #0097d3;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: white;
  font-size: .9em;
  padding: 0 10px 2px; }

.news-main-title {
  font-size: 2.2rem;
  color: #0d3978; }

a.news-title, a.news-title:visited {
  font-size: 2.2rem;
  color: #0097d3;
  line-height: 1.2; }

.news-after-title {
  font-size: .9em;
  margin-bottom: 7px; }

.news-meta {
  display: inline-block;
  padding-right: 8px; }

.news-meta > *,
.field-name-field-tag-news .field-items,
.field-name-field-tag-news .field-items > *,
.field-name-field-tag-news .field-label {
  display: inline-block; }

.field-name-field-tag-news .field-items .field-item::after {
  content: ', '; }

.field-name-field-tag-news .field-items .field-item:last-child::after {
  content: ''; }

.node-webform .field-name-field-map iframe {
  width: 100%;
  display: block; }

.homepage-image {
  position: relative;
  overflow: hidden; }

.homepage-image img {
  display: inline-block;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.homepage-image-banner {
  display: inline-block; }

.homepage-image-banner img {
  width: 100%; }

.hp-image-banner-text {
  color: white;
  position: absolute;
  bottom: 35%;
  width: 90%; }

.homepage-image-banner .homepage-image .hp-image-banner-text {
  font-weight: bold;
  font-size: 3rem;
  left: 25%; }

.homepage-video-banner {
  background-color: #0d3978;
  padding-top: 30px;
  padding-bottom: 30px; }

.hp-video-banner-text {
  color: white;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  text-align: center; }
  @media (min-width: 992px) {
    .hp-video-banner-text {
      padding-right: 100px;
      padding-left: 100px;
      text-align: left; } }

.hp-video-banner-text p {
  margin: 0;
  font-size: 1.8rem; }

.homepage-video-banner .homepage-image .hp-image-banner-text {
  font-weight: bold;
  font-size: 3rem;
  left: 25%; }

@media (min-width: 992px) {
  .hp-video-banner-textbutton-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.hp-video-banner-button {
  padding: 7px;
  text-align: center;
  background-color: #0097d3;
  color: white;
  max-width: 230px;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .hp-video-banner-button {
      margin: 0 20px 0 auto;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .hp-video-banner-button a {
    font-size: 1.8rem;
    text-align: center;
    color: white; }

.hp-modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modal-header {
  border-bottom: none 0px; }

.hp-modal-dialog:target {
  opacity: 1;
  pointer-events: auto; }

#hp-video-modal .modal-dialog {
  width: 750px;
  height: 624px; }

.hp-video-banner-close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000; }

.hp-video-banner-close:hover {
  background: #00d9ff; }

.hp-legacy-first-title {
  font-weight: bold;
  font-size: 3rem;
  color: #0d3978;
  line-height: 1.2; }
  .hp-legacy-first-title p {
    line-height: inherit; }

.hp-legacy-subtitle {
  font-size: 1.8rem;
  color: #0d3978; }

.hp-legacy-subtitle::before {
  content: "";
  display: block;
  height: 1.5px;
  width: 30px;
  background: #0097d3;
  margin: 15px auto; }

.homepage-legacy-banner {
  margin-bottom: 70px;
  margin-top: 70px; }

.homepage-legacy-banner .hp-image-banner-text {
  text-align: center;
  color: #0d3978; }

.hp-legacy-button {
  display: inline-block;
  text-decoration: none;
  margin-top: 15px; }

.hp-legacy-button a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 150px;
  background-color: #0097d3;
  color: white;
  font-size: 1.7rem;
  font-weight: normal;
  text-decoration: none; }

.homepage-legacy-newsevent-group {
  background-color: white; }

.homepage-legacy-banner {
  text-align: center; }

.hp-image-banner-text-white-bg {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 55px;
  bottom: 55px;
  width: 360px; }

.hp-news-title {
  font-size: 2.2rem;
  color: #0097d3 !important;
  line-height: 1.2; }

.hp-event-start,
.hp-event-end {
  display: block; }

.hp-event-end::before {
  display: block;
  content: '';
  height: 1px;
  width: 6px;
  background: currentColor;
  margin: 3px auto; }

.hp-newsevent-group .field {
  display: inline-block;
  font-size: 1.2rem; }

.hp-all-news,
.hp-all-events {
  position: absolute;
  top: 40px;
  right: 10%; }
  @media (max-width: 767px) {
    .hp-all-news,
    .hp-all-events {
      right: 17px; } }

.hp-all-news a,
.hp-all-events a {
  color: #666666 !important;
  text-decoration: underline !important; }

.hp-news .owl-item {
  padding-right: 30px; }

.hp-event {
  overflow: hidden;
  padding-bottom: 35px; }

.hp-event-title {
  font-size: 2.2rem;
  line-height: 1.5; }

.hp-event-date {
  float: left; }

.hp-event-start-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  text-align: center;
  border: solid 1px #0097d3; }

.hp-event-end-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  text-align: center;
  border: solid 1px #0097d3; }

.hp-event-date-daymonth {
  color: #0097d3;
  background-color: white;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 4px; }

.hp-event-date-year {
  color: white;
  background-color: #0097d3;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 2px;
  width: 100%; }

.hp-event-content {
  overflow: hidden; }

.hp-event-location {
  font-size: 1.1rem;
  color: #666666;
  margin-top: 10px; }

.hp-testimonials {
  background: #1d61ac;
  min-height: 350px; }
  @media (min-width: 992px) {
    .hp-testimonials {
      background: #1d61ac right center no-repeat;
      background-image: url("/sites/all/themes/custom/merieux_nutrisciences/images/source/MXNS_frise.png"); } }
  @media (min-width: 992px) {
    .hp-testimonials .owl-carousel {
      padding-top: 70px;
      width: 50%; } }

.hp-testimonial-item {
  padding-left: 5%;
  padding-top: 5%; }

.hp-testimonial-quote {
  color: white;
  font-style: italic;
  font-size: 1.9rem;
  font-weight: 600;
  overflow: hidden; }

.i18n-zh-hant .hp-testimonial-quote::before,
.hp-testimonial-quote::after {
  font-family: Microsoft YaHei, sans-serif; }

.hp-testimonial-quote::before,
.hp-testimonial-quote::after {
  font-size: 6rem;
  color: white;
  font-weight: 600;
  font-family: arial, sans-serif;
  font-style: normal;
  line-height: 1.0; }
  @media (min-width: 992px) {
    .hp-testimonial-quote::before,
    .hp-testimonial-quote::after {
      font-size: 8rem; } }

.hp-testimonial-quote::before {
  content: "“";
  margin-right: 50px; }

.hp-testimonial-quote::after {
  display: block;
  margin-top: 20px;
  content: "”"; }
  @media (min-width: 992px) {
    .hp-testimonial-quote::after {
      margin-top: 0;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; } }

@media (min-width: 992px) {
  .testimonial-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.testimonial-container > * {
  margin-right: 50px; }

.hp-testimonial-area {
  color: #48beed;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block; }

.hp-testimonial-location {
  color: #48beed;
  font-size: 1.2rem;
  display: inline-block; }

.hp-offers {
  background-color: white;
  padding-top: 50px; }

.hp-offers .row {
  margin-bottom: 50px; }

.hp-offer-title {
  font-size: 1.4rem;
  font-weight: bold; }

.hp-offer-text {
  font-size: 1.2rem; }

.hp-worldwide-presence {
  width: auto;
  background: #0d3978 center no-repeat;
  background-image: url("/sites/all/themes/custom/merieux_nutrisciences/images/source/MXNS_map.svg");
  margin: 75px 0; }
  @media (min-width: 768px) {
    .hp-worldwide-presence {
      min-height: 450px; } }

.hp-worldwide-presence__content {
  max-width: 300px;
  margin: 0 auto;
  padding: 50px 20px 60px; }

.hp-worldwide-presence-title {
  line-height: 1.3;
  font-size: 2.8rem;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: 900; }

.hp-worldwide-presence-country-label:before {
  content: "____";
  color: #0097d3;
  display: block;
  font-size: 2.5rem;
  margin-top: -10px;
  margin-bottom: 5px; }

.hp-worldwide-presence-country-label {
  color: white;
  text-align: center;
  font-size: 1.58rem;
  font-weight: 500;
  margin-bottom: -5px; }

.hp-worldwide-presence .form-submit {
  width: 100%;
  margin-top: 5px;
  padding: 10px; }

.node-contact-page {
  margin-top: 30px; }
  .node-contact-page .field-name-field-map {
    margin-top: 80px; }
    .node-contact-page .field-name-field-map iframe {
      width: 100%;
      display: block; }
  .node-contact-page .webform-client-form {
    margin-bottom: 20px; }
  .node-contact-page .field-name-field-text-contact {
    font-size: 2.4rem;
    color: #0d3978; }
  .node-contact-page .field-name-field-disclaimer-text {
    font-size: 1.2rem; }
  .node-contact-page .field-name-field-office-contact-info .title,
  .node-contact-page .field-name-field-personal-contact-info .title {
    margin-top: 0;
    margin-bottom: 20px; }
  .node-contact-page .node-contact-page-office-contact,
  .node-contact-page .node-content-page-personnal-contact {
    border-bottom: 1px dashed #cdcdcd;
    padding-top: 20px; }
  .node-contact-page .node-content-page-personnal-contact {
    padding-bottom: 20px; }
  .node-contact-page .field-name-field-free-text-paragraph {
    margin-top: 20px; }
  .node-contact-page .field-name-field-subtitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.38;
    margin-top: 20px;
    color: #0d3978; }
  .node-contact-page .field-name-field-personal-contact-info .title {
    margin-bottom: 0; }
  .node-contact-page .field-name-field-personnal-subtitle {
    color: #0d3978;
    margin-bottom: 20px; }

.node-social-wall {
  min-height: 590px; }

.social-wall-image-bg {
  position: relative;
  min-height: inherit; }

.social-wall-image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: inherit; }

.social-wall-content {
  padding: 10px; }
  .social-wall-content::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .social-wall-content {
      padding: 10px 100px; } }
  @media (min-width: 1200px) {
    .social-wall-content > * {
      float: left; } }

.social-wall-content-left {
  text-align: center; }
  @media (min-width: 992px) {
    .social-wall-content-left {
      margin-right: 40px;
      min-width: 420px;
      text-align: left; } }

.social-wall-content-right {
  position: relative; }
  @media (min-width: 992px) {
    .social-wall-content-right {
      min-height: 550px; } }

.social-wall-title {
  margin-top: 15px; }

.social-wall-social-blocks > * {
  background-color: white;
  border: solid #dadada 5px;
  margin: 50px auto 0;
  width: 210px;
  height: 210px;
  padding: 20px; }

@media (min-width: 992px) {
  .social-wall-social-block1 {
    position: absolute;
    left: 0;
    top: 0; }
  .social-wall-social-block2 {
    position: absolute;
    left: 255px;
    top: 150px; }
  .social-wall-social-block3 {
    position: absolute;
    top: 266px; } }

.social-wall-social-block-date {
  color: #0097d3;
  margin-bottom: 10px;
  font-size: 1.2rem; }

.social-wall-social-block-text {
  text-align: left;
  font-size: 1.2rem; }

.social-wall-social-blocks .fa-twitter,
.social-wall-social-blocks .fa-facebook,
.social-wall-social-blocks .fa-linkedin {
  border-right: solid #cdcdcd 2px;
  margin-right: 10px;
  padding-right: 10px; }

.social-wall-social-blocks .fa-facebook {
  color: #0d3978; }

.social-wall-social-block-text a {
  color: #666666 !important;
  text-decoration: none !important; }

.node-type-service-page h2 {
  margin-bottom: 22px; }

.node-type-service-page h3 {
  margin-bottom: 22px; }

@media (min-width: 992px) {
  .node-type-service-page .field-name-field-fc-first-item-list > :nth-child(4n+1) {
    clear: none; }
  .node-type-service-page .field-name-field-fc-first-item-list > :nth-child(3n+1) {
    clear: left; } }

.is-sidebar-service-page h3 {
  margin-top: 0; }

.page-navigation404 #block-locale-language {
  display: none; }

.node-event a.event-title, .node-event a.event-title:visited {
  font-size: 2.2rem;
  color: #0097d3;
  line-height: 1.2; }

.cookie-compliance {
  background-color: rgba(13, 57, 120, 0.5); }

.cookie-compliance__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 20px; }

.i18n-zh-hant .cookie-compliance__text {
  font-family: Microsoft YaHei, sans-serif; }

.cookie-compliance__text {
  color: #fff;
  font-weight: 400;
  font-family: arial, sans-serif;
  font-size: 1.4rem; }

.cookie-compliance__button {
  background-color: #0097d3;
  color: #fff; }

body {
  overflow-y: scroll; }

.i18n-zh-hant {
  font-family: Microsoft YaHei, sans-serif; }

.main-footer {
  background-color: #0e3f82; }
  .main-footer,
  .main-footer a,
  .main-footer p {
    color: white; }
  .main-footer .field-name-field-access-block-title,
  .main-footer .field-name-field-newsletter-block-title,
  .main-footer .field-name-field-social-block-title {
    color: #48beed;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px; }

.footer-top {
  background: #0e3f82;
  padding: 80px 0 30px; }
  .footer-top .field-name-field-access-block-internal-link {
    margin-left: 0; }
  .footer-top .field-name-field-access-block-links,
  .footer-top .field-name-field-access-block-internal-link {
    line-height: 2; }
  .footer-top .field-name-field-fc-social-icon-link .field-item {
    display: inline-block;
    margin-right: 10px; }
  .footer-top .field-name-field-fc-social-icon-link .field-name-field-social-link a {
    display: inline-block;
    background-color: #18b0ed;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px; }
  .footer-top .field-name-field-fc-social-icon-link .field-name-field-social-link i {
    font-size: 2rem;
    vertical-align: middle; }

.footer-bottom {
  background-color: #0d3978;
  padding: 40px 0; }
  .footer-bottom .field-name-field-legal-internal-links {
    float: right; }
    .footer-bottom .field-name-field-legal-internal-links .field-item {
      display: inline-block; }
      .footer-bottom .field-name-field-legal-internal-links .field-item + .field-item .field-collection-view::before {
        content: '|';
        margin: 0 10px; }
  .footer-bottom .field-name-field-legal-links {
    float: right; }
    .footer-bottom .field-name-field-legal-links .field-item {
      display: inline-block; }
      .footer-bottom .field-name-field-legal-links .field-item + .field-item::before {
        content: '|';
        margin: 0 10px; }

.region-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .region-header-top .block-nodeblock {
    position: relative;
    margin: 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
    .region-header-top .block-nodeblock .home-link {
      float: left; }
      @media (min-width: 992px) {
        .sticky-header-active .region-header-top .block-nodeblock .home-link {
          width: 150px;
          margin: 10px 0; } }
    @media (min-width: 992px) {
      .sticky-header-active .region-header-top .block-nodeblock {
        margin: 5px 0; }
        .sticky-header-active .region-header-top .block-nodeblock .top-links {
          display: none; } }
  .region-header-top .block-locale {
    margin: 20px 0;
    margin-left: auto; }
    @media (min-width: 992px) {
      .sticky-header-active .region-header-top .block-locale {
        display: none; } }

.top-links {
  float: right;
  font-size: 1.3rem; }
  @media (max-width: 991px) {
    .top-links {
      float: none; } }
  .top-links > * {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .top-links > * {
        display: block;
        padding: 15px 10px; } }
  .top-links img {
    display: inline-block;
    margin-right: 10px; }
  .top-links .field-type-link-field {
    margin: 0 40px 0 0; }

@media (max-width: 991px) {
  header {
    min-height: 80px !important; } }

#header .header-body {
  min-height: 70px;
  padding: 0;
  border: 0; }

@media (max-width: 991px) {
  .region-header-top .block-nodeblock {
    margin: 12px 15px; } }

@media (max-width: 991px) {
  .header-container {
    padding-right: 0;
    padding-left: 0; }
  #header .header-body {
    padding-top: 0; }
  #header .header-search {
    float: none;
    display: block;
    margin: 10px; }
    #header .header-search .input-group {
      width: 100%; } }

@media (min-width: 992px) {
  .sticky-header-active #header .header-search {
    margin-top: -10px; } }

#header .header-btn-collapse-nav {
  margin: 0; }

.header-button {
  position: relative; }
  @media (max-width: 991px) {
    .header-button {
      width: 70px; } }
  .header-button .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px; }
    @media (max-width: 991px) {
      .header-button .btn {
        height: 70px; } }
  .header-button .menu-text {
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
  .header-button .fa-close {
    display: none; }
  .header-button .btn.header-expanded .fa-close {
    display: inline-block; }
  .header-button .btn.header-expanded .fa-bars {
    display: none; }

.field-name-scald-file th {
  display: none; }

.field-name-scald-file td {
  display: none; }

.field-name-scald-file td:first-child {
  display: inline-block; }

.field-name-scald-file, .field-name-scald-file a {
  color: #0097d3; }

.file {
  padding-right: 10px; }

img.scald-file-icon {
  display: inline-block;
  vertical-align: middle; }
/*# sourceMappingURL=style.css.map */