@charset "UTF-8";
@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_regular.eot");
  src: url("../fonts/atlas_grotesk_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_regular.woff2") format("woff2"), url("../fonts/atlas_grotesk_regular.woff") format("woff"), url("../fonts/atlas_grotesk_regular.ttf") format("truetype"), url("../fonts/atlas_grotesk_regular.svg#atlas_grotesk_regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_regular_italic.eot");
  src: url("../fonts/atlas_grotesk_regular_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_regular_italic.woff2") format("woff2"), url("../fonts/atlas_grotesk_regular_italic.woff") format("woff"), url("../fonts/atlas_grotesk_regular_italic.ttf") format("truetype"), url("../fonts/atlas_grotesk_regular_italic.svg#atlas_grotesk_regular_italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_bold.eot");
  src: url("../fonts/atlas_grotesk_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_bold.woff2") format("woff2"), url("../fonts/atlas_grotesk_bold.woff") format("woff"), url("../fonts/atlas_grotesk_bold.ttf") format("truetype"), url("../fonts/atlas_grotesk_bold.svg#atlas_grotesk_bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_bold_italic.eot");
  src: url("../fonts/atlas_grotesk_bold_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_bold_italic.woff2") format("woff2"), url("../fonts/atlas_grotesk_bold_italic.woff") format("woff"), url("../fonts/atlas_grotesk_bold_italic.ttf") format("truetype"), url("../fonts/atlas_grotesk_bold_italic.svg#atlas_grotesk_bold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_light.eot");
  src: url("../fonts/atlas_grotesk_light?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_light.woff2") format("woff2"), url("../fonts/atlas_grotesk_light.woff") format("woff"), url("../fonts/atlas_grotesk_light.ttf") format("truetype"), url("../fonts/atlas_grotesk_light.svg#atlas_grotesk_light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk TF Web';
  src: url("../fonts/atlas_grotesk_light_italic.eot");
  src: url("../fonts/atlas_grotesk_light_italic?#iefix") format("embedded-opentype"), url("../fonts/atlas_grotesk_light_italic.woff2") format("woff2"), url("../fonts/atlas_grotesk_light_italic.woff") format("woff"), url("../fonts/atlas_grotesk_light_italic.ttf") format("truetype"), url("../fonts/atlas_grotesk_light_italic.svg#atlas_grotesk_light_italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 87.5%;
  line-height: 1.21429em;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  background-color: #f4f4f4;
  color: #444;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

:link {
  color: #000;
  text-decoration: none;
}

:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a.captacion {
  border-radius: 2px;
  display: inline-block;
  border: 0;
  padding: 2px 9px;
  background-color: #e00;
  color: #fff;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

.inline {
  display: inline;
  padding: 0;
}

.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

h1,
.header__site-name {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 34px;
  line-height: 2.42857rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
}

h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
}

h5 {
  font-size: 11.62px;
  font-size: 0.83rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
}

h6 {
  font-size: 9.38px;
  font-size: 0.67rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 17px;
  margin-top: 1.21429rem;
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
}

abbr[title] {
  border-bottom: 1px dotted;
}

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #444;
}

small {
  font-size: 12px;
  font-size: 0.85714rem;
}

sub,
sup {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.text--red {
  color: #e00;
}

.text--blue {
  color: #00aeef;
}

.grouped-region,
.comments,
.company-news,
.content-banner-form,
.content-contact,
.content-email-form,
.content-html,
.content-links,
.content-logos,
.content-section-list,
.content-slide,
.content-testimony,
.content-text.view-mode-vertical,
.content-text.view-mode-image_background,
.content-text-media,
.node-event.node-full .panel-col-first .inside,
.job-profiles-list,
.jump-menu,
.last-job-offers,
.messages,
.messages--status,
.messages--warning,
.messages.warning,
.messages--error,
.messages.error,
.pane-news-archive-panel-pane-1,
.panel-display.col2 .panel-col-first .inside,
.col1 .panel-column,
.person-profile-list,
.referenced,
.referenced--media,
.tag-list {
  border-radius: 1px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: 1px solid #ededed;
  background-color: #fff;
}

.grouped-region--main,
.comments,
.panel-col-first .company-news,
.panel-col-first .content-email-form,
.panel-col-first .content-html,
.panel-col-first .content-links,
.content-logos--big,
.panel-col-first .content-logos,
.panel-col-first .content-section-list,
.panel-col-first .content-slide,
.panel-col-first .content-testimony,
.panel-col-first .job-profiles-list,
.panel-col-first .last-job-offers,
.pane-news-archive-panel-pane-1,
.panel-col-first .referenced,
.panel-col-first .referenced--media {
  padding: 1.1em 1em 1em;
}

@media (min-width: 48.063em) {
  .grouped-region--main,
  .comments,
  .panel-col-first .company-news,
  .panel-col-first .content-email-form,
  .panel-col-first .content-html,
  .panel-col-first .content-links,
  .content-logos--big,
  .panel-col-first .content-logos,
  .panel-col-first .content-section-list,
  .panel-col-first .content-slide,
  .panel-col-first .content-testimony,
  .panel-col-first .job-profiles-list,
  .panel-col-first .last-job-offers,
  .pane-news-archive-panel-pane-1,
  .panel-col-first .referenced,
  .panel-col-first .referenced--media {
    padding: 2em 5%;
  }
}

@media (min-width: 61.21em) {
  .grouped-region--main,
  .comments,
  .panel-col-first .company-news,
  .panel-col-first .content-email-form,
  .panel-col-first .content-html,
  .panel-col-first .content-links,
  .content-logos--big,
  .panel-col-first .content-logos,
  .panel-col-first .content-section-list,
  .panel-col-first .content-slide,
  .panel-col-first .content-testimony,
  .panel-col-first .job-profiles-list,
  .panel-col-first .last-job-offers,
  .pane-news-archive-panel-pane-1,
  .panel-col-first .referenced,
  .panel-col-first .referenced--media {
    padding: 3.5em 8%;
  }
}

.grouped-region--sidebar,
.panel-col-last .company-news,
.panel-col-last .content-banner-form,
.panel-col-first .content-banner-form,
.panel-col-last .content-email-form,
.panel-col-last .content-html,
.panel-col-last .content-links,
.panel-col-last .content-section-list,
.panel-col-last .content-slide,
.panel-col-last .content-testimony,
.panel-col-last .job-profiles-list,
.jump-menu,
.panel-col-last .last-job-offers,
.person-profile-list,
.panel-col-last .referenced,
.panel-col-last .referenced--media {
  margin-bottom: 0.8em;
  padding: 1.1em 1em 1em;
}

@media (min-width: 48.063em) {
  .grouped-region--sidebar,
  .panel-col-last .company-news,
  .panel-col-last .content-banner-form,
  .panel-col-first .content-banner-form,
  .panel-col-last .content-email-form,
  .panel-col-last .content-html,
  .panel-col-last .content-links,
  .panel-col-last .content-section-list,
  .panel-col-last .content-slide,
  .panel-col-last .content-testimony,
  .panel-col-last .job-profiles-list,
  .jump-menu,
  .panel-col-last .last-job-offers,
  .person-profile-list,
  .panel-col-last .referenced,
  .panel-col-last .referenced--media {
    margin-bottom: 2.2em;
  }
}

@media (min-width: 61.21em) {
  .grouped-region--sidebar,
  .panel-col-last .company-news,
  .panel-col-last .content-banner-form,
  .panel-col-first .content-banner-form,
  .panel-col-last .content-email-form,
  .panel-col-last .content-html,
  .panel-col-last .content-links,
  .panel-col-last .content-section-list,
  .panel-col-last .content-slide,
  .panel-col-last .content-testimony,
  .panel-col-last .job-profiles-list,
  .jump-menu,
  .panel-col-last .last-job-offers,
  .person-profile-list,
  .panel-col-last .referenced,
  .panel-col-last .referenced--media {
    padding: 1.8em 1.9em 1.4em;
  }
}

.divider,
hr {
  margin: 17px 0px;
  margin: 1.21429rem 0;
  border: 0;
  border-top: 1px solid #ededed;
}

.divider > :first-child, hr > :first-child {
  margin-top: 17px;
  margin-top: 1.21429rem;
}

dl,
menu,
ol,
ul {
  margin: 17px 0px;
  margin: 1.21429rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 28px;
}

[dir='rtl'] dd {
  margin: 0 28px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 28px;
}

[dir='rtl'] menu, [dir='rtl']
ol, [dir='rtl']
ul {
  padding: 0 28px 0 0;
}

blockquote {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
  margin: 1rem 0;
  color: #444;
  font-style: italic;
}

figure {
  margin: 17px 0px;
  margin: 1.21429rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

p,
pre {
  margin: 17px 0px;
  margin: 1.21429rem 0;
}

code,
kbd,
samp,
var, pre {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

pre {
  overflow: auto;
}

img {
  border: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

.button,
input.form-submit,
.form-submit a,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 9px 30px;
  border: 0;
  background-color: #e00;
  color: #fff;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

.button:hover, .button:focus, .button:active,
input.form-submit:hover,
.form-submit a:hover,
button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
input.form-submit:focus,
.form-submit a:focus,
button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
input.form-submit:active,
.form-submit a:active,
button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active {
  opacity: 0.8;
  text-decoration: none;
}

.button[disabled],
input[disabled].form-submit,
.form-submit a[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  background-color: #8e8e8e;
}

input.form-submit,
.form-submit a {
  clear: both;
  float: left;
}

.button-black,
a.contenido,
.more-link,
.content-testimony .data-testimony__link a,
.view-mode-vertical .content-text__links a,
.last-job-offers .see-more,
.more-help-link,
.referenced .see-more,
.view-publications .document-term a {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 17px;
  line-height: 1.21429rem;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px;
  background-color: #212121;
  color: #fff;
}

.button-black:hover,
a.contenido:hover,
.more-link:hover,
.content-testimony .data-testimony__link a:hover,
.view-mode-vertical .content-text__links a:hover,
.last-job-offers .see-more:hover,
.more-help-link:hover,
.referenced .see-more:hover,
.view-publications .document-term a:hover {
  text-decoration: underline;
}

a.button-black-offices {
  margin: 5px 0;
}

a.button-black-offices:visited, a.button-black-offices:active, a.button-black-offices:focus, a.button-black-offices:link {
  color: #fff;
  text-decoration: none;
}

a.button-black-offices:hover {
  text-decoration: underline;
}

.button-red,
#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.hide-popup-button,
#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.agree-button {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 17px;
  line-height: 1.21429rem;
  border-radius: 1.25rem;
  padding: .5625rem 1.438rem .5rem;
  display: inline-block;
  background-color: #e00;
  color: #fff;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 4px;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  margin: 0;
  max-width: 100%;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='url'], input[type='email'], input[type='password'], input[type='date'], input[type='time'], input[type='number'], textarea {
  line-height: inherit;
}

input::placeholder {
  opacity: 1;
  color: #bcbcbc;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='url'], input[type='email'], input[type='password'], input[type='date'], input[type='time'], input[type='number'] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px inset;
  background-color: #fff;
  -webkit-appearance: none;
}

input[type='text'], input[type='email'], input[type='number'], input[type='tel'], input[type='password'] {
  height: 33px;
}

@media (min-width: 48.063em) {
  input[type='text'], input[type='email'], input[type='number'], input[type='tel'], input[type='password'] {
    max-width: 100%;
  }
}

input:focus {
  border: 1px solid #212121;
  outline: none;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

legend {
  border: 0;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: normal;
  color: #444;
  padding: 0 0 0.5em;
  white-space: pre;
}

select {
  height: 33px;
  padding: 0.5em 1em 0.5em 0.5em;
  border: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px inset;
  background-color: #fff;
  -webkit-appearance: none;
  background: url(../sass/components/form-item/ico-select-grey.png) no-repeat right 8px center #fff;
}

@media (max-width: 48em) {
  select {
    width: 100%;
  }
}

select:focus {
  border: 1px solid #212121;
  outline: none;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px inset;
  background-color: #fff;
  -webkit-appearance: none;
}

textarea:focus {
  border: 1px solid #212121;
  outline: none;
}

.ui-autocomplete {
  height: 150px;
  overflow: auto;
}

table {
  margin: 17px 0px;
  margin: 1.21429rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

td,
th {
  padding: 0;
  border: 0;
}

.table--black,
.table--red,
.table--blue {
  display: block;
  overflow-x: scroll;
  max-width: 100%;
  vertical-align: bottom;
  text-align: left;
}

@media (max-width: 34.5em) {
  .table--black,
  .table--red,
  .table--blue {
    font-size: 0.9rem;
  }
}

.table--black th,
.table--black td,
.table--red th,
.table--red td,
.table--blue th,
.table--blue td {
  padding: 0.15em 0.1rem;
  border-style: solid;
}

.table--black th,
.table--red th,
.table--blue th {
  border-width: 0 0 2px;
}

.table--black td,
.table--red td,
.table--blue td {
  border-width: 0 0 1px;
}

.table--black tfoot td,
.table--red tfoot td,
.table--blue tfoot td {
  border-width: 2px 0 0;
}

.table--black th,
.table--black td {
  border-color: #000;
}

.table--red th,
.table--red td {
  border-color: #e00;
}

.table--blue th,
.table--blue td {
  border-color: #00aeef;
}

.page__title,
.node__title,
.block__title {
  margin: 0;
}

.page__title {
  display: inline-block;
  margin: 0 0 0.3em;
  text-transform: none;
  font-weight: 700;
  color: #444;
}

.page__title.not-dotted {
  background: none;
}

.node-type-medical-activity .page__title,
.node-type-context .page__title,
.node-type-job-offer .page__title {
  margin-top: 1em;
  background: none;
}

.node-type-job-profile .page__title {
  text-transform: uppercase;
}

@media (min-width: 61.21em) {
  .node-type-job-profile .page__title {
    margin: 1em 0;
  }
}

.node-type-page .page__title,
.node-type-form-page .page__title,
.node-type-webform .page__title {
  margin: 0.25em 0 1em;
  text-transform: uppercase;
}

@media (min-width: 61.21em) {
  .node-type-page .page__title,
  .node-type-form-page .page__title,
  .node-type-webform .page__title {
    margin: 1em 0;
  }
}

.col2,
.col2-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col2:after,
.col2-top:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .col2 .panel-col-top,
  .col2-top .panel-col-top {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2 .panel-col-top::after::before,
  .col2-top .panel-col-top::after::before {
    content: '';
    display: table;
  }
  .col2 .panel-col-top::after::after,
  .col2-top .panel-col-top::after::after {
    content: '';
    display: table;
    clear: both;
  }
  .col2 .panel-col-first,
  .col2-top .panel-col-first {
    width: 74.41286%;
    float: left;
    margin-right: 2.34858%;
  }
  .col2 .panel-col-last,
  .col2-top .panel-col-last {
    width: 23.23857%;
    float: right;
    margin-right: 0;
  }
}

.col2 .panel-col-first,
.col2-top .panel-col-first {
  clear: both;
}

.col2.col2divided .inside,
.col2-top.col2divided .inside {
  overflow: hidden;
}

@media (min-width: 48.063em) {
  .col2.col2divided .panel-col-first__left,
  .col2-top.col2divided .panel-col-first__left {
    clear: both;
    float: left;
    width: 42.8%;
    margin-top: 5px;
  }
}

@media (min-width: 61.21em) {
  .col2.col2divided .panel-col-first__left,
  .col2-top.col2divided .panel-col-first__left {
    width: 48%;
  }
}

@media (min-width: 48.063em) {
  .col2.col2divided .panel-col-first__right,
  .col2-top.col2divided .panel-col-first__right {
    margin-right: 0;
    width: 42.8%;
  }
}

@media (min-width: 61.21em) {
  .col2.col2divided .panel-col-first__right,
  .col2-top.col2divided .panel-col-first__right {
    float: left;
    width: 48%;
    margin-left: 3.9%;
  }
}

@media (min-width: 48.063em) {
  .col2.col2divided .panel-col-first__bottom,
  .col2-top.col2divided .panel-col-first__bottom {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
}

.col2.col2divided3col,
.col2-top.col2divided3col {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col2.col2divided3col:after,
.col2-top.col2divided3col:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .col2.col2divided3col .panel-col-first__central,
  .col2-top.col2divided3col .panel-col-first__central {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2.col2divided3col .panel-col-first__central:after,
  .col2-top.col2divided3col .panel-col-first__central:after {
    content: " ";
    display: block;
    clear: both;
  }
  .col2.col2divided3col .panel-col-first__left,
  .col2-top.col2divided3col .panel-col-first__left {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
  }
  .col2.col2divided3col .panel-col-first__middle,
  .col2-top.col2divided3col .panel-col-first__middle {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
  }
  .col2.col2divided3col .panel-col-first__right,
  .col2-top.col2divided3col .panel-col-first__right {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 48.063em) {
  .col2.col2divided3col .panel-col-first__bottom,
  .col2-top.col2divided3col .panel-col-first__bottom {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
}

.col2.node-event .inside,
.col2-top.node-event .inside {
  overflow: hidden;
}

.col2.node-event .panel-col-first__top,
.col2-top.node-event .panel-col-first__top {
  margin-bottom: 1em;
}

@media (min-width: 48.063em) {
  .col2.node-event .panel-col-first__top,
  .col2-top.node-event .panel-col-first__top {
    margin-bottom: 2em;
  }
}

@media (min-width: 48.063em) {
  .col2.node-event .panel-col-first__left,
  .col2-top.node-event .panel-col-first__left {
    clear: none;
    float: left;
    width: 27.5%;
  }
}

@media (min-width: 48.063em) {
  .col2.node-event .panel-col-first__right,
  .col2-top.node-event .panel-col-first__right {
    float: right;
    width: 68.5%;
    margin-left: 3.5%;
  }
}

.col2.col2extras .panel-col-first__extras-center,
.col2-top.col2extras .panel-col-first__extras-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2em;
}

.col2.col2extras .panel-col-first__extras-center:after,
.col2-top.col2extras .panel-col-first__extras-center:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .col2.col2extras .panel-col-first__extras-center--first,
  .col2-top.col2extras .panel-col-first__extras-center--first {
    width: 31.57895%;
    float: left;
    margin-right: 2.63158%;
  }
  .col2.col2extras .panel-col-first__extras-center--second,
  .col2-top.col2extras .panel-col-first__extras-center--second {
    width: 31.57895%;
    float: left;
    margin-right: 2.63158%;
  }
  .col2.col2extras .panel-col-first__extras-center--third,
  .col2-top.col2extras .panel-col-first__extras-center--third {
    width: 31.57895%;
    float: right;
    margin-right: 0;
  }
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: 0.5em;
}

.main,
.region-footer-top,
.region-footer-bottom,
.quick-contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.main-content,
.content-homepage,
.region-footer-top .block-menu,
.region-bottom .block-menu,
.region-sidebar-first,
.region-sidebar-second {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 48.063em) {
  .main-content,
  .content-homepage,
  .region-footer-top .block-menu,
  .region-bottom .block-menu,
  .region-sidebar-first,
  .region-sidebar-second {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 61.21em) {
  .main-content,
  .content-homepage,
  .region-footer-top .block-menu,
  .region-bottom .block-menu,
  .region-sidebar-first,
  .region-sidebar-second {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1180px) {
  .main-content,
  .content-homepage,
  .region-footer-top .block-menu,
  .region-bottom .block-menu,
  .region-sidebar-first,
  .region-sidebar-second {
    margin: 0;
  }
}

@media (max-width: 58.5em) {
  .main-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.main {
  padding-top: 4.3em;
}

@media (min-width: 48.063em) {
  .main {
    min-height: 30em;
  }
}

@media (min-width: 61.21em) {
  .main {
    padding-top: 4em;
  }
}

@media (min-width: 48.063em) {
  .has-breadcrumb .main {
    padding-top: 4.3em;
  }
}

@media (min-width: 58.563em) {
  .has-breadcrumb .main {
    padding-top: 1.7em;
  }
}

@media (min-width: 61.21em) {
  .has-breadcrumb .main {
    padding-top: 2.7em;
  }
}

@media (min-width: 48.063em) {
  .footer__wrapper {
    margin-top: 2.42857rem;
  }
}

@media (min-width: 61.21em) {
  .footer__wrapper {
    margin-top: 4.25rem;
  }
}

.region-top {
  display: none;
  background-color: #212121;
  color: #fff;
}

@media (min-width: 58.563em) {
  .region-top {
    display: block;
    padding: 1px;
    height: 33px;
  }
}

.region-top .block {
  margin: 0;
}

.region-top .block__title {
  display: none;
}

@media print {
  .main-navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  .footer {
    display: none;
  }
  .sidebar-first .main-content,
  .sidebar-second .main-content,
  .two-sidebars .main-content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: 0.5em;
}

#panels-dnd-main::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.page-home .main-content {
  margin: 0;
}

.page-home .main {
  max-width: none;
}

@media (min-width: 48.063em) {
  .page-home .main {
    padding: 0;
  }
}

.msf-home {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.msf-home:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .msf-home .center-first {
    width: 74.41286%;
    float: left;
    margin-right: 2.34858%;
  }
  .msf-home .center-last {
    width: 23.23857%;
    float: right;
    margin-right: 0;
  }
}

.msf-home .main-homepage {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  max-width: 1170px;
}

@media (min-width: 61.21em) {
  .msf-home .main-homepage {
    padding-top: 5em;
  }
}

.msf-home .highlighted {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2em;
}

.msf-home .highlighted:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .msf-home .highlighted__left {
    width: 31.57895%;
    float: left;
    margin-right: 2.63158%;
  }
  .msf-home .highlighted__center {
    width: 31.57895%;
    float: left;
    margin-right: 2.63158%;
  }
  .msf-home .highlighted__right {
    width: 31.57895%;
    float: right;
    margin-right: 0;
  }
}

.msf-home .center-bottom {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.msf-home .center-bottom:after {
  content: " ";
  display: block;
  clear: both;
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: 0.5em;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/components/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir='rtl'] .autocomplete,
[dir='rtl'] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #444;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/components/autocomplete/throbber-active.gif);
}

.become-partner {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 58.563em) {
  .become-partner {
    float: right;
  }
}

.become-partner__link {
  display: block;
  padding: 22px 10px 20px 40px;
  color: #fff;
  text-align: left;
  background: url(../sass/components/become-partner/ico-arrow-join.png) no-repeat 13px center #e00;
}

@media (min-width: 58.563em) {
  .become-partner__link {
    display: block;
    width: 191px;
    height: 80px;
    padding: 29px 0 1.6em 60px;
    border-top: 4px solid transparent;
    background-position: 35px;
  }
  .scroll-to-fixed-fixed .become-partner__link {
    transition: 0.3s;
    padding: 19px 0 19px 60px;
    height: 62px;
  }
}

.become-partner__link:link, .become-partner__link:visited, .become-partner__link:hover, .become-partner__link:focus {
  color: #fff;
}

.mm-menu.mm-vertical .mm-list .mm-panel.become-partner {
  display: block;
  border-top: 0;
}

@media (min-width: 58.563em) {
  .menu-name-main-menu .become-partner__menu {
    display: none;
  }
  .menu-name-main-menu .become-partner__menu::before {
    display: none;
  }
}

.block {
  margin-bottom: 1rem;
}

.box {
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
  border: 5px solid #ededed;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #444;
}

.box--highlight {
  border-color: #000;
}

.visually-hidden,
.visually-hidden--focusable,
.element-focusable,
.element-invisible,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title,
.page-panels .column > h1.page__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.breadcrumb ol {
  margin: .25em 0 1em;
  line-height: 1em;
}

@media (min-width: 48.063em) {
  .breadcrumb ol {
    margin-bottom: .5em;
  }
}

@media (min-width: 61.21em) {
  .breadcrumb ol {
    margin: -1em 0 1em;
  }
}

.breadcrumb li {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 15.3px;
  line-height: 1.09286rem;
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li:last-child {
  color: #8e8e8e;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.clearfix::before,
.header::before,
.tabs::before {
  content: '';
  display: table;
}

.clearfix::after,
.header::after,
.tabs::after {
  content: '';
  display: table;
  clear: both;
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/components/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir='rtl'] .collapsible-fieldset__legend,
[dir='rtl'] .collapsible .fieldset-legend,
.collapsible [dir='rtl'] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #d2d2d2;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/components/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir='rtl'] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir='rtl'] .collapsible-fieldset--is-collapsed__legend, [dir='rtl'] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir='rtl'] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir='rtl'] .fieldset-legend,
[dir='rtl'] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir='rtl'] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir='rtl'] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/components/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.comment {
  margin: 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px #ededed dashed;
}

.comment__avatar {
  margin-right: 20px;
  float: left;
}

.comment__content {
  max-width: 90%;
  float: left;
}

.comment__author,
.comments .comment-form .username {
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
}

.comment__section,
.comments {
  margin: 17px 0px;
  margin: 1.21429rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #ffd;
}

.comment--nested,
.indented {
  margin-left: 28px;
}

[dir='rtl'] .comment--nested,
[dir='rtl'] .indented {
  margin-left: 0;
  margin-right: 28px;
}

.comment .field-name-comment-body .field-item p {
  display: inline-block;
}

.comment .links {
  display: block;
  clear: both;
  text-transform: capitalize;
  font-weight: 700;
}

.comments .comment-form {
  clear: both;
  margin: 2em 0 0;
  padding-top: 5px;
  overflow: hidden;
}

@media (min-width: 61.21em) {
  .comments .comment-form {
    margin: 2em 0 4em 48px;
  }
}

.comments .comment-form .form-item-field_comment_email,
.comments .comment-form .form-item-field_comment_name {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 61.21em) {
  .comments .comment-form .form-item-field_comment_email,
  .comments .comment-form .form-item-field_comment_name {
    margin-right: 4%;
    width: 47.9%;
    float: left;
  }
}

.comments .comment-form .form-item-field_comment_email {
  margin-right: 0;
}

.comments .comment-form .form-item-comment_body {
  margin: 0 0 1.5em;
  width: 100%;
}

.comments .comment-form .grippie {
  display: none;
}

.comments .comment-form .captcha {
  clear: both;
  margin-bottom: 1em;
}

.comments .comment-form .form-type-item {
  margin-bottom: 0.25rem;
}

.comments .comment-form .form-type-item label {
  display: inline-block;
}

.comments .form-item-terms {
  padding: 1em 0;
  border-left: 0;
  border-right: 0;
}

.comments .ajax-comments-form-reply .form-actions .form-submit {
  clear: none;
  margin-right: 1em;
}

.comments {
  overflow: hidden;
}

.comments__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.company-news {
  overflow: hidden;
}

.company-news .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 1.2em;
}

.company-news .node-teaser {
  border: 0;
}

.company-news .node-teaser .read-more,
.company-news .node-teaser .field-body,
.company-news .node-teaser .node__title,
.company-news .node-teaser .field-date {
  margin-left: 0;
  margin-right: 0;
}

.company-news .node-teaser .field-date {
  margin-top: 0;
}

.company-news__list {
  margin: 0;
  padding: 0;
}

.company-news__item {
  list-style: none;
}

@media (min-width: 48.063em) {
  .panel-col-first .company-news__item {
    width: 30.5%;
    margin: 0 4% 1.5em 0;
    float: left;
    list-style: none;
  }
  .panel-col-first .company-news__item:nth-child(3n) {
    margin-right: 0;
  }
}

.panel-col-first .company-news .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 1.2em;
}

.contact-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.contact-info:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .contact-info {
    margin-top: 0.3em;
    text-align: center;
  }
}

@media (min-width: 60em) {
  .contact-info {
    float: left;
    margin-top: 0.1em;
    margin-left: 30px;
    text-align: left;
  }
}

@media (min-width: 61.21em) {
  .contact-info {
    margin-left: 15px;
  }
}

@media (min-width: 1180px) {
  .contact-info {
    margin-left: 0;
  }
}

@media (max-width: 48em) {
  .contact-info {
    background-color: #2e2e2e;
  }
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info__phone,
.contact-info__mail,
.contact-info__postal {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  background-repeat: no-repeat;
  font-weight: 700;
}

@media (max-width: 48em) {
  .contact-info__phone,
  .contact-info__mail,
  .contact-info__postal {
    width: 33.33333%;
    float: left;
    opacity: 1;
    overflow: hidden;
    height: 4em;
    background-color: #2e2e2e;
    background-position: 50% 45%;
    background-repeat: no-repeat;
    text-indent: -1000px;
  }
  .contact-info__phone:hover,
  .contact-info__mail:hover,
  .contact-info__postal:hover {
    opacity: 0.8;
    background-color: #212121;
  }
}

@media (min-width: 48.063em) {
  .contact-info__phone,
  .contact-info__mail,
  .contact-info__postal {
    padding: 0.8em 0 0.8em 1.8em;
    background: url(../sass/components/sprite.png) no-repeat left -322px transparent;
    margin-right: 1em;
  }
}

.contact-info__phone-link,
.contact-info__mail,
.contact-info__postal {
  color: #212121;
}

@media (max-width: 48em) {
  .contact-info__phone,
  .contact-info__postal,
  .contact-info__mail {
    border-right: 1px solid #212121;
  }
}

@media (max-width: 48em) {
  .contact-info__phone-link {
    display: block;
    height: 100%;
    background: url(../sass/components/footer/ico-tel-mb.png) no-repeat 50% 45% transparent;
  }
}

@media (min-width: 48.063em) {
  .contact-info__phone-link {
    width: 12em;
  }
}

@media (max-width: 48em) {
  .contact-info__phone-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}

@media (min-width: 48.063em) {
  .contact-info__phone-text {
    padding-left: 0.2em;
    font-weight: 300;
    line-height: 2em;
    cursor: pointer;
  }
}

.contact-info__phone-text.hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

@media (max-width: 48em) {
  .contact-info__mail {
    display: block;
    background-image: url(../sass/components/footer/ico-mail-mb.png);
  }
}

@media (min-width: 48.063em) {
  .contact-info__mail {
    margin-right: 1em;
    background-position: left -347px;
    line-height: 2em;
  }
}

@media (max-width: 48em) {
  .contact-info__postal {
    display: block;
    background-image: url(../sass/components/footer/ico-map-mb.png);
  }
}

@media (min-width: 48.063em) {
  .contact-info__postal {
    margin-right: 1em;
    background-position: left -373px;
    line-height: 2em;
  }
  .contact-info__postal:hover {
    color: #000;
  }
}

.contact-page__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.contact-page__form {
  overflow: hidden;
}

.contact-page__locations {
  margin: 2em 0;
  clear: both;
  overflow: hidden;
}

.contact-page__locations h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 17px;
  line-height: 1.21429rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-page__locations h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
  font-weight: normal;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  color: #e00;
}

.contact-page__locations td,
.contact-page__locations th {
  vertical-align: top;
  display: block;
}

@media (min-width: 48.063em) {
  .contact-page__locations td,
  .contact-page__locations th {
    padding-right: 20px;
    display: table-cell;
  }
}

.contact-page .form-item-field_form_message {
  width: 100%;
}

.content-banner-form {
  overflow: hidden;
  background: #fff;
}

.panel-col-last .content-banner-form .entityform {
  margin-bottom: 0;
}

.panel-col-last .content-banner-form .entityform h2 {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
}

.panel-col-last .content-banner-form .entityform .form-group,
.panel-col-last .content-banner-form .entityform .subgroup-nif,
.panel-col-last .content-banner-form .entityform .form-item {
  margin: 0 0 2em;
  background: none;
  padding: 0;
  border: 0;
  width: 100%;
  float: none;
}

.panel-col-last .content-banner-form .entityform .form-actions {
  padding: 1em 0;
  overflow: hidden;
}

.panel-col-last .content-banner-form .entityform .required-fields {
  margin: 0;
}

@media (min-width: 61.2em) {
  .panel-col-first .content-banner-form {
    padding: 2em 8% 3em;
  }
}

.panel-col-first .content-banner-form .content-form__form {
  margin-top: 4em;
}

.panel-col-first .content-banner-form .content-form__form h2,
.panel-col-first .content-banner-form .content-form__form .form-item,
.panel-col-first .content-banner-form .content-form__form .form-group,
.panel-col-first .content-banner-form .content-form__form .description {
  padding-left: 0;
  border: 0;
}

.content-contact {
  overflow: hidden;
  margin-bottom: 0.8em;
  padding: 6em 1.9em 3em;
  background: url(../sass/components/content-contact/bg-contact.png) no-repeat center 2.5em #fff;
  text-align: center;
}

@media (min-width: 48.063em) {
  .content-contact {
    margin-bottom: 2.2em;
  }
}

.content-contact__title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 23.8px;
  line-height: 1.7rem;
  margin: 0.75em 0 0.5em;
  text-transform: uppercase;
}

.content-contact__body p {
  margin: 1rem 0;
}

.data-contact {
  margin-top: 1.75em;
}

.data-contact__image {
  margin-bottom: 1.5em;
}

.data-contact__name {
  font-size: 14px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 1em 0 0;
  color: #000;
}

.data-contact__mail {
  margin: 1em 0.5em;
}

.data-contact__mail a {
  font-weight: 700;
  text-decoration: underline;
  word-wrap: break-word;
}

.data-contact__phone-data {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 0.25rem;
  font-weight: 700;
  color: #e00;
}

.content-email-form {
  overflow: hidden;
}

.panel-col-last .content-email-form .form-item {
  background: none;
  padding: 0;
  border: 0;
  width: 100%;
  float: none;
}

.panel-col-last .content-email-form .webform-component-fieldset .form-item {
  margin: 0 0 2em;
}

.panel-col-last .content-email-form .form-actions {
  padding: 1em 0;
  overflow: hidden;
}

.panel-col-last .content-email-form .required-fields {
  margin: 0;
}

.fundrasing-banner {
  margin-bottom: 2.2em;
  padding: 0;
  position: relative;
}

.fundrasing-banner__image {
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.4);
}

.fundrasing-banner__image img {
  display: block;
}

.fundrasing-banner__texts {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
  background: rgba(0, 0, 0, 0.8);
  bottom: 1em;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 5%;
  position: absolute;
  right: 2px;
  text-align: right;
  text-transform: uppercase;
  width: 86%;
}

.fundrasing-banner__text-first {
  color: #fff;
}

.fundrasing-banner__text-second {
  color: #e00;
}

.content-html {
  overflow: hidden;
}

.panel-col-last .content-html__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.25em;
}

@media (min-width: 48.063em) {
  .panel-col-last .content-html__title {
    display: inline-block;
  }
}

.panel-col-first .content-html__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.content-html.no-margin {
  padding: 0;
}

.content-html.no-margin .content-html__body,
.content-html.no-margin .content-html__body p {
  margin: 0;
}

.content-html.no-margin img {
  display: block;
}

.content-links {
  overflow: hidden;
}

.content-links select {
  display: block;
}

.panel-col-last .content-links__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.25em;
}

@media (min-width: 48.063em) {
  .panel-col-last .content-links__title {
    display: inline-block;
  }
}

.panel-col-first .content-links__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 1.2em;
}

.content-logos {
  overflow: hidden;
}

.content-logos__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 1.2em;
}

