@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap&subset=cyrillic');
/**
 * @file
 * Contains theme CSS declarations.
 */
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-black-webfont.svg#metropolisblack) format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-bold-webfont.svg#metropolisbold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-medium-webfont.svg#metropolismedium) format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-semibold-webfont.svg#metropolissemi_bold) format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-regular-webfont.svg#metropolisregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolis';
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.eot);
  src: url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.woff2) format('woff2'), url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.woff) format('woff'), url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.ttf) format('truetype'), url(/sites/all/themes/eiti/styles/fonts/metropolis-light-webfont.svg#metropolisthin) format('svg');
  font-weight: 300;
  font-style: normal;
}
html {
  color: #333333;
  font-family: "metropolis", "sans-serif";
}
html .i18n-ru {
  font-family: "Montserrat", "sans-serif";
}
p > a {
  text-decoration: underline;
}
.field-name-field-fpp-body ul li a {
  text-decoration: underline;
}
.page-title {
  color: #132856;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin: 1.5rem 0;
}
/**
 * Set the base style for anchor tags.
 */
a {
  color: #188fbb;
  -webkit-transition: color 400ms ease-in;
  -o-transition: color 400ms ease-in;
  text-decoration: none;
}
a.active,
a:active {
  color: #f6a70a;
}
a:focus,
a:hover {
  color: #f6a70a;
}
a svg {
  -webkit-transition: fill 400ms ease-in;
  -o-transition: fill 400ms ease-in;
}
a:focus,
a:hover {
  text-decoration: none;
}
a.link-title-with-icon .icon {
  margin-right: 0.5em;
  vertical-align: baseline;
  margin-bottom: -2px;
  display: inline-block;
  transition: transform 0.3s ease;
}
a.link-title-with-icon:hover .icon {
  transform: translateX(8px);
}
/**
 * Define border style.
 */
hr {
  border: none;
  border-top: 1px solid #132856;
  clear: both;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 1em;
  width: 100%;
}
hr.dashed {
  border-style: dashed;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see http://nicolasgallagher.com/micro-clearfix-hack
 * @see http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see http://quirksmode.org/css/css2/display.html
 */
.clearfix:before,
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
/**
 * Style the accessibility "Skip to main content" link.
 */
#skip-link {
  left: 50%;
  margin-left: -10em;
  position: absolute;
  text-align: center;
  width: 20em;
  z-index: 10000;
}
#skip-link a {
  background: #ffffff;
  border: 2px solid #132856;
  color: #165b89;
  display: block;
  padding: 1em;
  text-decoration: none;
}
#skip-link a:link {
  color: #188fbb;
}
/**
 * Style the browser warning messages.
 */
.browser-warnings-wrapper {
  text-align: center;
  position: relative;
}
.browser-warnings-wrapper p {
  background: #fdefec;
  border: 1px solid #ffb2a3;
  color: #661a0a;
  margin-bottom: 1em;
  margin-top: 0em;
  padding: 1em 2em;
}
.browser-warnings-wrapper .ignore-link {
  cursor: pointer;
  padding: 0.5em;
  position: absolute;
  right: 0em;
  top: 0em;
}
.no-js .browser-warnings-wrapper .ignore-link {
  display: none;
}
/**
 * Set the style for a 2 column CSS Media Object, first column is optional.
 */
.mobject {
  position: relative;
}
.mobject .group-side {
  display: block;
  float: left;
  margin-right: 1em;
}
.mobject .group-side .field-name-field-featured-image a img {
  width: 120px;
}
.mobject .group-side.image-wrapped img {
  max-width: 116px;
}
.mobject .group-side.image-wrapped .field-name-field-person-picture img {
  max-width: none;
}
.mobject .group-main {
  display: table-cell;
  width: 500em;
}
.mobject .group-main img {
  width: auto;
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .mobject:not(.mobject--small) .group-side {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .mobject:not(.mobject--small) .group-main {
    display: block;
    width: auto;
  }
}
@media (min-width: 76em) {
  .page-title {
    font-size: 3rem;
    line-height: 3.75rem;
    margin: 3rem 0 1.5rem;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
