@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table, tbody, tfoot, tr, th, td, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.col1 {
  float: left;
  width: 8.3333333333%;
}
@media screen and (max-width: 1000px) {
  .col1 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col1 {
    margin: 0;
    width: 100%;
  }
}

.col2 {
  float: left;
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .col2 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col2 {
    margin: 0;
    width: 100%;
  }
}

.col3 {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .col3 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col3 {
    margin: 0;
    width: 100%;
  }
}

.col4 {
  float: left;
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .col4 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col4 {
    margin: 0;
    width: 100%;
  }
}

.col5 {
  float: left;
  width: 41.6666666667%;
}
@media screen and (max-width: 1000px) {
  .col5 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col5 {
    margin: 0;
    width: 100%;
  }
}

.col6 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .col6 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col6 {
    margin: 0;
    width: 100%;
  }
}

.col7 {
  float: left;
  width: 58.3333333333%;
}
@media screen and (max-width: 1000px) {
  .col7 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col7 {
    margin: 0;
    width: 100%;
  }
}

.col8 {
  float: left;
  width: 66.6666666667%;
}
@media screen and (max-width: 1000px) {
  .col8 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col8 {
    margin: 0;
    width: 100%;
  }
}

.col9 {
  float: left;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .col9 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col9 {
    margin: 0;
    width: 100%;
  }
}

.col10 {
  float: left;
  width: 83.3333333333%;
}
@media screen and (max-width: 1000px) {
  .col10 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col10 {
    margin: 0;
    width: 100%;
  }
}

.col11 {
  float: left;
  width: 91.6666666667%;
}
@media screen and (max-width: 1000px) {
  .col11 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col11 {
    margin: 0;
    width: 100%;
  }
}

.col12 {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .col12 {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .col12 {
    margin: 0;
    width: 100%;
  }
}

html {
  margin-top: 0 !important;
}

body {
  color: black;
  font-family: "Muli", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 !important;
  max-width: inherit !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}

section.navigation {
  background: white;
  float: left;
  height: 100%;
  left: 0;
  position: relative;
  width: 220px;
}
@media screen and (max-width: 1800px) {
  section.navigation {
    width: 12.2222222222%;
  }
}
@media screen and (max-width: 1500px) {
  section.navigation {
    width: 15.8888888889%;
  }
}
@media screen and (max-width: 1000px) {
  section.navigation {
    height: auto;
    min-height: 100%;
    position: absolute;
    z-index: 100;
  }
}

section.bkgdnavigation {
  background: white;
  display: none;
  float: left;
  height: 100%;
  position: fixed;
  z-index: 99;
}

section.bkgdnavigation, section.navigation {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media screen and (max-width: 1000px) {
  section.bkgdnavigation, section.navigation {
    display: block;
    left: -300px;
    width: 300px;
  }
}
@media screen and (max-width: 300px) {
  section.bkgdnavigation, section.navigation {
    left: -100%;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  section.bkgdnavigation.open, section.navigation.open {
    left: 0;
  }
}
@media screen and (max-width: 300px) {
  section.bkgdnavigation.open, section.navigation.open {
    left: 0;
  }
}

section.content {
  float: left;
  position: relative;
  width: 1570px;
}
@media screen and (max-width: 1800px) {
  section.content {
    width: 87.7777777778%;
  }
}
@media screen and (max-width: 1500px) {
  section.content {
    width: 84.1111111111%;
  }
}
@media screen and (max-width: 1000px) {
  section.content {
    width: 100%;
  }
}

.clear {
  clear: both;
}

.inside {
  padding: 10%;
  width: 80%;
}

a {
  color: #d7352d;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a:hover {
  color: #6fa4c5;
  text-decoration: none;
}

.btnRed {
  background: #d7352d;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btnRed:hover {
  background: black;
  color: white;
}

p, ol, ul {
  margin: 1em 0;
}

ul {
  list-style: none;
  margin-left: 2em;
}
ul li {
  margin-bottom: 0.5em;
  text-indent: -1em;
}
ul li:before {
  color: #d7352d;
  content: ">";
  font-weight: 900;
  padding-right: 0.5em;
}

strong {
  font-weight: 700;
}

h2 {
  color: black;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
  text-indent: -1em;
}
h2:before {
  color: #d7352d;
  content: "•";
  padding-right: 0.5em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 7vw;
  }
}

h3 {
  color: black;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  text-indent: -1em;
}
h3:before {
  color: #d7352d;
  content: "•";
  padding-right: 0.5em;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  color: #d7352d;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-indent: -1em;
}
h4:before {
  color: black;
  content: "•";
  padding-right: 0.5em;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 4vw;
  }
}

article {
  padding-bottom: 5em;
  width: 100%;
}
article p, article hr, article h2, article h3, article h4, article address, article .gform_wrapper {
  width: 80%;
  margin: 1em auto;
}
article p.has-red-color, article hr.has-red-color, article h2.has-red-color, article h3.has-red-color, article h4.has-red-color, article address.has-red-color, article .gform_wrapper.has-red-color {
  color: #d7352d !important;
}
article p.has-blue-color, article hr.has-blue-color, article h2.has-blue-color, article h3.has-blue-color, article h4.has-blue-color, article address.has-blue-color, article .gform_wrapper.has-blue-color {
  color: #6fa4c5 !important;
}
article p.has-yellow-color, article hr.has-yellow-color, article h2.has-yellow-color, article h3.has-yellow-color, article h4.has-yellow-color, article address.has-yellow-color, article .gform_wrapper.has-yellow-color {
  color: #fecd4d !important;
}
article p.has-green-color, article hr.has-green-color, article h2.has-green-color, article h3.has-green-color, article h4.has-green-color, article address.has-green-color, article .gform_wrapper.has-green-color {
  color: #52a68a !important;
}
article p.has-orange-color, article hr.has-orange-color, article h2.has-orange-color, article h3.has-orange-color, article h4.has-orange-color, article address.has-orange-color, article .gform_wrapper.has-orange-color {
  color: #f29059 !important;
}
article .has-large-font-size,
article .has-huge-font-size {
  line-height: 1.5em;
}
article hr {
  margin: 2em auto;
}
article h2 {
  margin-bottom: 0.5em;
}
article h3 {
  background: url(layout/arrowRedli.svg) no-repeat left 0.1em;
  background-size: 0.7em auto;
  padding-left: 1.25em;
  text-indent: 0;
}
article h3:before {
  content: none;
  padding-right: 0;
}
article ol, article ul {
  width: 80%;
  margin: 1em auto;
}
article ol ul, article ol ol, article ul ul, article ul ol {
  width: 94%;
}
article ul li {
  background: url(layout/arrowRedli.svg) no-repeat left 0.3em;
  background-size: 0.7em auto;
  padding-left: 1.25em;
  text-indent: 0;
}
article ul li:before {
  content: none;
  padding-left: 0;
}
article ul.gfield_checkbox li {
  background: 0 none !important;
  padding-left: 1.25em;
  text-indent: 0;
}
article ul.gfield_checkbox li:before {
  content: none;
  padding-left: 0;
}
article .intro {
  background: #F8F8F8;
  padding: 3em 0;
}
article .intro h2 {
  margin: 0 auto;
}
article .wp-block-quote {
  background: white url(layout/blockquote.svg) no-repeat 2% 3.5em;
  background-size: 10vw auto;
  color: #d7352d;
  font-size: 1.3em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding: 2em 20%;
  text-align: left;
}
article .wp-block-quote p, article .wp-block-quote cite {
  width: 100%;
}
article .wp-block-quote cite {
  font-size: 0.85em;
  font-weight: 300;
}
article .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
  margin-bottom: 1em;
  padding: 3em 0 0 !important;
}
article .wp-block-pullquote:not(.is-style-solid-color) p {
  color: #d7352d;
  font-size: 1em;
  font-style: italic;
  font-weight: 700;
  padding-left: 0;
  text-align: left;
  text-indent: 0;
}
article .wp-block-pullquote:not(.is-style-solid-color) cite {
  color: #6fa4c5;
  font-size: 0.8em;
  font-style: italic;
}
article .wp-block-embed {
  width: 80%;
  margin: 1em auto;
  padding-top: 45%;
  position: relative;
}
article .wp-block-embed.alignleft, article .wp-block-embed.alignright {
  padding-top: 21.93%;
  width: 39%;
  max-width: inherit !important;
}
article .wp-block-embed.alignleft {
  float: left;
  margin: 0 1% 1em 10%;
}
article .wp-block-embed.alignright {
  float: right;
  margin: 0 10% 1em 1%;
}
article .wp-block-embed iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
article .wp-block-embed .wp-block-embed__wrapper {
  position: initial !important;
}
article .wp-block-embed__wrapper {
  position: initial !important;
}
article .footerArticle {
  background: url(layout/blockRed.svg) repeat-x left center;
  background-size: 5px 100%;
  margin: 3em auto 0;
  width: 80%;
}
article .footerArticle .listAuthor {
  background: white;
  float: left;
  min-width: 30%;
  padding-right: 3%;
}
article .footerArticle .authorBox {
  background: white;
  position: relative;
}
article .footerArticle figure {
  background: white;
  float: right;
  padding-top: 0.5em;
  width: 15%;
}
article .footerArticle figure img {
  float: right;
  width: 80%;
}