.content-logos__image {
  float: left;
  margin: 0.5%;
  text-align: center;
  width: 49%;
}

@media (min-width: 48.063em) {
  .content-logos__image {
    text-align: left;
    max-width: 20%;
    margin: 1em 3.3%;
  }
}

.content-logos__image--first,
.content-logos__image:nth-child(4n+1) {
  margin-left: 0;
}

.content-logos__image--last,
.content-logos__image:nth-child(4n) {
  margin-right: 0;
}

.content-logos__trigger, .content-logos__trigger:active {
  border-radius: 100%;
  display: block;
  width: 28px;
  height: 28px;
  margin: 1em auto;
  overflow: hidden;
  clear: both;
  background: url(../sass/components/content-logos/bg-plus.png) no-repeat center center #212121;
  text-indent: -9999px;
}

.content-logos__trigger--closed {
  background-image: url(../sass/components/content-logos/bg-less.png);
}

.content-section-list {
  margin-bottom: 0.8em;
  padding: 1.1em 1em 1em;
  overflow: hidden;
}

@media (min-width: 48.063em) {
  .content-section-list {
    margin-bottom: 2.2em;
    padding: 1.8em 5em;
  }
}

.content-section-list__title {
  margin-bottom: 0.25em;
}

.content-section-list__body {
  margin: 0.5em 0 3em;
}

.panel-col-last .content-section-list__title {
  margin: 0 0 0.75em;
}

.panel-col-first .content-section-list__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 0.5em;
}

.content-slide {
  overflow: hidden;
}

.panel-col-first .content-slide__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.panel-col-first .content-slide .flex-control-nav {
  margin: 3em 0 0;
}

.panel-col-last .content-slide__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 48.063em) {
  .panel-col-last .content-slide__title {
    display: inline-block;
  }
}

.panel-col-last .content-slide__body {
  text-align: center;
}

.content-slide__slider,
.content-slide .flexslider {
  margin-top: 1rem;
}

.content-slide__slider.flexslider .slides img, .content-slide .flexslider .slides img {
  width: auto;
  margin: 0 auto;
}

.content-slide__item {
  text-align: center;
}

.panel-col-first .content-slide__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
  padding: 0 1em;
  vertical-align: text-top;
}

@media (min-width: 48.063em) {
  .panel-col-first .content-slide__item {
    width: 33%;
    margin-bottom: 0;
  }
}

.panel-col-last .content-slide__item {
  width: 100%;
  margin-bottom: 2em;
}

.content-slide .flex-control-nav {
  text-align: center;
  max-width: none;
  bottom: auto;
  position: inherit;
}

.content-slide .flex-control-nav li {
  float: none;
  display: inline-block;
}

.content-slide .flex-control-nav a {
  opacity: 0.3;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  text-indent: -1000px;
  background-color: #000;
}

.content-slide .flex-control-nav a:hover {
  opacity: 0.7;
}

.content-slide .flex-control-nav a.flex-active {
  opacity: 1;
}

.content-slide .flex-control-nav a:hover {
  background-color: #000;
}

.data-slide__title {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 0.5em;
  font-weight: 700;
  color: #212121;
}

.data-slide__description {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 0;
}

.data-slide__quantity {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 34px;
  line-height: 2.42857rem;
  font-weight: 700;
  color: #e00;
}

.content-testimony {
  overflow: hidden;
}

.content-testimony__body {
  margin-bottom: 1.5rem;
}

.content-testimony__data {
  margin: 1em 0;
  padding: 0;
}

