/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/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; }

/**
 * 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;
  vertical-align: top; }

/**
 * 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.
 */
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.
 */
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.
 */
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; }

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.eot?9frf9q");
  src: url("../fonts/icomoon.eot?9frf9q#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9frf9q") format("truetype"), url("../fonts/icomoon.woff?9frf9q") format("woff"), url("../fonts/icomoon.svg?9frf9q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fullscreen:before {
  content: "\e906"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-out:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-chevron-bottom:before, .jcf-select-opener:before {
  content: "\e90e"; }

.icon-chevron-left:before {
  content: "\e915"; }

.icon-chevron-up:before, .dropdown__opener:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e916"; }

.icon-close:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e907"; }

.icon-magnify:before {
  content: "\e908"; }

.icon-stack:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e90a"; }

.breadcrumb, .jcf-list ul, .student-view__tabsset, .studio__tabset, .sidebar__list, .content__sidebar__link-list, .list, .social-network ul, .example__list, .gallery__list, .nav__list, .units__tabset, .showcase__image__list, .showcase__tabs__set, .news__list, .chronology__list, .atelierslist, .reference__list, .footer__link--list, .docs {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #twocolumns:after, .container:after, .content__wrap:after, #header:after {
  content: '';
  display: block;
  clear: both; }

.btn, .jcf-select {
  transition: all 0.3s ease-in-out; }

.ellipsis, .jcf-select-text {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #fff;
  background: #373737;
  font: 16px/1.19 Roboto, "Helvetica Neue", Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Tungsten A", "Tungsten B", Oswald, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 35px;
  line-height: 1.1142857143; }

h2,
.h2 {
  font-size: 26px;
  line-height: 1.1538461538; }

h3,
.h3 {
  font-size: 24px;
  line-height: 1.1666666667; }

h4,
.h4 {
  font-size: 18px;
  line-height: 1.2222222222; }

h5,
.h5 {
  font-size: 16px;
  line-height: 1.25; }

h6,
.h6 {
  font-size: 14px;
  line-height: 1.2857142857; }

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.0666666667; } }

