@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather_light.eot");
  src: url("./fonts/merriweather_light.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather_light.woff2") format("woff2"), url("./fonts/merriweather_light.woff") format("woff"), url("./fonts/merriweather_light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather-lightitalic.eot");
  src: url("./fonts/merriweather-lightitalic.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-lightitalic.woff2") format("woff2"), url("./fonts/merriweather-lightitalic.woff") format("woff"), url("./fonts/merriweather-lightitalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather-bold.eot");
  src: url("./fonts/merriweather-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-bold.woff2") format("woff2"), url("./fonts/merriweather-bold.woff") format("woff"), url("./fonts/merriweather-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather-bolditalic.eot");
  src: url("./fonts/merriweather-bolditalic.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-bolditalic.woff2") format("woff2"), url("./fonts/merriweather-bolditalic.woff") format("woff"), url("./fonts/merriweather-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather_ultrabold.eot");
  src: url("./fonts/merriweather_ultrabold.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather_ultrabold.woff2") format("woff2"), url("./fonts/merriweather_ultrabold.woff") format("woff"), url("./fonts/merriweather_ultrabold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url("./fonts/merriweather-heavyitalic.eot");
  src: url("./fonts/merriweather-heavyitalic.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-heavyitalic.woff2") format("woff2"), url("./fonts/merriweather-heavyitalic.woff") format("woff"), url("./fonts/merriweather-heavyitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0 0 84px;
  width: 100%;
  display: block;
  min-height: 100%;
  background: #fff;
  color: #3b3a39;
  min-height: 100%;
  position: relative;
}

.wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main-column {
  float: left;
  width: 75%;
  padding: 0 24px 144px;
  min-height: 600px;
}

.side-column {
  float: right;
  width: 25%;
  margin-top: 0;
  padding: 0 24px 0;
}

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

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

ol {
  counter-reset: li;
  padding-left: 0;
  margin: 0;
}
ol li {
  counter-increment: li;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  list-style: none;
}
ol li:before {
  content: counter(li,decimal);
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #0A2ACC;
}

a {
  color: #0A2ACC;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #e28b00;
  text-decoration: none;
}

@media (max-width: 748px) {
  .main-column {
    float: none;
    width: 100%;
    padding: 0 24px 144px;
  }

  .side-column {
    float: none;
    width: 100%;
    padding: 0 24px;
    margin: 0;
  }
}
body {
  font-family: "merriweather", serif;
  font-size: 14px;
  line-height: 24px;
}

h1, h2, h3 {
  color: #e28b00;
  font-weight: normal;
}

h1 {
  font-size: 36px;
  line-height: 60px;
  margin: 60px 0 60px;
}

h2 {
  font-size: 20px;
  line-height: 36px;
  margin: 60px 0 12px;
}

h3 {
  font-size: 15px;
  line-height: 24px;
  margin: 36px 0 12px;
}

h2:first-child, h3:first-child {
  margin-top: 0;
}

header {
  color: #0A2ACC;
  position: relative;
  border-bottom: 1px solid #FFCD61;
  overflow: hidden;
}
header a {
  color: #0A2ACC;
}
header .logo {
  position: absolute;
  left: 24px;
  top: 9px;
  width: auto;
  height: 54px;
}
header a,
header a:hover,
header a:focus {
  text-decoration: none;
}
header .logo {
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  text-transform: lowercase;
  font-size: 16px;
  overflow: hidden;
  float: left;
}
header .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
header .top-header {
  height: 72px;
}
header .top-header nav {
  position: absolute;
  top: 24px;
  right: 24px;
}
header .top-header nav ul li {
  float: left;
  list-style: none;
}
header .top-header nav ul li + li {
  margin-left: 20px;
}
header .top-header nav .active a,
header .top-header nav a:hover,
header .top-header nav a:focus {
  text-decoration: none;
  color: #e28b00;
}
header .activityareas-menu {
  height: 72px;
  background: url(../images/bluepattern.png);
  background: url(../images/bluepattern.svg), linear-gradient(transparent, transparent);
  background-size: 84px 84px;
  background-position: center top;
  color: #fff;
  border-top: 1px solid #FFCD61;
}
header .activityareas-menu a {
  color: #fff;
}
header .activityareas-menu ul {
  padding: 12px 24px;
}
header .activityareas-menu ul li {
  float: left;
  list-style: none;
  width: 25%;
  text-align: center;
}
header .activityareas-menu ul a {
  display: block;
  padding: 0 24px 0;
  height: 48px;
}
header .activityareas-menu ul li a {
  border-right: 1px solid rgba(255, 205, 97, 0.5);
}
header .activityareas-menu ul li:first-child a {
  border-left: 1px solid rgba(255, 205, 97, 0.5);
}
header .activityareas-menu .active a,
header .activityareas-menu a:hover,
header .activityareas-menu a:focus {
  text-decoration: none;
  color: #FFCD61;
}

#menuswitch {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (max-width: 748px) {
  .top-header nav,
  .activityareas-menu {
    display: none;
  }

  .menu-open .top-header nav,
  .menu-open .activityareas-menu {
    display: block;
  }
  .menu-open .top-header {
    text-align: right;
    height: auto;
  }
  .menu-open .top-header nav {
    background: url(../images/bluepattern.png);
    background: url(../images/bluepattern.svg), linear-gradient(transparent, transparent);
    background-size: 84px 84px;
    background-position: center top;
    color: #fff;
    border-top: 1px solid #FFCD61;
    position: static;
    width: 33%;
    float: left;
    margin-top: 72px;
    top: 0;
    right: 0;
  }
  .menu-open .top-header nav a {
    color: #fff;
  }
  .menu-open .top-header nav ul {
    padding: 24px;
  }
  .menu-open .top-header nav ul li {
    float: none;
    list-style: none;
  }
  .menu-open .top-header nav ul li + li {
    margin-left: 0;
  }
  .menu-open .top-header nav .active a,
  .menu-open .top-header nav a:hover,
  .menu-open .top-header nav a:focus {
    text-decoration: none;
    color: #FFCD61;
  }
  .menu-open .activityareas-menu {
    width: 67%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(255, 205, 97, 0.5);
  }
  .menu-open .activityareas-menu ul {
    padding: 24px;
  }
  .menu-open .activityareas-menu ul li {
    float: none;
    list-style: none;
    width: 100%;
    text-align: right;
  }
  .menu-open .activityareas-menu ul a {
    display: inline;
    padding: 0;
    height: auto;
  }
  .menu-open .activityareas-menu ul li a,
  .menu-open .activityareas-menu ul li:first-child a {
    border: none;
  }
  .menu-open .activityareas-menu .active a,
  .menu-open .activityareas-menu a:hover,
  .menu-open .activityareas-menu a:focus {
    text-decoration: none;
    color: #FFCD61;
  }
}
@media (max-width: 478px) {
  .menu-open .top-header nav,
  .menu-open .activityareas-menu {
    float: none;
    width: 100%;
    position: static;
    border-left: none;
  }
}
.column {
  float: left;
}