.content-testimony__data-item {
  margin-bottom: 3em;
  clear: both;
  list-style: none;
  text-align: center;
}

@media (min-width: 48.063em) {
  .content-testimony__data-item {
    text-align: left;
  }
}

@media (min-width: 48.063em) {
  .content-testimony .data-testimony__image {
    margin: -0.2em 30px 0 0;
    min-height: 155px;
    float: left;
  }
}

.content-testimony .data-testimony__quote {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 23.8px;
  line-height: 1.7rem;
  margin: 1em 0 0.7em;
  quotes: '“' '”';
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #212121;
}

.content-testimony .data-testimony__quote::before {
  content: open-quote;
  color: #e00;
}

.content-testimony .data-testimony__quote::after {
  content: close-quote;
  color: #e00;
}

.content-testimony .data-testimony__name {
  font-size: 14px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 0;
  color: #212121;
  text-transform: uppercase;
}

.content-testimony .data-testimony__subtitle {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 0;
}

.content-testimony .data-testimony__link {
  margin-top: 1em;
}

.panel-col-last .content-testimony .content-testimony__data-item {
  text-align: center;
}

.panel-col-last .content-testimony .data-testimony__image {
  min-height: 0;
  margin: 0;
  float: none;
}

.panel-col-last .content-testimony__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.25em;
  text-align: center;
}

.panel-col-first .content-testimony__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.content-text {
  margin-bottom: 1rem;
}

.content-text__image img, .content-text__media img {
  display: block;
}

.content-text__media .media-youtube-video {
  margin-bottom: 0;
}

.content-text__title {
  margin-bottom: 0.3em;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.content-text__link__title:hover {
  text-decoration: underline;
}

.content-text__body p {
  margin-top: 0;
}

.view-mode-vertical .content-text__title-link {
  display: block;
  padding: 0 1.9em;
}

.view-mode-vertical .content-text__title-link:hover {
  text-decoration: underline;
}

.view-mode-vertical .content-text__body {
  padding: 0 1.9em;
}

.view-mode-horizontal_button .content-text__bottom {
  display: table;
  width: 100%;
}

.view-mode-horizontal_button .content-text__body {
  color: #fff;
  overflow: hidden;
  background-color: #212121;
}

@media (min-width: 48.063em) {
  .view-mode-horizontal_button .content-text__body {
    display: table-cell;
    width: 65%;
  }
}

@media (min-width: 61.21em) {
  .view-mode-horizontal_button .content-text__body {
    width: 77%;
  }
}

.view-mode-horizontal_button .content-text__body p {
  margin: 1rem;
}

.view-mode-horizontal_button .content-text__links {
  background-color: #e00;
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 48.063em) {
  .view-mode-horizontal_button .content-text__links {
    display: table-cell;
    width: 35%;
  }
}

@media (min-width: 61.21em) {
  .view-mode-horizontal_button .content-text__links {
    width: 23%;
  }
}

.view-mode-horizontal_button .content-text__links a {
  display: inline-block;
  color: #fff;
  padding: 1.6em 1em 1.6em 25px;
  background: url(../sass/components/become-partner/ico-arrow-join.png) no-repeat left center transparent;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-size: 18.004px;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.view-mode-horizontal_button .content-text__links a:hover {
  text-decoration: underline;
}

.view-mode-image_background .content-text__title-link img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}

.view-mode-image_background .content-text__title, .view-mode-image_background .content-text__body {
  position: relative;
  z-index: 10;
  max-width: 145px;
}

.view-mode-image_background .content-text__body p {
  color: #444;
}

.view-mode-image_background .content-text__title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  margin: 0 0 0.2em;
  position: relative;
}

.panel-col-last .view-mode-image_background .content-text__title, .panel-col-last .view-mode-image_background .content-text__body {
  max-width: none;
}

@media (min-width: 48.063em) {
  .view-mode-highlighted .content-text__left {
    position: relative;
    float: left;
    width: 45%;
  }
  .view-mode-highlighted .content-text__left::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 156px;
    height: 100%;
    display: block;
    content: '';
    background: url(../sass/components/content-text/gradient-mask-black.png) repeat-y top left transparent;
  }
}

.view-mode-highlighted .content-text__right {
  padding: 1rem;
  color: #fff;
}

@media (min-width: 48.063em) {
  .view-mode-highlighted .content-text__right {
    float: left;
    width: 55%;
    padding: 1rem 1rem 1rem 2em;
  }
}

@media (min-width: 61.21em) {
  .view-mode-highlighted .content-text__right {
    padding-top: 1.5em;
  }
}

.view-mode-highlighted .content-text__title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 23.8px;
  line-height: 1.7rem;
  margin-top: 0;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.view-mode-highlighted .content-text__title-link {
  color: #fff;
}

.view-mode-highlighted .content-text__title-link:hover {
  text-decoration: underline;
}

.view-mode-highlighted .content-text__links {
  margin-top: 1.5em;
}

.view-mode-highlighted .content-text__links a {
  border-radius: 2px;
  display: inline-block;
  border: 0;
  padding: 2px 9px;
  background-color: #e00;
  color: #fff;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.view-mode-highlighted .content-text__links a:hover {
  text-decoration: underline;
}

@media (min-width: 48.063em) {
  .content-text-media .content-text__media {
    float: left;
    width: 54%;
  }
}

.content-text-media .content-text__right {
  padding: 0 1rem;
}

@media (max-width: 48em) {
  .content-text-media .content-text__right {
    text-align: center;
  }
}

@media (min-width: 48.063em) {
  .content-text-media .content-text__right {
    float: left;
    width: 46%;
  }
}

@media (min-width: 61.21em) {
  .content-text-media .content-text__right {
    padding: 1rem 1rem 0;
  }
}

.content-text.view-mode-vertical {
  overflow: hidden;
  padding-bottom: 1.8em;
  text-align: center;
}

.content-text.view-mode-image_background {
  padding: 26px 30px;
  position: relative;
  overflow: hidden;
}

.content-text.view-mode-highlighted {
  margin-bottom: 1rem;
  background-color: #1c1c1c;
}

.content-text-media {
  overflow: hidden;
}

/**
 * @file
 * SMACSS Modules
 *
 * Current Affair.
 */
.is-happening__select {
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
  position: relative;
  padding: 1em 2em 3em;
  border: 1px solid #ededed;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 48.063em) {
  .is-happening__select {
    display: none;
  }
}

.is-happening__select .pane-title {
  font-size: 24px;
  font-size: 1.71429rem;
  margin: 0 0 0.3em;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.is-happening__list {
  margin-bottom: 17px;
  margin-bottom: 1.21429rem;
  position: relative;
  z-index: 1;
  display: none;
  height: 60px;
  padding: 0;
  border: 1px solid #ededed;
  background-color: #fff;
  text-align: left;
}

@media (min-width: 48.063em) {
  .is-happening__list {
    display: block;
  }
}

.is-happening__list .pane-title {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 23.97px;
  line-height: 1.71214rem;
  position: absolute;
  float: left;
  width: 170px;
  height: 60px;
  margin: 0 0 0.3em;
  padding: 1.4rem 0 1.14rem 20px;
  background-color: #212121;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.is-happening__list .pane-title::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #212121;
  content: '';
  -moz-transform: scale(0.9999);
}

.is-happening__list .item-list ul {
  display: none;
  width: 100%;
}

@media (min-width: 48.063em) {
  .is-happening__list .item-list ul {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
  }
}

.is-happening__list .item-list ul li {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 23.97px;
  line-height: 1.71214rem;
  float: left;
  padding: 1.4rem 0 1.14rem 1.2em;
  list-style: none;
}

.is-happening__list .item-list ul li.views-row-1 {
  margin-left: 190px;
}

.is-happening__list .item-list ul li a {
  padding-right: 1.2em;
  border-right: 1px solid #ededed;
  text-transform: uppercase;
}

.is-happening__list .item-list ul li a:hover {
  text-decoration: underline;
}

#is-happening .is-happening-list-hidden {
  position: absolute;
  top: 65px;
  right: -1px;
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ededed;
  background-color: #fff;
}

#is-happening .is-happening-list-hidden li {
  margin: 0 1em;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

#is-happening .is-happening-list-hidden li:last-child {
  border-bottom: 0;
}

#is-happening .is-happening-list-hidden li a {
  text-transform: uppercase;
  display: block;
  margin: 1em 2em;
}

#is-happening .is-happening-list-hidden::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: -19px;
  right: 1.2em;
  width: 25px;
  height: 20px;
  background: url(../sass/components/sprite.png) no-repeat center -237px transparent;
}

#is-happening-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 60px;
  height: 1.55em;
  padding-top: 0.85em;
  color: #212121;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 48.063em) {
  #is-happening-trigger {
    display: block;
  }
}

.node-type-country-region-page .page__title {
  margin: 0.75em 0 0.1em;
}

.node-type-country-region-page .summary-image__copyright {
  padding: 0.3em 1%;
  margin-bottom: 0.5em;
  width: 98%;
}

.country-info {
  position: relative;
  margin: 1em 0;
  padding-bottom: 1.5em;
}

.country-info__item {
  float: left;
  margin: 0 0 0.8em 4%;
  width: 100%;
}

@media (min-width: 70.5em) {
  .country-info__item {
    width: 46%;
  }
}

.country-info__item .double-field-first {
  display: inline;
  color: #212121;
}

.country-info__item .double-field-second {
  display: inline;
  color: #8e8e8e;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.country-info__controls {
  position: absolute;
  top: 10px;
  right: 5px;
}

.country-info__controls__link {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16.15px;
  line-height: 1.15357rem;
  border-radius: 3px;
  margin-right: 0.3em;
  float: left;
  padding: 0.15em 0.5em;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: normal;
}

.country-info__controls__link:link {
  color: #fff;
}

.country-info__controls__link:hover {
  opacity: 0.8;
  color: #fff;
}

.country-info__controls__link.close {
  overflow: hidden;
  text-indent: -999999px;
  background-image: url(../sass/components/country/ico-close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  display: block;
}

.country-info .summary-image__image {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ededed;
}

.country-info .summary-image__image img,
.country-info .summary-image__image picture {
  width: 100%;
}

.country-info .summary-image__copyright {
  margin-top: -1.5em;
}

.node-type-document {
  position: relative;
}

.node-type-document .panel-col-first img {
  box-shadow: 0 0 6px rgba(100, 100, 100, 0.4);
  display: block;
  width: 100%;
}

.node-type-document .panel-col-last {
  opacity: 0;
  transition-property: opacity, background-color;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 7%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.node-type-document .panel-col-last .inside {
  position: absolute;
  bottom: 1.2em;
  width: 84.5%;
}

.node-type-document .panel-col-last:hover {
  opacity: 1;
  transition-property: opacity, background-color;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}

.node-type-document .field-name-field-publication-date {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline-block;
  color: #212121;
}

.node-type-document .field-name-field-publication-date::after {
  content: ' - ';
}

.node-type-document .field-name-field-taxonomy-document {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline-block;
  padding-left: 0.4em;
  color: #212121;
}

.node-type-document .node__title {
  font-size: 14px;
  font-size: 1rem;
  line-height: 13.6px;
  line-height: 0.97143rem;
  margin-bottom: 0.5em;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.node-type-document .field-name-field-attachments .field-collection-item-field-attachments {
  margin-top: 0.5em;
  width: 100%;
}

.entityform {
  margin: 1em 0;
}

.entityform__submit,
.entityform .form-submit {
  margin: 0;
}

@media (min-width: 60em) {
  .entityform--login .form-item {
    width: 62%;
  }
}

@media (min-width: 48.063em) {
  .entityform--login .form-item label {
    display: block;
    float: left;
    width: 23%;
    padding-right: 2em;
    text-align: right;
  }
}

.entityform--login .form-item .error {
  right: 0;
  padding: 0;
  min-width: 150px;
  bottom: -1.5em;
}

@media (min-width: 48.063em) {
  .entityform--login .form-text {
    display: block;
    width: 77%;
  }
}

@media (min-width: 48.063em) {
  .entityform--login .form-actions {
    margin-left: 21.5%;
  }
}

@media (min-width: 60em) {
  .entityform--login .form-actions {
    margin-left: 14.5%;
  }
}

@media (min-width: 48.063em) {
  .entityform--donation .form-item-field_form_periodicity > label, .entityform--account .form-item-field_form_periodicity > label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}

.entityform--cancel .form-item {
  width: 100%;
}

.node-event__city, .node-event__province {
  color: #212121;
}

.node-event__province {
  text-transform: uppercase;
}

.node-event__province::before {
  content: ' (';
}

.node-event__province::after {
  content: ')';
}

.node-event.node-teaser .field-date--interval, .node-event.view-mode-highlighted .field-date--interval {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 13.6px;
  line-height: 0.97143rem;
}

.node-event.node-teaser .field-date--interval p, .node-event.view-mode-highlighted .field-date--interval p {
  margin: 0;
}

.node-event.node-teaser .node-event__city,
.node-event.node-teaser .node-event__province, .node-event.view-mode-highlighted .node-event__city,
.node-event.view-mode-highlighted .node-event__province {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline;
}

.node-event.node-teaser .node-event__address {
  margin-right: 4%;
  margin-left: 4%;
}

@media (min-width: 48.063em) {
  .node-event.node-teaser .node-event__address {
    margin-left: 8%;
    margin-right: 8%;
  }
}

.no-border .node-event.node-teaser .node-event__address {
  margin-left: 0;
  margin-right: 0;
}

.node-event.node-full .panel-col-first .inside {
  padding: 2em 1em 1em;
}

@media (min-width: 48.063em) {
  .node-event.node-full .panel-col-first .inside {
    padding: 2em 5%;
  }
}

@media (min-width: 61.21em) {
  .node-event.node-full .panel-col-first .inside {
    padding: 2em 8%;
  }
}

.node-event.node-full .panel-col-first__right .event__date {
  line-height: 1.3em;
  display: inline;
  color: #212121;
  text-transform: uppercase;
}

.node-event.node-full .panel-col-first__right .event__date p {
  display: inline;
  margin: 0;
}

.node-event.node-full .panel-col-first__right .node-event__address {
  padding-left: 0.25em;
}

.node-event.node-full .panel-col-first__right .node-event__address::before {
  content: ' | ';
}

.node-event.node-full .panel-col-first__right .node-event__address,
.node-event.node-full .panel-col-first__right .node-event__city,
.node-event.node-full .panel-col-first__right .node-event__province {
  display: inline;
}

.node-event.node-full .panel-col-first__right #panels-ipe-paneid-8,
.node-event.node-full .panel-col-first__right #panels-ipe-paneid-9 {
  display: inline;
}

.node-event.node-full .panel-col-first__right #panels-ipe-paneid-8 .panels-ipe-portlet-content,
.node-event.node-full .panel-col-first__right #panels-ipe-paneid-9 .panels-ipe-portlet-content {
  display: inline;
}

.node-event.node-full .panel-col-first__right .pane-node-field-getlocation {
  line-height: 1.3em;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 48.063em) {
  .node-event.node-full .panel-col-first__right .pane-node-field-getlocation {
    display: inline-block;
    padding-left: 10px;
  }
}

.node-event.node-full .panel-col-first__right .field-name-field-getlocation .getlocations_map_canvas {
  max-width: 100%;
}

.node-event.node-full .page__title {
  float: left;
  margin: 0.2em 0 0.8em;
  text-transform: uppercase;
  font-size: 30.002px;
  line-height: 0.95em;
}

@media (min-width: 48.063em) {
  .node-event.node-full .page__title {
    margin: 1em 0;
  }
}

.node-event.node-full .node__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 23.8px;
  line-height: 1.7rem;
  clear: both;
}

@media (min-width: 48.063em) {
  .node-event.node-full .node__title {
    margin-bottom: 1em;
  }
}

@media (max-width: 48em) {
  .node-event.node-full .field-name-field-summary-image {
    margin-top: 1em;
  }
}

.node-event.node-full .event__more-info {
  margin-top: 1em;
  padding: 1.5em;
  border: 1px solid #ededed;
  font-size: 0.85714em;
  line-height: 1.3em;
  background-color: #f4f4f4;
}

.node-event.node-full .event__more-info .event__schedule,
.node-event.node-full .event__more-info .event__location,
.node-event.node-full .event__more-info .event__date {
  margin-bottom: 0.5em;
  color: #8e8e8e;
}

.node-event.node-full .event__more-info .event__schedule p,
.node-event.node-full .event__more-info .event__location p,
.node-event.node-full .event__more-info .event__date p {
  margin: 0;
}

.node-event.node-full .event__more-info .event__schedule .label-above,
.node-event.node-full .event__more-info .event__location .label-above,
.node-event.node-full .event__more-info .event__date .label-above {
  margin-bottom: 0.25em;
  color: #212121;
  font-weight: normal;
}

.node-event.node-full .field-name-field-event-price {
  color: #212121;
}

.node-event.node-full .pane-node-field-event-loc-map iframe {
  width: 100%;
  height: 13em;
}

@media (min-width: 48.063em) {
  .node-event.node-full .pane-node-field-event-loc-map iframe {
    height: 16em;
  }
}

@media (min-width: 61.21em) {
  .node-event.node-full .pane-node-field-event-loc-map iframe {
    height: 19em;
  }
}

.node-event.node-full .form-submit {
  overflow: hidden;
  margin-top: 2em;
}

.node-event.node-full .form-submit a {
  font-size: 1em;
}

.feed {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: block;
  margin: 1.5em 0.5em 0 0;
}

@media (min-width: 48.063em) {
  .feed {
    float: right;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
}

.feed__image {
  margin-right: 5px;
  vertical-align: top;
}

.feed__text {
  display: inline-block;
  padding-top: 5px;
}

.feed__text:hover {
  text-decoration: underline;
}

.field-date {
  margin: 0.9em 0 0.5em;
}

@media (min-width: 61.21em) {
  .field-date {
    margin: 1.5em 0 0.5em;
  }
}

.field-date .referenced,
.node-teaser .field-date,
.view-mode-highlighted .field-date,
.view-mode-referenced .field-date {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-bottom: 0.3em;
}

.node-teaser .field-date {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-right: 4%;
  margin-left: 4%;
  margin-top: 0.9em;
}

@media (min-width: 48.063em) {
  .node-teaser .field-date {
    margin-top: 0.9em;
    margin-left: 8%;
    margin-right: 8%;
  }
}

.no-border .node-teaser .field-date {
  margin-left: 0;
  margin-right: 0;
}

.view-mode-highlighted .field-date {
  margin-top: 0;
}

.view-mode-referenced .field-date {
  color: #8e8e8e;
}

.field-date--interval {
  color: #212121;
}

.node-teaser .field-date--interval {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: 1em;
  margin-right: 4%;
  margin-left: 4%;
}

@media (min-width: 48.063em) {
  .node-teaser .field-date--interval {
    margin-left: 8%;
    margin-right: 8%;
  }
}

.no-border .node-teaser .field-date--interval {
  margin-left: 0;
  margin-right: 0;
}

.node-teaser .node__title,
.view-mode-highlighted .node__title,
.view-mode-referenced .node__title {
  font-weight: 400;
}

.node-teaser .node__title a:hover,
.view-mode-highlighted .node__title a:hover,
.view-mode-referenced .node__title a:hover {
  text-decoration: underline;
}

.node-teaser .node__title,
.view-mode-highlighted .node__title {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
}

.view-mode-referenced .node__title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.1px;
  line-height: 1.57857rem;
  margin-bottom: .6em;
}