p {
  margin: 0 0 1em; }

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #373737;
  padding: 11px 0; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.btn {
  display: inline-block;
  vertical-align: top;
  background: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 26px/1.1538461538 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  padding: 5px 12px 3px;
  border: 2px solid transparent; }
  .btn__danger {
    color: #e44e1b;
    border-color: #e44e1b; }
    .btn__danger:hover {
      background: #e44e1b;
      color: #fff; }

.breadcrumb {
  margin-bottom: 15px; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top; }
    .breadcrumb li + li:before {
      display: inline-block;
      vertical-align: middle;
      content: "/";
      color: #000;
      margin: -3px 5px 0; }
      @media (min-width: 768px) {
        .breadcrumb li + li:before {
          margin: -1px 5px 0 0; } }
  .breadcrumb a {
    transition: color 0.3s ease-in-out;
    color: #000;
    text-decoration: none; }
    .breadcrumb a:hover {
      color: #575756; }
  .breadcrumb--active {
    color: #575756;
    font-weight: 700; }

.jcf-select {
  display: inline-block;
  vertical-align: top;
  background: #eee;
  color: #000;
  width: 100%;
  margin: 0 0 12px;
  border-bottom: 2px solid #373737;
  border-radius: 0;
  position: relative; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select-default:not(.jcf-select-drop) {
    background: #fff;
    color: #575756; }
  .jcf-select-text {
    text-transform: uppercase;
    font: 500 26px/1.1538461538 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    padding: 6px 10px 3px;
    padding-right: 48px;
    cursor: default; }
  .jcf-select-opener {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: background 0.3s ease-in-out;
    color: #575756;
    border-radius: 0;
    transform: translateY(-50%); }
    .jcf-select-opener:before {
      font-family: icomoon; }
  .jcf-select-drop {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: -1px;
    z-index: 9999; }
    body > .jcf-select-drop-drop {
      position: absolute;
      margin: -1px 0 0;
      z-index: 9999; }
      body > .jcf-select-drop-drop.jcf-drop-flipped {
        margin: 1px 0 0; }
    .jcf-select-drop-content {
      border-bottom: 2px solid #000;
      border-top: none;
      border-radius: 0 0 0 0; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

.jcf-list {
  display: inline-block;
  vertical-align: top;
  background: #eee;
  width: 100%;
  font: 500 26px/1.1538461538 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  position: relative; }
  .jcf-list-box {
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    margin: 0 15px;
    border: 2px solid #000;
    overflow: hidden; }
  .jcf-list-content {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    width: 100%; }
  .jcf-list ul li {
    overflow: hidden;
    display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    transition: background 0.3s ease-in-out;
    color: #000;
    height: 1%;
    text-transform: uppercase;
    padding: 6px 10px 3px;
    display: block;
    overflow: hidden;
    cursor: default; }
  .jcf-list .jcf-selected {
    display: none; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.student-view {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .student-view {
      padding-top: 22px;
      margin-bottom: 92px; } }
  .student-view__tabsset {
    display: none; }
    @media (min-width: 768px) {
      .student-view__tabsset {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -31px 15px 0; } }
  .student-view__label, .student-view__opener {
    transition: color 0.3s ease-in-out;
    color: #575756;
    text-transform: uppercase;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
    .student-view__label:hover, .student-view__opener:hover {
      color: #000;
      text-decoration: underline; }
@media (min-width: 768px) and (max-width: 991px) {
  .student-view__label, .student-view__opener {
    font-size: 22px;
    line-height: 1.1818181818; } }

  .student-view__block {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .student-view__block {
        margin-bottom: 0; } }
    .student-view__block:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .student-view__item {
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .student-view__item {
      margin-right: 31px; } }
  .student-view__item--active .student-view__label, .student-view__item--active .student-view__opener {
    color: #000; }
    .student-view__item--active .student-view__label:after, .student-view__item--active .student-view__opener:after {
      display: none; }
  .student-view__opener {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .student-view__opener {
        display: none; } }

.studio {
  background: #eee;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .studio {
      padding: 80px 15px 90px; } }
  .studio__tabset {
    display: none; }
    @media (min-width: 768px) {
      .studio__tabset {
        width: 51%;
        float: left;
        display: block;
        margin: 0 -10px; } }
    .studio__tabset__item {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .studio__tabset__item {
          width: calc(100% - 20px);
          float: left;
          margin: 0 10px 28px; } }
      .studio__tabset__item:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .studio__tabset__item--half {
          width: calc(50% - 20px); } }
    .studio__tabset__label, .studio__accordion--opener, .units__accordion--opener {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-transform: uppercase;
      text-decoration: none;
      font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
      display: block;
      padding-bottom: 5px;
      border-bottom: 2px solid #575756; }
      .studio__tabset__label:hover, .studio__accordion--opener:hover, .units__accordion--opener:hover {
        color: #ae3b14; }
        .studio__tabset__label:hover span, .studio__accordion--opener:hover span, .units__accordion--opener:hover span {
          color: #000; }
      .studio__tabset__label em, .studio__accordion--opener em, .units__accordion--opener em {
        font-style: normal;
        text-decoration: underline; }
      .studio__tabset__label span, .studio__accordion--opener span, .units__accordion--opener span {
        transition: color 0.3s ease-in-out;
        font-size: 20px;
        line-height: 1.2;
        color: #575756;
        display: block;
        padding-top: 5px; }
    .studio__tabset__item--active .studio__tabset__label, .studio__tabset__item--active .studio__accordion--opener, .studio__tabset__item--active .units__accordion--opener,
    .studio__tabset__item--active .studio__accordion--opener {
      color: #575756; }
      .studio__tabset__item--active .studio__tabset__label:hover, .studio__tabset__item--active .studio__accordion--opener:hover, .studio__tabset__item--active .units__accordion--opener:hover,
      .studio__tabset__item--active .studio__accordion--opener:hover {
        color: #000; }
    .studio__tabset__item--active .studio__accordion--opener {
      border-bottom-color: #e44e1b; }
  @media (min-width: 768px) {
    .studio__tab--content {
      width: 40.5%;
      float: right; } }
@media (min-width: 768px) and (max-width: 991px) {
  .studio__tab--content {
    margin-right: 15px; } }

  .studio__tab-block {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .studio__tab-block {
        height: 100%;
        padding-top: 33px;
        margin-bottom: 0;
        border-top: 2px solid #e44e1b;
        box-shadow: 10px 10px 0 #373737; } }
    .studio__tab-block:last-child {
      margin-bottom: 0; }
  .studio__accordion--opener {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .studio__accordion--opener {
        display: none; } }
  .studio__accordion--slide {
    padding-bottom: 20px;
    box-shadow: 0 10px 0 #373737; }
    @media (min-width: 768px) {
      .studio__accordion--slide {
        padding: 0 40px 20px 0;
        box-shadow: none; } }
  .studio__heading {
    font-size: 26px;
    line-height: 1.1538461538;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px; }

body.nav--active, body.search--active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

h2,
.h2 {
  font-weight: 500;
  line-height: 1.08; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  font: 35px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  border-width: 0 0 2px;
  outline: none; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 60px;
      padding: 15px 0; } }

select {
  background: #eee;
  text-transform: uppercase;
  width: 100%;
  font: 500 26px/1.1538461538 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  display: block;
  padding: 6px 10px 3px;
  outline: none;
  border-width: 0 0 2px;
  border-color: #373737;
  -webkit-appearance: none; }

#wrapper {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative; }

@media (min-width: 768px) {
  #twocolumns {
    padding: 0 15px; } }
@media (min-width: 768px) {
  #twocolumns .content {
    padding-bottom: 70px; } }

#content {
  padding: 58px 5px; }
  @media (min-width: 768px) {
    #content {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    #content {
      padding: 88px 0 138px; } }
  #content .content__title {
    font-size: 37px;
    line-height: 1.1081081081;
    color: #575756;
    text-transform: none;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 64px;
    border-top: 2px solid #575756; }

.page__heading {
  font-weight: 400;
  line-height: 0.86;
  margin-bottom: 26px; }
  @media (min-width: 768px) {
    .page__heading {
      line-height: 0.83;
      margin-bottom: 27px; } }
  @media (min-width: 768px) {
    .smallheight .page__heading, .bigHeight .page__heading {
      margin-bottom: 34px; } }
  .page__heading mark {
    background: none;
    color: #1d70b7;
    padding: 0; }
  .page__heading--uppercase {
    text-transform: uppercase; }

.container {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto; }

.bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-holder {
  padding-bottom: 51%;
  position: relative;
  z-index: 1; }
  .video-holder .play {
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    right: 50%;
    transition: border-color 0.3s ease-in-out;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    transform: translate(50%, -50%);
    z-index: 4; }
    @media (min-width: 768px) {
      .video-holder .play {
        border-width: 43px 0 43px 75px; } }
    .video-holder .play:hover {
      border-left-color: #d9d9d9; }

.quote {
  font: 32px/0.94 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  color: #575756;
  margin: 0 0 25px; }
  .quote__quotation {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 7px; }
    .quote__quotation:before, .quote__quotation:after {
      quotes: "\201C" "\201D"; }
  .quote__cite {
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-bottom: 34px; }
    .quote__cite:before {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 2px;
      background: #575756;
      content: '';
      margin: -4px 3px 0 2px; }
    .quote__cite a {
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      color: inherit; }
      .quote__cite a:hover {
        color: #000; }
  .quote--default {
    background: #fff; }
  .quote--mute {
    background: #eee; }

.sidebar {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .sidebar {
      width: 32%;
      float: right;
      padding: 80px 0 43px; } }
  .sidebar .quote {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .sidebar .quote {
        padding-top: 54px; } }
  @media (min-width: 768px) {
    .sidebar .list {
      font-size: 30px;
      line-height: 1; } }
  .sidebar .list--danger .list__item {
    border-top: 2px solid #e44e1b; }
  .sidebar .list__item {
    border-top: 2px solid #575756;
    padding: 13px 0 11px;
    position: relative; }
    .sidebar .list__item [class^="icon-"] {
      font-size: 22px;
      position: absolute;
      top: 18px;
      right: 0; }
  .sidebar .list__link {
    text-transform: uppercase; }
  .sidebar__list {
    font: 500 26px/1.15 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    padding-top: 15px;
    border-top: 2px solid #e44e1b; }
    .sidebar__list li {
      margin-bottom: 11px; }
      .sidebar__list li:last-child {
        margin-bottom: 0; }
    .sidebar__list a {
      transition: color 0.3s ease-in-out;
      text-decoration: underline;
      color: #575756; }
      .sidebar__list a:hover {
        color: #000; }
  @media (min-width: 768px) {
    .sidebar--left {
      float: left; } }

.header__image {
  display: none; }
  @media (min-width: 992px) {
    .header__image {
      display: block;
      position: absolute; } }
  .header__image--oncontainer {
    top: 149px; }
    .header__image--oncontainer[class*="right"] {
      left: auto;
      right: 50% !important;
      margin-right: -470px; }
    .header__image--oncontainer[class*="left"] {
      right: auto;
      left: 50% !important;
      margin-left: -510px; }
  .header__image[class*="top"] {
    top: 110px; }
  .header__image[class*="bottom"] {
    top: auto;
    bottom: 0; }
  .header__image[class*="left"] {
    left: 0; }
  .header__image[class*="right"] {
    right: 0;
    left: auto; }
  .header__image[class*="--center--"] {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .header__image[class*="--very-top"] {
    top: 0 !important; }
  .header__image[class*="--top-under"] {
    top: 115px !important; }
  .header__image img {
    max-width: 100%;
    height: auto; }

.content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .content {
      width: 57.4%;
      float: left;
      padding: 73px 0 98px; } }
  .content__title {
    text-transform: uppercase;
    font: 500 26px/1.04 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    margin-bottom: 20px; }
    .content__title--danger {
      color: #e44e1b; }
    @media (min-width: 768px) {
      .bigHeight .content__title {
        margin-bottom: 71px; } }
  .content__text h1,
  .content__text h2,
  .content__text h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.65em; }
  .content__text h1 {
    font-size: 30px;
    line-height: 1.1333333333; }
  .content__text h2 {
    font-size: 26px;
    line-height: 1.1538461538; }
  .content__text h3 {
    font-size: 24px;
    line-height: 1.1666666667;
    color: #575756; }
  .content__text p,
  .content__text ul,
  .content__text ol,
  .content__text table,
  .content__text form {
    margin-bottom: 20px; }
  .content__text .m-b-2 {
    margin-bottom: 40px; }
  .content__text .m-t-2 {
    margin-top: 40px; }
  .content__text a:not([class]) {
    transition: color 0.3s ease-in-out;
    color: #e44e1b;
    text-decoration: underline; }
    .content__text a:not([class]):hover {
      color: #ae3b14; }
  @media (min-width: 768px) {
    .content__text .video-holder {
      margin-top: 54px; } }
  .content__text table {
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%; }
    @media (max-width: 480px) {
      .content__text table {
        font-size: 90%; } }
    .content__text table td,
    .content__text table th {
      text-align: left;
      vertical-align: top; }
    .content__text table th {
      color: #575756;
      font-family: "Tungsten A", "Tungsten B", Oswald, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 1.1666666667;
      border-bottom: 2px solid #575756; }
  .content__text form label {
    display: block;
    font-weight: bold; }
  .content__text form textarea,
  .content__text form input[type="text"],
  .content__text form input[type="email"],
  .content__text form input[type="password"],
  .content__text form input[type="number"],
  .content__text form input[type="tel "],
  .content__text form input[type="url"] {
    width: 100%;
    background: #e6e6e6;
    padding: 6px 10px 3px;
    font: 500 26px/1.15 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
  .content__text form input[type="submit"] {
    font: 500 26px/1.15 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    width: auto;
    border: 0 none;
    background: transparent;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0; }
  .content__article {
    background: rgba(238, 238, 238, 0.8);
    width: 100%;
    padding: 22px 4px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .content__article {
        padding: 64px 15px 29px; } }
    @media (min-width: 768px) {
      .smallheight .content__article {
        padding: 75px 15px 38px; } }
    @media (min-width: 768px) {
      .bigHeight .content__article {
        padding: 74px 15px 38px; } }
    .content__article .logo {
      width: 127px;
      height: auto;
      float: none;
      margin: 0 15px 0 auto; }
      @media (min-width: 768px) {
        .content__article .logo {
          width: 154px; } }
      @media (min-width: 992px) {
        .content__article .logo {
          margin: 0 30px 0 auto; } }
      .content__article .logo img {
        position: static; }
    .content__article .more {
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        .content__article .more {
          margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .content__article .breadcrumb {
        margin-bottom: 64px; }
        .smallheight .content__article .breadcrumb, .bigHeight .content__article .breadcrumb {
          margin-bottom: 6px; } }
    .content__article .text-holder {
      max-width: 530px; }
      @media (min-width: 768px) {
        .content__article .text-holder {
          width: 64%;
          margin-bottom: 44px; } }
      .content__article .text-holder p {
        margin-bottom: 20px; }
      .content__article .text-holder a:not([class]) {
        transition: color 0.3s ease-in-out;
        color: #e44e1b;
        text-decoration: underline; }
        .content__article .text-holder a:not([class]):hover {
          color: #ae3b14; }
      @media (min-width: 768px) {
        .smallheight .content__article .text-holder {
          margin-bottom: 45px; } }
      @media (min-width: 768px) {
        .bigheight .content__article .text-holder {
          margin-bottom: 28px; } }
  .content__block {
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .content__block {
        text-align: left; } }
  @media (min-width: 768px) {
    .content__columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .content__sidebar {
    padding-top: 15px;
    border-top: 2px solid #e44e1b; }
    @media (min-width: 768px) {
      .content__sidebar {
        max-width: calc(100% - 555px);
        margin-left: 25px;
        width: 32%; } }
    .content__sidebar select,
    .content__sidebar .jcf-select {
      margin-bottom: 20px; }
    .content__sidebar .content__title {
      margin-bottom: 27px; }
    .content__sidebar__link {
      display: inline-block;
      vertical-align: top;
      transition: color 0.3s ease-in-out;
      color: #808080;
      text-transform: uppercase;
      text-decoration: none;
      font: 500 20px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
      .content__sidebar__link:hover {
        color: #e44e1b; }
    .content__sidebar__link-list__item {
      margin-bottom: 14px; }
      .content__sidebar__link-list__item:last-child {
        margin-bottom: 0; }
    .content__sidebar__link-list__link {
      display: inline-block;
      vertical-align: top;
      transition: color 0.3s ease-in-out;
      color: #575756;
      font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
      position: relative; }
      .content__sidebar__link-list__link:hover {
        text-decoration: underline;
        color: #000; }
      .content__sidebar__link-list__link [class^="icon"] {
        position: absolute;
        top: 5px;
        right: -29px;
        font-size: 16px; }
  .content__detail {
    color: #e44e1b;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    padding-top: 15px;
    margin-bottom: 23px;
    border-top: 2px solid #e44e1b; }
    .content__detail + .sidebar__list {
      border-top: none;
      padding-top: 0; }
    .content__detail .quote {
      padding: 0;
      border-bottom: none; }
      @media (min-width: 768px) {
        .content__detail .quote {
          padding: 0; } }
  .content__date {
    display: block;
    margin-bottom: 5px; }
  .content__author {
    font-style: normal;
    display: block; }
    .content__author a {
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      color: inherit; }
      .content__author a:hover {
        color: #000; }
  @media (min-width: 768px) {
    .content__wrap {
      padding: 0 15px; } }
  .content__wrap--gray, .content__wrap--grey {
    background: #eee; }
  @media (min-width: 768px) {
    .content--right {
      float: right; } }

.list {
  font: 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
  .list__item {
    margin-bottom: 13px; }
    .list__item:last-child {
      margin-bottom: 0; }
  .list a {
    transition: color 0.3s ease-in-out;
    color: #575756; }
    .list a:hover {
      color: #000;
      text-decoration: underline; }
  .list--default a {
    color: #fff; }
    .list--default a:hover {
      color: #d9d9d9; }
  .list--danger {
    color: #e44e1b; }
    .list--danger .list__item {
      border-top: 2px solid #e44e1b; }
    .list--danger a {
      color: #e44e1b; }
      .list--danger a:hover {
        color: #ae3b14; }

.more {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #575756;
  text-transform: uppercase;
  font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
  .more:hover {
    color: #000;
    text-decoration: underline; }
  .more__lg {
    font-size: 36px;
    line-height: 1; }
  .more--success {
    color: #007b2f; }
    .more--success:hover {
      color: #005c23; }
  .more--danger {
    color: #e44e1b; }
    .more--danger:hover {
      color: #ae3b14; }
  .more__holder {
    padding-top: 58px;
    text-align: right; }
    @media (min-width: 768px) {
      .more__holder {
        padding-top: 88px; } }

.bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.social {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #4e4d4e; }
  @media (min-width: 768px) {
    .social {
      padding: 0 12px; } }
  @media (min-width: 992px) {
    .social {
      padding: 0 30px; } }
  .social:after {
    position: absolute;
    top: 101px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #4e4d4e;
    z-index: -1; }
  .social-feed__list {
    padding: 0 5px;
    margin-bottom: 77px; }
    @media (min-width: 992px) {
      .social-feed__list {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -60px 26px -80px; } }
  .social-feed__date {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    color: #9e9e9e;
    text-align: right;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    margin-bottom: 20px; }
  .social-feed__heading {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 65px);
    color: #575756;
    font: 24px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    margin-bottom: 20px; }
    .social-feed__heading [class^="icon-"] {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 1;
      margin-right: 3px; }
  .social-feed__block {
    background: #fff;
    line-height: 1.25;
    padding: 40px 40px 27px;
    margin-bottom: 79px;
    box-shadow: 0 20px 0 #373737;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .social-feed__block {
        width: calc(33.33% - 80px);
        margin: 0 40px 40px;
        box-shadow: 20px 20px 0 #373737; } }
    @media (max-width: 767px) {
      .social-feed__block:last-child {
        margin-bottom: 20px; } }
    .social-feed__block:after {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background: #373737;
      content: '';
      height: 2px; }
      @media (min-width: 992px) {
        .social-feed__block:after {
          max-width: 85%; } }
    .social-feed__block a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: underline; }
      .social-feed__block a:hover {
        color: #ae3b14; }
    .social-feed__block .hashtag {
      transition: color 0.3s ease-in-out;
      text-decoration: none; }
      .social-feed__block .hashtag:hover {
        color: #ae3b14; }
  .social__title {
    display: inline-block;
    vertical-align: middle;
    color: #e44e1b;
    text-transform: uppercase;
    font: 36px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    margin-right: 8px; }
  .social-network {
    font-size: 26px;
    line-height: 1;
    padding-top: 5px;
    margin: 0 20px;
    border-top: 2px solid #e44e1b; }
    @media (min-width: 768px) {
      .social-network {
        padding-top: 0;
        margin: 0;
        border-top: 0 none; } }
    .social-network ul {
      display: inline; }
    .social-network li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 9px; }
    .social-network a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: none; }
      .social-network a:hover {
        color: #ae3b14; }
  .social__text {
    color: #a1a1a1;
    text-align: center;
    font: 26px/1.15 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .social__text {
        margin-bottom: 34px; } }
  .social__columns {
    background: #4e4e4e;
    padding: 25px 19px; }
    @media (min-width: 768px) {
      .social__columns {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 20px 13px; } }
  .social__col {
    padding-top: 8px;
    margin: 0 0 53px;
    border-top: 2px solid #fff; }
    @media (min-width: 768px) {
      .social__col {
        width: calc(33.33% - 20px);
        margin: 0 10px 10px; } }
    @media (max-width: 767px) {
      .social__col:last-child {
        margin-bottom: 0; } }
    .social__col--warning {
      border-top-color: #f4ad33; }
    .social__col--danger {
      border-top-color: #e44e1b; }
      .social__col--danger.social-network {
        padding-top: 8px;
        border-top-width: 2px; }
  .social__link {
    transition: color 0.3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font: 36px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
    .social__link:hover {
      text-decoration: underline;
      color: #d9d9d9; }
    .social__link--warning {
      color: #f4ad33; }
      .social__link--warning:hover {
        color: #e8970c; }

.example, .gallery {
  padding: 46px 0 50px; }
  @media (min-width: 768px) {
    .example, .gallery {
      padding: 46px 15px 50px; } }
  .example__heading, .gallery__heading {
    font-size: 34px;
    line-height: 1.1176470588;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 2px solid #000; }
    @media (min-width: 768px) {
      .example__heading, .gallery__heading {
        font-size: 60px;
        line-height: 1.0666666667;
        padding-bottom: 10px; } }
  .example__list, .gallery__list {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin: 0 -10px; }
  .example__item, .gallery__item {
    width: 50%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .example__item, .gallery__item {
        width: 25%; } }
    .example__item img, .gallery__item img {
      width: 100%;
      height: auto; }
    .example__item__fit, .gallery__item__fit {
      padding-top: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .example__link, .gallery__link {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 19px;
    transition: color 0.3s ease-in-out;
    color: #575756;
    text-decoration: none;
    outline: none;
    z-index: 2; }
    .example__link:hover, .gallery__link:hover {
      color: #e44e1b; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.hidden {
  display: none !important; }

.background__gray, .background__grey {
  background: #eee; }

.text-uppercase {
  text-transform: uppercase !important; }

.link {
  transition: color 0.3s ease-in-out;
  color: #373737; }
  .link:hover {
    color: #e44e1b;
    text-decoration: underline; }

#header {
  padding: 20px;
  z-index: 9;
  position: relative;
  pointer-events: none;
  margin-bottom: 180px; }
  @media (min-width: 768px) {
    #header {
      padding: 25px 30px; } }
  @media (min-width: 992px) {
    #header {
      margin-bottom: 155px; } }
  @media (min-width: 992px) {
    .smallheight #header {
      margin-bottom: 225px; } }
  @media (min-width: 992px) {
    .bigHeight #header {
      margin-bottom: 275px; } }
  .nav--active #header {
    background: #1d1d1b; }

.header__links {
  float: right;
  pointer-events: none; }
  @media (min-width: 768px) {
    .header__links {
      padding-top: 0; } }
  .header__links > * {
    width: 30px;
    height: 30px;
    display: block;
    pointer-events: auto; }
.header__area {
  position: relative;
  z-index: 2; }
  .header__area .bg-stretch {
    transition: opacity 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .header__area .bg-stretch {
        opacity: 0;
        visibility: hidden; } }

.logo {
  transition: width 0.3s ease-in-out;
  width: 186px;
  height: 50px;
  float: left;
  pointer-events: auto; }
  @media (min-width: 768px) {
    .logo {
      width: 224px;
      height: 60px;
      margin-top: 5px; } }
  .logo img {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 186px;
    max-width: 100%;
    height: auto;
    position: absolute; }
    @media (min-width: 768px) {
      .logo img {
        width: 224px; } }
  .logo--hide {
    opacity: 0;
    visibility: hidden; }
    .nav--active .logo--hide {
      opacity: 1;
      visibility: visible; }
  .nav--active .logo--show {
    opacity: 0;
    visibility: hidden; }

.nav__opener {
  color: #000;
  text-decoration: none;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .nav__opener {
      margin-bottom: 0;
      float: right; } }
  .nav--active .nav__opener {
    color: #fff; }
  .nav__opener [class^="icon-"] {
    transition: font-size 0.3s ease-in-out;
    font-size: 30px;
    line-height: 1;
    display: block; }
  .nav__opener .icon-close {
    font-size: 0; }
    .nav--active .nav__opener .icon-close {
      font-size: 30px; }
  .nav--active .nav__opener .icon-stack {
    font-size: 0; }
.nav__list {
  font-size: 16px;
  line-height: 1.25; }
  .nav__list li {
    margin-bottom: 10px; }
    .nav__list li:last-child {
      margin-bottom: 0; }
  .nav__list a {
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out;
    color: #fff;
    position: relative; }
    .nav__list a:hover {
      color: #e44e1b;
      text-decoration: underline; }
    .nav__list a [class^="icon-"] {
      position: absolute;
      top: 5px;
      right: -26px;
      font-size: 10px;
      line-height: 1; }
.nav__title {
  color: #a1a1a1;
  text-transform: uppercase;
  font: 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
  display: none; }
  @media (min-width: 768px) {
    .nav__title {
      display: block;
      margin-bottom: 22px; } }
@media (min-width: 768px) {
  .nav__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; } }
.nav__block {
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .nav__block {
      width: calc(25% - 20px);
      padding-top: 6px;
      margin: 0 10px 64px;
      border-top: 2px solid #a1a1a1; } }
  .nav__block .social__title {
    font-size: 26px;
    margin-right: 3px; }
  .nav__block .social-network ul {
    font-size: 21px; }
  .nav__block--danger {
    color: #e44e1b;
    border-top-color: #e44e1b; }
  @media (min-width: 768px) {
    .nav__block--fullWidth {
      width: calc(100% - 20px); } }
  @media (min-width: 768px) {
    .nav__block--halfWidth {
      width: calc(50% - 20px); } }
  @media (min-width: 768px) {
    .nav__block-course {
      padding-top: 0;
      margin-bottom: 28px;
      position: relative;
      border-top: none; }
      .nav__block-course:after {
        position: absolute;
        top: -999px;
        right: -9999px;
        bottom: 0;
        left: -9999px;
        background: #1d1d1d;
        content: '';
        pointer-events: none;
        z-index: -1; } }
  @media (min-width: 768px) {
    .nav__block-course .nav__list {
      font: 26px/31px "Tungsten A", "Tungsten B", Oswald, sans-serif;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 768px) {
    .nav__block-course .nav__list li {
      width: calc(25% - 20px);
      padding-top: 4px;
      margin: 0 10px 33px;
      border-top: 2px solid #fff; } }
  @media (min-width: 992px) {
    .nav__block-course .nav__list li {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .nav__block-course .nav__list a {
      text-decoration: underline; } }
  @media (min-width: 768px) {
    .nav__block-course .nav__list a:after {
      display: none; } }
  @media (min-width: 768px) {
    .nav__block-course .nav__list__item--fullWidth {
      width: 100% !important; } }
.nav__link {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #e44e1b;
  text-transform: uppercase;
  font: 26px/1.19 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
  .nav__link:hover {
    color: #fff;
    text-decoration: underline; }
  .nav__link__holder {
    padding-top: 6px;
    margin: 18px 20px 0;
    border-top: 2px solid #e44e1b; }
    @media (min-width: 768px) {
      .nav__link__holder {
        padding-top: 0;
        margin: 0;
        border-top: none; } }

.dropdown {
  transition: background 0.3s ease-in-out;
  background: #373737;
  padding: 15px 20px; }
  @media (min-width: 768px) {
    .dropdown {
      background: none;
      padding: 0; } }
  .dropdown__opener {
    color: #a1a1a1;
    text-transform: uppercase;
    text-decoration: none;
    font: 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    padding: 7px 25px 11px 0;
    margin: 0 20px;
    position: relative;
    border-top: 2px solid #a1a1a1; }
    @media (min-width: 768px) {
      .dropdown__opener {
        display: none; } }
    .dropdown__opener:before {
      position: absolute;
      top: 8px;
      right: 0;
      font: 20px/1 icomoon; }

#nav {
  position: fixed;
  top: 0;
  right: -17px;
  bottom: 0;
  left: -17px;
  transition: visibility 0.5s ease-in-out, background 0.5s ease-in-out, opacity 0.5s ease-in-out;
  padding: 145px 17px 0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 4; }
  @media (min-width: 768px) {
    #nav {
      padding-top: 150px; } }
  .nav--active #nav {
    visibility: visible;
    background: #1d1d1b;
    opacity: 1; }
    @media (min-width: 768px) {
      .nav--active #nav {
        background: #373737; } }
  @media (max-width: 767px) {
    #nav .container {
      padding: 0; } }

.search {
  position: fixed;
  top: 0;
  right: -17px;
  bottom: 0;
  left: -17px;
  transition: visibility 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  padding: 165px 21px 0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 4; }
  @media (min-width: 768px) {
    .search {
      white-space: nowrap;
      text-align: center;
      padding-top: 115px; }
      .search:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .search > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%; } }
  .search--active .search {
    visibility: visible;
    background: #fff;
    opacity: 1; }
  .search__opener {
    text-decoration: none;
    color: #000; }
    @media (min-width: 768px) {
      .search__opener {
        margin-right: 30px;
        float: right; } }
    .nav--active .search__opener {
      color: #fff; }
    .search__opener [class^="icon-"] {
      transition: font-size 0.3s ease-in-out;
      font-size: 30px;
      display: block; }
    .search__opener .icon-close {
      font-size: 0; }
      .search--active .search__opener .icon-close {
        font-size: 30px; }
    .search--active .search__opener .icon-magnify {
      font-size: 0; }
  .search__form {
    width: 100%;
    text-align: right; }
    .search__form input[type="search"],
    .search__form input[type="text"] {
      background: none;
      width: 100%;
      margin-bottom: 38px; }
      .search__form input[type="search"]::-webkit-input-placeholder,
      .search__form input[type="text"]::-webkit-input-placeholder {
        text-transform: uppercase; }
      .search__form input[type="search"]::-moz-placeholder,
      .search__form input[type="text"]::-moz-placeholder {
        opacity: 1;
        text-transform: uppercase; }
      .search__form input[type="search"]:-moz-placeholder,
      .search__form input[type="text"]:-moz-placeholder {
        text-transform: uppercase; }
      .search__form input[type="search"]:-ms-input-placeholder,
      .search__form input[type="text"]:-ms-input-placeholder {
        text-transform: uppercase; }
      .search__form input[type="search"].placeholder,
      .search__form input[type="text"].placeholder {
        text-transform: uppercase; }
      @media (min-width: 768px) {
        .search__form input[type="search"],
        .search__form input[type="text"] {
          margin-bottom: 48px; } }

.update {
  margin-bottom: 59px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .update {
      padding: 0 0 31px;
      margin: 0 50px 99px; } }
  @media (max-width: 767px) {
    .update:last-child {
      margin-bottom: 0; } }
  .update__section {
    padding: 58px 5px; }
    @media (min-width: 768px) {
      .update__section {
        padding: 70px 15px; } }
    @media (min-width: 992px) {
      .update__section {
        padding: 90px 0 138px; } }
    .update__section--gray, .update__section--grey {
      background: #eee; }
    @media (min-width: 992px) {
      .update__section--hasMoreLink {
        padding-bottom: 64px; } }
    .update__section__heading {
      font-size: 50px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 400;
      color: #373737;
      margin-bottom: 1em; }
  .update__heading {
    color: #e44e1b;
    text-transform: uppercase;
    text-decoration: underline;
    font: 24px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    margin-bottom: 16px; }
  .update__title {
    font-size: 37px;
    line-height: 1.1081081081;
    color: #575756;
    text-transform: none;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 64px;
    border-top: 2px solid #575756; }
  .update__image {
    text-decoration: none;
    display: block;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .update__image {
        margin: 0 0 0 40px; } }
    .update__image:link {
      transition: opacity 0.3s ease-in-out;
      text-decoration: none; }
      .update__image:link:hover {
        opacity: 0.7; }
    .update__image--round {
      display: block;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden; }
      @media (min-width: 375px) {
        .update__image--round {
          width: 280px;
          height: 280px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .update__image--round {
    width: 250px;
    height: 250px;
    margin-left: auto; } }

      @media (min-width: 768px) {
        .update__image--round {
          margin: 0 0 0 auto; } }
      @media (min-width: 992px) {
        .update__image--round {
          width: 300px;
          height: 300px;
          margin-left: auto; } }
    .update__image img {
      width: 100%;
      height: auto; }
    .update__image2 img {
      width: auto;
      height: 100%; }
    .update__image__fit {
      padding-top: 65.217%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .update__name {
    transition: color 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: underline;
    font-weight: 700; }
    .update__name:hover {
      color: #575756;
      text-decoration: underline; }
  .update__text {
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 68px; }
  .update__link {
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out;
    color: #1d70b7;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal; }
    .update__link:hover {
      color: #165489;
      text-decoration: underline; }
  .update__time {
    display: block; }
  .update__detail {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 35px 0;
    margin-top: -40px;
    border-bottom: 2px solid #e44e1b;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .update__detail {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 61.8%;
        padding: 37px 40px 35px 0; } }
    blockquote.update__detail {
      margin: -40px 0 0; }
      blockquote.update__detail q {
        text-transform: uppercase;
        font: 32px/30px "Tungsten A", "Tungsten B", Oswald, sans-serif;
        display: block;
        margin-bottom: 18px; }
        blockquote.update__detail q:before, blockquote.update__detail q:after {
          quotes: "\201C" "\201D"; }
      blockquote.update__detail cite {
        font-style: normal;
        display: block; }
    .update__detail .title {
      display: inline-block;
      vertical-align: top;
      color: #000;
      font-weight: 700; }
  .update__post {
    font-style: normal;
    display: block; }
  @media (min-width: 768px) {
    .update__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -30px 0 -50px; }
      .update__list > *:nth-last-child(2):nth-child(odd), .update__list > *:last-child:nth-child(even) {
        margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .update__list {
      margin: 0 -50px; } }
  .update__profile {
    padding-top: 20px; }
  .update__news, .update__event {
    color: #1d70b7;
    text-decoration: none;
    font: 50px/45px "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    padding: 42px 0 17px;
    margin-bottom: 78px;
    box-shadow: 0 20px 0 #1d70b7; }
    @media (min-width: 768px) {
      .update__news, .update__event {
        padding: 41px 50px 0 0;
        margin-bottom: 118px;
        box-shadow: 20px 20px 0 #1d70b7; } }
    .update__news:after, .update__event:after {
      width: 100%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      background: #1d70b7;
      content: ''; }
      @media (min-width: 768px) {
        .update__news:after, .update__event:after {
          width: 82.5%; } }
  .update__testimonail, .update__testimonial {
    color: #007b2f;
    text-transform: uppercase;
    font: 500 40px/35px "Tungsten A", "Tungsten B", Oswald, sans-serif;
    padding: 38px 0 26px;
    margin: 0 0 58px;
    box-shadow: 0 20px 0 #007b2f;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .update__testimonail, .update__testimonial {
        padding: 51px 60px 26px 0;
        margin: 0 50px 118px;
        box-shadow: 20px 20px 0 #007b2f; } }
    .update__testimonail:after, .update__testimonial:after {
      width: 100%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      background: #007b2f;
      content: ''; }
      @media (min-width: 768px) {
        .update__testimonail:after, .update__testimonial:after {
          width: 82.5%; } }
  .update__quote {
    display: block;
    margin: 0 -5px 35px 0; }
    .update__quote:before, .update__quote:after {
      quotes: "\201C" "\201D"; }
  .update__citation {
    font-style: normal;
    font-weight: 400;
    display: block;
    margin: 0 -5px 45px 0; }
    @media (min-width: 768px) {
      .update__citation {
        margin-bottom: 65px; } }
    .update__citation:before {
      width: 13px;
      height: 2px;
      display: inline-block;
      vertical-align: middle;
      background: #007b2f;
      content: '';
      margin: -7px 6px 0 0; }
  @media (min-width: 768px) {
    .update--oneThird {
      width: calc(42.3% - 100px); }
      .update--oneThird .update__image__fit {
        padding-top: 100%; } }
  @media (min-width: 768px) {
    .update--twoThird {
      width: calc(57.7% - 100px); } }
  .update--muted {
    background: #eee; }

.units {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .units {
      padding: 80px 15px 90px; } }
  .units__content {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .units__content {
        width: 57.4%;
        float: left; } }
  .units__tabset {
    display: none; }
    @media (min-width: 768px) {
      .units__tabset {
        width: 51%;
        float: left;
        display: block;
        margin: 0 -10px; } }
    .units__tabset__item {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .units__tabset__item {
          width: calc(100% - 20px);
          float: left;
          margin: 0 10px 28px; } }
      .units__tabset__item:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .units__tabset__item--half {
          width: calc(50% - 20px); } }
      @media (min-width: 768px) {
        .units__tabset__item--third {
          width: calc(33.3% - 20px); } }
    .units__tabset__label {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-transform: uppercase;
      text-decoration: none;
      font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
      display: block;
      padding-bottom: 5px;
      border-bottom: 2px solid #575756; }
      .units__tabset__label:hover {
        color: #ae3b14; }
        .units__tabset__label:hover span {
          color: #000; }
      .units__tabset__label em {
        font-style: normal;
        text-decoration: underline; }
      .units__tabset__label span {
        transition: color 0.3s ease-in-out;
        font-size: 20px;
        line-height: 1.2;
        color: #575756;
        display: block;
        padding-top: 5px; }
    .units__tabset__item--active .units__tabset__label,
    .units__tabset__item--active .units__accordion--opener {
      color: #575756; }
      .units__tabset__item--active .units__tabset__label:hover,
      .units__tabset__item--active .units__accordion--opener:hover {
        color: #000; }
    .units__tabset__item--active .units__accordion--opener {
      border-bottom-color: #e44e1b; }
    .units__tabset__heading {
      text-transform: uppercase;
      font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
      display: block; }
      .units__tabset__heading span {
        font-size: 20px;
        line-height: 1.2;
        color: #575756;
        padding-left: 0.5em; }
  @media (min-width: 768px) {
    .units__tab--content {
      width: 40.5%;
      float: right; } }
@media (min-width: 768px) and (max-width: 991px) {
  .units__tab--content {
    margin-right: 15px; } }

  .units__tab-block {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .units__tab-block {
        height: 100%;
        padding-top: 33px;
        margin-bottom: 0;
        border-top: 2px solid #e44e1b;
        box-shadow: 10px 10px 0 #373737; } }
    .units__tab-block:last-child {
      margin-bottom: 0; }
  .units__accordion--opener {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .units__accordion--opener {
        display: none; } }
  .units__accordion--slide {
    padding-bottom: 20px;
    box-shadow: 0 10px 0 #373737; }
    @media (min-width: 768px) {
      .units__accordion--slide {
        padding: 0 40px 20px 0;
        box-shadow: none; } }
    .units__accordion--slide a:not([class]) {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: underline; }
      .units__accordion--slide a:not([class]):hover {
        color: #ae3b14; }
  .units__title {
    font-size: 26px;
    line-height: 1.1538461538;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .units__title {
        display: none; } }
  .units__heading {
    font-size: 26px;
    line-height: 1.1538461538;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px; }
    .units__heading span {
      font-size: 20px;
      line-height: 1.2;
      color: #575756; }
  .units--grey, .units--gray {
    background: #eee; }

.showcase {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .showcase {
      padding: 68px 15px 28px; } }
  .showcase__header {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 19px; }
    .showcase__header select,
    .showcase__header .jcf-select {
      max-width: 300px;
      margin-bottom: 0; }
  .showcase__heading {
    font-size: 60px;
    line-height: 1;
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 11px;
    margin-bottom: 19px;
    border-bottom: 2px solid #1d1d1b; }
  .showcase__slide {
    width: 100%; }
  .showcase__image {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .showcase__image {
        margin-bottom: 45px; } }
    .showcase__image [rel="lightbox"] {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 9px;
      right: 9px;
      transition: color 0.3s ease-in-out;
      color: #575756;
      text-decoration: none;
      outline: none;
      z-index: 2; }
      .showcase__image [rel="lightbox"]:hover {
        color: #e44e1b; }
    .showcase__image__large img {
      width: 100%;
      height: auto; }
    .showcase__image__fit {
      width: 100%;
      padding-top: 48.936%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .showcase__image__list {
      display: flex;
      flex-wrap: wrap;
      clear: both;
      margin: 0 -10px; }
    .showcase__image__small {
      width: 50%;
      padding: 0 10px;
      position: relative;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .showcase__image__small {
          width: 25%; } }
      .showcase__image__small img {
        width: 100%;
        height: auto; }
      .showcase__image__small__fit {
        padding-top: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
      .showcase__image__small [rel="lightbox"] {
        position: absolute;
        top: 9px;
        right: 19px; }
  @media (min-width: 768px) {
    .showcase__holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .showcase__content {
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .showcase__content {
        width: 49%;
        margin-bottom: 0; } }
    .showcase__content p {
      margin-bottom: 21px; }
    .showcase__content a:not([class]) {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: underline; }
      .showcase__content a:not([class]):hover {
        color: #ae3b14; }
    .showcase__content__heading {
      font-size: 36px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 19px; }
  .showcase__title {
    font: 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    text-transform: uppercase;
    display: block; }
  .showcase__link {
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    color: #575756;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #575756;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      .showcase__link {
        margin: 13px 0 0; } }
    .showcase__link:hover {
      color: #000;
      border-color: #000; }
    .showcase__link [class^="icon"] {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: -2px;
      right: -39px; }
  .showcase__sidebar {
    position: relative; }
    @media (min-width: 768px) {
      .showcase__sidebar {
        width: 41%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 110px;
        margin-bottom: 5px; } }
    .showcase__sidebar .more-holder {
      color: #e44e1b;
      max-width: 340px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 11px 25px 0 0;
      border-top: 2px solid #e44e1b;
      position: relative; }
      .showcase__sidebar .more-holder [class^="icon-"] {
        position: absolute;
        top: 18px;
        right: 0;
        font-size: 22px; }
    @media (min-width: 768px) {
      .showcase__sidebar__holder {
        align-self: flex-end;
        width: 100%;
        max-width: 300px;
        margin-left: auto; } }
    .showcase__sidebar .more {
      font-size: 30px;
      line-height: 1.1333333333; }
    .showcase__sidebar .quote {
      font-size: 28px;
      line-height: 1.0714285714;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .showcase__sidebar .quote {
          max-width: 340px;
          padding: 29px 31px;
          margin: -276px 40px 0 auto; } }
      .showcase__sidebar .quote__quotation {
        margin-bottom: 17px; }
    .showcase__sidebar__title {
      font-size: 30px;
      line-height: 1;
      color: #595959;
      text-transform: uppercase;
      font-weight: 400; }
  .showcase--gray, .showcase--grey {
    background: #eee; }
    .showcase--gray .quote, .showcase--grey .quote {
      background-color: #eee; }
    .showcase--gray .jcf-select, .showcase--grey .jcf-select {
      background-color: #fff; }
  .showcase__tabs__set {
    display: none; }
    @media (min-width: 768px) {
      .showcase__tabs__set {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -31px 15px 0; } }
  @media (min-width: 768px) {
    .showcase__tabs__item {
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .showcase__tabs__item {
      margin-right: 31px; } }
  .showcase__tabs__item--active .showcase__tabs__label, .showcase__tabs__item--active .showcase__accordion__opener {
    color: #000;
    text-decoration: none; }
    .showcase__tabs__item--active .showcase__tabs__label:after, .showcase__tabs__item--active .showcase__accordion__opener:after {
      display: none; }
  .showcase__tabs__label, .showcase__accordion__opener {
    transition: color 0.3s ease-in-out;
    color: #575756;
    text-transform: uppercase;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
    .showcase__tabs__label:hover, .showcase__accordion__opener:hover {
      color: #000;
      text-decoration: underline; }
@media (min-width: 768px) and (max-width: 991px) {
  .showcase__tabs__label, .showcase__accordion__opener {
    font-size: 22px;
    line-height: 1.1818181818; } }

  .showcase__accordion__opener {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .showcase__accordion__opener {
        display: none; } }
  .showcase__accordion__block {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .showcase__accordion__block {
        margin-bottom: 0; } }
    .showcase__accordion__block .showcase__slide {
      margin: 25px 0; }

.info {
  background: #373737;
  color: #fff;
  padding: 37px 6px 44px; }
  @media (min-width: 768px) {
    .info {
      padding: 68px 15px 50px; } }
  .info .more {
    margin-bottom: 25px; }
  .info .text-holder {
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-bottom: 2px solid #e44e1b; }
    @media (min-width: 768px) {
      .info .text-holder {
        padding-bottom: 71px; } }
  .info__header {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .info__header {
        margin-bottom: 21px; } }
    .info__header--text-gray {
      color: #a1a1a1; }
  .info__aside {
    padding-top: 16px;
    border-top: 2px solid #a1a1a1; }
    @media (min-width: 768px) {
      .info__aside {
        width: 34%;
        float: right; } }
  .info__holder {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .info__holder {
        width: 58%;
        float: left;
        margin-bottom: 0; } }

.news__list {
  color: #a1a1a1;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .news__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; } }
  .news__list li {
    margin-bottom: 31px; }
    @media (min-width: 768px) {
      .news__list li {
        width: calc(50% - 20px);
        margin: 0 10px 31px; } }
    .news__list li:last-child {
      margin-bottom: 0; }
  .news__list a {
    transition: color 0.3s ease-in-out;
    color: #fff;
    text-decoration: underline; }
    .news__list a:hover {
      color: #e44e1b; }
.news__interval {
  font-style: normal;
  display: block; }
.news__date {
  color: #fff;
  font-style: normal;
  display: block; }

.post {
  margin-bottom: 45px;
  box-shadow: 0 10px 0 #373737;
  border-top: 2px solid #e44e1b; }
  @media (min-width: 768px) {
    .post {
      width: calc(33.33% - 50px);
      margin: 0 25px 89px;
      box-shadow: 10px 10px 0 #373737; } }
  @media (min-width: 992px) {
    .post {
      width: calc(33.33% - 90px);
      margin: 0 45px 89px; } }
  @media (max-width: 767px) {
    .post:last-child {
      margin-bottom: 0; } }
  .post__section {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .post__section {
        padding: 79px 15px 0; } }
    .post__section--gray, .post__section--grey {
      background: #eee; }
  .post__heading {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .post__heading {
        padding: 20px 20px 0 0;
        margin-bottom: 23px; } }
    @media (min-width: 992px) {
      .post__heading {
        padding: 36px 39px 0 0; } }
  .post__title {
    font-size: 36px;
    line-height: 1.1111111111;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .post__title {
        margin-bottom: 61px; } }
  .post__header {
    font-size: 26px;
    line-height: 1;
    color: #575756;
    font-weight: 500;
    margin-bottom: 0;
    border-bottom: 2px solid #575756; }
    .post__header a {
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      color: inherit; }
      .post__header a:hover {
        color: #373737; }
  .post__image img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .post__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px 0 -25px; } }
  @media (min-width: 992px) {
    .post__list {
      margin: 0 -35px 0 -45px; } }
  @media (min-width: 768px) {
    .post__list--two-column > * {
      width: calc(50% - 50px); } }
  @media (min-width: 992px) {
    .post__list--two-column > * {
      width: calc(50% - 90px); } }
  .post__back {
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out;
    color: #e44e1b;
    text-decoration: none; }
    .post__back:hover {
      color: #ae3b14; }
  .post__text {
    display: block;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .post__text {
        padding: 0 20px 20px 0; } }
    @media (min-width: 992px) {
      .post__text {
        padding: 0 39px 40px 0; } }
    .post__text .text:after {
      content: '...'; }
  .post__link {
    transition: color 0.3s ease-in-out;
    color: #e44e1b;
    margin-left: 5px; }
    .post__link:hover {
      color: #ae3b14;
      text-decoration: underline; }
  .post__detail {
    padding: 20px; }
    @media (min-width: 768px) {
      .post__detail {
        padding: 38px 44px 21px 20px; } }
    .post__detail .post__header {
      margin-bottom: 22px; }
    .post__detail p > a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b; }
      .post__detail p > a:hover {
        color: #ae3b14;
        text-decoration: underline; }
  .post__content {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .post__content {
        width: 57.4%;
        float: left; } }
  @media (min-width: 768px) {
    .post--with-more-link {
      position: relative; }
      .post--with-more-link .post__detail {
        padding-bottom: 47px; }
      .post--with-more-link .more {
        position: absolute;
        bottom: 21px; } }

.course {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .course {
      padding: 68px 15px 98px; } }
  .course__header {
    font-size: 60px;
    line-height: 1;
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 11px;
    margin-bottom: 19px;
    border-bottom: 2px solid #1d1d1b; }
  .course__heading {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 19px; }
    .course__heading select,
    .course__heading .jcf-select {
      max-width: 300px;
      margin-bottom: 0; }
  .course__image {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .course__image {
        margin-bottom: 45px; } }
    .course__image img {
      width: 100%;
      height: auto; }
    .course__image [rel="lightbox"] {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 9px;
      right: 9px;
      transition: color 0.3s ease-in-out;
      color: #575756;
      text-decoration: none;
      outline: none;
      z-index: 2; }
      .course__image [rel="lightbox"]:hover {
        color: #000; }
  @media (min-width: 768px) {
    .course__holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .course__content {
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .course__content {
        width: 49%;
        margin-bottom: 0; } }
    .course__content p {
      margin-bottom: 21px; }
  .course__title {
    font: 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    text-transform: uppercase;
    display: block; }
  .course__link {
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    color: #575756;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #575756;
    position: relative; }
    @media (min-width: 768px) {
      .course__link {
        margin: 13px 0 0; } }
    .course__link:hover {
      color: #000;
      border-color: #000; }
    .course__link [class^="icon"] {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: -2px;
      right: -39px; }
  .course__sidebar {
    position: relative; }
    @media (min-width: 768px) {
      .course__sidebar {
        width: 41%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 110px;
        margin-bottom: 5px; } }
    .course__sidebar .more-holder {
      color: #e44e1b;
      max-width: 340px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 11px 25px 0 0;
      border-top: 2px solid #e44e1b;
      position: relative; }
      .course__sidebar .more-holder [class^="icon-"] {
        position: absolute;
        top: 18px;
        right: 0;
        font-size: 22px; }
    @media (min-width: 768px) {
      .course__sidebar__holder {
        align-self: flex-end;
        width: 100%;
        max-width: 300px;
        margin-left: auto; } }
    .course__sidebar .more {
      font-size: 30px;
      line-height: 1.1333333333; }
    .course__sidebar .quote {
      font-size: 28px;
      line-height: 1.0714285714;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .course__sidebar .quote {
          max-width: 340px;
          padding: 29px 31px;
          margin: -276px 40px 0 auto; } }
      .course__sidebar .quote__quotation {
        margin-bottom: 17px; }
    .course__sidebar__title {
      font-size: 30px;
      line-height: 1;
      color: #595959;
      text-transform: uppercase;
      font-weight: 400; }
  .course--gray {
    background: #eee; }

.chronology {
  background: #373737;
  color: #fff;
  padding: 40px 0 18px;
  position: relative; }
  .chronology:before {
    position: absolute;
    top: 29px;
    right: 15px;
    left: 15px;
    background: #fff;
    max-width: 940px;
    content: '';
    margin: 0 auto;
    height: 2px; }
  .chronology__title {
    text-transform: uppercase;
    font: 36px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    display: block;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .chronology__title {
        width: 61%;
        float: left;
        padding-right: 15px;
        margin-bottom: 0; } }
    .chronology__title a {
      transition: color 0.3s ease-in-out;
      color: inherit;
      text-decoration: none;
      text-decoration: underline; }
      .chronology__title a:hover {
        color: #bbb; }
  .chronology__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .chronology__list {
        width: 39%;
        float: right; } }
  .chronology__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    margin-bottom: 5px; }
    .chronology__item a {
      transition: color 0.3s ease-in-out;
      color: inherit;
      text-decoration: none;
      text-decoration: underline;
      font: 36px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
      .chronology__item a:hover {
        color: #bbb; }
    .chronology__item--active {
      color: #bbb; }
      .chronology__item--active a:after {
        display: none; }

.atelierslist {
  margin-bottom: 14px; }
  .atelierslist__item {
    display: inline;
    color: #000;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    padding-right: 14px;
    padding-bottom: 14px; }
    .atelierslist__item a {
      transition: color 0.3s ease-in-out;
      color: #575756; }
      .atelierslist__item a:hover {
        text-decoration: underline;
        color: #000; }

.newsitem__content img {
  width: 100%;
  height: auto; }

.event {
  padding-top: 15px;
  border-top: 2px solid #e44e1b; }
  .event__heading {
    font-size: 26px;
    line-height: 1.1538461538;
    color: #e44e1b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px; }
  .event__detail {
    color: #575756;
    margin: 0; }
  .event__title {
    text-transform: uppercase;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    margin-bottom: 11px; }
  .event__description {
    margin: 0 0 35px; }
    .event__description:last-child {
      margin-bottom: 0; }
    .event__description a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b; }
      .event__description a:hover {
        color: #ae3b14;
        text-decoration: underline; }
    .event__description [href^="tel:"] {
      color: #373737;
      text-decoration: none; }
      .event__description [href^="tel:"]:hover {
        color: #000;
        text-decoration: none; }
    .event__description address {
      font-style: normal;
      margin-bottom: 21px; }

.relative-event {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .relative-event {
      padding: 65px 15px; } }
  .relative-event__heading {
    font-size: 36px;
    line-height: 1.1111111111;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .relative-event__heading {
        margin-bottom: 62px; } }

.newsletter {
  background: #f8b133;
  padding: 30px 0; }
  .newsletter__link {
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out;
    color: #000;
    text-transform: uppercase;
    font: 500 36px/0.97 "Tungsten A", "Tungsten B", Oswald, sans-serif; }
    .newsletter__link:hover {
      color: #575756;
      text-decoration: underline; }

.product {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .product {
      padding: 66px 15px 100px; } }
  .product__heading {
    font-size: 36px;
    line-height: 1.1111111111;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .product__heading {
        margin-bottom: 62px; } }
  .product__title {
    font-size: 26px;
    line-height: 1.1538461538;
    color: #575756;
    font-weight: 500; }
    @media (min-width: 768px) {
      .product__title {
        margin-bottom: 22px; } }
    .product__title a {
      transition: color 0.3s ease-in-out;
      text-decoration: underline;
      color: inherit; }
      .product__title a:hover {
        color: #000; }
  @media (min-width: 768px) {
    .product__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px 0 -25px; } }
  @media (min-width: 992px) {
    .product__list {
      margin: 0 -35px 0 -45px; } }
  .product__item {
    padding: 15px 0;
    margin-bottom: 45px;
    border-top: 2px solid #e44e1b;
    box-shadow: 0 10px 0 #373737; }
    .product__item a:not([class]) {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: underline; }
      .product__item a:not([class]):hover {
        color: #ae3b14; }
    @media (min-width: 768px) {
      .product__item {
        width: calc(50% - 50px);
        padding: 35px 20px 78px 0;
        margin: 0 25px 55px;
        box-shadow: 10px 10px 0 #373737; } }
    @media (min-width: 992px) {
      .product__item {
        width: calc(50% - 90px);
        margin: 0 45px 89px; } }
    @media (max-width: 767px) {
      .product__item:last-child {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .product__item:nth-last-child(2):nth-child(odd), .product__item:last-child:nth-child(even) {
        margin-bottom: 0; } }

.staff {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .staff {
      padding: 67px 15px 15px; } }
  .staff a:not([class]) {
    transition: color 0.3s ease-in-out;
    color: #e44e1b; }
    .staff a:not([class]):hover {
      color: #ae3b14;
      text-decoration: underline; }
  .staff a[href^="tel:"] {
    color: #000;
    text-decoration: none; }
    .staff a[href^="tel:"]:hover {
      color: #e44e1b;
      text-decoration: none; }
  .staff .text-holder {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .staff .text-holder {
        margin-bottom: 61px; } }
    .staff .text-holder p {
      margin-bottom: 15px; }
  .staff__heading {
    font-size: 36px;
    line-height: 1.1111111111;
    color: #373737;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .staff__heading {
        margin-bottom: 48px; } }
  @media (min-width: 640px) {
    .staff__list {
      display: flex;
      flex-wrap: wrap; } }
  .staff__block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    @media (min-width: 640px) {
      .staff__block {
        width: 50%;
        margin-bottom: 49px; } }
    @media (min-width: 992px) {
      .staff__block {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .staff__block:last-child {
        margin-bottom: 0; } }
  .staff__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden; }
    @media (min-width: 640px) {
      .staff__image {
        margin-top: 5px; } }
    .staff__image img {
      max-width: none;
      width: 100%; }
  .staff__description {
    width: calc(100% - 115px);
    padding-left: 20px; }
    .staff__description--without-image {
      padding-left: 0; }
    .staff__description .staff__post {
      margin-bottom: 2px; }
    .staff__description .more {
      font-size: 20px;
      line-height: 1.2; }
  .staff__detail {
    margin-bottom: 25px; }
    @media (min-width: 640px) {
      .staff__detail {
        width: calc(50% - 40px);
        margin: 0 20px 20px; } }
    @media (min-width: 768px) {
      .staff__detail {
        width: calc(33.33% - 40px); } }
    @media (max-width: 767px) {
      .staff__detail:last-child {
        margin-bottom: 0; } }
    .staff__detail__list {
      margin-bottom: 40px; }
      @media (min-width: 640px) {
        .staff__detail__list {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -20px 21px; } }
  .staff__name {
    display: block; }
    .staff__name a {
      transition: color 0.3s ease-in-out;
      color: #000; }
      .staff__name a:hover {
        color: #575756;
        text-decoration: underline; }
  .staff__post {
    font-style: normal;
    display: block; }
  .staff__mail {
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease-in-out;
    color: #000;
    text-decoration: none;
    margin-bottom: 27px; }
    .staff__mail:hover {
      color: #e44e1b; }
  .staff__text {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .staff__text {
        max-width: 540px;
        margin-bottom: 64px; } }
  .staff--gray, .staff--grey {
    background: #eee; }

.contact {
  padding-top: 15px;
  border-top: 2px solid #e44e1b; }
  .contact__heading {
    font-size: 26px;
    line-height: 1.1538461538;
    color: #e44e1b;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 22px; }
  .contact__detail {
    color: #575756;
    margin: 0; }
  .contact__title {
    text-transform: uppercase;
    font: 500 26px/1 "Tungsten A", "Tungsten B", Oswald, sans-serif;
    margin-bottom: 11px; }
  .contact__description {
    margin: 0 0 35px; }
    .contact__description:last-child {
      margin-bottom: 0; }
    .contact__description a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b; }
      .contact__description a:hover {
        color: #ae3b14;
        text-decoration: underline; }
    .contact__description [href^="tel:"] {
      color: #575756;
      text-decoration: none; }
      .contact__description [href^="tel:"]:hover {
        color: #000;
        text-decoration: none; }
    .contact__description address {
      font-style: normal;
      margin-bottom: 21px; }

.reference {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .reference {
      padding: 53px 15px 94px; } }
  .reference p {
    margin-bottom: 19px; }
  .reference__heading {
    font-size: 36px;
    line-height: 1.1111111111;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 16px; }
  .reference__list {
    margin-bottom: 20px; }
    .reference__list:last-child {
      margin-bottom: 0; }
    .reference__list li {
      margin-bottom: 20px; }
      .reference__list li:last-child {
        margin-bottom: 0; }
    .reference__list a {
      transition: color 0.3s ease-in-out;
      color: #e44e1b;
      text-decoration: underline; }
      .reference__list a:hover {
        color: #ae3b14; }
  .reference__holder {
    max-width: 540px; }

#footer {
  font-size: 12px;
  line-height: 1.3333333333;
  background: #373737;
  color: #fff;
  padding: 28px 20px 115px;
  position: relative; }
  @media (min-width: 768px) {
    #footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 28px 30px 26px; } }

.footer__link--list {
  margin-bottom: 23px;
  column-count: 2;
  column-gap: 5px; }
  @media (min-width: 768px) {
    .footer__link--list {
      column-count: 3;
      margin-bottom: 41px; } }
  .footer__link--list li {
    margin-bottom: 4px; }
    .footer__link--list li:last-child {
      margin-bottom: 0; }
  .footer__link--list a {
    transition: color 0.3s ease-in-out;
    color: #e1e1e1;
    text-decoration: underline; }
    .footer__link--list a:hover {
      color: #fff; }
@media (min-width: 768px) {
  .footer__holder {
    width: 55%; } }
@media (min-width: 992px) {
  .footer__holder {
    width: 37.8%; } }
.footer__logo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 26px; }
  @media (min-width: 768px) {
    .footer__logo-list {
      margin: 0 0 6px 0; } }
  .footer__logo-list a {
    transition: opacity 0.3s ease-in-out;
    color: #e1e1e1;
    text-decoration: none; }
    .footer__logo-list a:hover {
      opacity: 0.6; }
.footer__logo {
  width: 50%;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .footer__logo {
      width: auto; } }
  .footer__logo img {
    max-width: 100%;
    height: auto; }
  .footer__logo--positioned {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 174px; }
    @media (min-width: 768px) {
      .footer__logo--positioned {
        right: 20px;
        bottom: 31px; } }
.footer__block {
  text-align: right;
  padding-right: 10px; }

.copyright {
  display: block;
  margin-bottom: 5px; }

.docs li {
  margin-bottom: 4px; }
  .docs li:last-child {
    margin-bottom: 0; }
.docs a {
  transition: color 0.3s ease-in-out;
  color: #e1e1e1;
  text-decoration: underline; }
  .docs a:hover {
    color: #e44e1b; }

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