footer {
  background: black;
  border-top: 3px solid #d7352d;
  color: white;
  font-size: 0.8em;
  line-height: 1.4em;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
footer h2, footer h3 {
  color: white;
  font-size: 1.3em;
  margin-bottom: 1em;
}
footer .sn {
  position: relative;
  right: inherit;
  top: inherit;
}
footer .sn li {
  border-left: 1px solid white;
}
footer .sn li:first-child {
  border-left: none;
}
footer .col3 {
  background: #414141;
}
footer .col6 .inside {
  padding: 5%;
  width: 90%;
}
footer .col6 ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  margin: 0;
}
footer .col6 ul li {
  padding: 0;
  text-indent: 0;
}
footer .col6 ul li:before {
  content: "";
  padding-right: 0;
}
footer .col6 ul li a {
  color: white;
}
footer .col6 ul li a:hover {
  color: #d7352d;
}
footer .col6 ul li h3 {
  margin-bottom: 0;
}
footer .col6 .copyright {
  color: #9F9F9F;
  display: block;
  margin-top: 3em;
  text-align: center;
}
footer .fakeNewsletter {
  background: white url(layout/fakeNewsletter.svg) no-repeat right center;
  background-size: auto 100%;
  color: #9F9F9F;
  display: block;
  padding: 0.48em;
  width: 100%;
}
footer .fakeNewsletter:hover {
  color: #d7352d;
}
footer .btnNewsletter {
  background: #d7352d;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
footer .btnNewsletter:hover {
  background: white;
  color: #d7352d;
}

.banner .authors, .bannerReport .authors {
  left: 21em;
  bottom: 14.5em;
  position: absolute;
}
@media screen and (max-width: 1800px) {
  .banner .authors, .bannerReport .authors {
    bottom: 12vw;
    left: 17vw;
  }
}
@media screen and (max-width: 1000px) {
  .banner .authors, .bannerReport .authors {
    bottom: 10vw;
  }
}
.banner .authorBox, .bannerReport .authorBox {
  position: relative;
  width: auto;
}
.banner .authorBox p, .bannerReport .authorBox p {
  color: white;
}

.author {
  background: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 40px;
  z-index: 3;
}
.author img {
  left: 50%;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.authorBox {
  float: left;
  margin-right: 0.25em;
  position: relative;
  width: auto;
}
.authorBox .author {
  margin-top: 0.3em;
  position: relative;
  right: inherit;
  top: 0;
  float: left;
}
.authorBox .hover {
  background: #d7352d;
  border: 2px solid white;
  display: none;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: -200px;
  top: -3em;
  width: 200px;
  z-index: 15;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.authorBox p {
  color: white;
  float: left;
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0.25em 0 0 0.75em;
}
.authorBox p strong {
  font-weight: 900;
}
.authorBox:hover .hover {
  display: block;
  opacity: 1;
}

.eupopup-container {
  background: #d7352d;
  bottom: 0;
  color: white;
  font-size: 0.8em;
  left: 0;
  opacity: 0.9;
  padding: 1em 5%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9998;
}
.eupopup-container .eupopup-head {
  font-weight: 900;
}
.eupopup-container a {
  color: white;
  display: inline-block;
}
.eupopup-container a.eupopup-button {
  border: 1px solid white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  display: inline-block;
  margin: 0.5em 0.5em;
  padding: 0.2em 1.5em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.eupopup-container a.eupopup-button:hover {
  border-color: #fecd4d;
  color: #fecd4d;
}
.eupopup-container a.eupopup-closebutton {
  background: #d7352d;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  height: 40px;
  padding: 0.5em 0 0.85em;
  position: absolute;
  right: 1em;
  text-decoration: none;
  top: -1em;
  width: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.eupopup-container a.eupopup-closebutton:hover {
  background: #fecd4d;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.searchTool, .searchForm {
  background: #f4f4f4;
}

.searchTool {
  padding: 2em 3em 0;
}

.searchForm {
  padding: 1em 3em 2em;
}
.searchForm .btn {
  background: #d7352d;
  color: white;
}

.form-control {
  float: left;
  margin-right: 1em;
  width: auto;
}

.gform_wrapper h3 {
  display: none;
}
.gform_wrapper ul {
  margin: 0;
  width: 100%;
}
.gform_wrapper .top_label .gfield_label {
  display: block;
}
.gform_wrapper legend.gfield_label {
  display: bloc;
}
.gform_wrapper ul li {
  text-indent: 0;
}
.gform_wrapper .gform_button {
  background: #d7352d;
  border: none;
  color: white;
  padding: 0.5em 2em;
}

article ul.gfield_checkbox li {
  background: none !important;
}

.btnMenu {
  background: #d7352d;
  border: none;
  color: white;
  display: none;
  left: 0;
  padding: 0.5em 1em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 101;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btnMenu:focus {
  outline: 0 none;
}
.btnMenu:before {
  font-weight: 800;
  padding-right: 0.5em;
}
.btnMenu[aria-expanded=false]:before {
  content: "+";
}
.btnMenu[aria-expanded=true]:before {
  content: "-";
}
@media screen and (max-width: 1000px) {
  .btnMenu {
    display: block;
  }
}

.navigation {
  padding-top: 1em;
}
.navigation h1 {
  margin: 0 auto;
  width: 80%;
}
.navigation h1 a, .navigation h1 img {
  width: 100%;
}
.navigation .menu {
  margin: 50px auto 0;
  width: 80%;
}
.navigation .menu li {
  margin-bottom: 0;
  padding: 0.5em 0;
  text-indent: 0;
}
.navigation .menu li a, .navigation .menu li button {
  color: black;
  display: block;
  font-weight: 500;
  padding-left: 0;
  text-align: left;
  text-decoration: none;
}
.navigation .menu li a:focus, .navigation .menu li button:focus {
  outline: none;
}
.navigation .menu li a:hover, .navigation .menu li button:hover {
  color: #d7352d;
}
.navigation .menu li button {
  background: no-repeat right center;
  background-size: 0.75em auto;
  border: 0 none;
  width: 100%;
}
.navigation .menu li button[aria-expanded=false] {
  background-image: url("layout/bullet-arrow-close.png");
}
.navigation .menu li button[aria-expanded=true] {
  background-image: url("layout/bullet-arrow.png");
}
.navigation .menu li a[type=button] {
  background: none !important;
  border: 0 none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navigation .menu li ul {
  border-left: 2px solid #d7352d;
  display: none;
  margin-left: 0;
  padding-left: 1em;
}
.navigation .menu li:before {
  content: "";
  padding-right: 0;
}
.navigation .menu li.current-menu-item {
  border-bottom: 2px solid #d7352d;
}
.navigation .menu li.current-menu-item a {
  color: #9F9F9F;
  font-weight: 900;
}
.navigation #menu-langchoice,
.navigation #menu-langchoice-nl,
.navigation #menu-langchoice-et,
.navigation #menu-langchoice-sv,
.navigation #menu-langchoice-es,
.navigation #menu-langchoice-fr,
.navigation #menu-langchoice-de,
.navigation #menu-langchoice-lv,
.navigation #menu-langchoice-lt {
  background: #d7352d;
  float: left;
  margin: 2em 1.2em;
  padding: 0.1em 1em;
  position: relative;
  width: auto;
}
.navigation #menu-langchoice a,
.navigation #menu-langchoice-nl a,
.navigation #menu-langchoice-et a,
.navigation #menu-langchoice-sv a,
.navigation #menu-langchoice-es a,
.navigation #menu-langchoice-fr a,
.navigation #menu-langchoice-de a,
.navigation #menu-langchoice-lv a,
.navigation #menu-langchoice-lt a {
  color: white;
  font-size: 0.7em;
}
.navigation #menu-langchoice a:hover,
.navigation #menu-langchoice-nl a:hover,
.navigation #menu-langchoice-et a:hover,
.navigation #menu-langchoice-sv a:hover,
.navigation #menu-langchoice-es a:hover,
.navigation #menu-langchoice-fr a:hover,
.navigation #menu-langchoice-de a:hover,
.navigation #menu-langchoice-lv a:hover,
.navigation #menu-langchoice-lt a:hover {
  padding-left: 0;
}
.navigation #menu-langchoice a:hover ul,
.navigation #menu-langchoice-nl a:hover ul,
.navigation #menu-langchoice-et a:hover ul,
.navigation #menu-langchoice-sv a:hover ul,
.navigation #menu-langchoice-es a:hover ul,
.navigation #menu-langchoice-fr a:hover ul,
.navigation #menu-langchoice-de a:hover ul,
.navigation #menu-langchoice-lv a:hover ul,
.navigation #menu-langchoice-lt a:hover ul {
  display: block;
}
.navigation #menu-langchoice a::after,
.navigation #menu-langchoice-nl a::after,
.navigation #menu-langchoice-et a::after,
.navigation #menu-langchoice-sv a::after,
.navigation #menu-langchoice-es a::after,
.navigation #menu-langchoice-fr a::after,
.navigation #menu-langchoice-de a::after,
.navigation #menu-langchoice-lv a::after,
.navigation #menu-langchoice-lt a::after {
  content: " ";
  background: url("layout/bullet-arrow-white.png") no-repeat right center;
  background-size: 10px auto;
  padding-left: 1.5em;
}
.navigation #menu-langchoice .sub-menu,
.navigation #menu-langchoice-nl .sub-menu,
.navigation #menu-langchoice-et .sub-menu,
.navigation #menu-langchoice-sv .sub-menu,
.navigation #menu-langchoice-es .sub-menu,
.navigation #menu-langchoice-fr .sub-menu,
.navigation #menu-langchoice-de .sub-menu,
.navigation #menu-langchoice-lv .sub-menu,
.navigation #menu-langchoice-lt .sub-menu {
  background: white;
  border-left: 1px solid #9F9F9F;
  display: none;
  margin: 0;
  padding-left: 1em;
  position: absolute;
  width: 100%;
}
.navigation #menu-langchoice .sub-menu a,
.navigation #menu-langchoice-nl .sub-menu a,
.navigation #menu-langchoice-et .sub-menu a,
.navigation #menu-langchoice-sv .sub-menu a,
.navigation #menu-langchoice-es .sub-menu a,
.navigation #menu-langchoice-fr .sub-menu a,
.navigation #menu-langchoice-de .sub-menu a,
.navigation #menu-langchoice-lv .sub-menu a,
.navigation #menu-langchoice-lt .sub-menu a {
  color: #d7352d;
}
.navigation #menu-langchoice .sub-menu a:hover,
.navigation #menu-langchoice-nl .sub-menu a:hover,
.navigation #menu-langchoice-et .sub-menu a:hover,
.navigation #menu-langchoice-sv .sub-menu a:hover,
.navigation #menu-langchoice-es .sub-menu a:hover,
.navigation #menu-langchoice-fr .sub-menu a:hover,
.navigation #menu-langchoice-de .sub-menu a:hover,
.navigation #menu-langchoice-lv .sub-menu a:hover,
.navigation #menu-langchoice-lt .sub-menu a:hover {
  padding-left: 1em;
}
.navigation #menu-langchoice .sub-menu a::after,
.navigation #menu-langchoice-nl .sub-menu a::after,
.navigation #menu-langchoice-et .sub-menu a::after,
.navigation #menu-langchoice-sv .sub-menu a::after,
.navigation #menu-langchoice-es .sub-menu a::after,
.navigation #menu-langchoice-fr .sub-menu a::after,
.navigation #menu-langchoice-de .sub-menu a::after,
.navigation #menu-langchoice-lv .sub-menu a::after,
.navigation #menu-langchoice-lt .sub-menu a::after {
  content: inherit;
  background: none;
  padding-left: 0;
}
.navigation #menu-langchoice:hover .sub-menu,
.navigation #menu-langchoice-nl:hover .sub-menu,
.navigation #menu-langchoice-et:hover .sub-menu,
.navigation #menu-langchoice-sv:hover .sub-menu,
.navigation #menu-langchoice-es:hover .sub-menu,
.navigation #menu-langchoice-fr:hover .sub-menu,
.navigation #menu-langchoice-de:hover .sub-menu,
.navigation #menu-langchoice-lv:hover .sub-menu,
.navigation #menu-langchoice-lt:hover .sub-menu {
  display: block;
}