.node-teaser .node__title {
  margin-right: 4%;
  margin-bottom: 0.2em;
  margin-left: 4%;
}

@media (min-width: 48.063em) {
  .node-teaser .node__title {
    margin-top: 0.9em;
    margin-right: 8%;
    margin-left: 8%;
  }
}

.no-border .node-teaser .node__title {
  margin-right: 0;
  margin-left: 0;
}

.node-event.node-teaser .node__title,
.node-person-profile.node-teaser .node__title {
  margin-top: 0.9em;
}

.node-teaser .node__title--date {
  margin-top: 0;
}

.content-html__body,
.field-body,
.field-facts,
.field-report-subtitle {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 22.1px;
  line-height: 1.57857rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.node-teaser .content-html__body,
.view-mode-highlighted .content-html__body, .node-teaser
.field-body,
.view-mode-highlighted
.field-body, .node-teaser
.field-facts,
.view-mode-highlighted
.field-facts, .node-teaser
.field-report-subtitle,
.view-mode-highlighted
.field-report-subtitle {
  font-size: 14px;
  font-size: 1rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
}

.node-teaser .content-html__body p,
.view-mode-highlighted .content-html__body p, .node-teaser
.field-body p,
.view-mode-highlighted
.field-body p, .node-teaser
.field-facts p,
.view-mode-highlighted
.field-facts p, .node-teaser
.field-report-subtitle p,
.view-mode-highlighted
.field-report-subtitle p {
  margin: 0;
}

.node-teaser .content-html__body, .node-teaser
.field-body, .node-teaser
.field-facts, .node-teaser
.field-report-subtitle {
  margin-left: 4%;
  margin-right: 4%;
}

@media (min-width: 48.063em) {
  .node-teaser .content-html__body, .node-teaser
  .field-body, .node-teaser
  .field-facts, .node-teaser
  .field-report-subtitle {
    margin-left: 8%;
    margin-right: 8%;
  }
}

.no-border .node-teaser .content-html__body, .no-border .node-teaser
.field-body, .no-border .node-teaser
.field-facts, .no-border .node-teaser
.field-report-subtitle {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.6em;
  line-height: 1.3em;
}

.content-html__body h2,
.field-body h2,
.field-facts h2,
.field-report-subtitle h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: normal;
}

.content-html__body h3,
.field-body h3,
.field-facts h3,
.field-report-subtitle h3 {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #444;
}

.content-html__body a:link,
.field-body a:link,
.field-facts a:link,
.field-report-subtitle a:link {
  color: #212121;
  text-decoration: underline;
  font-weight: 700;
}

.content-html__body a:hover,
.content-html__body a:focus,
.field-body a:hover,
.field-body a:focus,
.field-facts a:hover,
.field-facts a:focus,
.field-report-subtitle a:hover,
.field-report-subtitle a:focus {
  color: #e00;
}

.content-html__body a.captacion,
.content-html__body a.contenido,
.field-body a.captacion,
.field-body a.contenido,
.field-facts a.captacion,
.field-facts a.contenido,
.field-report-subtitle a.captacion,
.field-report-subtitle a.contenido {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.content-html__body a.captacion:hover, .content-html__body a.captacion:focus,
.content-html__body a.contenido:hover,
.content-html__body a.contenido:focus,
.field-body a.captacion:hover,
.field-body a.captacion:focus,
.field-body a.contenido:hover,
.field-body a.contenido:focus,
.field-facts a.captacion:hover,
.field-facts a.captacion:focus,
.field-facts a.contenido:hover,
.field-facts a.contenido:focus,
.field-report-subtitle a.captacion:hover,
.field-report-subtitle a.captacion:focus,
.field-report-subtitle a.contenido:hover,
.field-report-subtitle a.contenido:focus {
  color: #fff;
  text-decoration: none;
}

.content-html__body .media-50_width,
.field-body .media-50_width,
.field-facts .media-50_width,
.field-report-subtitle .media-50_width {
  max-width: 48.5%;
  margin-bottom: 0.5em;
  margin-right: 2%;
}

.content-html__body .content-image__copyright,
.field-body .content-image__copyright,
.field-facts .content-image__copyright,
.field-report-subtitle .content-image__copyright {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  width: 100%;
}

.content-html__body .image__copyright,
.field-body .image__copyright,
.field-facts .image__copyright,
.field-report-subtitle .image__copyright {
  margin-left: 5px;
}

.content-html__body li,
.field-body li,
.field-facts li,
.field-report-subtitle li {
  margin-bottom: 0.75em;
}

.node-type-article .field-body p:first-child,
.node-type-article .field-body ul:first-child {
  margin-top: 0;
}

.node-type-article .divided .node-type-article .field-body {
  margin-top: 1em;
}

@media (min-width: 48.063em) {
  .node-type-article .divided .node-type-article .field-body {
    column-gap: 30px;
    column-count: 2;
    column-rule: 1px solid #000;
  }
  .node-type-article .divided .node-type-article .field-body p:first-child {
    margin-top: 0;
  }
}

.summary-image__image {
  clear: both;
}

.summary-image__image img,
.summary-image__image picture {
  z-index: 1;
  display: block;
}

.view-mode-summary-image-small .summary-image__image {
  border-radius: 1px;
  box-shadow: 0 0 3px rgba(150, 150, 150, 0.5);
  border: 2px solid #fff;
}

.view-mode-teaser .summary-image__image {
  position: relative;
}

.view-mode-teaser .summary-image__image img {
  width: 100%;
}

.view-mode-referenced_media .summary-image__image {
  margin-bottom: 0.5em;
}

.summary-image__copyright {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  padding: 0.2em 0;
  width: 100%;
}

.field-collection-view .image__copyright::before {
  content: ' © ';
  display: inline;
}

.field-subtitle {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 18.7px;
  line-height: 1.33571rem;
  margin: 0 0 0.95em;
}

.flexslider .slides a {
  display: block;
}

.gallery__footer {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-top: -1px;
  padding: 2% 3%;
  width: 100%;
  background-color: #212121;
  color: #fff;
}

.view-mode-highlighted .gallery__footer {
  display: none;
}

.gallery__caption {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline;
  color: #fff;
  text-align: left;
}

.gallery__copyright {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline;
  padding-left: 5px;
}

.gallery__copyright::before {
  content: ' © ';
  display: inline;
}

#cboxContent,
.cboxPhoto,
#cboxTitle {
  border-radius: 0;
}

#cboxClose {
  top: 0;
  right: 0;
}

.field-facts {
  margin-top: 3em;
  margin-bottom: 1rem;
}