h1.page-title {
  padding: 0 24px;
}

article.main-column h2 {
  border-bottom: 1px solid #e28b00;
  padding-bottom: 12px;
}
article.main-column ul {
  padding-left: 1em;
}
article.main-column li {
  list-style-type: disc;
}

footer {
  width: 100%;
  clear: both;
  background: url(../images/bluepattern.png);
  background: url(../images/bluepattern.svg), linear-gradient(transparent, transparent);
  background-size: 84px 84px;
  background-position: center top;
  color: #fff;
  border-top: 1px solid #FFCD61;
  height: 84px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  line-height: 18px;
}
footer a {
  color: #fff;
}
footer .wrapper {
  padding: 18px 24px 0;
}

@media (max-width: 400px) {
  footer .wrapper {
    padding: 4px 24px 0;
  }
}
.fixed-nav h1 {
  color: #0A2ACC;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 12px;
}
.fixed-nav li {
  margin-bottom: 12px;
}
.fixed-nav .active {
  position: relative;
}
.fixed-nav .active a,
.fixed-nav .active a:hover,
.fixed-nav .active a:focus {
  color: #e28b00;
}
.fixed-nav .active:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #e28b00 transparent transparent;
}
.fixed-nav .active:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #fff transparent transparent;
}
.fixed-nav .active:h1 {
  color: red;
}
.fixed-nav .active:h1:before {
  top: 9px;
}
.fixed-nav .active:h1:after {
  top: 11px;
}
.fixed-nav h1.active:before {
  top: 9px;
}
.fixed-nav h1.active:after {
  top: 11px;
}