.navPage {
  text-align: center;
}
.navPage ul {
  display: inline-block !important;
  float: none;
  margin: 0;
  padding: 1em;
  text-align: center;
  width: 100%;
}
.navPage ul li {
  display: inline-block;
  margin: 0.5em;
}
.navPage ul li:before {
  content: "";
}
.navPage ul li .page-item.active, .navPage ul li .page-link, .navPage ul li a {
  background: #d7352d;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  color: white;
  display: inline !important;
  padding: 0.75em 1em;
  text-align: center;
}
.navPage ul li a {
  background: #9F9F9F;
  color: #414141;
  @transition include(0.5s);
}
.navPage ul li a:hover {
  background: #414141;
  color: white;
}

.wp-pagenavi {
  margin: 2em 0;
  text-align: center;
  width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #d7352d;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 0 none;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
}
.wp-pagenavi a {
  background: #9F9F9F;
  color: #414141;
  @transition include(0.5s);
}
.wp-pagenavi a:hover {
  background: #414141;
  color: white;
}
.wp-pagenavi span.pages {
  display: none;
}

.banner, .bannerReport {
  position: relative;
  width: 100%;
}
.banner figure, .bannerReport figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.banner figure img, .bannerReport figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner a:hover figure img, .bannerReport a:hover figure img {
  opacity: 0.5;
}
.banner .arrow, .bannerReport .arrow {
  left: 0;
  bottom: 0;
  position: absolute;
}
.banner .arrow .arrowTop, .bannerReport .arrow .arrowTop, .banner .arrow .arrowBottom, .bannerReport .arrow .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 10em;
  position: absolute;
  width: 10em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner .arrow .arrowTop, .bannerReport .arrow .arrowTop {
  left: 7.5em;
  bottom: 7.5em;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.banner .arrow .arrowBottom, .bannerReport .arrow .arrowBottom {
  left: 0;
  bottom: 0;
}
.banner a:hover .arrow .arrowTop, .bannerReport a:hover .arrow .arrowTop, .banner a:hover .arrow .arrowBottom, .bannerReport a:hover .arrow .arrowBottom {
  opacity: 0.5;
}
.banner a:hover .arrow .arrowTop, .bannerReport a:hover .arrow .arrowTop {
  left: 5em;
  bottom: 5em;
}
.banner .gradient, .bannerReport .gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+18,0.78+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.78) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.78) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.78) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#c7000000",GradientType=0 );
  /* IE6-9 */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .banner .arrow, .bannerReport .arrow {
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .banner .arrow .arrowTop, .bannerReport .arrow .arrowTop, .banner .arrow .arrowBottom, .bannerReport .arrow .arrowBottom {
    background: url(layout/arrow.svg) no-repeat center center;
    background-size: 100% auto;
    display: block;
    height: 9vw;
    position: absolute;
    width: 9vw;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .banner .arrow .arrowTop, .bannerReport .arrow .arrowTop {
    left: 6.75vw;
    bottom: 6.75vw;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .banner .arrow .arrowBottom, .bannerReport .arrow .arrowBottom {
    left: 0;
    bottom: 0;
  }
  .banner a:hover .arrow .arrowTop, .bannerReport a:hover .arrow .arrowTop, .banner a:hover .arrow .arrowBottom, .bannerReport a:hover .arrow .arrowBottom {
    opacity: 0.5;
  }
  .banner a:hover .arrow .arrowTop, .bannerReport a:hover .arrow .arrowTop {
    left: 4.5vw;
    bottom: 4.5vw;
  }
}
.banner .arrow, .bannerReport .arrow {
  z-index: 3;
}
.banner .arrow .arrowTop, .bannerReport .arrow .arrowTop, .banner .arrow .arrowBottom, .bannerReport .arrow .arrowBottom {
  background-image: url(layout/arrowRed.svg);
}
.banner h2, .bannerReport h2 {
  color: white;
  bottom: 6.5em;
  left: 7em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: 0;
  width: 50%;
  z-index: 3;
}
.banner h2 span, .bannerReport h2 span {
  font-size: 0.5em;
  font-weight: 300;
  line-height: 1em;
}
.banner h2:before, .bannerReport h2:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 1800px) {
  .banner h2, .bannerReport h2 {
    bottom: 16vw;
    left: 17vw;
    width: 70%;
  }
}
.banner .ico, .bannerReport .ico {
  bottom: 1em;
  margin: 0;
  position: absolute;
  right: 1em;
  width: auto;
  z-index: 3;
}
.banner .ico li, .bannerReport .ico li {
  padding: 0;
  text-indent: 0;
}
.banner .ico li:before, .bannerReport .ico li:before {
  content: "";
  padding-right: 0;
}
.banner .ico li .dkpdf-button-container, .bannerReport .ico li .dkpdf-button-container {
  text-align: left !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.banner .ico li .dkpdf-button-container a.dkpdf-button, .bannerReport .ico li .dkpdf-button-container a.dkpdf-button {
  background: url(layout/pdf.svg) no-repeat left center;
  background-size: auto 100%;
  padding-right: 2em;
  text-indent: -9999px !important;
}
.banner .ico li .dkpdf-button-container a.dkpdf-button:hover, .bannerReport .ico li .dkpdf-button-container a.dkpdf-button:hover {
  padding-right: 3em;
}
.banner .ico li .pdf, .bannerReport .ico li .pdf {
  background: url(layout/pdf.svg) no-repeat left center;
  background-size: auto 100%;
  padding-right: 3.2em;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner .ico li .pdf span, .bannerReport .ico li .pdf span {
  bottom: 0;
  position: absolute;
  right: 0;
}
.banner .ico li .pdf .line, .bannerReport .ico li .pdf .line {
  background: white;
  display: block;
  width: 20px;
  height: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner .ico li .pdf .arrowBullet, .bannerReport .ico li .pdf .arrowBullet {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100%;
  bottom: 10px;
  height: 15px;
  right: 2px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner.bannerCountry figure img, .bannerCountry.bannerReport figure img {
  height: 100%;
  width: auto !important;
}

.sliderContent {
  width: 100%;
}

.bannerHP {
  background: black;
}
.bannerHP .slick-arrow {
  background: no-repeat center center;
  background-size: 100% auto;
  border: none;
  height: 24.5px;
  opacity: 0.5;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  width: 35px;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bannerHP .slick-arrow.slick-prev {
  background-image: url(layout/prev.svg);
}
.bannerHP .slick-arrow.slick-next {
  background-image: url(layout/next.svg);
}
.bannerHP .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.bannerHP .slick-arrow {
  bottom: 35px;
}
.bannerHP .slick-arrow.slick-prev {
  right: 87.5px;
}
.bannerHP .slick-arrow.slick-next {
  right: 35px;
}
.bannerHP .arrow {
  left: 0;
  bottom: 0;
  position: absolute;
}
.bannerHP .arrow .arrowTop, .bannerHP .arrow .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 10em;
  position: absolute;
  width: 10em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bannerHP .arrow .arrowTop {
  left: 7.5em;
  bottom: 7.5em;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bannerHP .arrow .arrowBottom {
  left: 0;
  bottom: 0;
}
.bannerHP a:hover .arrow .arrowTop, .bannerHP a:hover .arrow .arrowBottom {
  opacity: 0.5;
}
.bannerHP a:hover .arrow .arrowTop {
  left: 5em;
  bottom: 5em;
}
.bannerHP .arrow {
  z-index: 3;
}
.bannerHP .arrow .arrowTop, .bannerHP .arrow .arrowBottom {
  background-image: url(layout/arrowRed.svg);
}
@media screen and (max-width: 1800px) {
  .bannerHP .arrow {
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .bannerHP .arrow .arrowTop, .bannerHP .arrow .arrowBottom {
    background: url(layout/arrow.svg) no-repeat center center;
    background-size: 100% auto;
    display: block;
    height: 9vw;
    position: absolute;
    width: 9vw;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .bannerHP .arrow .arrowTop {
    left: 6.75vw;
    bottom: 6.75vw;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .bannerHP .arrow .arrowBottom {
    left: 0;
    bottom: 0;
  }
  .bannerHP a:hover .arrow .arrowTop, .bannerHP a:hover .arrow .arrowBottom {
    opacity: 0.5;
  }
  .bannerHP a:hover .arrow .arrowTop {
    left: 4.5vw;
    bottom: 4.5vw;
  }
}
.bannerHP figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.bannerHP figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bannerHP a:hover figure img {
  opacity: 0.5;
}
.bannerHP figure {
  display: block;
  color: red;
}
@media screen and (max-width: 800px) {
  .bannerHP figure {
    padding-top: 107%;
  }
  .bannerHP figure img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .bannerHP figure img {
    height: 100%;
    width: auto;
  }
}
.bannerHP h2 {
  color: white;
  bottom: 42%;
  left: 7em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: 0;
  width: 50%;
  z-index: 3;
}
.bannerHP h2:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 1800px) {
  .bannerHP h2 {
    left: 17vw;
    width: 60%;
  }
}
.bannerHP h3 {
  color: white;
  font-size: 1.1em;
  left: 19em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: 0;
  top: 59%;
  width: 50%;
  z-index: 3;
}
.bannerHP h3:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 1800px) {
  .bannerHP h3 {
    left: 17vw;
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .bannerHP h3 {
    font-size: 2.5vw;
  }
}
.bannerHP a {
  display: block;
  position: relative;
}

.bannerReport figure {
  background: #9F9F9F;
  padding-top: 27.5%;
}
.bannerReport .ico {
  float: left;
  text-align: right;
  width: 100%;
}
.bannerReport .ico li {
  float: right;
  padding-left: 4em;
  position: relative;
}
.bannerReport .ico li img {
  width: 12vw;
  float: right;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bannerReport .ico li .pdf {
  bottom: 0;
  float: left;
  height: 1.5em;
  left: 0;
  position: absolute;
}
.bannerReport a:hover img {
  opacity: 0.5;
}
.bannerReport a:hover .pdf .line {
  background: #d7352d;
}
.bannerReport a:hover .pdf .arrowBullet {
  background-image: url(layout/arrowRed.svg);
  bottom: 5px;
}

.sn {
  float: left;
  margin: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
}
.sn li {
  float: left;
  margin: 0;
  padding: 0 0.5em;
  text-indent: 0 !important;
}
.sn li:first-child {
  padding-left: 0;
}
.sn li:before {
  content: "";
  padding: 0;
}
.sn li a {
  background: no-repeat center top;
  background-size: 100% auto;
  display: block;
  height: 20px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
}
.sn li a:hover {
  background-position: center 100%;
}
.sn li a.linkedin {
  background-image: url(layout/linkedin.svg);
}
.sn li a.twitter {
  background-image: url(layout/twitter.svg);
}
.sn.red li a.linkedin {
  background-image: url(layout/linkedin-red.svg);
}
.sn.red li a.twitter {
  background-image: url(layout/twitter-red.svg);
}

footer .sn.red li a.linkedin {
  background-image: url(layout/linkedin.svg);
}
footer .sn.red li a.twitter {
  background-image: url(layout/twitter.svg);
}

.news hgroup {
  background: #d7352d;
}
.news hgroup h2 {
  color: white;
  float: left;
  line-height: 1em;
  margin: 0.5em 0 0.5em 1.5em;
}
.news hgroup h2:before {
  color: black;
}
@media screen and (max-width: 800px) {
  .news hgroup h2 {
    float: none;
  }
}
.news hgroup a {
  background: rgba(0, 0, 0, 0.2) url(layout/all-news.svg) no-repeat center 2.5em;
  background-size: 3.2em auto;
  border-left: 1px solid #d7352d;
  color: white;
  float: right;
  font-size: 0.7em;
  padding: 4.5em 2.5em 2.3em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news hgroup a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 3.5em;
  padding-right: 3.5em;
}
@media screen and (max-width: 800px) {
  .news hgroup a {
    display: inline-block;
    float: none;
  }
}
.news .listNews {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
.news .listNews.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
.news .listNews li {
  background: #d7352d;
  color: white;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  vertical-align: top;
}
.news .listNews li figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.news .listNews li figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news .listNews li a:hover figure img {
  opacity: 0.5;
}
.news .listNews li:before {
  content: "";
  padding-right: 0;
}
.news .listNews li.red {
  background: #d7352d;
}
.news .listNews li.blue {
  background: #6fa4c5;
}
.news .listNews li.yellow {
  background: #fecd4d;
}
.news .listNews li.green {
  background: #52a68a;
}
.news .listNews li.orange {
  background: #f29059;
}
.news .listNews li a {
  color: white;
  float: left;
  text-decoration: none;
  width: 100%;
}
.news .listNews li h3 {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
  padding-right: 0;
  text-indent: 0;
}
.news .listNews li h3:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .news .listNews li h3 {
    font-size: 1.5em;
  }
}
.news .listNews li .txt {
  padding: 1em 4em 1em 2em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news .listNews li.col6 h3 {
    font-size: 1.5em;
  }
}
.news .listNews li .authors {
  position: absolute;
  left: 0.5vw;
  top: 0.5vw;
}
.news .listNews li .arrowReverse {
  right: 20px;
  top: 20px;
  position: absolute;
}
.news .listNews li .arrowReverse .arrowTop, .news .listNews li .arrowReverse .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news .listNews li .arrowReverse .arrowTop {
  right: 0;
  top: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news .listNews li .arrowReverse .arrowBottom {
  right: 20px;
  top: 20px;
}
.news .listNews li a:hover .arrowReverse .arrowTop, .news .listNews li a:hover .arrowReverse .arrowBottom {
  opacity: 0.5;
}
.news .listNews li a:hover .arrowReverse .arrowTop {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.news .listNews li a:hover .arrowReverse .arrowBottom {
  right: 10px;
  top: 10px;
}

.reports hgroup {
  background: #52a68a;
}
.reports hgroup h2 {
  color: white;
  float: left;
  line-height: 1em;
  margin: 0.5em 0 0.5em 1.5em;
}
.reports hgroup h2:before {
  color: black;
}
.reports hgroup a {
  background: rgba(0, 0, 0, 0.2) url(layout/all-news.svg) no-repeat center 2.5em;
  background-size: 35% auto;
  color: white;
  float: right;
  font-size: 0.7em;
  padding: 4.5em 2.5em 2.3em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.reports hgroup a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.reports .listReports {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
.reports .listReports.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}
.reports .listReports li {
  background: #414141;
  color: white;
  float: left;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 33.33%;
}
.reports .listReports li figure {
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.reports .listReports li figure img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51%;
}
.reports .listReports li a:hover figure img {
  opacity: 0.5;
}
@media screen and (max-width: 1150px) {
  .reports .listReports li {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .reports .listReports li {
    width: 100%;
  }
}
.reports .listReports li:before {
  content: "";
  padding-right: 0;
}
.reports .listReports li:nth-child(odd) {
  background: #9F9F9F;
}
.reports .listReports li.greyLight {
  background: #F8F8F8;
}
.reports .listReports li.grey {
  background: #9F9F9F;
}
.reports .listReports li.greyDark {
  background: #414141;
}
.reports .listReports li a {
  color: white;
  text-decoration: none;
}
.reports .listReports li h3 {
  color: white;
  font-weight: 900;
  font-size: 1.5em;
  padding-right: 0;
  text-indent: 0;
}
.reports .listReports li h3:before {
  content: "";
  padding-right: 0;
}
.reports .listReports li .txt {
  padding: 1em 4em 1em 2em;
  position: relative;
}
.reports .listReports li.col6 h3 {
  font-size: 3.5em;
}
.reports .listReports li.odd {
  background: #9F9F9F;
}
.reports .listReports li .authorBox {
  position: absolute;
  right: 1em;
  top: 1em;
}
.reports .listReports li .arrowReverse {
  right: 20px;
  top: 20px;
  position: absolute;
}
.reports .listReports li .arrowReverse .arrowTop, .reports .listReports li .arrowReverse .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.reports .listReports li .arrowReverse .arrowTop {
  right: 0;
  top: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reports .listReports li .arrowReverse .arrowBottom {
  right: 20px;
  top: 20px;
}
.reports .listReports li a:hover .arrowReverse .arrowTop, .reports .listReports li a:hover .arrowReverse .arrowBottom {
  opacity: 0.5;
}
.reports .listReports li a:hover .arrowReverse .arrowTop {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.reports .listReports li a:hover .arrowReverse .arrowBottom {
  right: 10px;
  top: 10px;
}

.meetExperts hgroup {
  background: #F8F8F8;
}
.meetExperts hgroup h2 {
  color: black;
  float: left;
  line-height: 1em;
  margin: 0.5em 0 0.5em 1.5em;
}
.meetExperts hgroup h2:before {
  color: #d7352d;
}
.meetExperts hgroup a {
  background: rgba(0, 0, 0, 0.2) url(layout/all-news.svg) no-repeat center 2.5em;
  background-size: 35% auto;
  color: white;
  float: right;
  font-size: 0.7em;
  padding: 4.5em 2.5em 2.3em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts hgroup a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.meetExperts .slick-arrow {
  background: #d7352d no-repeat center center;
  background-size: 101% auto;
  border: none;
  height: 28.9655172414px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  width: 35px;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts .slick-arrow.slick-prev {
  background-image: url(layout/prevMask.svg);
}
.meetExperts .slick-arrow.slick-next {
  background-image: url(layout/nextMask.svg);
}
.meetExperts .slick-arrow:hover {
  background-color: #9F9F9F;
  cursor: pointer;
}
.meetExperts .slick-arrow {
  top: 35px;
}
.meetExperts .slick-arrow.slick-prev {
  right: 87.5px;
}
.meetExperts .slick-arrow.slick-next {
  right: 35px;
}
.meetExperts .expertSlider .img {
  float: left;
  position: relative;
  text-align: center;
  padding-top: 5%;
  width: 38%;
}
.meetExperts .expertSlider .img figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.meetExperts .expertSlider .img figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.meetExperts .expertSlider .img a:hover figure img {
  opacity: 0.5;
}
.meetExperts .expertSlider .img .arrow {
  left: 0;
  bottom: 0;
  position: absolute;
}
.meetExperts .expertSlider .img .arrow .arrowTop, .meetExperts .expertSlider .img .arrow .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 4vw;
  position: absolute;
  width: 4vw;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts .expertSlider .img .arrow .arrowTop {
  left: 3vw;
  bottom: 3vw;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.meetExperts .expertSlider .img .arrow .arrowBottom {
  left: 0;
  bottom: 0;
}
.meetExperts .expertSlider .img a:hover .arrow .arrowTop, .meetExperts .expertSlider .img a:hover .arrow .arrowBottom {
  opacity: 0.5;
}
.meetExperts .expertSlider .img a:hover .arrow .arrowTop {
  left: 2vw;
  bottom: 2vw;
}
.meetExperts .expertSlider .img .arrow {
  bottom: inherit;
  left: 15%;
  right: inherit;
  top: 50%;
  z-index: 3;
}
.meetExperts .expertSlider .img .arrow .arrowTop, .meetExperts .expertSlider .img .arrow .arrowBottom {
  background-image: url(layout/arrowRed.svg);
}
.meetExperts .expertSlider .img .circle {
  background: #d7352d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 8%;
  display: block;
  padding-top: 20%;
  position: absolute;
  right: 15%;
  width: 20%;
  z-index: 4;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.meetExperts .expertSlider .img figure {
  background: black;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #F8F8F8;
  padding-top: 52%;
  width: 55%;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts .expertSlider .img figure img {
  max-height: 101%;
  min-width: 100%;
}
.meetExperts .expertSlider .circle .authorBox {
  height: 100%;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.meetExperts .expertSlider .circle .authorBox .author {
  background: #d7352d;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.meetExperts .expertSlider .txt {
  padding-top: 3%;
  float: left;
  width: 57%;
}
.meetExperts .expertSlider .txt .logo {
  margin-bottom: 2em;
  width: 20%;
}
.meetExperts .expertSlider .txt hgroup {
  background: none;
}
.meetExperts .expertSlider .txt hgroup h3 {
  color: #d7352d;
  font-size: 2em;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts .expertSlider .txt hgroup h3:before {
  content: "";
  padding-right: 0;
}
.meetExperts .expertSlider .txt hgroup h4 {
  color: black;
  font-size: 1.7em;
  font-weight: 900;
  padding: 0;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.meetExperts .expertSlider .txt hgroup h4:before {
  content: "";
  padding-right: 0;
}
.meetExperts .expertSlider .txt hgroup h5 {
  font-size: 0.8em;
  margin-top: 1em;
}
.meetExperts .expertSlider .txt hgroup h5 a {
  background: none;
  color: black;
  float: inherit;
  font-size: inherit;
  padding: 0;
  text-transform: inherit;
}
.meetExperts .expertSlider .txt hgroup h5 a:hover {
  color: #d7352d;
}
.meetExperts .expertSlider .txt hgroup h5 a:before {
  content: ", ";
}
.meetExperts .expertSlider .txt hgroup h5 a:first-child:before {
  content: "";
}
.meetExperts .expertSlider .txt hgroup h5.mailExpert a:before {
  content: "";
}
.meetExperts .expertSlider .txt p {
  color: black;
}
.meetExperts .expertSlider a {
  float: left;
  padding-bottom: 5%;
  width: 100%;
}
.meetExperts .expertSlider a .circle {
  display: none;
}
.meetExperts .expertSlider a:hover .circle {
  background: #9F9F9F;
}
.meetExperts .expertSlider a:hover figure {
  border-color: #d7352d;
}
.meetExperts .expertSlider a:hover hgroup h3 {
  color: black;
}
.meetExperts .expertSlider a:hover hgroup h4 {
  color: #d7352d;
}
.meetExperts .expertSlider a:hover .arrow .arrowTop {
  left: 2.5em;
  bottom: 2.5em;
}

.meetExperts.intro .expertSlider a {
  float: none;
  padding-bottom: 0;
  width: inherit;
}

.bannerExpert {
  background: #f4f4f4;
  float: left;
  padding-bottom: 5%;
  width: 100%;
}

.resultExpert {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}

.expert, .offices {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  float: left;
  text-align: center;
  width: 20%;
}
.expert .img, .offices .img {
  float: left;
  position: relative;
  text-align: center;
  padding-top: 5%;
  width: 100%;
}
.expert .img figure, .offices .img figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.expert .img figure img, .offices .img figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.expert .img a:hover figure img, .offices .img a:hover figure img {
  opacity: 0.5;
}
.expert .img .arrow, .offices .img .arrow {
  left: 0;
  bottom: 0;
  position: absolute;
}
.expert .img .arrow .arrowTop, .offices .img .arrow .arrowTop, .expert .img .arrow .arrowBottom, .offices .img .arrow .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 4vw;
  position: absolute;
  width: 4vw;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.expert .img .arrow .arrowTop, .offices .img .arrow .arrowTop {
  left: 3vw;
  bottom: 3vw;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.expert .img .arrow .arrowBottom, .offices .img .arrow .arrowBottom {
  left: 0;
  bottom: 0;
}
.expert .img a:hover .arrow .arrowTop, .offices .img a:hover .arrow .arrowTop, .expert .img a:hover .arrow .arrowBottom, .offices .img a:hover .arrow .arrowBottom {
  opacity: 0.5;
}
.expert .img a:hover .arrow .arrowTop, .offices .img a:hover .arrow .arrowTop {
  left: 2vw;
  bottom: 2vw;
}
.expert .img .arrow, .offices .img .arrow {
  bottom: inherit;
  left: 15%;
  right: inherit;
  top: 50%;
  z-index: 3;
}
.expert .img .arrow .arrowTop, .offices .img .arrow .arrowTop, .expert .img .arrow .arrowBottom, .offices .img .arrow .arrowBottom {
  background-image: url(layout/arrowRed.svg);
}
.expert .img .circle, .offices .img .circle {
  background: #d7352d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 8%;
  display: block;
  padding-top: 20%;
  position: absolute;
  right: 15%;
  width: 20%;
  z-index: 4;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.expert .img figure, .offices .img figure {
  background: black;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #F8F8F8;
  padding-top: 52%;
  width: 55%;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.expert .img figure img, .offices .img figure img {
  max-height: 101%;
  min-width: 100%;
}
@media screen and (max-width: 1350px) {
  .expert, .offices {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .expert, .offices {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .expert, .offices {
    width: 100%;
  }
}
.expert .img figure img, .offices .img figure img {
  height: 100% !important;
  max-height: inherit;
  min-width: inherit;
  width: auto !important;
}
.expert hgroup, .offices hgroup {
  background: none;
}
.expert hgroup h3, .offices hgroup h3 {
  color: #d7352d;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.expert hgroup h3:before, .offices hgroup h3:before {
  content: "";
  padding-right: 0;
}
.expert hgroup h3 strong, .offices hgroup h3 strong {
  font-weight: 900;
}
.expert hgroup h4, .offices hgroup h4 {
  color: black;
  font-size: 0.8em;
  font-weight: 300;
  padding: 0;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.expert hgroup h4:before, .offices hgroup h4:before {
  content: "";
  padding-right: 0;
}
.expert a, .offices a {
  float: left;
  padding-bottom: 5%;
  width: 100%;
}
.expert a:hover .circle, .offices a:hover .circle {
  background: #9F9F9F;
}
.expert a:hover figure, .offices a:hover figure {
  border-color: #d7352d;
}
.expert a:hover hgroup h3, .offices a:hover hgroup h3 {
  color: black;
}
.expert a:hover hgroup h4, .offices a:hover hgroup h4 {
  color: #d7352d;
}
.expert a:hover .arrow .arrowTop, .offices a:hover .arrow .arrowTop {
  left: 2.5em;
  bottom: 2.5em;
}
.expert.displayNone, .displayNone.offices {
  display: none;
}

.resultOffice {
  /* @extend .resultExpert; */
}
.resultOffice figure img {
  height: 100% !important;
  min-height: inherit !important;
  min-width: inherit !important;
  width: auto !important;
}

.offices {
  border-bottom: 0 none;
  border-right: 0 none;
}
.offices hgroup h3 {
  height: 11em;
}
.offices .img figure img {
  height: 100% !important;
  min-height: inherit !important;
  min-width: inherit !important;
  width: auto !important;
}

.continent {
  background: #F8F8F8;
  padding: 1em 4em;
}

.address {
  background: #F8F8F8;
  padding: 1em 0;
}

#searchform {
  border-top: 1px solid #d7352d;
  margin-top: 3em;
  padding: 1em 5%;
  width: 100%;
}
#searchform input {
  float: left;
}
#searchform input:focus {
  outline: none;
}
#searchform .input {
  border: 0 none;
  border-bottom: 1px solid #9F9F9F;
  padding: 0;
  width: 80%;
}
#searchform .btn {
  background: url(layout/search.svg) no-repeat center center;
  background-size: 90% auto;
  text-indent: -9999px;
  width: 15%;
}

.pb {
  padding-bottom: 2em;
}
.pb strong {
  font-weight: 900;
}
.pb span {
  color: #9F9F9F;
  font-size: 0.5em;
}

.searchBox {
  background: #d7352d;
  color: white;
  float: left;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 33.33%;
}
.searchBox figure {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
.searchBox figure img {
  height: auto;
  left: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchBox a:hover figure img {
  opacity: 0.5;
}
.searchBox:before {
  content: "";
  padding-right: 0;
}
.searchBox a {
  color: white;
  float: left;
  text-decoration: none;
  width: 100%;
}
.searchBox h3 {
  display: block;
  color: white;
  font-weight: 900;
  height: 9vw;
  overflow: hidden;
  padding-right: 0;
  text-indent: 0;
  width: 100%;
}
.searchBox h3:before {
  content: "";
  padding-right: 0;
}
.searchBox .txt {
  padding: 1em 5em 1em 2em;
  position: relative;
}
.searchBox .authors {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
}
.searchBox:nth-child(even) {
  background: #6fa4c5;
}
.searchBox .arrowReverse {
  right: 20px;
  top: 20px;
  position: absolute;
}
.searchBox .arrowReverse .arrowTop, .searchBox .arrowReverse .arrowBottom {
  background: url(layout/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.searchBox .arrowReverse .arrowTop {
  right: 0;
  top: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.searchBox .arrowReverse .arrowBottom {
  right: 20px;
  top: 20px;
}
.searchBox a:hover .arrowReverse .arrowTop, .searchBox a:hover .arrowReverse .arrowBottom {
  opacity: 0.5;
}
.searchBox a:hover .arrowReverse .arrowTop {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.searchBox a:hover .arrowReverse .arrowBottom {
  right: 10px;
  top: 10px;
}

.single_job_listing .application .application_button, .single_job_listing .application .button {
  background: #d7352d;
  border: none;
  color: white;
  padding: 0.5em 1em;
}

.job_application {
  width: 80%;
  margin: 0 auto !important;
}

.apply {
  padding-top: 3em;
  text-align: center;
}
.apply a {
  font-size: 1.5em;
  font-weight: 700;
}

.resultJob {
  margin: 0 auto;
  width: 80%;
}
.resultJob li {
  background-position: left 1.2em;
  border-bottom: 1px solid #9F9F9F;
  padding: 1em;
  text-indent: 0;
}
.resultJob li:before {
  content: "";
  margin: 0;
  padding: 0;
}
.resultJob li h3 {
  background: none;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.25em;
  padding-left: 0;
  text-indent: 0;
  width: 100%;
}
.resultJob li h3:before {
  content: "";
  padding: 0;
}

article .job-box {
  width: 80%;
  margin: 0 auto !important;
}
article .job-box p, article .job-box ul, article .job-box ol, article .job-box hr, article .job-box h2, article .job-box h3, article .job-box h4, article .job-box address, article .job-box .gform_wrapper {
  width: 100%;
  margin: 1em auto;
}
