@charset "UTF-8";
/*
 * Main SCSS file using SMACSS to 
 * structure classes for modular and
 * clean CSS
 ----------------------------------------*/
/*
 * Global variables
 ----------------------------------------*/
/*
 * Utilities
 ----------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

.v-align {
  vertical-align: middle;
}

.no-margin {
  margin: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/*
 * Browse happy for old browsers
 ----------------------------------------*/
.browsehappy {
  max-width: 100%;
  margin: 0;
  background: #ddd;
  color: black;
  padding: 1em;
  text-align: center;
}

/*
 * Base styling
 ----------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #121212;
  text-rendering: optimizeLegibility;
  /*background-color: #E9E9E9;*/
  background-color: #E6E3DD;
  position: relative;
  /*
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  */
}

::-moz-selection {
  background-color: #D72133;
  color: #FFFFFF;
}

::selection {
  background-color: #D72133;
  color: #FFFFFF;
}

/*
 * Hax for baseline grid

body {
  position: relative;
}

body:after {
  position: absolute;
  width: auto;
  height: 400%;
  z-index: 9999;
  content: '';
  display: block;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(http://basehold.it/image.php?height=14) repeat top left;
}

body:active:after {
  display: none;
}
 */
/*
 * Links
 */
a {
  text-decoration: none;
  color: #D72133;
  border-bottom: solid 1px transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -moz-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

a:hover,
a:active {
  color: #b61c2b;
  border-color: #b61c2b;
}

.alt-a, .submenu--link {
  border: 0;
  padding-right: 0.75rem;
  position: relative;
}
.alt-a:after, .submenu--link:after {
  content: "›";
  color: #D72133;
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s ease, color 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
}
.alt-a:hover:after, .submenu--link:hover:after, .alt-a:active:after, .submenu--link:active:after {
  -webkit-transform: translate(0.1875rem, 0);
  -moz-transform: translate(0.1875rem, 0);
  -ms-transform: translate(0.1875rem, 0);
  -o-transform: translate(0.1875rem, 0);
  transform: translate(0.1875rem, 0);
}
.submenu--link:hover:after,
.submenu--link:hover{
	color: #F5A623 !important;
}


/*
 * Base text
 */
p {
  max-width: 40em;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 1.75rem;
}
p:last-child {
  margin-bottom: 0;
}

.large-text, .members--map-title {
  font-size: 1.375rem;
  line-height: 2.188rem;
  margin-top: 0;
  padding-top: 0.0625rem;
  margin-bottom: 3rem;
}
.large-text:last-child, .members--map-title:last-child {
  margin-bottom: 0.375rem;
}

.small-text, .article--date {
  font-size: 0.875rem;
  line-height: 1.313rem;
  padding-top: 0.25rem;
  margin-bottom: 0.625rem;
}
.small-text:last-child, .article--date:last-child {
  margin-bottom: 0.1875rem;
}

/*
 * Headings & Captions
 */
.caption {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-style: italic;
  color: #676767;
  padding-top: 0.5rem;
  margin-bottom: 1.75rem;
}

h1 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 2.313rem;
  line-height: 2.625rem;
  margin-top: 0;
  padding-top: 0.6875rem;
  margin-bottom: 1.0625rem;
}

h2 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 1.75rem;
  line-height: 2.188rem;
  margin-top: 0;
  padding-top: 0.188rem;
  /* 3px */
  margin-bottom: 1.563rem;
  /* 11px */
}

h3 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-top: 0;
  padding-top: 0.438rem;
  margin-bottom: 1.313rem;
}
h3.split-card--title,
.feature h3{
	font-size: 22px;
	line-height: 1.75rem;
}

h4 {
  font-size: 1.063rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.75rem;
}

h4 + p:not([class]) {
  margin-top: -0.875rem;
}