.affix {
  margin-top: 0;
  position: fixed;
  top: 20px;
  margin-top: 0;
}

.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 50px;
}

.affix,
.affix-bottom {
  width: 197px;
}

@media (max-width: 748px) {
  .with-toc .side-column,
  .toc {
    display: none;
  }

  .side-column {
    margin: -48px 0 60px;
  }

  .fixed-nav {
    padding-top: 12px;
    border-top: 1px solid #e28b00;
  }
  .fixed-nav ul {
    overflow: hidden;
  }
  .fixed-nav li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18px;
  }
  .fixed-nav li:before, .fixed-nav li:after, .fixed-nav li.active:before, .fixed-nav li.active:after {
    content: "";
    display: none;
  }
  .fixed-nav li + li {
    margin-right: 12px;
  }

  .affix {
    margin-top: 0;
    position: static;
    top: auto;
    margin-top: 0;
  }

  .affix-bottom {
    position: static;
    top: auto;
    bottom: auto;
  }

  .affix,
  .affix-bottom {
    width: auto;
  }
}
.button {
  padding: 4px 10px;
  border: 1px solid rgba(10, 42, 204, 0.5);
  color: #0A2ACC;
  text-decoration: none;
}
.button:hover, .button:focus {
  text-decoration: none;
  background: #0A2ACC;
  color: #fff;
}

.button-white {
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: red;
  text-decoration: none;
}
.button-white:hover, .button-white:focus {
  text-decoration: none;
  background: #fff;
  color: #0A2ACC;
}

#homesection1 {
  padding: 0 0 80px;
}
#homesection1 .frontlogo {
  margin: 100px auto 70px;
  display: block;
  max-width: 70%;
}
#homesection1 p {
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  color: #0A2ACC;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  max-width: 740px;
  padding: 0 24px;
}

#homesection2 {
  background: url(../images/bluepattern.png);
  background: url(../images/bluepattern.svg), linear-gradient(transparent, transparent);
  background-size: 84px 84px;
  background-position: center top;
  color: #fff;
  overflow: hidden;
  padding: 60px 0;
}
#homesection2 a {
  color: #FFCD61;
}
#homesection2 a:hover, #homesection2 a:focus {
  text-decoration: underline;
  color: #fff;
}
#homesection2 .wrapper {
  padding: 0;
}
#homesection2 h2 {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 12px;
}
#homesection2 li {
  float: left;
  width: 50%;
  padding: 24px 24px;
  text-align: center;
}
#homesection2 .odd {
  clear: left;
}
#homesection2 .button-white {
  color: #fff;
}
#homesection2 .button-white:hover, #homesection2 .button-white:focus {
  color: #0A2ACC;
}

#homesection3 {
  padding: 60px 0;
  text-align: center;
}
#homesection3 ul {
  overflow: hidden;
  margin: 0 0 36px;
}
#homesection3 li {
  float: left;
  width: 50%;
  padding: 24px 24px;
}
#homesection3 .odd {
  clear: left;
}
#homesection3 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 36px;
}
#homesection3 h3 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
#homesection3 p {
  margin: 0;
}
#homesection3 .entry-info {
  color: #BDB7B7;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
#homesection3 .button {
  margin: 0 auto;
  display: inline-block;
}