.field-facts .item-fact {
  border-radius: 1px;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  padding: 0.75em 2em 0.5em;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

.field-attachments a,
.document__attachment a,
.document__link a {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 1em;
  padding: 1em 0 0.5em;
  text-indent: 2.8em;
}

.field-attachments a::before,
.document__attachment a::before,
.document__link a::before {
  border-radius: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
}

.field-attachments {
  margin-bottom: 1.21429rem;
}

.field-attachments a::before,
.document__attachment a::before {
  background: url(../sass/components/sprite.png) no-repeat 0 -2px #212121;
}

.document__link a::before {
  background: url(../sass/components/sprite.png) no-repeat 0 -209px #212121;
}

.read-more {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 18.7px;
  line-height: 1.33571rem;
  background: url(../sass/components/sprite.png) no-repeat left -186px transparent;
  display: block;
  font-weight: 700;
  margin-top: 1em;
  padding-bottom: .4em;
  padding-left: 1.6rem;
  text-transform: uppercase;
}

.read-more:hover,
.read-more span:hover,
.read-more a:hover {
  text-decoration: underline;
}

.read-more .label-inline {
  display: inline;
}

.node-teaser .read-more {
  margin-left: 4%;
  margin-right: 4%;
}

@media (min-width: 48.063em) {
  .node-teaser .read-more {
    margin-left: 8%;
    margin-right: 8%;
  }
}

.no-border .read-more {
  margin-left: 0;
  margin-right: 0;
}

.region-footer {
  display: block;
  background-color: #212121;
}

@media (min-width: 48.063em) {
  .region-footer {
    padding: 1em;
    background-color: #fff;
  }
}

.region-footer .block {
  margin-top: 0;
  margin-bottom: 0;
}

.region-footer .block__title {
  display: none;
}

.footer_top__wrapper {
  padding: 2em 0;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 48em) {
  .footer_top__wrapper {
    display: none;
  }
}

.footer_top__wrapper a:hover {
  text-decoration: underline;
}

.region-footer-top .block-menu > .menu {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.region-footer-top .block-menu > .menu:after {
  content: " ";
  display: block;
  clear: both;
}

.region-footer-top .block-menu > .menu > .menu__item {
  width: 18.75%;
  float: left;
  margin-right: 1.5625%;
  display: block;
}

.region-footer-top .block-menu > .menu > .menu__item.last {
  width: 18.75%;
  float: right;
  margin-right: 0;
}

.region-footer-top .block-menu > .menu > .menu__item > .menu__link {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 30.6px;
  line-height: 2.18571rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.region-footer-top .menu__item,
.region-footer-top .menu__item.is-expanded {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

.region-footer-top .menu__link {
  color: #212121;
}

.region-footer-top .menu__link a:hover {
  text-decoration: underline;
}

.region-footer-top .menu .menu {
  padding: 0;
}

.region-footer-top .menu .menu .menu__item {
  line-height: 1.7em;
}

.footer_bottom__wrapper {
  background-color: #fff;
}

.region-footer-bottom {
  display: block;
}

@media (min-width: 48.063em) {
  .region-footer-bottom {
    padding: 1em 0;
  }
}

.region-footer-bottom .block {
  margin: 0;
}

.region-footer-bottom::after {
  clear: both;
  content: '';
  display: table;
}

.footer__ngo-registration {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  padding: 2em 3em;
}

@media (min-width: 48.063em) {
  .footer__ngo-registration {
    padding: 1em;
  }
}

.site-selector {
  display: none;
  margin-right: 15px;
}

@media (min-width: 48.063em) {
  .site-selector {
    display: block;
    margin: 1em 30px 0.5em 0;
    text-align: center;
  }
}

@media (min-width: 60em) {
  .site-selector {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 61.21em) {
  .site-selector {
    margin-right: 15px;
  }
}

@media (min-width: 1180px) {
  .site-selector {
    margin-right: 0;
  }
}

.site-selector h2 {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline-block;
  margin: 0.5em 1em 0 0;
  color: #8e8e8e;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.site-selector form,
.site-selector .form-type-select {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.site-selector .form-item select {
  padding: 0 1em 0 0.5em;
  height: 25px;
}

.region-footer-bottom-hidden {
  overflow: hidden;
  background-color: #f4f4f4;
}

.region-bottom {
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
}

@media (min-width: 48.063em) {
  .region-bottom {
    background-color: #212121;
  }
}

.region-bottom .block {
  margin: 0;
}

.region-bottom .menu {
  margin: 0;
  padding: 0;
}

@media (min-width: 48.063em) {
  .region-bottom .menu {
    padding-top: 8px;
  }
}

.region-bottom .menu__item {
  padding: 0 8px 0 4px;
  border-top: 1px solid #212121;
  background-color: #2e2e2e;
  list-style: none;
  line-height: 2em;
}

@media (min-width: 48.063em) {
  .region-bottom .menu__item {
    display: inline-block;
    border-top: 0;
    border-right: 1px solid #535353;
    background-color: transparent;
    line-height: 0.8em;
  }
}

.region-bottom .menu__item.last {
  border-right: 0;
}

.region-bottom .menu__link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 48.063em) {
  .region-bottom .menu__link {
    vertical-align: text-top;
    font-size: 0.85714em;
  }
}

.region-bottom .menu__link:hover {
  text-decoration: underline;
}

.glossary__index {
  margin: 0;
  padding: 0;
  list-style: none;
}

.glossary__index--item {
  display: inline-block;
  padding: 0.2em 0.4em;
  border-right: 1px solid #d2d2d2;
}

.glossary__index--item:last-child {
  border-right: 0;
}

.glossary__items {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 48.063em) {
  .glossary__items--item {
    width: 48%;
    margin-right: 1%;
    float: left;
  }
}

.glossary__items--title {
  display: none;
}

a.glossary__link.active {
  color: #e00;
}

.header__logo {
  margin: 0.9em 0.75em 0 35%;
  padding: 0;
}

@media (max-width: 30em) {
  .header__logo {
    margin-left: 25%;
  }
}

@media (max-width: 48em) {
  .header__logo {
    display: block;
    float: left;
  }
}

@media (min-width: 30em) {
  .header__logo {
    margin-left: 32%;
    float: left;
  }
}

@media (min-width: 58.563em) {
  .header__logo {
    margin: 0.75em 0.75em 0;
  }
}

@media (min-width: 61.21em) {
  .header__logo {
    margin: 0.75em 0.75em 0;
  }
}

.scroll-to-fixed-fixed .header__logo {
  transition: 0.3s;
  margin: 0.4em 0.75em 0.25em;
}

.header__logo-image {
  vertical-align: bottom;
  max-width: 85px;
}

@media (min-width: 58.563em) {
  .header__logo-image {
    max-width: none;
  }
}

.scroll-to-fixed-fixed .header__logo-image {
  transition: 0.3s;
  max-width: 112px;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #444;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: none;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir='rtl'] .header__secondary-menu {
  float: left;
}

.header__region {
  float: right;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

@media (min-width: 58.563em) {
  .header {
    position: relative;
    left: 0 !important;
    background: url(../sass/components/header/bg-header.png) repeat-x 0 bottom #fff;
  }
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #e00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir='rtl'] .inline-links__item,
[dir='rtl'] .inline.links li,
.inline.links [dir='rtl'] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir='rtl'] .inline-sibling,
[dir='rtl'] .field-label-inline .field-label,
.field-label-inline [dir='rtl'] .field-label,
[dir='rtl'] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.job-profiles-list {
  overflow: hidden;
}

.job-profiles-list__list {
  margin: 0;
  padding: 0;
}

.job-profiles-list__item {
  margin-bottom: 10px;
  list-style: none;
}

.job-profiles-list__item--title {
  margin: 0 0 5px;
}

.job-profiles-list__item--title a:hover {
  text-decoration: underline;
}

@media (min-width: 48.063em) {
  .panel-col-first .job-profiles-list__item {
    margin: 0 5% 30px 0;
    width: 47.5%;
    float: left;
  }
  .panel-col-first .job-profiles-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .panel-col-first .job-profiles-list__list {
    margin: 15px 0;
    overflow: hidden;
  }
}

.panel-col-first .job-profiles-list .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

@media (min-width: 48.063em) {
  .panel-col-last .job-profiles-list .pager {
    text-align: left;
  }
}

.panel-col-last .job-profiles-list__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 48.063em) {
  .panel-col-last .job-profiles-list__title {
    display: inline-block;
  }
}

.jump-menu {
  overflow: hidden;
}

.jump-menu .form-item {
  width: 100%;
  margin: 0;
}

.jump-menu select {
  max-width: 100%;
}

.last-job-offers {
  overflow: hidden;
}

.last-job-offers__list {
  margin: 0;
  padding: 0;
}

.last-job-offers__item {
  margin-bottom: 10px;
  list-style: none;
}

.last-job-offers .view-job-offer .view-content {
  margin: 0;
}

@media (min-width: 48.063em) {
  .panel-col-first .last-job-offers__item {
    margin: 0 5% 30px 0;
    width: 47.5%;
    float: left;
  }
  .panel-col-first .last-job-offers__item:nth-child(2n) {
    margin-right: 0;
  }
  .panel-col-first .last-job-offers__list {
    margin: 15px 0;
    overflow: hidden;
  }
}

.panel-col-first .last-job-offers .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}

.medical-activity-list__title,
.medical-activity-list .page__title,
.medical-context-list .page__title,
.classified-issues-category .page__title {
  margin-top: 1em;
  text-transform: uppercase;
}

@media (min-width: 61.21em) {
  .medical-activity-list__content,
  .medical-activity-list .pane-variable-content,
  .medical-context-list .pane-variable-content,
  .classified-issues-category .pane-variable-content {
    margin: 25px 0 60px;
  }
}

.messages,
.messages--status,
.messages--warning,
.messages.warning,
.messages--error,
.messages.error {
  margin: 17px 0px;
  margin: 1.21429rem 0;
  position: relative;
  min-height: 3.7em;
  padding: 10px 5% 10px 60px;
}

@media (min-width: 48.063em) {
  .messages,
  .messages--status,
  .messages--warning,
  .messages.warning,
  .messages--error,
  .messages.error {
    padding: 3em 5% 3em 10%;
    background-position: 5.5% 2.7em;
  }
}

.messages--status {
  background-color: #6bab47;
  border: 0;
  color: #fff;
}

@media (min-width: 60em) {
  .messages--error,
  .messages.error {
    padding: 3em 5% 3em 10%;
  }
}

.messages--error__highlighted-text,
.messages--error .error,
.messages.error .error {
  color: #444;
}

.messages__list {
  margin: 0;
  padding-left: 15px;
}

.messages__item {
  list-style-image: none;
}

.messages__icon {
  margin-right: 0.5em;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
}

@media (min-width: 61.2em) {
  .messages__icon {
    top: 38px;
    left: 62px;
  }
}

.messages__icon--error,
.messages--error .messages__icon {
  background-color: #e00;
}

.messages__icon--warning,
.messages--warning .messages__icon {
  background-color: #8e8e8e;
}

.messages p:first-of-type, .messages--status p:first-of-type, .messages--warning p:first-of-type, .messages.warning p:first-of-type, .messages--error p:first-of-type, .messages.error p:first-of-type {
  margin-top: 0;
}

.messages p:last-of-type, .messages--status p:last-of-type, .messages--warning p:last-of-type, .messages.warning p:last-of-type, .messages--error p:last-of-type, .messages.error p:last-of-type {
  margin-bottom: 0;
}

.messages__icon svg {
  margin: 10px 0 0 9px;
}

.messages__icon path,
.messages__icon polygon {
  fill: #fff;
}

.messages--status .messages__icon path,
.messages--status .messages__icon polygon {
  fill: #6bab47;
}

.messages--error .messages__icon svg {
  margin: 9px 0 0 9px;
}

.messages--warning .messages__icon svg {
  margin: 7px 0 0 13px;
}

.modal-default input[type='text'],
.modal-default input[type='email'],
.modal-default input[type='number'],
.modal-default input[type='tel'],
.modal-default input[type='password'] {
  height: 30px;
}

.modal-default-autocomplete,
.modal-default .autocomplete,
html.js .modal-default input.form-autocomplete {
  background-position: 100% 8px;
}

.modal-default-is-throbbing,
.modal-default .autocomplete.is-throbbing,
.modal-default .autocomplete-is-throbbing,
html.js .modal-default input.throbbing {
  background-position: 100% -13px;
}

.modal-default input.form-submit,
.modal-default .form-submit a {
  clear: none;
}

.modal-default .cancel {
  margin-left: 1em;
}

.modal-default .form-actions {
  margin: 1rem 0;
}

div.ctools-modal-content .form-item label,
div.ctools-modal-content .form-item label.option {
  float: left;
  width: 15em;
  clear: none;
}

.more-link,
.content-testimony .data-testimony__link a,
.view-mode-vertical .content-text__links a,
.last-job-offers .see-more,
.more-help-link,
.referenced .see-more {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline-block;
  margin-top: 0.75em;
}

[dir='rtl'] .more-link,
[dir='rtl'] .content-testimony .data-testimony__link a,
.content-testimony .data-testimony__link [dir='rtl'] a,
[dir='rtl'] .view-mode-vertical .content-text__links a,
.view-mode-vertical .content-text__links [dir='rtl'] a,
[dir='rtl'] .last-job-offers .see-more,
.last-job-offers [dir='rtl'] .see-more,
[dir='rtl'] .more-help-link,
[dir='rtl'] .referenced .see-more,
.referenced [dir='rtl'] .see-more {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/components/more-link/help.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir='rtl'] .more-link__help-icon,
[dir='rtl'] .more-help-link a,
.more-help-link [dir='rtl'] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.more-link a,
.more-link a:hover, .content-testimony .data-testimony__link a a, .view-mode-vertical .content-text__links a a, .last-job-offers .see-more a, .more-help-link a, .referenced .see-more a, .content-testimony .data-testimony__link a a:hover, .view-mode-vertical .content-text__links a a:hover, .last-job-offers .see-more a:hover, .more-help-link a:hover, .referenced .see-more a:hover {
  color: #fff;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/components/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/components/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir='rtl'] .nav-menu__item.is-collapsed, [dir='rtl'] .nav-menu__item--is-collapsed,
[dir='rtl'] .is-collapsed.menu__item,
[dir='rtl'] .menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #444;
}

a.navigation__open {
  display: block;
  float: left;
  width: 50px;
  height: 60px;
  overflow: hidden;
  text-indent: -119988px;
  background: url(../sass/components/nav-menu/ico-menu-mb.svg) no-repeat 45% 70%;
}

.report-header a.navigation__open {
  background: url(../sass/components/nav-menu/ico-menu-mb-circle.svg) no-repeat 45% 70%;
  margin-left: 0.5em;
  position: absolute;
  z-index: 90;
}

@media (min-width: 30em) {
  .report-header a.navigation__open {
    display: none;
  }
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  background: #3a3a3a;
  color: #fff;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu > .mm-panel {
  box-sizing: border-box;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mm-menu > .mm-panel .mm-opened {
  -ms-transform: translate(0%, 0);
      transform: translate(0%, 0);
}

.mm-menu > .mm-panel .mm-subopened {
  -ms-transform: translate(-30%, 0);
      transform: translate(-30%, 0);
}

.mm-menu > .mm-panel .mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0;
}

.mm-menu > .mm-list::after {
  content: '';
  display: block;
  height: 40px;
}

.mm-menu > .mm-list:first-child {
  padding-top: 0;
}

.mm-menu .mm-list > li::after {
  border-color: #000;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: #212121;
}

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > .menu__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 22px 10px 18px 15px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
  display: block;
  position: relative;
  left: auto;
  bottom: 0;
  width: auto;
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mm-list a.mm-subopen {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  z-index: 2;
}

.mm-list a.mm-subopen::after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  display: block;
  position: absolute;
  right: 18px;
  bottom: 50%;
  width: 0;
  height: 0;
  margin-bottom: -5px;
  content: '';
  border-color: transparent transparent transparent #d2d2d2;
  border-style: solid;
  border-width: 6px 0 6px 6px;
}

.mm-list .menu__link .menu__link {
  padding-left: 15px;
}

.mm-list .mm-list > li > a {
  padding: 13px 10px 9px 25px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  background-color: #2e2e2e;
  border-top: 1px solid #000;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child::after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 60px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen::after {
  top: 22px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen::after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  top: 25px;
  right: 15px;
  border-width: 6px 6px 0;
  border-color: #d2d2d2 transparent transparent;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

html.mm-background .mm-page::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 6px;
  height: 100%;
  background: url(../sass/components/nav-menu/bg-shadow-rwd-menu.png) repeat-y 0 0 transparent;
  content: '';
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

html.mm-opening .mm-slideout {
  -ms-transform: translate(80%, 0);
      transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
  }
}

@media (max-width: 58.5em) {
  html:not(.js) .menu-name-main-menu {
    clear: both;
    margin: 0 1em;
  }
  html:not(.js) .menu-name-main-menu .menu__link.active {
    color: #e00;
  }
  html:not(.js) .menu-name-main-menu .menu .menu {
    padding-left: 1em;
  }
  html:not(.js) .menu-name-main-menu .menu .menu .menu__item {
    display: inline-block;
    font-size: 0.8em;
    margin-right: 1em;
  }
  html:not(.js) .menu-name-main-menu .menu .menu .menu__link {
    color: #444;
  }
}

.menu-name-main-menu {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.menu-name-main-menu .menu__item {
  display: block;
  list-style-type: none;
  list-style-image: none;
  padding-bottom: 0;
}

.menu-name-main-menu .menu__link {
  display: block;
  text-decoration: none;
}

.menu-name-main-menu .links,
.menu-name-main-menu .menu {
  margin: 0;
  padding: 0;
}

@media (min-width: 58.563em) {
  .menu-name-main-menu {
    text-align: center;
  }
  .menu-name-main-menu > .menu {
    float: right;
  }
  .menu-name-main-menu > .menu > .menu__item {
    transition-duration: 0.5s;
    float: left;
    position: relative;
    border-top: 4px solid #fff;
  }
  .menu-name-main-menu > .menu > .menu__item::before {
    content: '';
    display: block;
    position: absolute;
    height: 5.74rem;
    width: 1px;
    top: -0.29rem;
    left: -1px;
    border-left: 1px solid #ededed;
    z-index: 2;
  }
  .menu-name-main-menu > .menu > .menu__item > .menu__link {
    display: block;
    padding: 29px 19px;
  }
  .menu-name-main-menu .menu .menu__item.submenu-open, .menu-name-main-menu .menu .menu__item.closed, .menu-name-main-menu .menu .menu__item.is-active-trail, .menu-name-main-menu .menu .menu__item.active-trail, .menu-name-main-menu .menu .menu__item.active {
    transition-duration: 0.5s;
    border-top-color: #e00;
    text-decoration: none;
  }
  .menu-name-main-menu .menu .menu__item.submenu-open > .menu__link, .menu-name-main-menu .menu .menu__item.closed > .menu__link, .menu-name-main-menu .menu .menu__item.is-active-trail > .menu__link, .menu-name-main-menu .menu .menu__item.active-trail > .menu__link, .menu-name-main-menu .menu .menu__item.active > .menu__link {
    color: #e00;
  }
  .menu-name-main-menu .menu .menu {
    box-shadow: none;
    display: none;
    position: absolute;
    top: 75px;
    left: -1px;
    width: 18rem;
    border: 1px solid #ededed;
    text-align: left;
  }
  .menu-name-main-menu .menu .menu .menu__link {
    transition-duration: 0.5s;
    display: block;
    padding: 0.9em 1em 0.7em;
    background: #fff;
    border-top: 1px solid #ededed;
    color: #212121;
  }
  .menu-name-main-menu .menu .menu .menu__link:hover {
    transition-duration: 0.2s;
    color: #e00;
  }
  .menu-name-main-menu .menu .menu .menu__item.first .menu__link {
    border-top: 0;
  }
}

@media (min-width: 48.06em) and (max-width: 68.3em) {
  .main-menu--closed .menu-name-main-menu > .menu {
    display: none;
  }
}

@media (min-width: 61.21em) {
  .menu-name-main-menu .menu .menu__item:hover .menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.main-menu__toogle {
  display: none;
  padding: 29px 19px;
}

.main-menu--closed .main-menu__toogle {
  float: right;
  padding: 29px 19px;
  border-top: 4px solid #fff;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

@media (min-width: 48.06em) and (max-width: 68.3em) {
  .main-menu--closed .main-menu__toogle {
    display: block;
  }
}

@media (min-width: 58.563em) {
  html.no-touch .menu-name-main-menu .menu .menu__item:hover {
    transition-duration: 0.5s;
    border-top-color: #e00;
    text-decoration: none;
  }
  html.no-touch .menu-name-main-menu .menu .menu__item:hover > .menu__link {
    color: #e00;
  }
  html.no-touch .menu-name-main-menu .menu .menu__item:hover .menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.menu-name-main-menu .menu__trigger {
  display: none;
}

@media (min-width: 48.063em) {
  html:not(.no-touch) .menu-name-main-menu .menu__trigger {
    background-image: url(../sass/components/nav-menu/bg-menu-trigger.svg) no-repeat 50% 50%;
    text-indent: -9999999px;
    overflow: hidden;
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 1.5em;
  }
}

.scroll-to-fixed-fixed .main-menu--closed .main-menu__toogle {
  height: 62px;
  padding: 23px 19px 19px;
}

.scroll-to-fixed-fixed .menu-name-main-menu > .menu > .menu__item::before {
  height: 62px;
}

.scroll-to-fixed-fixed .menu-name-main-menu > .menu > .menu__item > .menu__link {
  transition: 0.3s;
  padding: 19px;
}

.scroll-to-fixed-fixed .menu-name-main-menu > .menu > .menu__item .menu {
  top: 56px;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir='rtl'] .navbar,
[dir='rtl'] .main-navigation .links,
.main-navigation [dir='rtl'] .links,
[dir='rtl']
.main-navigation .menu,
.main-navigation [dir='rtl'] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir='rtl'] .navbar__item, [dir='rtl']
.navbar li, [dir='rtl'] .main-navigation .links li, .main-navigation [dir='rtl'] .links li, [dir='rtl']
.main-navigation .menu li,
.main-navigation [dir='rtl'] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.main-navigation .block {
  margin-bottom: 0;
}

#navigation .region-navigation {
  float: right;
}

#navigation .block {
  margin-bottom: 0;
}

.pane-news-archive-panel-pane-1 .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 1.2em;
}

.pane-news-archive-panel-pane-1 .view-news-archive .view-content {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 48.063em) {
  .pane-news-archive-panel-pane-1 .view-news-archive .views-row {
    width: 30%;
    margin-bottom: 0;
  }
}

.node-actions,
#mini-panel-share_resize_widget {
  margin: 1.5em 0;
  padding-top: 0.45em;
  background: url(../sass/components/../base/title/bg-block-title.png) repeat-x left top transparent;
}

.node-actions::after,
#mini-panel-share_resize_widget::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: url(../sass/components/../base/title/bg-block-title.png) repeat-x left top transparent;
}

.no-escape-form {
  background: #fff;
}

.no-escape-form__top-content {
  position: relative;
}

.no-escape-form__top-content img,
.no-escape-form__top-content picture {
  width: 100%;
}

.no-escape-form__top-content::before {
  content: '';
  background: url(../sass/components/no-escape-form/logo-msf.svg) no-repeat center center;
  width: 145px;
  height: 65px;
  position: absolute;
  top: 20px;
  left: 35px;
}

@media (min-width: 30em) {
  .no-escape-form__title-wrapper {
    width: 100%;
    position: absolute;
    bottom: 3%;
  }
}

.no-escape-form__title {
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  padding: 0 1em;
}

@media (min-width: 30em) {
  .no-escape-form__title {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 34px;
    line-height: 2.42857rem;
    color: #fff;
    margin: 0 auto;
    max-width: 730px;
  }
}

@media (min-width: 48.063em) {
  .no-escape-form__title {
    font-size: 43px;
    font-size: 3.07143rem;
    line-height: 42.5px;
    line-height: 3.03571rem;
    padding: 0;
  }
}

.no-escape-form__main-content {
  margin: 0 auto;
  max-width: 730px;
  overflow: hidden;
  padding: 0 1em 1em;
}

@media (min-width: 48.063em) {
  .no-escape-form__main-content {
    padding: 0;
  }
}

.no-escape-form__main-content .form-item-terms,
.no-escape-form__main-content .form-item-field_form_newsletter,
.no-escape-form__main-content .form-item-privacy-policy-text,
.no-escape-form__main-content .form-group {
  margin: 1em 0;
  border: 0;
  padding: 0;
}

.no-escape-form__main-content .form-item-field_form_newsletter .description {
  padding: 0;
}

.no-escape-form__body {
  color: #8e8e8e;
}

.no-escape-form .main {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.no-escape-form .main-content {
  margin: 0;
}

.pager {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: inline;
  padding: 0 0.5em;
  border-right: solid 1px #8e8e8e;
  list-style-type: none;
  background-image: none;
  color: #8e8e8e;
}

.page-panels #content {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 48.063em) {
  .page-panels #content {
    padding-right: 0;
    padding-left: 0;
  }
}

.panel-display.col2 .panel-col-first .inside {
  padding: 1.1em 1em 1em;
  overflow: hidden;
}

@media (min-width: 48.063em) {
  .panel-display.col2 .panel-col-first .inside {
    padding: 2em 5% 3em;
  }
}

@media (min-width: 61.21em) {
  .panel-display.col2 .panel-col-first .inside {
    padding: 2em 8% 3em;
  }
}

.col1 .panel-column .inside {
  padding: 0 1.2em 20px;
}

@media (min-width: 48.063em) {
  .col1 .panel-column .inside {
    padding: 0 6% 4.5em;
  }
}

.content-list .pane-page-title {
  width: 100%;
  overflow: hidden;
}

.content-list .page__title {
  float: left;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}

@media (min-width: 48.063em) {
  .content-list .page__title {
    margin-top: 2em;
  }
}

.content-list .pane-views-panes .pane-title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 1.5em 0 0.5em;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.content-list .region__top-content {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding: 0.3em;
  margin-top: 0.5em;
}

@media (min-width: 48.063em) {
  .content-list .region__top-content {
    border: 1px solid #ededed;
  }
}

.content-list .region__facetapi .panels-ipe-portlet-wrapper .facetapi {
  width: 100%;
  margin: 0;
}

.content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(1) {
  width: 100%;
}

.content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(2) {
  clear: both;
}

.content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(2), .content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(3), .content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(5) {
  float: left;
  text-align: left;
  width: 18.5%;
  margin: 0 2% 0 0;
}

.content-list .region__facetapi .panels-ipe-portlet-wrapper:nth-of-type(4) {
  float: left;
  text-align: left;
  width: 30%;
  margin: 0 2% 0 0;
}

.facetapi {
  text-align: center;
}

.facetapi:nth-of-type(1) {
  clear: both;
}

@media (min-width: 48.063em) {
  .facetapi {
    float: left;
    text-align: left;
    width: 18.5%;
    margin: 0 2% 0 0;
  }
  .facetapi .form-item {
    margin: 1em 0;
  }
}

.facetapi .form-item-select {
  margin: 0;
}

.current-search-item-active {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 0;
  border: 1px solid #ededed;
}

@media (min-width: 48.063em) {
  .current-search-item-active {
    max-width: 70%;
    border: 0;
  }
}

.current-search-item-active .item-list ul {
  overflow: hidden;
  margin: 0;
  padding: 1em;
}

@media (min-width: 48.063em) {
  .current-search-item-active .item-list ul {
    padding: 0 0 0 0.5em;
    overflow: visible;
  }
}

.current-search-item-active .item-list ul li {
  display: inline;
  float: left;
  margin: 0.25em 2% 0.25em 0;
}

@media (min-width: 48.063em) {
  .current-search-item-active .item-list ul li {
    margin: 0.5em 1% 0.5em 0;
  }
}

.current-search-item-active .item-list ul a {
  border-radius: 4px;
  display: inline-block;
  padding: 0 18px 0 5px;
  background: url(../sass/components/panel/close.png) no-repeat right 5px center #f4f4f4;
  line-height: 2em;
}

.page-actualidad-publicaciones .region__top-content {
  border: 0;
}

.panels-ipe-control .form-item {
  float: none;
  margin: 0.5em 0;
}

.panels-ipe-control input.form-checkbox {
  float: none;
}

.panels-ipe-control label.option {
  display: inline;
  float: none;
}

.panels-ipe-control input.form-submit,
.panels-ipe-control .form-submit a {
  clear: none;
  float: none;
  text-transform: none;
}

.panel-col-last .pane__title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 48.063em) {
  .panel-col-last .pane__title {
    display: inline-block;
  }
}

.profile__title {
  text-transform: uppercase;
  margin-right: 30px;
}

.node-type-person-profile #panels-ipe-paneid-3,
.node-type-person-profile #panels-ipe-paneid-4,
.node-type-person-profile #panels-ipe-paneid-new-00744c37-7541-490e-a9ba-602548283606,
.node-type-person-profile #panels-ipe-paneid-new-a963c104-ebe6-495c-a79a-0a1bb2129760 {
  display: inline-block;
}

.node-type-person-profile .page__title {
  margin: 0.5em 0 0.2em;
}

.node-type-person-profile .pane-node-field-summary-image {
  margin-top: 1em;
}

@media (min-width: 48.063em) {
  .node-type-person-profile .pane-node-field-summary-image {
    margin-top: 1.8em;
  }
}

.node-person-profile .node__title {
  margin-bottom: 0.1em;
}

.node-person-profile .field-body {
  margin-top: 0.5em;
}

.person-profile__goback {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  display: block;
  margin-top: 2em;
  padding-left: 22px;
  background: url(../sass/components/sprite.png) no-repeat 0 -186px transparent;
  font-weight: bold;
  color: #212121;
}

.person-profile__prof {
  display: inline-block;
  padding-right: 0.4em;
}

.node-teaser .person-profile__prof {
  margin-left: 4%;
}

@media (min-width: 48.063em) {
  .node-teaser .person-profile__prof {
    margin-left: 8%;
  }
}

.no-border .node-teaser .person-profile__prof {
  margin-left: 0;
}

.person-profile__origin {
  display: inline;
}

.person-profile-list {
  overflow: hidden;
  padding-bottom: 1.8em;
}

.person-profile-list__title {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  margin: 0 0 0.75em;
  color: #444;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 48.063em) {
  .person-profile-list__title {
    display: inline-block;
  }
}

.person-profile-list__item,
.person-profile-list__item.node-teaser {
  margin-bottom: 0.5em;
}

.person-profile-list__item.node-teaser .views-row-last {
  margin-bottom: 0;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #8e8e8e;
  background-color: #e5e5e5;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/components/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir='rtl'] .progress-bar__percentage,
[dir='rtl'] .progress .percentage,
.progress [dir='rtl'] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir='rtl'] .progress-bar--inline,
[dir='rtl'] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir='rtl'] .progress-throbber,
[dir='rtl'] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/components/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir='rtl'] .progress-throbber__widget,
[dir='rtl'] .ajax-progress .throbber,
.ajax-progress [dir='rtl'] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.quick-contact {
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  display: none;
  overflow: hidden;
  height: 30em;
  margin-bottom: 0;
}

@media (min-width: 48.063em) {
  .quick-contact {
    display: block;
  }
}

.quick-contact--closed {
  height: 0;
  overflow: hidden;
}

.quick-contact__info {
  width: 40%;
  float: left;
  padding: 1.5em 3em 1.5em 0;
}

.quick-contact__title {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 23.8px;
  line-height: 1.7rem;
  margin-bottom: 0.5em;
}

.quick-contact__form,
.quick-contact .entitytype-contact-form {
  float: right;
  width: 60%;
  margin: 0;
  padding: 1.5em 0;
}

.quick-contact .form-item {
  margin-bottom: 1.4em;
}