.alt-h4 {
  font-family: "ff-meta-sc-web-pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3125rem;
  text-transform: lowercase;
  padding-top: 0.3125rem;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.alt-h4 + .small-text, .alt-h4 + .article--date {
  margin-bottom: 0.625rem;
}

/*
 * Lists
 */
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

li {
  max-width: 40em;
  font-size: 1.063rem;
  line-height: 1.75rem;
}

ul:not([class]) {
  padding-left: 0.9375rem;
  list-style-type: none;
}
ul:not([class]) li {
  position: relative;
}
ul:not([class]) > li:before {
  content: "›";
  position: absolute;
  left: -0.9375rem;
  top: 0;
}

/*
 * Quote
 */
blockquote {
  margin-top: 0;
  margin-bottom: 1.75rem;
  margin-left: 0;
  padding: 0.875rem 0 0.875rem 3.75rem;
  font-style: italic;
  border-left: solid 0.25rem #E9E9E9;
  color: #676767;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

/*
 * Tables
 */
table {
  width: 100%;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

thead {
  background-color: #f4f4f4;
  color: #D72133;
}

th {
  text-align: left;
  border: 0;
}

td,
th {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0.688rem 1rem;
  border-bottom: solid 1px #efefef;
}

/*
 * Code
 */
code {
  padding: 0 0.4rem;
  background-color: #E9E9E9;
  color: #4A4A4A;
}

/*
 * Image
 */
img {
  vertical-align: middle;
}

@media screen and (max-width: 26.25rem) {
  h1 {
    font-size: 1.75rem;
    line-height: 2.188rem;
    margin-top: 0;
    padding-top: 0.1875rem;
    margin-bottom: 0.6875rem;
  }

  .large-text, .members--map-title {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
/*
 * Layouts
 ----------------------------------------*/
.l-wrap, .l-wrap-gutters {
  max-width: 83.25rem;
  padding-left: 4.125rem;
  padding-right: 4.125rem;
  margin-left: auto;
  margin-right: auto;
}

.l-wrap-gutters {
  padding-left: 3.1875rem;
  padding-right: 3.1875rem;
}
.l-wrap-gutters .l-half, .l-wrap-gutters .members--map, .l-wrap-gutters .members--description {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.l-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-center-x {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Base structure
 ----------------------------------------*/
.header {
  background-color: #FFFFFF;
  padding-top: 0.875rem;
}

.content {
  padding-bottom: 12.6875rem;
}

.light-section, .about-short {
  padding: 3.5rem 0;
  background-color: #FFFFFF;
}

.gray-section, .article--intro {
  padding: 3.5rem 0;
  /*background-color: #E9E9E9;*/
  background-color: #E6E3DD;
}

.l-half, .members--map, .members--description {
  width: 50%;
  float: left;
  padding-right: 2.8125rem;
}
/*
.l-half.three-quarters{
	width: 75%;
}
.l-half.one-quarter{
	width: 25%;
}
*/

.l-forth {
  width: 25%;
  float: left;
  padding-right: 1.875rem;
}

.l-three-forths {
  width: 75%;
  float: left;
  padding-right: 2.8125rem;
}


.l-push-right {
  float: right;
}

.l-push-left {
  float: left;
}

@media screen and (max-width: 64rem) {
  .l-wrap, .l-wrap-gutters {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .l-wrap-gutters {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .header {
    padding-top: 0;
  }

  .content {
    padding-bottom: 18.5625rem;
  }
}
@media screen and (max-width: 48rem) {
  .l-wrap, .l-wrap-gutters {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .content .l-half, .content .members--map, .content .members--description {
    width: 100%;
    float: none;
    margin-bottom: 1.75rem;
    padding-right: 0;
  }

  .l-wrap-gutters {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .l-wrap-gutters .l-half, .l-wrap-gutters .members--map, .l-wrap-gutters .members--description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 35.5rem) {
  .light-section, .about-short,
  .gray-section,
  .article--intro {
    padding: 1.75rem 0;
  }
}
@media screen and (max-width: 26.25rem) {
  .l-wrap, .l-wrap-gutters {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .content {
    padding-bottom: 30.8125rem;
  }
}
/*
 * Modules
 ----------------------------------------*/
/*
 * Logo
 ----------------------------------------*/
.logo {
  overflow: hidden;
  float: left;
  margin-bottom: 0.438rem;
}
.logo--link {
  padding-bottom: 0.5625rem;
  padding-top: 0.8125rem;
  display: block;
  border: 0;
  float: left;
}
.logo--image {
  width: 11.3125rem;
  height: 3.4375rem;
  display: block;
  margin-right: 1.75rem;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.logo--description {
  max-width: 20rem;
  float: left;
  font-family: "ff-meta-sc-web-pro", sans-serif;
  font-size: 0.938rem;
  line-height: 1.313rem;
  text-transform: lowercase;
  padding-top: 1.313rem;
  margin-bottom: 0;
}
.logo--link:hover .logo--image, .logo--link:active .logo--image {
  opacity: 0.8;
}

@media screen and (max-width: 64rem) {
  .logo--description {
    display: none;
  }
  .logo--image {
    width: 8.5rem;
    height: 2.5625rem;
    margin-right: 0.875rem;
  }
}
@media screen and (max-width: 35.5rem) {
  .logo--image {
    width: 5.8125rem;
    height: 1.75rem;
  }
  .logo--link {
    padding-bottom: 0.4375rem;
    padding-top: 0.875rem;
  }
}
/*
 * Language menu
 ----------------------------------------*/
.lang {
  list-style-type: none;
  float: right;
  margin-top: 1.75rem;
  margin-bottom: 0;
  padding: 0;
}
.lang--item {
  display: inline-block;
  margin-left: 1.75rem;
}
.lang--link {
  color: #9B9B9B;
}

@media screen and (max-width: 64rem) {
  .lang {
    float: left;
    margin-top: 1.3125rem;
  }
  .lang--item {
    margin-left: 0.875rem;
  }
}
@media screen and (max-width: 35.5rem) {
  .lang {
    margin-top: 0.875rem;
  }
  .lang--link {
    width: 1.25rem;
    display: block;
    text-indent: -9999px;
    position: relative;
    border: 0;
  }
  .lang--link:after {
    font-family: "ff-meta-sc-web-pro", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-transform: lowercase;
    content: attr(data-short);
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
  }
  .lang--item {
    margin-left: 0.4375rem;
  }
}
@media screen and (max-width: 26.25rem) {
  .lang {
    float: right;
  }
}
/*
 * Navigation
 ----------------------------------------*/
.nav {
  clear: both;
}
.nav--list {
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav--item {
  float: left;
  position: relative;
}
.nav--link {
  font-weight: bold;
  color: #121212;
  display: block;
  border: 0;
  padding: 0.4375rem 1.25rem;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.nav--item:hover .nav--link,
.nav--item:active .nav--link {
  /*background-color: #E9E9E9;*/
}

/*
 * Mobile toggle
 */
.mobile-toggle {
  font-weight: bold;
  color: #4A4A4A;
  border: 0;
  display: none;
  margin-top: 0.875rem;
  padding: 0.4375rem 1.25rem;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.mobile-toggle--text {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  display: inline-block;
  vertical-align: middle;
}
.mobile-toggle--icon {
  vertical-align: middle;
  margin-right: 0.875rem;
  display: inline-block;
  fill: #4A4A4A;
}

.mobile-close {
  margin-top: 0.75rem;
  text-align: right;
  display: none;
}
.mobile-close--icon {
  vertical-align: middle;
  margin-right: 0.875rem;
  display: inline-block;
  fill: #9B9B9B;
}
.mobile-close--text {
  vertical-align: middle;
  display: inline-block;
  color: #9B9B9B;
}

/*
 * Submenu
 */
.submenu {
  min-width: 23.75rem;
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #676767;
  padding: 1.25rem;
  list-style-type: none;
}
.submenu--link {
  color: #FFFFFF;
}
.submenu--link:after {
  color: #FFFFFF;
}
.submenu--link:hover, .submenu--link:active {
  color: #D72133;
}
.submenu--link:hover:after, .submenu--link:active:after {
  color: #D72133;
}
.submenu--foot-item {
  margin-top: 0.875rem;
}
.submenu--foot-item .submenu--link,
.submenu--foot-item .submenu--link:after {
  /*color: #9B9B9B;*/
  color: #ffffff;
  font-style: italic;
}
.submenu--foot-item .submenu--link:hover,
.submenu--foot-item .submenu--link:active,
.submenu--foot-item .submenu--link:hover:after,
.submenu--foot-item .submenu--link:active:after {
  color: #D72133;
}

@media screen and (max-width: 64rem) {
  .nav {
    clear: none;
    float: right;
  }
  .nav--list {
    width: 20rem;
    max-width: 20rem;
    height: 110vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4A4A4A;
    z-index: 100;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .nav--item {
    float: none;
  }
  .nav--link {
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-close {
    display: block;
  }

  .submenu {
    width: 100%;
    min-width: 0;
    position: static;
    background-color: #676767;
    padding: 1.3125rem 1.25rem;
    list-style-type: none;
  }
}
@media screen and (max-width: 35.5rem) {
  .mobile-toggle {
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 26.25rem) {
  .nav {
    width: auto;
    float: none;
    clear: both;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .nav > .nav--list {
	display: none;
  }
  .nav.is-expanded > .nav--list {
	display: block;
	max-width: 100%;
  }

  .mobile-toggle {
    width: 100%;
    text-align: center;
    border-top: solid 1px #E9E9E9;
    padding-top: 0.375rem;
  }

  .mobile-toggle:hover,
  .mobile-toggle:active {
    border-color: #E9E9E9;
  }
}
/*
 * Homepage feature
 ----------------------------------------*/
.feature {
  background-color: #121212;
}
.feature--image {
  min-height: 105%;
  min-width: 105%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature--large, .feature--medium, .feature--small {
  float: left;
  position: relative;
  overflow: hidden;
  border: 0;
}
.feature--large:after, .feature--medium:after, .feature--small:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.feature--large:hover:after, .feature--large:active:after, .feature--medium:hover:after, .feature--medium:active:after, .feature--small:hover:after, .feature--small:active:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.feature--large {
  width: 50%;
  height: 24.5rem;
}
.feature--large .feature--text {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.feature--overlay {
  width: 100%;
  content: " ";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  background-image: url(../images/overlay-gradient.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.feature--medium {
  width: 25%;
  height: 24.5rem;
  background-color: #4A4A4A;
}
.feature--small {
  width: 25%;
  height: 12.25rem;
  background: #4A4A4A;
}
.feature--text {
  width: 100%;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  padding: 1.75rem 1.875rem 1.313rem;
}
.feature--block {
  height: 12.25rem;
  position: relative;
}
.feature--block .feature--detail{
	float: left;
}
/*
.feature--block .feature--detail {
  position: absolute;
  bottom: 1.313rem;
}
*/
.feature--title {
  margin-bottom: 0;
  margin-top: -0.875rem;
}
.feature--detail {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 30px;
}

.feature--block .foot{
  position: absolute;
  bottom: 1.313rem;
  padding-right: 50px;
  width:100%;
}
.feature--logo {
  float: right;
  max-width: 110px;
  max-height: 50px;
}
.feature--logo img{
	max-height: inherit;
	max-width: inherit;
	height: inherit;
	width: inherit;
}

@media screen and (max-width: 80rem) {
  .feature--block h3 {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 64rem) {
  .feature .l-wrap, .feature .l-wrap-gutters {
    padding: 0;
  }
  .feature--large {
    width: 66.666%;
    height: 31.5rem;
  }
  .feature--medium, .feature--small {
    width: 33.333%;
    height: 10.5rem;
  }
  .feature--medium .feature--block, .feature--small .feature--block {
    height: 10.5rem;
  }
  .feature--small:first-of-type {
    clear: left;
  }
}
@media screen and (max-width: 48rem) {
  .feature--large {
    width: 100%;
    height: 24.5rem;
  }
  .feature--medium {
    height: 21rem;
  }
  .feature--medium, .feature--small {
    width: 50%;
  }
}
@media screen and (max-width: 35.5rem) {
  .feature--large {
    height: 19.25rem;
  }
  .feature--medium, .feature--small {
    width: 100%;
    height: 8.75rem;
  }
  .feature--medium .feature--block, .feature--small .feature--block {
    height: 8.75rem;
  }
}
@media screen and (max-width: 26.25rem) {
  .feature--text {
    padding: 1.625rem 1.25rem 1.313rem;
  }
}
/*
 * Heading list
 ----------------------------------------*/
.heading-list {
  list-style-type: none;
  padding: 0;
}
.heading-list .alt-h4 {
  margin-bottom: 0.125rem;
}
.heading-list p {
  margin-bottom: 0;
}
.heading-list .small-text, .heading-list .article--date {
  margin-bottom: 0.1875rem;
}
.heading-list--item-detailed {
  margin-bottom: 0.875rem;
  overflow: hidden;
}
.heading-list--item {
  overflow: hidden;
}

/*
 * Social media list
 ----------------------------------------*/
.social-list {
  list-style-type: none;
  padding-left: 0;
  padding-top: 0.4375rem;
  margin-bottom: 1.75rem;
}
.social-list--item, .social-list--item-inline {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 0.1875rem;
  padding-top: 0.25rem;
}
.social-list--item-inline {
  display: inline-block;
}
.social-list--item-inline .social-list--icon {
  fill: #FFFFFF;
}
.social-list--link, .social-list--link-twitter, .social-list--link-facebook, .social-list--link-linkedin , .social-list--link-youtube {
  border: 0;
  color: #4A4A4A;
}
.social-list--icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  fill: #4A4A4A;
  -webkit-transition: fill 0.2 ease;
  -moz-transition: fill 0.2 ease;
  transition: fill 0.2 ease;
}
.social-list--text {
  display: inline-block;
  vertical-align: middle;
}
.social-list--link-twitter:hover, 
.social-list--link-twitter:active {
  color: #55acee;
}
.social-list--link-twitter:hover .social-list--icon, 
.social-list--link-twitter:active .social-list--icon, 
.social-list--link.twitter:hover .social-list--icon, 
.social-list--link.twitter:active  .social-list--icon {
  fill: #55acee;
}
.social-list--link-facebook:hover, 
.social-list--link-facebook:active {
  color: #3b5998;
}
.social-list--link-facebook:hover .social-list--icon, 
.social-list--link-facebook:active .social-list--icon, 
.social-list--link.facebook:hover  .social-list--icon, 
.social-list--link.facebook:active  .social-list--icon {
  fill: #3b5998;
}
.social-list--link-linkedin:hover, 
.social-list--link-linkedin:active {
  color: #0077b5;
}
.social-list--link-linkedin:hover .social-list--icon, 
.social-list--link-linkedin:active .social-list--icon, 
.social-list--link.linkedin:hover  .social-list--icon, 
.social-list--link.linkedin:active  .social-list--icon {
  fill: #0077b5;
}
.social-list--link-youtube:hover, 
.social-list--link-youtube:active {
  color: #CC181E;
}

.social-list--link-youtube:hover .social-list--icon, 
.social-list--link-youtube:active .social-list--icon, 
.social-list--link.youtube:hover  .social-list--icon, 
.social-list--link.youtube:active  .social-list--icon {
  fill: #CC181E;
}

/*
 * Link list
 ----------------------------------------*/
.link-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.3125rem;
  overflow: hidden;
}
li.link-list--item {
  line-height: 1.513rem;
  padding-top: 0.3125rem;
  /* 4px */
  margin-bottom: 0.125rem;
}
.members li.link-list--item {
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.link-list--link {
  color: #4A4A4A;
}

/*
 * Banners
 ----------------------------------------*/
.banners {
  background-color: #FFFFFF;
  padding: 3.5rem 0;
}
@media screen and (max-width: 64rem) and (min-width: 35rem) {
  .banners {
	  background-color: #FFFFFF;
	  padding: 3.5rem 0 8rem;
	}
}

.banners--list {
  min-height: 4.375rem;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
.banners--item {
  display: inline-block;
  padding-right: 1.875rem;
  vertical-align: middle;
  margin-bottom: 1.75rem;
}
.banners--item img {
  display: block;
}
.banners--link {
  display: block;
  border: 0;
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.banners--link:hover, .banners--link:active {
  opacity: 0.8;
}
.partner-organisations .banners--link img {
  max-width: 130px;
}
.banners .banners--link img {
  /*max-width: 125px;*/
  max-height: auto;
}

@media screen and (max-width: 35.5rem) {
  .banners {
     height: 37rem;
  }
  .banners--item{
	padding-right: 1rem;
  }
  
}
@media screen and (max-width: 26rem) {
  .banners {
     height: 28rem;
  }
}
@media screen and (max-width: 24rem) {
  .banners {
     height: 33rem;
  }
}


/*
 * Footer
 ----------------------------------------*/
.footer {
  width: 100%;
  height: 12.6875rem;
  color: #FFFFFF;
  background-color: #121212;
  padding: 3.5rem 0;
  position: absolute;
  bottom: 0;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover,
.footer a:active {
  color: #D72133;
}

.footer a,
.footer a:hover,
.footer a:active ,
.footer .small-text {
  text-decoration: none !important;
  border-bottom: 0px none !important;
}

.footer--copyright {
  color: #676767;
}
.footer--logo {
  display: block;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 64rem) {
  .footer {
    height: 27rem;
    padding: 1.75rem 0;
  }
  .footer--description {
    max-width: 16.875rem;
  }
  .footer .l-forth {
    width: 50%;
    margin-bottom: 1.75rem;
    clear: left;
    float: left;
    display: block;
  }
  .footer .l-forth:nth-child(4) {
    clear: right;
    float: right;
    display: table;
    margin: 0px;
  }
}
@media screen and (max-width: 26.25rem) {
  .footer {
    height: 30.8125rem;
  }
  .footer .l-forth {
    width: 100%;
    clear: left;
    padding-right: 0;
  }
}
/*
 * Profile list
 ----------------------------------------*/
.profile-list {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}
.profile-list--item {
  width: 33.333%;
  float: left;
  padding-right: 1.875rem;
  text-align: center;
}
.profile-list--image {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.875rem;
}
.profile-list--image img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 35.5rem) {
  .profile-list--item {
    width: 100%;
    float: none;
    overflow: hidden;
    text-align: left;
  }
  .profile-list--image {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
  }
  .profile-list--title {
    display: inline-block;
    vertical-align: middle;
  }
}
/*
 * Article Post
 ----------------------------------------*/
.article-post {
  height: 15.4rem;
  overflow: hidden;
  padding-right: 19.6875rem;
  position: relative;
  margin-bottom: 2.1875rem;
}
.article-post--text {
  width: 19.6875rem;
  height: 15.4rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 1.125rem 1.475rem 1.3125rem;
  color: #121212;
}
.article-post--text .foot{
    position: absolute;
    bottom: 14px;
}
.article-post--link {
  height: 100%;
  border: 0;
  display: block;
}
.article-post--link:hover .article-post--title, .article-post--link:active .article-post--title {
  color: #D72133;
}
.article-post--link:hover .article-post--thumb, .article-post--link:active .article-post--thumb {
  opacity: 0.8;
}
.article-post--thumb {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #9B9B9B;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.article-post--thumb img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article-post--title {
  padding-top: 0;
  margin-bottom: 0.875rem;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/*
.article-post--link .article-post--date, 
.article-post--link .article-post--label, 
.article-post--link .article-post--label-event {
	position: absolute;
	bottom: 14px;
}
*/
.article-post--link .article-post--date {
    /*margin-left: 90px;*/
    bottom: 21px;
}
@media screen and (max-width: 48rem){
	.article-post--link .article-post--date {
		/*margin-left: 75px;*/
		bottom: 14px;
	}
}
.article-post--label, .article-post--label-event {
  font-family: "ff-meta-sc-web-pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3125rem;
  text-transform: lowercase;
  padding: 0.4rem 0.75rem 0.3625rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #4A4A4A;
  color: #FFFFFF;
  margin-right: 30px;
}

.article-post--label-event {
  background-color: #F5A623;
  color: #121212;
}
.article-post--date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  color: #9B9B9B;
}

@media screen and (max-width: 80rem) {
  .article-post {
    padding-right: 0;
  }
  .article-post--thumb {
    width: 50%;
    float: left;
  }
  .article-post--text {
    width: 50%;
    height: 100%;
    float: left;
    position: static;
    padding: 1.3125rem 1.2rem 1.3125rem;
    color: #121212;
  }
}
@media screen and (max-width: 64rem) {
  .article-post {
    height: 11.8125rem;
  }
  .article-post--title {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
  .article-post--text {
    height: 11.8125rem;
  }
}
@media screen and (max-width: 48rem) {
  .article-post--thumb {
    width: 33.333%;
  }
  .article-post--text {
    width: 66.666%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .article-post--label, .article-post--label-event {
    padding: 0.3125rem 0.4375rem 0.125rem;
  }
}
@media screen and (max-width: 26.25rem) {
  .article-post {
    height: auto;
    padding-right: 0;
  }
  .article-post--thumb {
    width: 25%;
  }
  .article-post--thumb img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .article-post--text {
    width: 75%;
    height: auto;
    position: static;
    float: left;
  }
}
/*
 * News
 ----------------------------------------*/
.news {
  padding-bottom: 0.875rem;
  overflow: hidden;
}
.news .l-half:nth-child(2n+3), .news .members--map:nth-child(2n+3), .news .members--description:nth-child(2n+3) {
  clear: left;
}

@media screen and (max-width: 72rem) {
  .news .l-half, .news .members--map, .news .members--description {
    float: none;
    width: 100%;
  }
  .news .l-wrap-gutters {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .news .l-wrap-gutters .l-half, .news .l-wrap-gutters .members--map, .news .l-wrap-gutters .members--description {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 * Pagination
 ----------------------------------------*/
.pagination {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 1.75rem;
}
.pagination--item {
  display: inline-block;
}
.pagination--previous, .pagination--next {
  border: 0;
  position: relative;
}
.pagination--previous:before, .pagination--next:after {
  color: #D72133;
  display: block;
  position: absolute;
  bottom: -0.0625rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s ease, color 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
}
.pagination--previous {
  padding-left: 0.75rem;
  left: 0;
}
.pagination--previous:before {
  content: "‹";
  padding-right: 0.375rem;
}
.pagination--previous:hover:before, .pagination--previous:active:before {
  color: #b61c2b;
  -webkit-transform: translate(-0.1875rem);
  -moz-transform: translate(-0.1875rem);
  -ms-transform: translate(-0.1875rem);
  -o-transform: translate(-0.1875rem);
  transform: translate(-0.1875rem);
}
.pagination--next {
  padding-right: 0.75rem;
}
.pagination--next:after {
  content: "›";
  padding-left: 0.375rem;
  right: 0;
}
.pagination--next:hover:after, .pagination--next:active:after {
  color: #b61c2b;
  -webkit-transform: translate(0.1875rem);
  -moz-transform: translate(0.1875rem);
  -ms-transform: translate(0.1875rem);
  -o-transform: translate(0.1875rem);
  transform: translate(0.1875rem);
}
.pagination--item-progress {
  color: #9B9B9B;
  display: inline-block;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

/*
 * Article
 ----------------------------------------*/
.article--image {
  height: 31.5rem;
  overflow: hidden;
  position: relative;
  background-color: #9B9B9B;
}
.article--image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article--details {
  width: 25%;
  float: right;
}
.article--title {
  margin-bottom: 0.1875rem;
}
.article--date {
  color: #9B9B9B;
}
.article--icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.375rem;
}
.article--logo {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.article--logo img {
  max-width: 100%;
  display: block;
}
.article--logo.mobile-logo {
  display: none;
}
.article--content img {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}
.article--sidebar {
  float: right;
}
.article--light-header {
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
.article--light-header .article--date {
  color: #FFFFFF;
}
.article--dark-header {
  color: #121212;
}
.article--dark-header .article--date {
  color: #121212;
}
.article--intro .l-forth {
  float: right;
  padding-right: 0;
}

@media screen and (max-width: 80rem) {
  .article--image {
    height: 26.25rem;
  }
  .article--content img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 64rem) {
  .article--image img {
    height: 100%;
  }
  .article--intro .l-three-forths {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .article--details {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-top: 1.75rem;
  }
  .article--details .article--logo {
    width: 33.333%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 1.875rem;
  }
  .article--details .heading-list {
    width: 66.666%;
    float: left;
  }
  .article--details .heading-list--item-detailed {
    width: 50%;
    float: left;
  }
  .article--content {
    width: 75%;
  }
  .article--footer .l-half, .article--footer .members--map, .article--footer .members--description {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  
  .news-article-page .article--details .article--logo,
  .network-page .article--details {
    display: none;
  }
  .news-article-page .article--logo.mobile-logo,
  .network-page .article--logo.mobile-logo {
    display: block;
    max-width: 300px;
  }
}
@media screen and (max-width: 48rem) {
  .article--image {
    height: 21rem;
  }
  .article--logo {
    display: none;
  }
  .article--details .heading-list {
    width: 100%;
    max-width: 100%;
  }
  .article--details .heading-list--item-detailed {
    width: 50%;
    float: left;
  }
  .article--sidebar {
    width: 100%;
    float: none;
    padding-top: 1.6875rem;
    margin-top: 1.75rem;
    border-top: solid 1px #E9E9E9;
  }
}
@media screen and (max-width: 26.25rem) {
  .article--image {
    height: 17.5rem;
  }
  .article--details .heading-list--item-detailed {
    width: 100%;
    float: none;
  }
}
/*
 * Split card
 ----------------------------------------*/
.split-card {
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.split-card--image {
  width: 50%;
  height: 19.25rem;
  float: left;
  position: relative;
  background-color: #121212;
  overflow: hidden;
  color: #FFFFFF;
}
.split-card--inner-image {
  height: 100%;
  padding: 1.75rem 1.875rem 1.3125rem;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 10;
}
.split-card--details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem 1.875rem 1.3125rem;
}
.split-card--background {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*opacity: 0.6;*/
}
.split-card--content {
  width: 50%;
  height: 19.25rem;
  float: left;
  padding: 1.75rem 1.875rem 1.3125rem;
  background-color: #FFFFFF;
}
.split-card--title {
  margin-top: -0.4375rem;
}
.l-half.publication-det {
    padding-right: 0px;
	width: 75%;
}
.split-card--details .publication-det .alt-h4{
  margin-right: 10px;
  float: left;
  clear: left;
}
.split-card--details .publication-det .small-text{
  margin-bottom: 0px;
  margin-right: 0px;
  float: left;
  clear: right;
}

@media screen and (max-width: 64rem) {
  .split-card--image, .split-card--content {
    width: 100%;
  }
  .split-card--inner-image {
    padding: 1.3125rem 1.25rem 0.875rem;
  }
  .split-card--content {
    height: auto;
    padding: 1.3125rem 1.25rem 1.3125rem;
  }
  .split-card--details {
    padding: 1.3125rem 1.25rem 0.875rem;
  }
  .split-card--details .l-half:last-child, .split-card--details .members--map:last-child, .split-card--details .members--description:last-child {
    margin-bottom: 0;
  }
}
/*
 * Members section
 ----------------------------------------*/
.members--map {
  float: right;
  position: relative;
}
.members--map-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #676767;
}
.members--map-image {
  max-width: 555px;
  width: 100%;
  display: block;
}
.members--map-link {
  display: block;
  border: 0;
}

@media screen and (max-width: 64rem) {
  .members--map {
    width: 100%;
    float: none;
    margin-bottom: 1.75rem;
  }
  .members--description {
    width: 100%;
    float: none;
  }
  .members .l-forth {
    width: 50%;
  }
}
@media screen and (max-width: 26.25rem) {
  .members .l-forth {
    width: 100%;
    float: none;
    margin-bottom: 1.75rem;
    padding-right: 0;
  }
}
/*
 * Video Wrapper
 ----------------------------------------*/
.video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
 * About short
 ----------------------------------------*/
@media screen and (max-width: 64rem) {
  .about-short .l-half, .about-short .members--map, .about-short .members--description {
    width: 100%;
    float: none;
    padding-bottom: 1.6875rem;
    padding-right: 0;
    margin-bottom: 1.75rem;
    border-bottom: solid 1px #E9E9E9;
  }
  .about-short .l-forth {
    width: 50%;
  }
}
@media screen and (max-width: 35.5rem) {
  .about-short .l-forth {
    width: 100%;
    float: none;
    margin-bottom: 1.75rem;
    padding-right: 0;
  }
}
/*
 * Module states
 ----------------------------------------*/
/*
 * Navigation active
 */
.nav--link.is-active,
.nav--item:hover .nav--link.is-active,
.nav--item:active .nav--link.is-active,
.submenu--link.is-active {
  color: #D72133;
}
.nav--item.is-active .nav--link {
  /*background: #E9E9E9;*/
  color: #D72133;
}

/*
 * Navigation mobile expand
 */
.nav--item.is-expanded .nav--link {
  background-color: #676767;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
.nav--item.is-expanded .submenu {
  display: block;
}

@media screen and (max-width: 64rem) {
  body.is-mobile-menu {
    -webkit-transform: translate(-20rem, 0);
    -moz-transform: translate(-20rem, 0);
    -ms-transform: translate(-20rem, 0);
    -o-transform: translate(-20rem, 0);
    transform: translate(-20rem, 0);
    position: fixed;
  }

  .nav.is-expanded .mobile-toggle {
    background-color: #676767;
    color: #FFFFFF;
	visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .nav.is-expanded .mobile-toggle--icon {
    fill: #FFFFFF;
  }
}

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


.acordeon{
	list-style: none;
	padding: 0px;
}
.acordeon .head{
	font-family: "ff-meta-web-pro", sans-serif;
	background: #ececea;
	font-weight: normal;
	position: relative;
	padding:8px 30px;
	font-size: 18px;
	cursor: pointer;
	color: #d72032;
	margin-bottom: 1rem;
}
.acordeon :not(.opened) .head:hover{
	text-decoration: underline;
}
.acordeon .head:after{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  font-weight: bold;
  margin-top: 1px;
  font-size: 24px;
  color: #d72032;
  content: "›";
  right: 20px;
}
.acordeon .opened .head:after {
  content: "+";
  font-weight: normal;
  margin-top: -2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acordeon:not(.small) .opened .head:after{
	color: #FFFFFF;
}

.acordeon .opened .head{
	background: #d72032;
	color: #FFFFFF;
}
.acordeon .body {
	font-size: 16px;
	font-family: "ff-meta-web-pro", sans-serif;
	padding: 0px 30px 40px ;
	display: none;
	opacity: 0;
}
.acordeon .opened>.body {
	display: table;
}

.acordeon .body h3 {
/*	font-size:.8625rem;*/
}
.acordeon .body p {
	margin-bottom: .8rem;
}

.small.acordeon {
	margin-top: 30px;
}
.small.acordeon .acordeon-item {
	padding: 5px 30px;
}
.small.acordeon .acordeon-item.opened {
	border: 2px solid #ececea;
	margin: 20px 0px 10px;
}
.small.acordeon .body{
	padding-bottom: 20px;
}
.small.acordeon .head{
	background: transparent;
	margin: 15px 0px 0px 0px;
	line-height: 24px;
	padding: 0px;
	color: #d72032;
}
.small.acordeon .opened .head{
	margin-top: 15px;
	font-weight: bold;
	color: #000000;
}
.small.acordeon .head:after{
	display:none;
}


/*
.content h3:not(.article-post--title, .feature--title){
    font-family: "ff-meta-serif-web-pro", serif;
    font-size: 1.75rem;
    line-height: 2.188rem;
    margin-top: 0;
    padding-top: 0.188rem;
    margin-bottom: 1.563rem;
}
*/

@media screen and (max-width: 35rem) {
	.feature--logo {
		bottom: 1.6rem !important;
		right: 1.875rem !important;
		height: 82px;
		width: 95px;
	}
	.feature--logo > img{
		width: inherit !important;
		height: inherit !important;
	}
	.feature--logo > img[alt=Routledge]{
		margin-top: -40px !important;
		width: 60px !important;
		float: right;
	}
	
	h3.split-card--title{
		font-size: 1.5rem !important;
		line-height: 1.88rem !important;
	}
}


@media screen and (max-width: 64rem) {
	.l-three-forths,
	.l-forth {
	  padding-right: 0;
	  width: 100%;
	  display: table;
	}
	.l-forth .link-list {
		margin-bottom: 30px;
	}
	.l-forth .link-list .link-list--item {
		width: 50%;
		float: left;
	}
	.l-half {
		width: 100%;
    padding-right: 0;
	}
	.content{
		background: pink;
		padding-bottom: 25.5625rem;
	}
}
@media screen and (max-width: 35rem) {
	.l-forth .link-list .link-list--item {
		width: 100%;
		float: none;
	}
	.banners--list{
		min-height: 11.375rem !important;
	}
}




/*
 * NEW CSS 
 */
.btn-show-more {
  display: block;
  clear: both;
  color: #292C31;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  background-color: #FFF;
  border: none;
  padding: 0.6875rem 1.375rem 0.6875rem 1.875rem;
}
.btn-show-more.no-icon {
  padding: 0.6875rem 1.375rem;
}
.btn-show-more--cross {
  display: block;
  float: right;
  fill: #2B2B33;
  margin-top: 0.5625rem;
  margin-left: 1.375rem;
}
.btn-show-more:hover .btn-show-more--cross {
  fill: #B61C2B;
}
.btn-show-more:hover {
  border: none;
}

.clear {
  display: block;
  clear: both;
}
.news {
  clear: both;
}
.top-text-block {
  display: block;
  float: left;
  width: 66.666%;
  padding-left: 0.9375rem;
  padding-right: 3.4375rem;
}
/*.top-text-block,
.top-text-block p {
  font-size: 1.375rem;
  line-height: 2.188rem;
  margin-top: 0;
  padding-top: 0.0625rem;
}*/
.top-links-block {
  display: block;
  float: left;
  width: 33.333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}


/*
.bottom-text-block {
  display: block;
  clear: both;
  background-color: #FFF;
  padding-top: 2.125rem;
  padding-bottom: 5rem;
}
.bottom-text-block .bottom-text {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.bottom-text-block .bottom-links-block {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
*/
.bottom-text-block .bottom-text .title {
  display: block;
  margin-bottom: 0.875rem;
}
.bottom-text-block .bottom-links-block .title {
  margin-bottom: 0;
}
.bottom-text-block .bottom-links-block .heading-list {
  display: table;
  margin: 0 auto;
}
.bottom-text-block .bottom-links-block .heading-list .heading-list--item {
  overflow: inherit;
}


.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}


/* FORM */
.input-holder {
  display: block;
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 3.1875rem;
}
.input-holder > input {
  position: absolute;
  color: #D72133;
  font-size: 1.125rem;
  line-height: 3.1875rem;
  border: none;
  outline: medium none;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  padding: 0 1.875rem;
  overflow: hidden;
  z-index: 1;
}

.input-select-holder {
  display: block;
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 3.1875rem;
  cursor: pointer;

  /*-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;*/
}
/*.input-select-holder > i {
  display: block;
  position: absolute;
  background: url('../images/icon-dropdown-down-default.svg') no-repeat center center #FFF;
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
  right: 0;
  z-index: 2;
}*/
.input-select-holder > span {
  position: absolute;
  color: #D72133;
  font-size: 1.125rem;
  line-height: 3.1875rem;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  padding: 0 3.1875rem 0 1.875rem;
  padding: 0 1.875rem;
  overflow: hidden;
  z-index: 1;
}
.input-select-holder > span:after{
  position: absolute;
  color: #D72032;
  font-size: 24px;
  font-weight: bold;
  content: "›";
  top: 0;
  right: 20px;
  margin-top: 1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.input-select-holder:not(.active):not(.disabled):hover > span {
  text-decoration: underline;
}
.input-select-holder.chosed > span {
  /*color: #D72133;*/
}
.input-select-holder .input-select {
  display: block;
  position: absolute;
  color: #121212;
  background-color: #FFF;
  width: 100%;
  max-height: 0px;
  height: auto;
  top: 3.1875rem;
  /*-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;*/
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*opacity: 0;*/
  z-index: 100;
}
.input-select-holder.active {
  background-color: #D72032;
}
.input-select-holder.active > span,
.input-select-holder.active > span:after {
  color: #FFF;
}
.input-select-holder.active > span:after {
  font-weight: normal;
  content: "+";
  top: -2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input-select-holder.active .input-select {
  /*max-height: 2000px;*/
  max-height: 300px;
  overflow-y: auto;
  /*opacity: 1;*/
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.input-select-holder .input-select li {
  display: block;
  font-size: 16px;
  line-height: 20px; /* 20/18 */
  max-width: 100%;
  border-top: 1px solid #F1F1EF;
  border-left: 1px solid #F1F1EF;
  border-right: 1px solid #F1F1EF;
  padding: 10px 1.875rem;
}
.input-select-holder .input-select li:last-child {
  border-bottom: 1px solid #F1F1EF;
}
/*
.input-select-holder .input-select li:first-child {
  margin-top: 5px;
}
*/
.input-select-holder .input-select li.selected,
.input-select-holder .input-select li:hover {
  color: #D72133;
  font-weight: bold;
}
.input-select-holder.multiple .input-select li {
  position: relative;
}
.input-select-holder.multiple .input-select li > i {
  display: none;
  position: absolute;
  /*border: 2px solid #D72032;*/
  background: url('../images/icon-dropdown-checkbox.svg') no-repeat center center #FFFFFF;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 13px;
}
.input-select-holder.multiple .input-select li.selected {
  padding-left: 52px;
}
.input-select-holder.multiple .input-select li.selected > i {
  display: block;
  /*background: url('../images/icon-dropdown-checkbox.svg') no-repeat center center #D72032;*/
}

.input-select-holder.disabled > span,
.input-select-holder.disabled > span::after {
  color: #9B9B9B;
}



.filters-block {
  display: block;
  clear: both;
  margin-bottom: 2.1875rem;
}
.filters-block > h2.title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.8125rem;
}
.filters-block .form-item-wraper {
  display: block;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.filters-block .form-item-wraper label {
  display: block;
  margin-bottom: 0.625rem;
}
.news-filters-block .form-item-wraper {
  width: 33.333%;
}
.projects-filters-block .form-item-wraper,
.research-filters-block .form-item-wraper,
.education-filters-block .form-item-wraper {
  width: 50%;
}
.staff-filters-block .form-item-wraper {
  width: 20%;
}

.news-list-block,
.events-list-block {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-list-block .article-post,
.events-list-block .article-post {
  height: auto;
  padding-right: 0;
}
.news-list-block .article-post--thumb {
  height: 19.25rem;
}
.news-list-block .article-post--text,
.events-list-block .article-post--text {
  position: relative;
  width: 100%;
  height: auto;
  top: inherit;
  right: inherit;
  padding: 1.375rem 1.875rem 2.1875rem 1.875rem;
}
.split-card .split-card--title,
.news-list-block .article-post--title,
.events-list-block .article-post--title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-top: 0;
  margin-top: 0;
}
.split-card .topic-title,
.news-list-block .article-post--text .topic-title,
.events-list-block .article-post--text .topic-title {
  margin-bottom: 1rem;
}
.events-list-block .article-post--text .topic-title {
  display: inline-block;
  background-color: #F5A623;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.gray-text,
.events-list-block .article-post--text .date_label {
  color: #9B9B9B;
}
.news-list-block.wide,
.events-list-block.wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.news-list-block.wide > .title,
.events-list-block.wide > .title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-list-block.wide .article-post,
.events-list-block.wide .article-post {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-list-block.wide .article-post:nth-child(2n+1),
.events-list-block.wide .article-post:nth-child(2n+1) {
  clear: both;
}


.split-card--content h4.gray-text {
  padding-right: 1.875rem;
  text-transform: uppercase;
}
.split-card--content ul,
.split-card--content p {
  margin-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.split-card--content h4.gray-text,
.split-card--content p.small-text {
  font-size: 0.875rem;
  line-height: 1.313rem;
  padding-top: 0;
  margin-bottom: 0;
}
.split-card--content .table {
  margin-bottom: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.split-card--content .link-block {
  display: block;
  float: left;
  width: 50%;
  padding-right: 20px;
}
.split-card--image .feature--overlay {
  top: 0;
  bottom: 50%;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.research-content .split-card--image .feature--overlay {
  display: none;
}



.staff-large-text {
  width: 50%;
}

.staff-top-icons-block {
  display: block;
  float: right;
  max-width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.staff-top-icons-block .block {
  display: block;
  float: left;
  margin-right: 2.25rem;
}
.staff-top-icons-block .block:last-child {
  margin-right: 0;
}
.staff-top-icons-block .block i {
  display: block;
  float: left;
  background-color: red;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.staff-top-icons-block .block i.icon-faculty-staff {
  background: url('../images/icon-staff-header-faculty-staff.svg') no-repeat center center / 100% auto transparent;
}
.staff-top-icons-block .block i.icon-institutions {
  background: url('../images/icon-staff-header-institutions.svg') no-repeat center center / 100% auto transparent;
}
.staff-top-icons-block .block i.icon-countries {
  background: url('../images/icon-staff-header-countries.svg') no-repeat center center / 100% auto transparent;
}
.staff-top-icons-block .block > span {
  display: block;
  line-height: 22px;
  padding-left: 46px;
}
.staff-top-icons-block .block .number {
  color: #D72132;
  font-weight: bold;
}
.staff-top-icons-block .block .title {
  text-transform: lowercase;
}

.staff-card {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 2.1875rem;
}
.staff-card:nth-child(2n+1) {
  clear: both;
}
.staff-card--image {
  display: block;
  float: right;
  max-width: 100px;
  padding-left: 30px;
  padding-bottom: 30px;
  width: auto;
}
.staff-card-inner {
  display: block;
  background-color: #FFF;
}
.staff-card--header {
  display: block;
  padding: 1.375rem 1.875rem;
  padding-bottom: 1.25rem;
}
.staff-card--affiliation {
  color: #9B9B9B;
  padding-top: 2.125rem;
}
.staff-card .more-information {
  display: block;
  position: relative;
  color: #121212;
  clear: both;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-top: 1px solid #ECECEA;
  border-bottom: 1px solid #FFF;
  padding: 11px 1.375rem 12px 3.9375rem;
}
.staff-card .more-information:hover {
  color: #D72132;
}
.staff-card.opened .more-information {
  border-bottom: 1px solid #ECECEA;
}
.staff-card .more-information:before {
  position: absolute;
  color: #121212;
  font-size: 29px;
  content: "+";
  top: 7px;
  left: 28px;
  /*-ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
}
.staff-card.opened .more-information:before {
  color: #D72132;
  top: 9px;
  left: 31px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.staff-card--name {
  color: #D72132;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.875rem;
}
.staff-card p {
  margin-bottom: 0;
}
.staff-card--body {
  display: block;
  height: auto;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.staff-card.opened .staff-card--body {
  max-height: 2000px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.staff-card--content {
  display: block;
  padding: 1.875rem;
  /*padding-top: 1.875rem;*/
}
p.staff-card--content-text {
  display: block;
  margin-bottom: 1.25rem;
}
.staff-card--label-text {
  display: block;
  position: relative;
  /*padding-left: 2.3125rem;*/
  margin-bottom: 1.875rem;
}
.staff-card--label-text > i {
  display: none;
  position: absolute;
  background: url('../images/noha-label.svg') no-repeat center center / 100% auto transparent;
  width: 24px;
  height: 16px;
  top: 2px;
  left: 0;
}
.staff-card--label-text > p {
  color: #9B9B9B;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.313rem;
  padding-bottom: 0.25rem;
}
.staff-card--content .item {
  display: block;
  float: left;
  clear: both;
  color: #121212;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
.staff-card--content a.item:hover {
  color: #B61C2B;
}
.staff-card--social-block {
  display: block;
  clear: both;
  margin-top: 1.875rem;
}
.staff-card--social-block > a {
  display: block;
  float: left;
  background-color: #D72032;
  width: 29px;
  height: 28px;
  margin-right: 0.625rem;
  overflow: hidden;
}
.staff-card--social-block .social-list--icon {
  display: block;
  fill: #FFFFFF;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
.staff-card--social-block .social-list--icon:hover {
  opacity: 0.7;
}
.staff-card--social-block .linkedin .social-list--icon {
  margin-top: 6px;
  margin-left: 7px;
}
.staff-card--social-block .twitter .social-list--icon {
  margin-top: 5px;
  margin-left: 6px;
}
.staff-card--social-block .facebook .social-list--icon {
  width: 22px;
  height: 21px;
  margin-top: 6px;
  margin-left: 6px;
}


.search-block {
  display: block;
  clear: both;
  margin-bottom: 1.875rem;
}
.search-block .title {
  padding-left: 0.9375rem;
  margin-bottom: 1.125rem;
}
.search-block .search-item-wraper {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.search-block .reset-filter {
  display: block;
  float: right;
  margin-top: 0.8125rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.search-block .btn-search {
  display: block;
  position: absolute;
  border-left: 1px solid #E6E3DD;
  border-bottom: none;
  top: 0;
  right: 0;
  z-index: 2;
}
.search-block .btn-search i {
  display: block;
  background: url('../images/icon-staff-search.svg') no-repeat center center transparent;
  width: 51px;
  height: 51px;
}
.search-block .btn-search:hover {
  border-bottom: none;
}
.search-block .btn-search:hover i {
  opacity: 0.7;
}



#load-more-staff,
#load-more-projects,
#load-more-education,
#load-more-news {
  display: table;
  margin: 0 auto;
}

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


li.link-list--item span.country {
  display: block;
  clear: both;
  color: #9B9B9B;
  font-style: italic;
}


.story-container {
  /*display: block;*/
}
.story-container .story-block .story-year-block {
  position: relative;
}
.story-container .story-block .story-year-block .line {
  display: block;
  position: absolute;
  background: url('../images/icon-story-line.svg') repeat-y center center transparent;
  top: 2.375rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.story-container .story-block .story-year-block .triangle {
  display: block;
  position: absolute;
  background: url('../images/icon-story-triangle.svg') no-repeat center center transparent;
  top: 2.375rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.story-container .story-block:last-child .line {
  bottom: 6px;
}
.story-container .story-block:last-child .triangle {
  background-position: center bottom;
}
.story-container .story-block .story-year {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #D72032;
  padding: 0.375rem 1.4375rem 0.5rem 1.4375rem;
  z-index: 3;
}
.story-container .story-block .story-text {
  display: block;
  padding-left: 3.75rem;
  padding-bottom: 1.875rem;
}


.personal-section .slider-switcher-block {
  display: block;
  text-align: center;
  margin-bottom: 4.5rem;
}
.slider-switcher-block .btn-red {
  display: inline-block;
  color: #212121;
  font-size: 1.125rem;
  line-height: 1.5555555555555556em; /* 28/18 */
  border: none;
  background-color: #FFF;
  text-align: center;
  min-width: 13.5rem;
  padding: 0.6875rem 1.25rem 0.75rem 1.25rem;
  margin: 0 1rem;
}
.slider-switcher-block .btn-red.active,
.slider-switcher-block .btn-red:hover {
  border: none;
  color: #FFF;
  background-color: #D72133;
  font-weight: bold;
}


.personal-section .sliders-block {
  display: block;
  position: relative;
}
.personal-section .slider-next,
.personal-section .slider-prev {
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  border: none;
}
.personal-section .slider-next {
  background: url('../images/slider-arrow-right.svg') no-repeat center center / 100% auto;
  right: 0;
  top: 0;
}
.personal-section .slider-prev {
  background: url('../images/slider-arrow-left.svg') no-repeat center center / 100% auto;
  left: 0;
  top: 0;
}
.personal-section .slider-block {
  display: none;
}
.personal-section .slider-block.active {
  display: block;
}
.personal-section .slider-block .bxslider {
  display: block;
  width: 9999999% !important;
}
.personal-section .slider-block .bxslider li {
  display: block;
}
.personal-section .slider-block .bx-wrapper {
  margin: 0 auto;
}
.personal-section .person {
  display: block;
  padding: 0 10px;
}
.personal-section .person .image {
  display: block;
  width: 100%;
  max-width: 112px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.3125rem;
}
.personal-section .person .name {
  display: block;
  clear: both;
  font-weight: bold;
  text-align: center;
}
.personal-section .person .position {
  display: block;
  text-align: center;
}
.slider-block .bx-pager {
  display: block;
  text-align: center;
  padding-top: 4.0625rem;
}
.slider-block .bx-pager .bx-pager-item {
  display: inline-block;
}
.slider-block .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  border: none;
  margin: 0 6px;
}
.slider-block .bx-pager .bx-pager-item .bx-pager-link:hover,
.slider-block .bx-pager .bx-pager-item .bx-pager-link.active {
  border: none;
  background-color: #D72133;
}



.download-block--section {
  display: block;
  clear: both;
  border-top: 1px solid #DAD6CE;
}
.download-block--section.no-line {
  border-top: none;
}
.download-block--container {
  display: block;
  background-color: #FFF;
  max-width: 585px;
}
.download-block--container .open-file {
  display: block;
  position: relative;
  clear: both;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-bottom: 1px solid #FFF;
  padding: 11px 1.875rem 12px 1.875rem;
}
.download-block--container.opened .open-file {
  border-bottom: 1px solid #ECECE9;
}
.download-block--container .open-file:hover {
  color: #D72132;
}
.download-block--container .open-file::after {
  position: absolute;
  color: #121212;
  content: "+";
  font-size: 29px;
  top: 7px;
  right: 28px;
}
.download-block--container.opened .open-file::after {
  color: #D72132;
  top: 9px;
  right: 25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.download-block--body {
  display: block;
  height: auto;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.download-block--container.opened .download-block--body {
  max-height: 2000px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.download-block--content {
  display: block;
  padding: 0 1.875rem;
}
.download-block--file-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-block--file {
  display: block;
  clear: both;
  max-width: 100%;
  border-bottom: 1px solid #ECECE9;
}
.download-block--file:last-child {
  border-bottom: none;
}
.download-block--file a {
  display: block;
  max-width: 100%;
  padding-top: 2.0625rem;
  padding-bottom: 1.3125rem;
}
.download-block--file a {
  display: block;
  color: #292C31;
  font-size: 17px;
  line-height: 28px;
  border: none;
}
.download-block--file a:hover {
  color: #D72132;
}
.download-block--file i {
  display: block;
  float: left;
  background: url('../images/icon-download-file.svg') no-repeat center center transparent;
  width: 22px;
  height: 30px;
}
.download-block--file .file-name {
  display: block;
  font-weight: bold;
  padding-left: 2.5rem;
}
.download-block--file .file-description {
  display: block;
  padding-left: 2.5rem;
}


@media screen and (max-width: 80rem) {
  .news-list-block .article-post--thumb {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 64rem) {
  .content {
    padding-bottom: 0;
  }
  .footer {
    position: relative;
  }
  .top-text-block {
    width: 100%;
    padding-right: 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .top-links-block {
    width: 100%;
  }

  .bottom-text-block .bottom-text {
    margin-bottom: 1.875rem;
  }
  .bottom-text-block .bottom-links-block .heading-list {
    margin: 0;
  }

  .staff-top-icons-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .staff-card {
    float: none;
    clear: both;
    width: 100%;
  }
  .staff-filters-block {
    margin-bottom: 0.9375rem;
  }
  .staff-filters-block .form-item-wraper {
    width: 33.333%;
    margin-bottom: 20px;
  }

  .news-list-block,
  .events-list-block {
    float: none;
    width: 100%;
  }

  .personal-section .slider-block .bx-wrapper {
    width: 600px;
  }
}

@media screen and (max-width: 48rem) {
  .l-wrap-gutters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .personal-section .slider-block .bx-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 35.5rem) {
  .search-block .title {
    display: block;
    float: left;
  }
  .search-block .search-item-wraper {
    float: none;
    clear: both;
    width: 100%;
  }
  .search-block .reset-filter {
    margin-top: 9px;
  }
  
  .news-filters-block .form-item-wraper,
  .staff-filters-block .form-item-wraper {
    width: 50%;
  }
  .news-filters-block {
    margin-bottom: 0.9375rem;
  }
  .news-filters-block .form-item-wraper {
    margin-bottom: 1.25rem;
  }
  .staff-top-icons-block .block {
    float: none;
    clear: both;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }

  .story-container {
    display: block;
  }
  .story-container .story-block {
    display: block;
    margin-bottom: 1.875rem;
  }
  .story-container .story-block .table-cell {
    display: block;
  }
  .story-container .story-block .story-year {
    float: left;
    margin-bottom: 0.625rem;
  }
  .story-container .story-block .story-text {
    clear: both;
    padding: 0;
  }
  .story-container .story-block .story-year-block .line,
  .story-container .story-block .story-year-block .triangle {
    display: none;
  }

  .personal-section .slider-block .bx-wrapper {
    width: 200px;
  }

  .personal-section .slider-next,
  .personal-section .slider-prev {
    width: 16px;
  }
}

@media screen and (max-width: 26.25rem) {
  .l-wrap-gutters {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .news-list-block,
  .events-list-block,
  .staff-card,
  .filters-block > h2.title,
  .search-block .search-item-wraper,
  .search-block .title,
  .staff-top-icons-block,
  .top-text-block,
  .filters-block .form-item-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .search-block .reset-filter {
    margin-right: 0;
  }
  
  .filters-block .form-item-wraper,
  .news-filters-block .form-item-wraper,
  .staff-filters-block .form-item-wraper {
    float: none;
    width: 100%;
  }
  
  .article-post,
  .split-card,
  .filters-block .form-item-wraper,
  .staff-card {
    margin-bottom: 1.25rem;
  }
}


.collapsed-text-outer-block {
  display: block;
}
.collapsed-text-outer-block .collapsed-text-block {
  display: none;
  opacity: 0;
}
.collapsed-text-outer-block.opened .collapsed-text-block {
  display: block;
}



/* NEW CSS 27.10.2016 */
.network-page .article--title.light {
  opacity: 0.3;
  margin-bottom: 30px;
}


/*#myTable .header {
  cursor: pointer;
}*/
table.tablesorter thead tr .header {
  cursor: pointer;
  background-image: url("../images/table-sorter-bg.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  padding: 0.688rem 1rem;
}
table.tablesorter thead tr .headerSortDown {
  background-image: url("../images/table-sorter-desc-bg.png");
}
table.tablesorter thead tr .headerSortUp {
  background-image: url("../images/table-sorter-asc-bg.png");
}
@media screen and (max-width: 710px) {
  /* Force table to not be like tables anymore */
  table#myTable, #myTable thead, #myTable tbody, #myTable th, #myTable td, #myTable tr { 
    display: block; 
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #myTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #myTable tr { border-bottom: 1px solid #efefef; }

  #myTable td { 
    /* Behave  like a "row" */
    /*border-bottom: 1px solid #eee; */
    border: none;
    position: relative;
    padding-left: 50%; 
  }

  #myTable td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 11px;
    left: 0;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }

  /*
  Label the data
  */
  #myTable td:nth-of-type(1):before { content: "Code"; }
  #myTable td:nth-of-type(2):before { content: "Title"; }
  #myTable td:nth-of-type(3):before { content: "University"; }
  #myTable td:nth-of-type(4):before { content: "Semester"; }
}


.course--left-param-block {
  display: table;
}
.course--left-param-block .space {
  display: block;
  margin-bottom: 20px;
}
.course--left-param-block .parameter {
  display: table-row;
}
.course--left-param-block .parameter .label {
  display: table-cell;
  padding-right: 20px;
}
.course--left-param-block .parameter .value {
  display: table-cell;
}

.courses--param-lecturer {
  display: block;
  margin-bottom: 20px;
}
.courses--param-downloads a {
  display: block;
  float: left;
  clear: left;
}
.courses--param-lecturer .label,
.courses--param-downloads .label {
  display: block;
}


.l-third {
  display: block;
  float: left;
  width: 33.333%;
  padding-right: 1.875rem;
}
.masters--trhee-block-section {
  padding-top: 0;
}
.masters--three-blocks {
  display: block;
  /*padding-top: 3.125rem;*/
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.masters--three-blocks .article-post--thumb {
  float: none;
  width: 100%;
  height: 13rem;
  margin-bottom: 1.25rem;
}
.masters--three-blocks .masters--block {
  display: block;
  float: left;
  width: 33.333%;
  border-right: 1px solid #dad6ce;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.masters--three-blocks .masters--block:last-child {
  border-right: none;
}

.masters--video-section .video-side {
  position: relative;
}
.masters--video-section .video-side .thumb {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 200px;
  top: 0;
  right: 2.8125rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.masters--video-section .video-side .thumb.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masters--side-map {
  display: block;
  width: 100%;
  height: 300px;
}
.masters--map-container {
  padding-right: 0;
}

.masters--gray-block {
  display: block;
  background-color: #ececea;
  text-align: center;
  max-width: 42.5rem;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.masters--gray-block .button {
  display: inline-block;
  margin-top: 20px;
}

.masters-page .gray-section .universitie .country {
  display: inline-block;
  padding-left: 10px;
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
}

.bxslider > li {
  max-width: inherit;
}
/* .masters--slider .slider-block {
  padding-left: 16px;
  padding-right: 16px;
} */
.masters--quote:before {
  display: block;
  position: absolute;
  font-size: 6rem;
  content: '"';
  top: 24px;
  left: 0;
}
.masters--quote {
  display: block;
  position: relative;
  float: left;
  width: 70%;
  padding-left: 60px;
}
.masters--quote .name,
.masters--quote .position {
  display: block;
}
.masters--side-image {
  display: block;
  position: relative;
  float: right;
  width: 30%;
  max-width: 200px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masters--side-image .sizer {
  display: block;
  width: 100%;
}
.masters--slider .slider-block .bx-pager {
  width: 70%;
}

.masters--footer-block p {
  max-width: inherit;
  text-align: center;
}

/* 1280px */
/*@media screen and (max-width: 80rem) {
  .masters--three-blocks .article-post--thumb {
    float: none;
    width: 100%;
  }
}*/

/* 1024px */
@media screen and (max-width: 64rem) {
  .l-third {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .l-third:last-child {
    margin-bottom: 0;
  }
  .masters--three-blocks .masters--block {
    width: 100%;
    border-right: 0;
    margin-bottom: 50px;
  }
  .masters--three-blocks .masters--block:last-child {
    margin-bottom: 0;
  }
  .masters--video-section .video-side .thumb {
    position: relative;
    min-height: 20rem;
  }

  .masters--slider .slider-block .bx-wrapper {
    width: 100%;
  }
}

/* 768 */
@media screen and (max-width: 48rem) {
  .masters--side-image {
    display: none;
  }
  .masters--slider .slider-block .bx-pager,
  .masters--quote {
    width: 100%;
  }
}

/* 420px */
@media screen and (max-width: 26.25rem) {
  /*.masters--three-blocks .article-post--thumb img {
    height: 100%;
    width: auto;
  }*/
}