@media (max-width: 748px) {
  #homesection2 li {
    float: none;
    width: 100%;
  }
  #homesection2 .button-white {
    color: #fff;
  }
  #homesection2 .button-white:hover, #homesection2 .button-white:focus {
    color: #0A2ACC;
  }

  #homesection3 li {
    float: none;
    width: 100%;
  }
}
article.main-column .executive-board,
article.main-column .general-meeting-board,
article.main-column .international-scientific-committee {
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
article.main-column .executive-board ul,
article.main-column .general-meeting-board ul,
article.main-column .international-scientific-committee ul {
  padding: 0;
}
article.main-column .executive-board li,
article.main-column .general-meeting-board li,
article.main-column .international-scientific-committee li {
  list-style: none;
  margin-bottom: 18px;
}

.executive-board,
.general-meeting-board {
  width: 45%;
  float: left;
}

.general-meeting-board {
  margin-left: 10%;
}

article.main-column .international-scientific-committee {
  clear: both;
  margin-bottom: 0;
}
article.main-column .international-scientific-committee li {
  width: 45%;
  float: left;
}
article.main-column .international-scientific-committee .odd {
  clear: left;
}
article.main-column .international-scientific-committee .even {
  margin-left: 10%;
}

.bodie-name {
  font-weight: bold;
  margin: 0;
}

.bodie-job-title,
.bodie-institution {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 478px) {
  .executive-board,
  .general-meeting-board {
    width: 100%;
    float: none;
  }

  .general-meeting-board {
    margin-left: 0;
  }

  .international-scientific-committee {
    clear: both;
  }
  .international-scientific-committee li {
    width: 100%;
    float: none;
  }
  .international-scientific-committee .odd {
    clear: none;
  }
  .international-scientific-committee .even {
    margin-left: 0;
  }
}
.news-item {
  margin-bottom: 30px;
}
.news-item h2 {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.news-item p {
  margin: 0;
}
.news-item .entry-info {
  color: #BDB7B7;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.publications h2 {
  border-bottom: 1px solid #e28b00;
  padding-bottom: 12px;
}

.publication-item {
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}
.publication-item h3 {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.publication-item p {
  margin: 0;
}
.publication-item .text-content {
  width: 75%;
  float: left;
}
.publication-item .links-content {
  width: 25%;
  float: right;
  text-align: right;
}
.publication-item .entry-info {
  color: #BDB7B7;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.publication-item .button {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100px;
  text-align: center;
}

@media (max-width: 748px) {
  .publication-item {
    margin: 30px 0;
    position: relative;
  }
  .publication-item h3 {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .publication-item p {
    margin: 0;
    width: auto;
  }
  .publication-item .text-content,
  .publication-item .links-content {
    width: auto;
    float: none;
  }
  .publication-item .links-content {
    text-align: start;
  }
  .publication-item .entry-info {
    color: #BDB7B7;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .publication-item .summary {
    margin-bottom: 12px;
  }
  .publication-item .button {
    margin-right: 6px;
  }
}
.activity-area .activity-area-news-list {
  margin: 0 0 12px;
  padding: 0;
  overflow: hidden;
}
.activity-area .news-item {
  padding: 0;
  margin: 12px 0 30px;
  list-style: none;
  width: 45%;
  float: left;
}
.activity-area .news-item.odd {
  clear: left;
}
.activity-area .news-item.even {
  margin-left: 10%;
}
.activity-area .news-item h3 {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.activity-area .news-item p {
  margin: 0;
}
.activity-area .news-item .entry-info {
  color: #BDB7B7;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 478px) {
  .activity-area .news-item {
    width: 100%;
    float: none;
  }
  .activity-area .news-item.odd {
    clear: none;
  }
  .activity-area .news-item.even {
    margin-left: 0;
  }
}
.contacts-page .main-column {
  padding: 0 24px 48px;
  min-height: auto;
}

#map-box {
  width: 100%;
  height: 500px;
  position: relative;
}

#map {
  width: 100%;
  height: 500px;
  background: #9cbcff;
}

#map-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#map-button .wrapper {
  position: relative;
  overflow: visible;
}
#map-button a {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #0A2ACC;
  color: #fff;
  padding: 4px 10px 6px;
  font-size: 13px;
  line-height: 18px;
}
#map-button a:hover, #map-button a:focus {
  background: #FFCD61;
  color: #fff;
}

.gm-style > .gm-style-cc + .gmnoprint {
  margin: 24px auto 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 980px !important;
  height: 200px !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint {
  left: 24px !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child {
  display: none;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div {
  background: #0A2ACC !important;
  top: 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div:hover, .gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div:focus {
  background: #FFCD61 !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 14px;
  width: 16px;
  height: 2px;
  background: #fff;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 7px;
  width: 2px;
  height: 16px;
  background: #fff;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div + div {
  background: #0A2ACC !important;
  top: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div + div:hover {
  background: #FFCD61 !important;
}
.gm-style > .gm-style-cc + .gmnoprint .gmnoprint div:first-child + div + div:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 14px;
  width: 16px;
  height: 2px;
  background: #fff;
}

.gmnoscreen,
.gm-style-cc {
  display: none;
}

.node-news h1 {
  margin-bottom: 0;
}
.node-news .entry-info {
  padding: 0 24px;
  color: #BDB7B7;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 34px;
}

/*# sourceMappingURL=main.css.map */