.quick-contact .form-item:nth-of-type(even) {
  margin-right: 0;
}

.quick-contact .form-type-textfield,
.quick-contact .form-type-emailfield {
  width: 48.5%;
}

.quick-contact .form-type-textarea {
  width: 100%;
}

.quick-contact .form-type-textarea textarea {
  resize: none;
}

.referenced,
.referenced--media {
  margin-bottom: 0.8em;
  padding: 1.1em 1em 1em;
  overflow: hidden;
}

@media (min-width: 48.063em) {
  .referenced,
  .referenced--media {
    margin-bottom: 2.2em;
    padding: 1.8em 5em;
  }
}

.referenced__title,
.referenced .pane__title {
  margin-bottom: 0.25em;
}

.referenced__body {
  margin: 0.5em 0 1em;
}

.referenced__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.referenced_item {
  margin-bottom: 0.5em;
  list-style: none;
}

@media (min-width: 48.063em) {
  .referenced_item {
    margin: 0 3% 25px 0;
    width: 48%;
    float: left;
  }
}

.referenced_item:nth-child(2n) {
  margin-right: 0;
}

.referenced_item img {
  display: block;
}

.referenced_item__title {
  color: #212121;
}

.referenced_item__summary p {
  margin-top: 0;
  color: #8e8e8e;
}

.referenced_item__date,
.referenced .field-date {
  margin-top: 0;
  font-style: normal;
}

.referenced__link {
  margin-top: 1em;
  clear: both;
}

.referenced--media__title,
.referenced--media .pane__title {
  margin-bottom: 0.5em;
}

.referenced--media__item--media {
  margin-bottom: 1.75em;
}

@media (min-width: 48.063em) {
  .referenced--media__item--media {
    width: 30.5%;
    margin: 0 4% 1.5em 0;
    float: left;
    list-style: none;
  }
  .referenced--media__item--media:nth-child(3n) {
    margin-right: 0;
  }
}

.referenced--media__item--media .summary {
  color: #8e8e8e;
}

.referenced--media_item {
  display: block;
}

.referenced--media_item__title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 22.1px;
  line-height: 1.57857rem;
  margin: 0;
  line-height: 1.4rem;
  font-weight: 400;
}

.referenced--media_item__title:hover {
  text-decoration: underline;
}

.panel-col-last .referenced--media__item--media {
  width: inherit;
  margin: 0 0 1.75em;
  float: none;
}

.referenced .node-type-document, .referenced--media .node-type-document {
  margin: 5px;
  max-width: 235px;
}

.referenced .node-type-document .panel-col-first, .referenced--media .node-type-document .panel-col-first {
  width: 100%;
  float: none;
  margin-right: 0;
}

.panel-col-last .referenced__title,
.panel-col-last .referenced .pane__title,
.referenced .panel-col-last .pane__title {
  margin: 0 0 0.75em;
  text-transform: uppercase;
}

.panel-col-last .referenced_item {
  margin: 0 0 0.5em;
  float: none;
  width: inherit;
}

.panel-col-first .referenced__title,
.panel-col-first .referenced .pane__title,
.referenced .panel-col-first .pane__title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0.75em 0 0.5em;
}

.referenced .node__title a {
  color: #212121;
}

.referenced .node__title a:hover {
  text-decoration: underline;
}

.referenced--media .node-article {
  margin-bottom: 1.75em;
}

.referenced--media .node-article:last-child {
  margin-bottom: 0;
}

.node-type-report .main-content,
.node-type-report .footer__wrapper {
  margin: 0;
}

.node-type-report * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.node-report.view-mode-highlighted .node__title, .node-report.view-mode-report_highlighted_serie .node__title {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 42.5px;
  line-height: 3.03571rem;
  font-weight: 700;
  text-transform: uppercase;
}

.node-report.view-mode-highlighted .node__subtitle, .node-report.view-mode-report_highlighted_serie .node__subtitle {
  font-size: 28px;
  font-size: 2rem;
  line-height: 40.8px;
  line-height: 2.91429rem;
  font-weight: 300;
  margin-top: 0;
}

.node-report.view-mode-highlighted .ribbon-text, .node-report.view-mode-report_highlighted_serie .ribbon-text {
  bottom: auto;
  top: 30px;
}

.report-facts {
  background: #fff;
  overflow: hidden;
  padding: 2.5em 0;
}

.report-facts__content {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 34px;
  line-height: 2.42857rem;
  border-radius: 1px;
  box-sizing: border-box;
  margin: 0 auto .5rem;
  max-width: 900px;
  padding: 0.75em 2em 0.5em;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

.report-facts__content p {
  font-weight: 300;
}

.report-facts__content h1 {
  font-size: 52px;
  font-size: 3.71429rem;
  line-height: 68px;
  line-height: 4.85714rem;
  color: #3a3a3a;
  text-transform: uppercase;
  padding: 0.5em 0;
}

.report-facts__content h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 42.5px;
  line-height: 3.03571rem;
  color: #3a3a3a;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 1.2em 0;
}

.report-facts__content h3 {
  font-size: 34px;
  font-size: 2.42857rem;
  line-height: 34px;
  line-height: 2.42857rem;
  color: #3a3a3a;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1em 0;
}

.report-facts__content h4 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.42857rem;
  padding: 1em 0;
  font-weight: 400;
  color: #3a3a3a;
  text-transform: uppercase;
}

.report-facts__content blockquote {
  font-size: 41px;
  font-size: 2.92857rem;
  line-height: 51px;
  line-height: 3.64286rem;
  color: #444;
  font-style: normal;
  margin: 0;
  padding: 0.2em 0;
}

.report-facts__content .quote__author {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 34px;
  line-height: 2.42857rem;
  font-weight: 700;
}

.report-facts__content .report-text-date {
  font-size: 14px;
  font-size: 1rem;
  line-height: 34px;
  line-height: 2.42857rem;
}

.report-header {
  min-height: 100vh;
  position: relative;
}

.report-header__img {
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.report-header__img::after {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.report-header__content {
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}

.report-header__copyright, .report-header__subtitle, .report-header__title {
  color: #fff;
  text-shadow: 1px 2px 0 #000;
}

.report-header__title {
  font-size: 38px;
  font-size: 2.71429rem;
  line-height: 51px;
  line-height: 3.64286rem;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 48.063em) {
  .report-header__title {
    font-size: 72px;
    font-size: 5.14286rem;
    line-height: 85px;
    line-height: 6.07143rem;
  }
}

.report-header__subtitle {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 34px;
  line-height: 2.42857rem;
  display: inline-block;
  font-weight: 300;
}

@media (min-width: 48.063em) {
  .report-header__subtitle {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 34px;
    line-height: 2.42857rem;
    max-width: 80%;
  }
}

@media (min-width: 61.2em) {
  .report-header__subtitle {
    max-width: 55rem;
  }
}

.report-header__copyright {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 34px;
  line-height: 2.42857rem;
  font-weight: 700;
  padding-top: 1em;
}

.report-img-footer,
.report-img-footer--150,
.report-img-footer--full {
  background: #f4f4f4;
  overflow: hidden;
  padding: 2rem 0;
  text-align: center;
}

.report-img-footer__text, .report-img-footer__text--150, .report-img-footer__text--full {
  font-size: 14px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}

.report-img-footer__caption, .report-img-footer__caption--150, .report-img-footer__caption--full {
  display: inline;
  padding-right: 0.5em;
}

.report-img-footer__copyright, .report-img-footer__copyright--150, .report-img-footer__copyright--full {
  display: inline-block;
  color: #8e8e8e;
}

.report-img-footer--full,
.report-img-footer--full img,
.report-img-footer--full picture {
  width: 100%;
}

.report-media__video {
  max-width: 900px;
  margin: 0 auto;
}

.report-media__150 {
  max-width: 1225px;
  margin: 0 auto;
}

.report-navigation {
  background-color: #fff;
  width: 100%;
  z-index: 100;
  display: none;
}

@media (min-width: 58.563em) {
  .report-navigation {
    display: block;
  }
}

.report-navigation__bar {
  box-shadow: 0 1px 2px -2px #ccc;
}

.report-navigation__bar::before {
  content: '';
  display: table;
}

.report-navigation__bar::after {
  content: '';
  display: table;
  clear: both;
}

.report-navigation__title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 39.1px;
  line-height: 2.79286rem;
  color: #3a3a3a;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0.2em;
  z-index: 100;
  float: left;
}

.report-navigation__title::after {
  content: '';
  background: transparent url(../sass/components/report-navigation/report-navigation-arrow.png) left center no-repeat;
  padding: 0 0.25em;
  margin-left: 0.2em;
  cursor: pointer;
}

.report-navigation__logo {
  overflow: hidden;
  padding-left: 3em;
  background: transparent url(../sass/components/report-navigation/report-navigation-logo.png) left center no-repeat;
  text-indent: -9999px;
  display: block;
  height: 3em;
  margin-right: 0.5em;
  margin-left: 1em;
  float: left;
}

.report-navigation__social-share {
  float: right;
  margin: 0.7em 0.5em 0 0;
}

.report-navigation__social-share .social-share__report {
  margin: 0;
}

.report-navigation__content {
  box-shadow: 0 1px 2px -2px #ccc;
  display: none;
  padding: 1.2em 0 0;
}

.report-navigation__content__wrapper {
  min-height: 360px;
  padding: 0 0 0.5em;
  display: block;
  border-bottom: 4px solid #fff;
}

@media (min-width: 21em) {
  .report-navigation__content__wrapper {
    margin: 0 0.6em;
  }
}

@media (min-width: 30em) {
  .report-navigation__content__wrapper {
    margin: 0 1.6em;
  }
}

.report-navigation__content__wrapper.active {
  border-bottom: 4px solid #e00;
}

.report-navigation__content__wrapper.active .report-navigation__image img {
  box-shadow: 0 0 5px #000;
  margin-bottom: 0.2em;
}

.report-navigation__content__wrapper .report-navigation__image {
  margin: .2em;
}

.report-navigation .report__title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  margin-bottom: .25em;
}

.report-navigation__action a {
  font-size: 14px;
  font-size: 1rem;
  line-height: 46.92px;
  line-height: 3.35143rem;
  background-color: #e00;
  color: #fff;
  float: right;
  text-transform: uppercase;
  padding: 0 1.2em;
}

.report-navigation__action a:link,
.report-navigation__action a:visited,
.report-navigation__action a:hover,
.report-navigation__action a:focus {
  color: #fff;
}

.report-navigation-carousel {
  padding: 0 4em;
  position: relative;
}

.report-navigation-carousel .flex-viewport {
  padding-top: 8px;
}

.report-navigation-carousel .slide img {
  width: 100%;
  height: auto;
}

.report-navigation-carousel .flex-direction-nav .flex-nav-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 100px;
  margin-top: -50px;
}

.report-navigation-carousel .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 100px;
  margin-top: -50px;
}

.report-navigation-carousel .flex-direction-nav a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: none;
}

.report-navigation-carousel .flex-direction-nav a.flex-prev {
  background: url(../sass/components/carousel/prev2.png) left center no-repeat;
  left: 0;
}

.report-navigation-carousel .flex-direction-nav a.flex-next {
  background: url(../sass/components/carousel/next2.png) left center no-repeat;
  left: 0;
}

.report-navigation-mmenu {
  background-color: #fff;
  margin-top: 0;
}

@media (min-width: 58.563em) {
  .report-navigation-mmenu {
    display: none;
  }
}

.report-navigation-mmenu__item {
  padding: 1em 1.2em;
  display: block;
  border-left: 0.4em solid transparent;
  border-bottom: 1px solid #ccc;
}

.report-navigation-mmenu__item.active {
  border-left-color: #e00;
}

.report-navigation-mmenu .report__title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 27.2px;
  line-height: 1.94286rem;
  font-weight: 700;
}

.report-navigation-mmenu .report__subtitle {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
}

.report-navigation-mmenu .social-share__report {
  text-align: center;
  width: 100%;
}

.report-navigation-mmenu .social-share__item {
  margin: 0 1.5em;
  width: auto;
  height: auto;
}

.report-navigation-mmenu .social-share__item img {
  width: 40px;
  height: 40px;
}

.report-navigation-mmenu .report-navigation__action a {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 85px;
  line-height: 6.07143rem;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.report-referenced {
  position: relative;
}

.report-referenced__content-wrapper {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.report-referenced__content-wrapper::before {
  content: '';
  display: table;
}

.report-referenced__content-wrapper::after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 48.063em) {
  .report-referenced__content-wrapper {
    display: none;
  }
}

.report-referenced:hover .report-referenced__content-wrapper {
  display: block;
}

.report-referenced__content {
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 1.5rem;
  color: white;
}

.report-referenced__content a:link, .report-referenced__content a:hover, .report-referenced__content a:visited {
  color: white;
}

.report-referenced:hover .report-referenced__content {
  display: block;
}

.report-referenced__img,
.report-referenced__img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 39rem;
}

.report-referenced__read-more {
  position: absolute;
  bottom: 2rem;
  width: 100%;
}

.report-referenced__read-more a:link, .report-referenced__read-more a:hover, .report-referenced__read-more a:visited {
  display: block;
  background: transparent url(../sass/components/reports-serie/read-more-arrow.png) no-repeat center top;
  padding-top: 52px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.report-referenced__title {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 40.8px;
  line-height: 2.91429rem;
  font-weight: 300;
  text-transform: uppercase;
}

.report-referenced__subtitle {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 25.5px;
  line-height: 1.82143rem;
  font-weight: 300;
  margin-bottom: 1.5em;
}

.report-text-with-format {
  background: #f4f4f4;
  overflow: hidden;
  padding: 2.5em 0;
}

.report-text-with-format__content {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 34px;
  line-height: 2.42857rem;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 1.5rem;
}

@media (min-width: 56em) {
  .report-text-with-format__content {
    padding: 0;
  }
}

.report-text-with-format__content p {
  font-weight: 300;
}

.report-text-with-format__content h1 {
  font-size: 52px;
  font-size: 3.71429rem;
  line-height: 68px;
  line-height: 4.85714rem;
  color: #3a3a3a;
  text-transform: uppercase;
  padding: 0.5em 0;
}

.report-text-with-format__content h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 42.5px;
  line-height: 3.03571rem;
  color: #3a3a3a;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 1.2em 0;
}

.report-text-with-format__content h3 {
  font-size: 34px;
  font-size: 2.42857rem;
  line-height: 34px;
  line-height: 2.42857rem;
  color: #3a3a3a;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1em 0;
}

.report-text-with-format__content h4 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.42857rem;
  padding: 1em 0;
  font-weight: 400;
  color: #3a3a3a;
  text-transform: uppercase;
}

.report-text-with-format__content blockquote {
  font-size: 41px;
  font-size: 2.92857rem;
  line-height: 51px;
  line-height: 3.64286rem;
  color: #444;
  font-style: normal;
  margin: 0;
  padding: 0.2em 0;
}

.report-text-with-format__content .quote__author {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 34px;
  line-height: 2.42857rem;
  font-weight: 700;
}

.report-text-with-format__content .report-text-date {
  font-size: 14px;
  font-size: 1rem;
  line-height: 34px;
  line-height: 2.42857rem;
}

.report-gallery {
  position: relative;
  padding: 0 0 1rem;
  overflow: hidden;
  background: #f4f4f4;
  text-align: center;
}

.report-gallery__text {
  position: relative;
  top: -2rem;
  padding: 0.1rem 1rem 2rem;
  margin: 0 auto;
  max-width: 85vw;
  background: #fff;
}

@media (min-width: 61.21em) {
  .report-gallery__text {
    max-width: 80vw;
  }
}

.report-gallery__title {
  padding: 0 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.report-gallery .slides {
  background: #f4f4f4;
}

.report-gallery .flex-control-nav {
  bottom: 1rem;
  max-width: 100%;
  text-align: center;
}

.report-gallery .flex-control-nav li {
  float: none;
  display: inline-block;
  margin: 0 0.3rem;
}

.report-gallery .flex-control-nav li a {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  text-indent: -9999px;
  background: #000 none repeat scroll 0 0;
  text-align: center;
}

.report-gallery .flex-control-nav li a.flex-active {
  background: #8e8e8e;
}

.report-gallery .flex-direction-nav li a {
  top: 16%;
  display: block;
  width: 20px;
  height: 20px;
  background-image: none;
  background-color: transparent;
}

@media (min-width: 30em) {
  .report-gallery .flex-direction-nav li a {
    top: 30%;
  }
}

@media (min-width: 48.063em) {
  .report-gallery .flex-direction-nav li a {
    top: 40%;
  }
}

.report-gallery .flex-direction-nav li a.flex-prev {
  left: 1.5rem;
  right: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -ms-transform: rotate(-54deg) skew(-10deg);
      transform: rotate(-54deg) skew(-10deg);
}

.report-gallery .flex-direction-nav li a.flex-next {
  right: 1.5rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(54deg) skew(10deg);
      transform: rotate(54deg) skew(10deg);
}

.node-type-reports-serie .main-content,
.node-type-reports-serie .footer__wrapper {
  margin: 0;
}

.node-type-reports-serie * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 48.063em) {
  .reports-serie__reports--1 .field-item {
    width: 100%;
  }
  .reports-serie__reports--2 .field-items::before {
    content: '';
    display: table;
  }
  .reports-serie__reports--2 .field-items::after {
    content: '';
    display: table;
    clear: both;
  }
  .reports-serie__reports--2 .field-item {
    float: left;
    width: 50%;
  }
  .reports-serie__reports--3 .field-items::before {
    content: '';
    display: table;
  }
  .reports-serie__reports--3 .field-items::after {
    content: '';
    display: table;
    clear: both;
  }
  .reports-serie__reports--3 .field-item {
    float: left;
    width: 33.33%;
  }
  .reports-serie__reports--4 .field-items::before {
    content: '';
    display: table;
  }
  .reports-serie__reports--4 .field-items::after {
    content: '';
    display: table;
    clear: both;
  }
  .reports-serie__reports--4 .field-item {
    float: left;
    width: 25%;
  }
}

.reports-serie__read-more {
  position: absolute;
  bottom: 2rem;
  width: 100%;
}

.reports-serie__read-more a:link, .reports-serie__read-more a:hover, .reports-serie__read-more a:visited {
  display: block;
  background: transparent url(../sass/components/reports-serie/read-more-arrow.png) no-repeat center top;
  padding-top: 52px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  text-indent: 9999px;
  overflow: hidden;
  height: 0;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/components/resizable-textarea/grippie.png) no-repeat center 2px #f4f4f4;
  border: 1px solid #ededed;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.responsive-element--mb,
.show-mobile {
  display: block;
}

@media (min-width: 48.063em) {
  .responsive-element--mb,
  .show-mobile {
    display: none;
  }
}

.responsive-element--no-mb,
.hide-mobile {
  display: none;
}

@media (min-width: 48.063em) {
  .responsive-element--no-mb,
  .hide-mobile {
    display: block;
  }
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.view-mode-highlighted .ribbon-text,
.view-mode-highlighted_serie .ribbon-text,
.reports-serie--highlighted .ribbon-text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 32.3px;
  line-height: 2.30714rem;
  padding: 1px 0.6rem;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: -10px;
  z-index: 15;
  color: #fff;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #ff0014;
}

.view-mode-highlighted .ribbon-text::before,
.view-mode-highlighted_serie .ribbon-text::before,
.reports-serie--highlighted .ribbon-text::before {
  width: 10px;
  height: 6px;
  z-index: -5;
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  content: '';
  background: url(../sass/components/ribbon/ico-ribbon-top.png) left center no-repeat;
}

.view-mode-highlighted .ribbon-text::after,
.view-mode-highlighted_serie .ribbon-text::after,
.reports-serie--highlighted .ribbon-text::after {
  width: 10px;
  height: 32px;
  z-index: -5;
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  content: '';
  background: url(../sass/components/ribbon/ico-ribbon-end.png) left center no-repeat;
}

.views-row-even .view-mode-highlighted .ribbon-text, .views-row-even
.view-mode-highlighted_serie .ribbon-text, .views-row-even
.reports-serie--highlighted .ribbon-text {
  right: -10px;
  left: inherit;
}

.views-row-even .view-mode-highlighted .ribbon-text::before, .views-row-even
.view-mode-highlighted_serie .ribbon-text::before, .views-row-even
.reports-serie--highlighted .ribbon-text::before {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  right: 0;
  left: inherit;
}

.views-row-even .view-mode-highlighted .ribbon-text::after, .views-row-even
.view-mode-highlighted_serie .ribbon-text::after, .views-row-even
.reports-serie--highlighted .ribbon-text::after {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  left: -10px;
  right: inherit;
}

.reports-serie--highlighted .ribbon-text {
  top: 20px;
}

.search-block {
  display: block;
  height: auto;
}

@media (max-width: 58.5em) {
  .search-block {
    transition: 0.15s;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 4.8em;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #f4f4f4;
  }
}

@media (min-width: 58.563em) {
  .search-block {
    position: relative;
    float: left;
    width: 160px;
  }
  .search-block::after {
    position: absolute;
    display: block;
    content: '';
    top: 27px;
    right: 0;
    width: 10px;
    height: 26px;
    background: url(../sass/components/search-block/bg-search.png) no-repeat right center transparent;
  }
  .scroll-to-fixed-fixed .search-block::after {
    top: 17px;
  }
}

.search-block__wrapper {
  display: none;
  overflow: hidden;
}

@media (min-width: 58.563em) {
  .search-block__wrapper {
    display: block;
    float: right;
    background-color: #d2d2d2;
  }
}

.search-block__toogle {
  display: none;
}

@media (min-width: 58.563em) {
  .search-block__toogle {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    width: 80px;
    padding: 1.6em 19px;
    background: url(../sass/components/search-block/ico-search.png) no-repeat center center #d2d2d2;
    text-indent: -1000px;
    height: 80px;
    z-index: 2;
  }
  .scroll-to-fixed-fixed .search-block__toogle {
    transition: 0.3s;
    padding: 19px;
    height: 62px;
  }
}

.search-block__input,
.search-block input[type='search'] {
  border-radius: 3px;
  color: #8e8e8e;
}

@media (max-width: 58.5em) {
  .search-block__input,
  .search-block input[type='search'] {
    max-width: 100%;
    width: 100%;
    height: 33px;
    padding: 1% 3%;
    border: 1px solid #ededed;
    font-size: 16px;
  }
}

@media (min-width: 58.563em) {
  .search-block__input,
  .search-block input[type='search'] {
    border-radius: 0;
    box-shadow: none;
    width: 160px;
    height: 5.74rem;
    padding: 1.6em 19px;
    border: 0;
    background: url(../sass/components/header/bg-header.png) repeat-x 0 bottom #f4f4f4;
  }
}

@media (max-width: 58.5em) {
  .search-block__input:focus,
  .search-block input[type='search']:focus {
    font-size: 16px;
  }
}

@media (min-width: 58.563em) {
  .search-block__input:focus,
  .search-block input[type='search']:focus {
    border: 0;
  }
}

.scroll-to-fixed-fixed .search-block__input,
.scroll-to-fixed-fixed .search-block input[type='search'],
.search-block .scroll-to-fixed-fixed input[type='search'] {
  transition: 0.3s;
  padding: 19px;
  height: 62px;
}

.search-block .views-exposed-widgets,
.search-block .views-exposed-form .views-exposed-widget,
.search-block .form-item {
  margin: 0;
  padding: 0;
}

@media (max-width: 58.5em) {
  .search-block .views-exposed-widgets,
  .search-block .views-exposed-form .views-exposed-widget,
  .search-block .form-item {
    width: 100%;
  }
}

@media (max-width: 58.5em) {
  .search-block .form-item {
    padding: 1.15em 3%;
  }
}

.search-block .views-submit-button {
  display: none;
}

.search-block--closed {
  display: block;
  overflow: hidden;
}

@media (max-width: 58.5em) {
  .search-block--closed {
    height: 0;
  }
}

@media (min-width: 58.563em) {
  .search-block--closed {
    width: 0;
  }
  .search-block--closed .search-block__input {
    width: 0;
  }
}

.search-block--mobile__toogle {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  float: right;
  width: 50px;
  height: 60px;
  z-index: 9999;
  background: url(../sass/components/search-block/ico-search--mobile.png) no-repeat 45% 70% transparent;
  cursor: pointer;
}

@media (min-width: 58.563em) {
  .search-block--mobile__toogle {
    display: none;
  }
}

.select-black,
.is-happening__select select,
.jump-menu select,
.facetapi select,
.view-publications .view-filters select {
  border-radius: 3px;
  max-width: 25em;
  width: 100%;
  height: 25px;
  margin-bottom: 1em;
  padding: 0.25em 0.5% 0.1em;
  border: 0;
  background: url(../sass/components/form-item/ico-select-white.png) no-repeat right 10px center transparent;
  background-color: #212121;
  color: #fff;
  font-weight: 400;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (min-width: 61.21em) {
  .select-black,
  .is-happening__select select,
  .jump-menu select,
  .facetapi select,
  .view-publications .view-filters select {
    padding: 0.2em 4% 0.1em;
    min-width: 12em;
  }
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #8e8e8e;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.view-homepage-slides {
  width: 100%;
  position: relative;
}

.view-homepage-slides .slides {
  width: 100%;
  display: block;
}

.view-homepage-slides .views-row {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-homepage-slides .flexslider {
  background-color: #000;
}

.view-homepage-slides .flexslider li {
  position: relative;
}

.view-homepage-slides .flexslider .col-first {
  position: relative;
  padding: 0;
  width: 100%;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .flexslider .col-first {
    overflow: hidden;
  }
}

@media (min-width: 61.21em) {
  .view-homepage-slides .flexslider .col-first {
    overflow: hidden;
    max-height: 31em;
  }
}

@media (min-width: 70.5em) {
  .view-homepage-slides .flexslider .col-first {
    max-height: 33em;
  }
}

.view-homepage-slides .flexslider .col-first img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.view-homepage-slides .flexslider .col-first::after {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.3));
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 25px;
  content: ' ';
}

.view-homepage-slides .flexslider .col-last {
  padding: 25px 60px 20px;
  background: black;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .flexslider .col-last {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    width: 271px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 61.21em) {
  .view-homepage-slides .flexslider .col-last {
    padding: 30px;
  }
}

.view-homepage-slides .flexslider .col-last .inside {
  text-align: center;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .flexslider .col-last .inside {
    text-align: left;
    position: absolute;
    bottom: 55px;
    max-width: 220px;
  }
}

@media (min-width: 61.21em) {
  .view-homepage-slides .flexslider .col-last .inside {
    bottom: 65px;
    max-width: 216px;
  }
}

.view-homepage-slides .node__title {
  margin-bottom: 0.5rem;
  line-height: 1.1em;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .node__title {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24.65px;
    line-height: 1.76071rem;
  }
}

.view-homepage-slides .field-body {
  color: #fff;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .field-body {
    font-size: 14px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.21429rem;
  }
}

.view-homepage-slides .field-body p {
  margin: 0;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .field-body p {
    margin: 0.5em 0;
  }
}

.view-homepage-slides .slide__links {
  display: inline-block;
}

.view-homepage-slides .slide__links a {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  border-radius: 3px;
  padding: 3px 10px 0;
  background-color: #e00;
  color: #fff;
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  text-align: center;
}

.view-homepage-slides .slide__links a:hover {
  text-decoration: underline;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .slide__links a {
    line-height: 2.2em;
    margin-right: 5px;
    padding: 0 3px;
    min-width: 80px;
    background-color: #000;
  }
}

@media (min-width: 61.21em) {
  .view-homepage-slides .slide__links a {
    padding: 0 5px;
    min-width: 90px;
    margin-right: 8px;
  }
}

.view-homepage-slides .flex-control-paging {
  display: none;
  bottom: 30px;
  right: 0;
  width: 200px;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .flex-control-paging {
    display: block;
    width: 245px;
  }
}

@media (min-width: 61.21em) {
  .view-homepage-slides .flex-control-paging {
    width: 240px;
  }
}

.view-homepage-slides .flex-control-nav li a {
  opacity: 0.3;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  text-indent: -1000px;
  background-color: #fff;
}

.view-homepage-slides .flex-control-nav li a:hover {
  opacity: 0.7;
}

.view-homepage-slides .flex-control-nav li a.flex-active {
  opacity: 1;
}

.view-homepage-slides .flex-control-nav li a:hover {
  background-color: #fff;
}

.view-homepage-slides .flex-direction-nav a {
  display: block;
}

@media (min-width: 48.063em) {
  .view-homepage-slides .flex-direction-nav a {
    display: none;
  }
}

.view-homepage-slides .flex-direction-nav .flex-prev {
  right: auto;
  left: 10px;
  bottom: 85px;
  background-position: left -279px;
}

.view-homepage-slides .flex-direction-nav .flex-next {
  right: 10px;
  bottom: 85px;
  background-position: left -302px;
}

.view-homepage-slides:hover .flex-direction-nav a {
  display: block;
}

@media (min-width: 48.063em) {
  .view-homepage-slides:hover .flex-direction-nav a {
    display: none;
  }
}

.views-row-odd .reports-serie--highlighted {
  position: relative;
}

.views-row-odd .reports-serie--highlighted .flex-nav-prev {
  position: absolute;
  top: 20px;
  right: 70px;
}

@media (min-width: 48.063em) {
  .views-row-odd .reports-serie--highlighted .flex-nav-prev {
    bottom: 10px;
    top: auto;
    right: auto;
    left: 10px;
  }
}

.views-row-odd .reports-serie--highlighted .flex-nav-next {
  position: absolute;
  top: 20px;
  right: 10px;
}

@media (min-width: 48.063em) {
  .views-row-odd .reports-serie--highlighted .flex-nav-next {
    bottom: 10px;
    top: auto;
    right: auto;
    left: 70px;
  }
}

.views-row-even .reports-serie--highlighted {
  position: relative;
}

.views-row-even .reports-serie--highlighted .flex-nav-prev {
  position: absolute;
  top: 20px;
  left: 10px;
}

@media (min-width: 48.063em) {
  .views-row-even .reports-serie--highlighted .flex-nav-prev {
    bottom: 10px;
    right: 70px;
    top: auto;
    left: auto;
  }
}

.views-row-even .reports-serie--highlighted .flex-nav-next {
  position: absolute;
  top: 20px;
  left: 70px;
}

@media (min-width: 48.063em) {
  .views-row-even .reports-serie--highlighted .flex-nav-next {
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
  }
}

.reports-serie--highlighted .flex-direction-nav a {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  background: none;
}

.reports-serie--highlighted .flex-direction-nav a.flex-prev {
  background: url(../sass/components/slide/prev.png) left center no-repeat;
  left: 0;
}

.reports-serie--highlighted .flex-direction-nav a.flex-next {
  background: url(../sass/components/slide/next.png) left center no-repeat;
  left: 0;
}

#sliding-popup.sliding-popup-bottom {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
}

#sliding-popup.sliding-popup-bottom .popup-content {
  max-width: 100%;
}

@media (min-width: 48.063em) {
  #sliding-popup.sliding-popup-bottom .popup-content {
    max-width: 95%;
  }
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-text {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  max-width: none;
  text-align: center;
}

@media (min-width: 48.063em) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
    width: 85%;
    padding: 0 .938rem 0 0;
  }
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  color: #fff;
  font-weight: normal;
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-text a:link,
#sliding-popup.sliding-popup-bottom .popup-content #popup-text a:visited {
  color: #fff;
  text-decoration: underline;
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
  width: 100%;
  max-width: none;
  text-align: center;
}

@media (min-width: 48.063em) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    width: 15%;
    text-align: left;
  }
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
  margin-bottom: .5em;
  margin-top: .5em;
  background: none;
  border: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-family: inherit;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  box-shadow: none;
}

@media (min-width: 48.063em) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
    margin-top: 0;
  }
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.find-more-button {
  text-decoration: underline;
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.hide-popup-button, #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.agree-button {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 22px;
  line-height: 1.57143rem;
  letter-spacing: 2px;
}

#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.hide-popup-button:hover, #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.agree-button:hover {
  background: #e00;
  text-decoration: none;
}

.social-share {
  position: relative;
}

.social-share__wrapper {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  background-color: #212121;
  z-index: 10;
}

@media (min-width: 48.063em) {
  .social-share__wrapper {
    display: block;
    top: 55vh;
  }
}

.social-share .item-list {
  position: absolute;
  top: 0;
  width: 33px;
}

.social-share__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #212121;
}

.social-share__title {
  font-size: 14px;
  font-size: 1rem;
  line-height: 20.4px;
  line-height: 1.45714rem;
  font-weight: normal;
  transform: perspective(999px) rotate(-90deg);
  -ms-transform-origin: 31px 31px;
      transform-origin: 31px 31px;
  position: absolute;
  display: inline-block;
  height: 33px;
  top: -62px;
  left: 0;
  margin: 0;
  padding: 5px 15px 5px 24px;
  background-color: #e00;
  color: #fff;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.social-share__title::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition-duration: 0.2s;
  position: absolute;
  display: block;
  content: '';
  top: 11px;
  left: 11px;
  width: 6px;
  height: 9px;
  background: url(../sass/components/sprite.png) no-repeat -11px -434px transparent;
}

.social-share__title.opened::before {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition-duration: 0.2s;
}

.social-share__item {
  width: 31px;
  height: 31px;
  background-color: #3a3a3a;
  color: #fff;
  border-bottom: 1px solid #212121;
}

.social-share__item.last {
  border-bottom: 0;
}

.social-share__item a {
  display: block;
}

.social-share__item.print {
  border-radius: 100%;
  display: none;
  width: 25px;
  height: 25px;
  background-color: color black-medium;
}

@media (min-width: 48.063em) {
  .social-share__item.print {
    display: inline-block;
  }
}

.social-share--rounded {
  display: inline-block;
}

.social-share--rounded .pane__title {
  display: inline-block;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  vertical-align: top;
}

.social-share--rounded .pane__title::after {
  content: ': ';
  display: inline-block;
  margin-right: 0.3em;
}

.social-share--rounded .item-list {
  display: inline-block;
}

.social-share--rounded .social-share__list {
  border: 0;
}

.social-share--rounded .social-share__item {
  border-radius: 100%;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: color black-medium;
}

.social-share__report {
  display: inline-block;
  margin: 1.5em auto 0;
  padding: 0;
}

.social-share__report .social-share__item {
  background: none;
  border-bottom: 0;
  display: inline-block;
  list-style: none;
}

.social-share__report .social-share__item.whatsapp {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.js .social-share .item-list {
  transition-duration: 0.2s;
  height: 0;
  overflow: hidden;
}

.js .social-share .item-list.opened {
  transition-duration: 0.2s;
  height: 126px;
}

.js .social-share__list {
  position: absolute;
  bottom: 0;
}

.js .social-share--rounded .social-share__list {
  position: inherit;
}

@media (min-width: 58.563em) {
  .social-slider,
  .block-on-the-web {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 31px 0 32px;
    max-width: 191px;
    background: transparent;
  }
}

.social-slider .slide, .block-on-the-web .slide {
  display: block;
  height: 31px;
  width: 100%;
  background-color: #2e2e2e;
}

@media (min-width: 58.563em) {
  .social-slider .slide, .block-on-the-web .slide {
    display: inline-block;
    background-color: transparent;
  }
}

.social-slider .flex-prev,
.social-slider .flex-next, .block-on-the-web .flex-prev, .block-on-the-web .flex-next {
  border-radius: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #3a3a3a;
  color: #fff;
}

.social-slider .flex-direction-nav, .block-on-the-web .flex-direction-nav {
  display: none;
}

@media (min-width: 58.563em) {
  .social-slider .flex-direction-nav, .block-on-the-web .flex-direction-nav {
    display: block;
  }
}

.social-slider .flex-direction-nav .flex-prev, .block-on-the-web .flex-direction-nav .flex-prev {
  left: 0;
  background-position: center -401px;
}

.social-slider .flex-direction-nav .flex-next, .block-on-the-web .flex-direction-nav .flex-next {
  right: 0;
  background-position: center -423px;
}

.social-slider .flex-direction-nav .flex-disabled, .block-on-the-web .flex-direction-nav .flex-disabled {
  opacity: 1;
}

.social-menu .on-the-web {
  min-width: 100%;
}

.on-the-web {
  display: block;
}

@media (max-width: 58.5em) {
  .on-the-web {
    border-top: 1px solid #000;
    background-color: #2e2e2e;
  }
  .on-the-web:first-child {
    border-top: 0;
  }
}

@media (min-width: 58.563em) {
  .on-the-web {
    width: 32px;
    float: left;
  }
}

.on-the-web a {
  display: inline-block;
  width: 100%;
}

@media (max-width: 58.5em) {
  .on-the-web a {
    height: 41px;
    padding: 5px 0 5px 1.8em;
  }
}

@media (min-width: 58.563em) {
  .on-the-web a {
    margin-right: 1px;
    width: 31px;
    height: 31px;
    background-color: #3a3a3a;
  }
}

.on-the-web a:hover {
  opacity: 0.7;
}

.on-the-web img {
  width: 31px;
  height: 31px;
}

.on-the-web .service-name {
  display: inline-block;
  padding: 8px 0 0 12px;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media (min-width: 58.563em) {
  .on-the-web .service-name {
    display: none;
  }
}

@media (min-width: 58.563em) {
  .menu-name-main-menu .social-menu.menu__item {
    display: none;
  }
  .menu-name-main-menu .social-menu.menu__item::before {
    display: none;
  }
}

.mm-list .social-menu__link.menu__link {
  display: block;
  padding: 22px 10px 20px 40px;
  background-image: url(../sass/components/social-slider/ico-social-menu.png);
  background-position: 13px 22px;
  background-repeat: no-repeat;
}

.mm-menu.mm-vertical .social-menu__list.mm-panel {
  border-top: 0;
}

.summary-image-list {
  margin: 0;
  padding: 0;
}

.summary-image-list li {
  list-style: none;
  margin-bottom: 1.8em;
}

@media (min-width: 48.063em) {
  .summary-image-list li {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .summary-image-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 61.21em) {
  .summary-image-list li {
    min-height: 236px;
  }
}

.summary-image-list__link {
  width: 100%;
  position: relative;
  display: block;
}

@media (min-width: 48.063em) {
  .summary-image-list__link .field-collection-container {
    background: #000;
  }
  .summary-image-list__link .field-collection-container img {
    width: auto;
  }
}

@media (min-width: 61.21em) {
  .summary-image-list__link:hover .node__title {
    padding-bottom: 0;
  }
  .summary-image-list__link:hover .summary {
    display: block;
  }
  .summary-image-list__link:hover .field-collection-container img {
    opacity: 0.4;
  }
}

.summary-image-list__link .node__title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 18.7px;
  line-height: 1.33571rem;
  text-shadow: #000 2px 2px 2px;
  padding: 31% 1em;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 61.21em) {
  .summary-image-list__link .node__title {
    padding: 31% 1em 0;
  }
}

.summary-image-list__link .summary {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 13.6px;
  line-height: 0.97143rem;
  transition: display 0.2s, ease-in-out 0s;
  margin-top: 5%;
  display: none;
  padding: 0 1em;
}

.summary-image-list__link .node__title,
.summary-image-list__link .summary {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}

.summary-image-list__link .field-collection-container {
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}

.summary-image-list__link .field-collection-container img {
  transition: opacity 0.2s, ease-in-out 0s;
  width: 100%;
  display: block;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #ffd;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #ffffc4;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir='rtl'] .table-drag__handle,
[dir='rtl'] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/components/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir='rtl'] .table-drag__toggle-weight-wrapper,
[dir='rtl'] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir='rtl'] .table-drag__indentation,
[dir='rtl'] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/components/table-drag/tree-child.png) no-repeat 11px center;
}

[dir='rtl'] .table-drag__tree-child,
[dir='rtl'] .table-drag__tree-child-last,
[dir='rtl'] .tree-child-last,
[dir='rtl'] .table-drag__tree-child-horizontal,
[dir='rtl'] .tree-child-horizontal,
[dir='rtl'] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/components/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.tabs {
  margin: 12.75px 0px 0px;
  margin: 0.91071rem 0 0;
  line-height: 21.25px;
  line-height: 1.51786rem;
  border-bottom: 1px solid #ededed \0/ie;
  background-image: linear-gradient(to top, #ededed 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #ededed;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #ededed;
}

[dir='rtl'] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0px 17px;
  padding: 0 1.21429rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #444;
  background: #ededed;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #fafafa;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0px;
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 17px;
  margin-top: 1.21429rem;
  font-size: 14px;
  font-size: 1rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0px;
  margin-top: 0;
  background-image: linear-gradient(to top, #ededed 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 6.375px 3px;
  margin: 0.45536rem 0.21429rem;
  border: 0;
  background: transparent;
}

[dir='rtl'] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #ededed;
  border-radius: 17px;
  color: #8e8e8e;
  background: white;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #5b5b5b;
  background: #ededed;
  border-color: darkgray;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #5b5b5b 0 1px 0;
  background: #8e8e8e;
  border-color: #282828;
}

.tag-list {
  margin-bottom: 0.8em;
  padding: 1.1em 1em 1em;
  overflow: hidden;
}

@media (min-width: 48.063em) {
  .tag-list {
    margin-bottom: 2.2em;
    padding: 1.8em 2.2em;
  }
}

.tag-list__list {
  margin: 0.2em 0 0;
  padding: 0;
}

.tag-list__item {
  display: inline-block;
  margin: 0 0 2px;
  list-style: none;
}

.tag-list__link,
.field-tags a {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 17px;
  line-height: 1.21429rem;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 5px;
  background-color: #f4f4f4;
  white-space: nowrap;
  vertical-align: super;
}

.tag-list__link:hover,
.field-tags a:hover {
  background-color: #212121;
  color: #fff;
}

.field-tags {
  margin-top: 0.5rem;
}

.field-tags .label-inline {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 30.6px;
  line-height: 2.18571rem;
  float: left;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 1em;
}

.field-tags .label-inline::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.75em;
  top: 12px;
  width: 7px;
  height: 9px;
  background: url(../sass/components/sprite.png) no-repeat center -92px transparent;
}

.field-tags .field-items {
  float: left;
  margin-top: 0.5em;
}

@media (min-width: 21em) {
  .field-tags .field-items {
    width: 70%;
  }
}

@media (min-width: 61.21em) {
  .field-tags .field-items {
    width: 75%;
  }
}

.field-tags a {
  margin: 0 2px 2px 0;
}

.text-resize {
  display: none;
  float: right;
  border: 0;
  padding-bottom: 0.25em;
}

@media (min-width: 48.063em) {
  .text-resize {
    display: inline-block;
  }
}

.text-resize__decrease,
a#text_resize_decrease {
  width: 22px;
  height: 17px;
  margin-top: 9px;
  background: url(../sass/components/sprite.png) no-repeat center -136px transparent;
}

.text-resize__reset,
a#text_resize_reset {
  width: 22px;
  height: 21px;
  margin-top: 6px;
  background: url(../sass/components/sprite.png) no-repeat center -157px transparent;
}

.text-resize__increase,
a#text_resize_increase {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background: url(../sass/components/sprite.png) no-repeat center -110px transparent;
}

.node-type-thankyou-page .page__title {
  margin: 0.75em 0 0.1em;
}

.node-type-thankyou-page .pane-node-field-summary-image {
  margin-top: 1em;
}

@media (min-width: 48.063em) {
  .node-type-thankyou-page .pane-node-field-summary-image {
    margin-top: 1.8em;
  }
}

.node-type-thankyou-page .summary-image__copyright {
  padding: 0.3em 1%;
  margin-bottom: 0.5em;
  width: 98%;
}

@media (min-width: 48.063em) {
  .three-col-wysiwyg-template {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .three-col-wysiwyg-template:after {
    content: " ";
    display: block;
    clear: both;
  }
  .three-col-wysiwyg-template .col1 {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%;
  }
  .three-col-wysiwyg-template .col2 {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%;
  }
  .three-col-wysiwyg-template .col3 {
    width: 30.76923%;
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 48em) {
  .three-col-wysiwyg-template .col1,
  .three-col-wysiwyg-template .col2,
  .three-col-wysiwyg-template .col3 {
    margin: 1 0;
  }
}

@media (min-width: 48.063em) {
  .two-col-wysiwyg-template {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .two-col-wysiwyg-template:after {
    content: " ";
    display: block;
    clear: both;
  }
  .two-col-wysiwyg-template .col1 {
    width: 47.88732%;
    float: left;
    margin-right: 4.22535%;
  }
  .two-col-wysiwyg-template .col2 {
    width: 47.88732%;
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 48em) {
  .two-col-wysiwyg-template .col1,
  .two-col-wysiwyg-template .col2 {
    margin: 1 0;
  }
}

.node-teaser,
.view-mode-highlighted,
.view-mode-report_highlighted_serie {
  position: relative;
  border: 1px solid #ededed;
  background-color: #fff;
  margin-bottom: 0;
}

.no-border .node-teaser, .node-teaser.no-border, .no-border
.view-mode-highlighted,
.view-mode-highlighted.no-border, .no-border
.view-mode-report_highlighted_serie,
.view-mode-report_highlighted_serie.no-border {
  border: 0;
  background-color: transparent;
}

.node-teaser {
  position: relative;
  padding: 0 0 0.5em;
}

.node-teaser.with-video .summary-image__image::after, .node-teaser.with-gallery .summary-image__image::after,
.view-mode-referenced_media.with-video .summary-image__image::after,
.view-mode-referenced_media.with-gallery .summary-image__image::after {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  content: '';
  z-index: 2;
}

.node-teaser.with-gallery .summary-image__image::after,
.view-mode-referenced_media.with-gallery .summary-image__image::after {
  background: url(../sass/components/view-mode/ico-gallery.png) no-repeat center center;
}

.node-teaser.with-video .summary-image__image::after,
.view-mode-referenced_media.with-video .summary-image__image::after {
  background: url(../sass/components/view-mode/ico-video.png) no-repeat center center;
}

.view-mode-highlighted .field-date,
.view-mode-report_highlighted_serie .field-date {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 17px;
  line-height: 1.21429rem;
  margin-bottom: 0.3em;
}

.view-mode-highlighted .node__title,
.view-mode-report_highlighted_serie .node__title {
  margin-bottom: 0.3em;
}

.view-mode-highlighted .group-right,
.view-mode-report_highlighted_serie .group-right {
  padding: 3% 4% 2%;
  width: 100%;
}

@media (min-width: 48.063em) {
  .view-mode-highlighted .group-right,
  .view-mode-report_highlighted_serie .group-right {
    padding: 3% 4% 1%;
    width: 50%;
  }
}

.view-mode-highlighted .group-left,
.view-mode-report_highlighted_serie .group-left {
  width: 100%;
}

@media (min-width: 48.063em) {
  .view-mode-highlighted .group-left,
  .view-mode-report_highlighted_serie .group-left {
    width: 50%;
  }
}

.view-mode-highlighted .group-left img,
.view-mode-report_highlighted_serie .group-left img {
  display: block;
  width: 100%;
}

.view-mode-highlighted .group-left > a,
.view-mode-report_highlighted_serie .group-left > a {
  display: block;
  position: relative;
}

.view-mode-highlighted .media-youtube-video,
.view-mode-report_highlighted_serie .media-youtube-video {
  margin: 0;
}

.view-job-offer .view-content,
.view-content-by-tag .view-content,
.view-news-archive .view-content,
.view-topics-archive .view-content,
.agenda-list .view-content,
.view-person-profile .view-content,
.view-article-by-tag .view-content,
.view-content-search .view-content,
.view-reports-archive .view-content {
  clear: both;
  margin: 1.5em 0 1em;
}

.view-job-offer .view-content::after,
.view-content-by-tag .view-content::after,
.view-news-archive .view-content::after,
.view-topics-archive .view-content::after,
.agenda-list .view-content::after,
.view-person-profile .view-content::after,
.view-article-by-tag .view-content::after,
.view-content-search .view-content::after,
.view-reports-archive .view-content::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.view-job-offer .item-list,
.view-content-by-tag .item-list,
.view-news-archive .item-list,
.view-topics-archive .item-list,
.agenda-list .item-list,
.view-person-profile .item-list,
.view-article-by-tag .item-list,
.view-content-search .item-list,
.view-reports-archive .item-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}

.view-job-offer .item-list:after,
.view-content-by-tag .item-list:after,
.view-news-archive .item-list:after,
.view-topics-archive .item-list:after,
.agenda-list .item-list:after,
.view-person-profile .item-list:after,
.view-article-by-tag .item-list:after,
.view-content-search .item-list:after,
.view-reports-archive .item-list:after {
  content: " ";
  display: block;
  clear: both;
}

.view-job-offer .views-row,
.view-content-by-tag .views-row,
.view-news-archive .views-row,
.view-topics-archive .views-row,
.agenda-list .views-row,
.view-person-profile .views-row,
.view-article-by-tag .views-row,
.view-content-search .views-row,
.view-reports-archive .views-row {
  list-style: none;
  line-height: 1em;
  padding-top: 2.5em;
  background: url(../sass/components/../base/title/bg-block-title.png) repeat-x left top transparent;
}

@media (max-width: 48em) {
  .view-job-offer .views-row,
  .view-content-by-tag .views-row,
  .view-news-archive .views-row,
  .view-topics-archive .views-row,
  .agenda-list .views-row,
  .view-person-profile .views-row,
  .view-article-by-tag .views-row,
  .view-content-search .views-row,
  .view-reports-archive .views-row {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 48.063em) {
  .view-job-offer .views-row,
  .view-content-by-tag .views-row,
  .view-news-archive .views-row,
  .view-topics-archive .views-row,
  .agenda-list .views-row,
  .view-person-profile .views-row,
  .view-article-by-tag .views-row,
  .view-content-search .views-row,
  .view-reports-archive .views-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
  }
  .view-job-offer .views-row:after,
  .view-content-by-tag .views-row:after,
  .view-news-archive .views-row:after,
  .view-topics-archive .views-row:after,
  .agenda-list .views-row:after,
  .view-person-profile .views-row:after,
  .view-article-by-tag .views-row:after,
  .view-content-search .views-row:after,
  .view-reports-archive .views-row:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 48.063em) and (min-width: 48.063em) {
  .view-job-offer .views-row,
  .view-content-by-tag .views-row,
  .view-news-archive .views-row,
  .view-topics-archive .views-row,
  .agenda-list .views-row,
  .view-person-profile .views-row,
  .view-article-by-tag .views-row,
  .view-content-search .views-row,
  .view-reports-archive .views-row {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 2em;
  }
  .view-job-offer .views-row:nth-child(4n),
  .view-content-by-tag .views-row:nth-child(4n),
  .view-news-archive .views-row:nth-child(4n),
  .view-topics-archive .views-row:nth-child(4n),
  .agenda-list .views-row:nth-child(4n),
  .view-person-profile .views-row:nth-child(4n),
  .view-article-by-tag .views-row:nth-child(4n),
  .view-content-search .views-row:nth-child(4n),
  .view-reports-archive .views-row:nth-child(4n) {
    width: 22.85714%;
    float: right;
    margin-right: 0;
  }
  .view-job-offer .views-row:nth-child(4n+1),
  .view-content-by-tag .views-row:nth-child(4n+1),
  .view-news-archive .views-row:nth-child(4n+1),
  .view-topics-archive .views-row:nth-child(4n+1),
  .agenda-list .views-row:nth-child(4n+1),
  .view-person-profile .views-row:nth-child(4n+1),
  .view-article-by-tag .views-row:nth-child(4n+1),
  .view-content-search .views-row:nth-child(4n+1),
  .view-reports-archive .views-row:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 48.063em) {
  .view-job-offer .views-row.views-row-1, .view-job-offer .views-row.views-row-2, .view-job-offer .views-row.views-row-3, .view-job-offer .views-row.views-row-4,
  .view-content-by-tag .views-row.views-row-1,
  .view-content-by-tag .views-row.views-row-2,
  .view-content-by-tag .views-row.views-row-3,
  .view-content-by-tag .views-row.views-row-4,
  .view-news-archive .views-row.views-row-1,
  .view-news-archive .views-row.views-row-2,
  .view-news-archive .views-row.views-row-3,
  .view-news-archive .views-row.views-row-4,
  .view-topics-archive .views-row.views-row-1,
  .view-topics-archive .views-row.views-row-2,
  .view-topics-archive .views-row.views-row-3,
  .view-topics-archive .views-row.views-row-4,
  .agenda-list .views-row.views-row-1,
  .agenda-list .views-row.views-row-2,
  .agenda-list .views-row.views-row-3,
  .agenda-list .views-row.views-row-4,
  .view-person-profile .views-row.views-row-1,
  .view-person-profile .views-row.views-row-2,
  .view-person-profile .views-row.views-row-3,
  .view-person-profile .views-row.views-row-4,
  .view-article-by-tag .views-row.views-row-1,
  .view-article-by-tag .views-row.views-row-2,
  .view-article-by-tag .views-row.views-row-3,
  .view-article-by-tag .views-row.views-row-4,
  .view-content-search .views-row.views-row-1,
  .view-content-search .views-row.views-row-2,
  .view-content-search .views-row.views-row-3,
  .view-content-search .views-row.views-row-4,
  .view-reports-archive .views-row.views-row-1,
  .view-reports-archive .views-row.views-row-2,
  .view-reports-archive .views-row.views-row-3,
  .view-reports-archive .views-row.views-row-4 {
    padding-top: 0;
    background: none;
  }
}

@media (min-width: 48.063em) {
  .view-display-id-upcoming_events_pane .views-row.views-row-1,
  .view-display-id-upcoming_events_pane .views-row.views-row-2,
  .view-display-id-upcoming_events_pane .views-row.views-row-3,
  .view-display-id-upcoming_events_pane .views-row.views-row-4,
  .view-display-id-upcoming_events_pane .views-row {
    margin-bottom: 1em;
    background: url(../sass/components/../base/title/bg-block-title.png) repeat-x left bottom transparent;
  }
}

.view-home-highlighted.view-display-id-top .views-row {
  margin-bottom: 1em;
}

@media (min-width: 48.063em) {
  .view-home-highlighted.view-display-id-top .views-row {
    margin-bottom: 2em;
  }
}

.view-home-highlighted.view-display-id-top .views-row.views-row-odd .group-left {
  position: relative;
  float: left;
}

.view-home-highlighted.view-display-id-top .views-row.views-row-odd .group-right {
  float: right;
}

.view-home-highlighted.view-display-id-top .views-row.views-row-even .group-left {
  position: relative;
  float: right;
}

.view-home-highlighted.view-display-id-top .views-row.views-row-even .group-right {
  float: left;
}

.view-home-highlighted.view-display-id-bottom > .view-content,
.view-display-id-affairs_teaser > .view-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.view-home-highlighted.view-display-id-bottom > .view-content:after,
.view-display-id-affairs_teaser > .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .view-home-highlighted.view-display-id-bottom > .view-content,
  .view-display-id-affairs_teaser > .view-content {
    margin-top: 2em;
  }
}

.view-home-highlighted.view-display-id-bottom > .view-content .views-row,
.view-display-id-affairs_teaser > .view-content .views-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.view-home-highlighted.view-display-id-bottom > .view-content .views-row:after,
.view-display-id-affairs_teaser > .view-content .views-row:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48.063em) {
  .view-home-highlighted.view-display-id-bottom > .view-content .views-row,
  .view-display-id-affairs_teaser > .view-content .views-row {
    width: 31.57895%;
    float: left;
    margin-right: 2.63158%;
    margin-bottom: 2em;
  }
  .view-home-highlighted.view-display-id-bottom > .view-content .views-row:nth-child(3n),
  .view-display-id-affairs_teaser > .view-content .views-row:nth-child(3n) {
    width: 31.57895%;
    float: right;
    margin-right: 0;
  }
  .view-home-highlighted.view-display-id-bottom > .view-content .views-row:nth-child(3n+1),
  .view-display-id-affairs_teaser > .view-content .views-row:nth-child(3n+1) {
    clear: both;
  }
}

.view-publications .views-exposed-form .views-exposed-widget {
  padding: 0;
}

.view-publications .view-filters {
  margin: 1em 0 2em;
}

.view-publications .document-buttons-list {
  display: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 48.063em) {
  .view-publications .document-buttons-list {
    display: block;
  }
}

.view-publications .document-term {
  display: inline-block;
  margin: 0 0.5em 0.5em;
  list-style: none;
}

.view-publications .document-term a {
  font-size: 14px;
  font-size: 1rem;
  line-height: 13.6px;
  line-height: 0.97143rem;
  padding-top: 6px;
  font-family: "Atlas Grotesk TF Web", Helvetica, Arial, sans-serif;
}

.view-publications .document-term a:hover {
  background-color: #bcbcbc;
  text-decoration: none;
}

.view-publications .document-term.true a {
  background-color: #bcbcbc;
  text-decoration: none;
}

.view-publications .view-content {
  clear: both;
}

.view-publications .view-content::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.view-publications .view-content .item-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.view-publications .view-content .item-list:after {
  content: " ";
  display: block;
  clear: both;
}

.view-publications .views-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  list-style: none;
}

.view-publications .views-row:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 480px) and (max-width: 768px) {
  .view-publications .views-row {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .view-publications .views-row:nth-child(2n) {
    width: 48%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 48.063em) {
  .view-publications .views-row {
    width: 22.22222%;
    float: left;
    margin-right: 3.7037%;
    margin-bottom: 2em;
  }
  .view-publications .views-row:nth-child(4n) {
    width: 22.22222%;
    float: right;
    margin-right: 0;
  }
}

.watermark {
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #f4f4f4;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
