/*! 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;
}

/**
 * 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"], /* 1 */
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?-13hxmn');
  src: url('../fonts/icomoon.eot?#iefix-13hxmn') format('embedded-opentype'), url('../fonts/icomoon.woff?-13hxmn') format('woff'), url('../fonts/icomoon.ttf?-13hxmn') format('truetype'), url('../fonts/icomoon.svg?-13hxmn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.Arial {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.OpenSansRegular {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.OpenSansLight {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
}
.OpenSansSemiBold {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.OpenSansBold {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.color-animation {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.bg-animation {
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.opacity-animation {
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.border-animation {
  -webkit-transition: border-color 0.2s ease-in-out;
          transition: border-color 0.2s ease-in-out;
}
.reset-ib {
  font: 0/0 a;
}
.grayscale-on {
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.grayscale-off {
  filter: none;
  -webkit-filter: grayscale(0);
}
.v-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.h3 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.markdown {
  letter-spacing: .025em;
}
.markdown A:not(.link) {
  color: #588098;
  font-weight: 400;
  text-decoration: none;
}
.markdown A:not(.link):hover {
  text-decoration: underline;
}
.markdown EM {
  letter-spacing: -0.015em;
}
.markdown STRONG {
  font-weight: 600;
}
.markdown P {
  margin: .7em 0;
}
.markdown H2,
.markdown H3,
.markdown H4,
.markdown H5,
.markdown H6 {
  margin: 0;
}
.markdown H2 + P,
.markdown H3 + P,
.markdown H4 + P,
.markdown H5 + P,
.markdown H6 + P,
.markdown H2 + UL,
.markdown H3 + UL,
.markdown H4 + UL,
.markdown H5 + UL,
.markdown H6 + UL {
  margin-top: 0;
}
.markdown H3 {
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.markdown H4 {
  font-size: 14px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.markdown H5 {
  font-size: 14px;
  letter-spacing: 0;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.markdown H6 {
  font-size: 14px;
  font-style: italic;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: -0.015em;
}
.markdown UL {
  margin: 0 0 2em;
  padding: 0 0 0 60px;
  list-style: none;
}
.markdown UL LI {
  position: relative;
}
.markdown UL LI:before {
  content: '\00B7';
  position: absolute;
  top: 6px;
  left: -25px;
  font-size: 28px;
  line-height: 0.5;
}
.markdown_lh2 {
  line-height: 2;
}
.markdown_lh2 P {
  margin: 2em 0;
}
.markdown_lh2 UL {
  margin: 1.75em 0;
}
.markdown_lh2 P + UL {
  margin-top: -1.75em;
}
.markdown_lh2 UL + P {
  margin-top: 1.75em;
}
.markdown_lh2 H6 {
  padding: 0 0 0 35px;
}
.markdown_lh2 H6 + UL > LI {
  margin: .85em 0 0;
}
.markdown_lh2_05 {
  line-height: 2;
}
.markdown_lh2_05 P {
  margin: .5em 0;
}
.markdown_lh18 {
  line-height: 1.8;
}
.markdown_lh18 P {
  margin: 1.5em 0;
}
.markdown_lh175 {
  line-height: 1.75;
}
.markdown_lh175 P {
  margin: 1.5em 0;
}
.markdown_tiny P {
  margin: 1em 0 2.5em;
}
.markdown_fzl {
  margin: 1.2em 0 1em;
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: .02em;
}
.markdown_fzl P {
  margin: 0;
}
.markdown_c {
  color: #666666;
}
.markdown_c A:not(.link) {
  color: #666666;
}
.markdown_n UL {
  padding: 0 0 0 17px;
  list-style: disc outside none;
}
.markdown_n UL LI:before {
  content: none;
}
.markdown_e P:first-child {
  margin-top: 0;
}
.line {
  margin: 2.5em 0 1.75em;
}
.line_olive {
  border-top-color: #b6b996;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-youtube:before {
  content: "\f167";
}
.bar {
  display: block;
  max-width: 47px;
  margin: 0 0 1.5em;
  border-top: 5px solid;
}
.bar_white {
  border-top-color: #ffffff;
}
.bar_dark {
  border-top-color: #333333;
}
.bar_purple {
  border-top-color: #9b4c80;
}
.bar_red {
  border-top-color: #e66363;
}
.bar_blue {
  border-top-color: #588098;
}
.bar_green {
  border-top-color: #95d600;
}
.bar_gray {
  border-top-color: #555659;
}
.bar_olive {
  border-top-color: #b6b996;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 146px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  font-size: 19px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}
.btn__inner {
  display: table;
  position: relative;
  width: 100%;
  height: 84px;
  min-height: 84px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.btn__content {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.btn__text {
  display: block;
  letter-spacing: .1em;
}
.btn__notes {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.btn__note {
  display: inline-block;
  letter-spacing: .05em;
}
.btn__note + .btn__note {
  margin-left: 25px;
}
.btn_s {
  width: 370px;
}
.btn_l {
  width: 760px;
}
.btn_compact .btn__note {
  letter-spacing: .1em;
}
.btn_compact .btn__note + .btn__note {
  margin-left: 8px;
}
.btn_mini .btn__inner {
  height: 55px;
  min-height: 55px;
}
.btn:hover {
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.btn:active {
  position: relative;
  top: 1px;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.btn_full {
  display: block;
  width: 100%;
}
.btn_block .btn__note {
  display: block;
}
.btn_block .btn__note + .btn__note {
  margin: 0;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.btn_dark .btn__inner {
  color: #ffffff;
  background: #333333;
}
.btn_dark:hover .btn__inner {
  background: #454545;
}
.btn_gray {
  color: #555659;
  border: 2px solid #555659;
  background: #ffffff;
}
.btn_gray:hover .btn__inner {
  color: #ffffff;
  background: #555659;
}
.btn_purple .btn__inner {
  border: 2px solid #9b4c80;
  color: #9b4c80;
  background: #ffffff;
}
.btn_purple:hover .btn__inner {
  color: #ffffff;
  background: #9f4e81;
}
.btn_red .btn__inner {
  border: 2px solid #e66363;
  color: #e66363;
  background: #ffffff;
}
.btn_red:hover .btn__inner {
  color: #ffffff;
  background: #f26c6b;
}
.btn_blue .btn__inner {
  border: 2px solid #588098;
  color: #588098;
  background: #ffffff;
}
.btn_blue:hover .btn__inner {
  color: #ffffff;
  background: #64829b;
}
.rail {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  font-size: 19px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}
.rail__inner {
  display: table;
  position: relative;
  width: 100%;
  min-height: 230px;
  height: 230px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.rail__content {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.rail__text {
  display: block;
  margin: 0;
  letter-spacing: .1em;
  line-height: 1.8;
}
.rail__notes {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2.5;
}
.rail__note {
  display: block;
  letter-spacing: .05em;
}
.rail__link {
  text-decoration: none;
}
.rail__link:hover {
  text-decoration: underline;
}
.rail__link-wrap {
  margin: 0;
  padding: 0;
}
.rail_dark .rail__inner {
  color: #ffffff;
  background: #333333;
}
.rail_dark .rail__link,
.rail_dark A {
  color: #ffffff;
}
.rail_gray {
  color: #555659;
  border: 2px solid #555659;
  background: #ffffff;
}
.rail_gray .rail__link,
.rail_gray A {
  color: #555659;
}
.rail_purple .rail__inner {
  border: 2px solid #9b4c80;
  color: #9b4c80;
  background: #ffffff;
}
.rail_purple .rail__link,
.rail_purple A {
  color: #9b4c80;
}
.rail_red .rail__inner {
  border: 2px solid #e66363;
  color: #e66363;
  background: #ffffff;
}
.rail_red .rail__link,
.rail_red A {
  color: #e66363;
}
.rail_blue .rail__inner {
  border: 2px solid #588098;
  color: #588098;
  background: #ffffff;
}
.rail_blue .rail__link,
.rail_blue A {
  color: #588098;
}
.grid-row {
  position: relative;
}
.grid-col {
  float: left;
  position: relative;
}
.grid-row > .grid-col:first-child {
  margin-left: 0;
}
.link {
  display: inline-block;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.link:hover {
  text-decoration: underline;
}
.link_dark {
  color: #000000;
}
.link_darken {
  color: #666666;
}
.link_blue {
  color: #588098;
}
.link_red {
  color: #e66363;
}
.link_olive {
  color: #b6b996;
}
.link_purple {
  color: #9b4c80;
}
.link_green {
  color: #9dc405;
}
.modal {
  z-index: 100;
  width: 100%;
  display: none;
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
}
.modal:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.modal__inner {
  display: inline-block;
  position: relative;
  min-width: 250px;
  max-width: 90%;
  white-space: normal;
  vertical-align: middle;
}
.modal__content {
  padding: 15px;
}
.modal__content IFRAME {
  max-width: 100%;
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 15px;
  color: #ffffff;
  font-size: 42px;
  line-height: 50%;
  text-decoration: none;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.modal__close:hover {
  opacity: .75;
}
.modal.modal_full {
  font-size: 0;
  padding: 45px 0;
}
.modal.modal_full .modal__inner {
  width: 100%;
  max-width: 100%;
}
.modal.modal_full .modal__content {
  padding: 15px 0;
}
.modal.modal_full .modal__content IFRAME {
  width: 100%;
}
.selectricWrapper {
  position: relative;
  cursor: pointer;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  position: relative;
  height: 44px;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  border-radius: 3px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  border-left: 1px solid #e1e1e1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC') no-repeat scroll center center;
  background-size: 11px auto;
  font: 0/0 a;
}
.selectricOpen .selectric .button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABHklEQVR4AZ2Tu2oCURRFjxMHHyiihYWNKWzEwm9IPsIy6RbBIintREywSLAwFsLAYCGCjY2FhSAIlvGjAmHY5HXNTFzN3LP3Wc312rkfHl1CuniYG8ONxyOnD564+I/C55mTeMFPqsgw4fSFCZkkihwzrb7pa0YurqJAqLUllyx1CinEUZRYaGVOEaPIXJMFpb8UFVaqB+SjaZ5A0xWVc4oqa1WnZDGRZapkTdWlqLFRbYz/45LHSjfUflPU2aoyIo0SkWakxpb6d0WDneK+8w/t0VdrR+OzosleUY8U5iRFT809zUhBm4PG926BJA9qH2hjRoujRmCxuNPGkZbxquMNFptbdPnGMHoJHSwRnej1DI0yAwKusMRcEzCg/A6MRGzx1vVoiAAAAABJRU5ErkJggg==');
}
.has-error .selectric {
  border-color: #ff6464 !important;
}
.selectricHover .selectric {
  border-color: #cccccc;
}
.selectricHover .selectric .button {
  border-color: #cccccc;
}
.selectricHover .selectric .button:after {
  border-color: #cccccc;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  border-color: #588098;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  z-index: -1;
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  outline: none;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricItems UL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selectricItems LI {
  display: block;
  padding: 9px 27px;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .03em;
  cursor: pointer;
  text-transform: uppercase;
}
.selectricItems LI.selected {
  background: #efefef;
  color: #444;
  border-top-color: #e0e0e0;
}
.selectricItems LI:hover {
  background: #f0f0f0;
  color: #444;
}
.selectricItems LI.disabled {
  background: #f5f5f5;
  color: #BBB;
  border-top-color: #fafafa;
  cursor: default;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.top-bar {
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 47px;
  background: #ffffff;
  text-align: right;
  box-shadow: 0 0 20px 6px rgba(155, 206, 78, 0.91);
}
.call-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 12px 0;
}
.call-btn B {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABCCAQAAAC2/+2BAAAFbUlEQVR4AbWYeWwVVRjF5z3KK21KqaWY4IqIVMENErEGMMhiCHEDjaCggugRpKFQS6lYY4OBQkADRkVAgsYtFahYglRUSFyIoAFkE1JE04aAIJYiQuFBx3BzcnO/zO3Mm4nt+aMz5373/t7MfHd1bH8owDokcQpzEYfz/8lrXY3VcLWmtSVsDE7BNXQQsbaBxTDfwPzO//3bBrZEg3ZgAHrwemlbwMo1agESytmi7hqRHthMLvIRTx02FC2q6YsYrwsnE/5wQCOj0AwXBwBkpALLQj0bniJ+7znlfR4A2w6XOoqJiAfBZjP4fVmIz5SbRJ4v7HuRv9vR1w+WgyYVdgydIItHWp7XqwLUC9x5zECsNVgRgyZ5ihM4oUq2Sd8S9xR2C2ANMu2wrar4b+vnfZuV8+EEKI6J+NPAbUMXL6wL83ARLam7WHUO7/2Vg08M3G7kQcIwjkVDtSlVp0r/SHlIfhrnNW4rOkrY68puRgdtSr3CioOE66d70KRx1YiZsA3K/IWGV91ZbbmnpDNeRgV6WurcYeCKDRhfU1WrsA7Yy/FS+DqxWrAK3T1lg3GOsCRu1TA0+qTHcKzHGVb6TpYhC65WM0o8PWuSLv0RccKYixUeUAY+hGtovCdiryhf5+lZVbrsGcJ4O1MGIoZVYkwoh21O/4CZx9xDtijPwwmW1CNBmPXJxtC/gI8wFp3petUN1Qbua7QXpc/S5+jk4LS6mQtHaBefaBicQE0wnu81UZKGg/R/VTActiT2tQxZrB1/DcEZjRsof4j2C+AwgVErQh5gwN3C9Z9AXWoP4qLjnKS/5BJsjbrcL6qOZ0BX4fprscaNgW1lU38JNp9dL90CuzIErCOOsNYW4Q+DS+U7GMvLPkbACHoD4IRQMVzqBvEiz9Kd7OAWXk40AnrQmx4KdpkeoqYK/1u6bzhIY/K/JwKOccx2QqmWza4W7lt0N1262cgZywhg2hwPubF4Ca4l3QrpHjKXp9cZAUX0+oWCPcJaZ4U7mu5Jc+qfavlqFaFgg+BS6bZ8VEsVfqGvLMuB3RFh7WyuusVK9rUcI2QeQ24OARsJzhLCvY9uUt3iQd7CCOlDb14I2EzWqRPu43Qb1S3S0WiZjfdxnZxIGVYD17I7mEV3Dw0stWTkNHqjU0Rl6bGiRPgr6NbQwEAalWIX06y8n1KeaFzqRuvyYSENxLCfL81M2uUMG5ISrBejfxZuLlroj/J243FGYE8G8lsGqhB7sRm9hfcEXOpyc53+r+WlfcrAEXAiah1b2Ck38MssL60XLnD+TYuEaq9ngjINEy/tSxG+Ug5mIdVBL4auJ0yM9VycaHXFP8pr4rwdVqW4gBbM9p7w3ElYrXBn0F0PJ5I6obP9OGktGx4s3vtOus95GkpDZuSzKz0ibhfT5u1Mk/MiK7Pxpvr83+Cq0DDqY+ImWLeESZRwrLzXOCPYglg0WDeOcMeRa7gxY01/DF9gB1yhh0LDqDlsYIVwE+zgUg1Iqv/7EI8Gy8AhNjVc+DEU4aRALUc23uH1k6Fh1HA2cBi5nvO3QqzBD9iASh4bXcHX/hsSoWHUu7pvBX/6hYx9PiosW7/K8kBYHs8GjiAjNIzqp0e1RwNxFXqzHB5GTdFLzsGBC4K/VOQJ5ESCib3VGfRPcQfzanRYO9Rq3P2+kRloUHGn0SUCjMrEJuIuotQ3M8G4RRFhxG2ES623z2niZKAZ10SCUQnjrOcUylpN8Mfks4WGUTFMR9IYiCvR2xNzm94dbI4IE/1OngLXoxqVKMMsLEANjholyyLDxIxdyv7kp4bo38zbfV/AgVZBe1CMTv7ZGFYx9MWLWIs6bv2bsAtVKMJNQTX/AzY7EP0IJFXCAAAAAElFTkSuQmCC') no-repeat center center;
  background-size: 18px auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.call-btn B:hover {
  opacity: .75;
}
.top-nav {
  display: inline-block;
  padding: 16px 0;
  font: 0/0 a;
}
.top-nav__item {
  display: inline-block;
  position: relative;
}
.top-nav__item + .top-nav__item {
  margin-left: 47px;
}
.top-nav__link {
  color: #666666;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  letter-spacing: .05em;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.top-nav__link:hover {
  color: #999999;
}
.top-nav__arrow {
  position: relative;
  display: inline-block;
  top: -2px;
  width: 0;
  height: 0;
  margin-left: 11px;
  border-style: solid;
  border-width: 4px 2px 0 2px;
  border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.top-nav__item:hover .dropdown {
  display: block;
}
.top-nav__item:hover .top-nav__arrow {
  border-width: 0 2px 4px 2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0);
}
.dropdown {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  min-width: 165px;
  padding: 15px 0 0;
}
.dropdown__list {
  margin: 0;
  padding: 22px 14px;
  list-style: none;
  background: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: #646464;
  border-color: rgba(100, 100, 100, 0.21);
}
.dropdown__item {
  display: block;
  margin-top: 15px;
}
.dropdown__list .dropdown__item:first-child {
  margin-top: 0;
}
.dropdown__link {
  color: #666666;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  letter-spacing: .05em;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.dropdown__link:hover {
  color: #999999;
}
.search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 8px 0 9px 80px;
}
.search:before {
  content: '';
  position: absolute;
  width: 4px;
  left: 0;
  height: 100%;
  border: 1px solid #666666;
  border-right: none;
}
.search__label {
  display: none;
}
.search__field {
  border: none;
  height: 30px;
  width: 0;
  margin: 0 auto;
  padding: 7px 20px;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAQAAAAmTKJWAAADK0lEQVRYw+WYT0gVQRzHx6y0VJLKsktlQWT/ycDoYESmgVqW0aEHeakPlh3LOnhI04qCSsrAJMkUA62koEN6qYyKiEglSCKkgjR9pKBlIvq6zE773H3v7e5bPNTO8fub72d2Zvb3m1khQjwswsM1WunmB+OM4KWTe5SynVnCvYc5HOMFvoDtF/XsJCJ8UDxnGAwC+tva2R8GkAjy+W4JpLWnrHL6Ts2TrPpo5Di72MRK1rEFD+U8Y9QvZoRC+6gVfNJZjFFPOtMCDAre+gFrmWEHlUKf6jpBA0khJzybLh3uEbOtotbQr7r1kG6x10zKGVf9HhBpba0+qi5tJNqa/Ezdzr1iZQc26yYj2vZab9AtQF6o4HwV+sryvPs7pPJTOnhJCD6F2ri+sdDx9+lRA74ZLKxMhe0IK+/USZdxkgO/14AMuhNmkktQTnWBQo6qT3h52Dm1WHqNMs884KUMaBBuJPAh6WaWvkhU65UuXHiolW4tZuIBKfab50DbsGxV7aKM4lUpNrpUcuMYk46bjWKLlE64VuE7pOMho9QtpRzXYE3SsdQoDUsp1TVYpXS8bpS0vbjWNdg56VhvlEZch12UjjeMkna0SXMNViUdLxulTil5XIM9lo5FRumulM66BvsasIhSoh0FXEItVVvOmNbZpvJ0vCuwAq0Mm4nRqpzjCuy5dKsxl+ul/C78SwLrmZBuWeYBGWqWc1xLVZ+ZHugY1y5DukzKgh3UVvVepwIH7VPvFsYHQAwfpEsvMcGOqE/UuSjTMey2GvLh4IGrVY4cJMURqkx3Wwu10Tiigr32y41KDT68LLFzxPQxbCdTEqvr6eO01cvPQ7+r3QJLvdLUttAy0V5ruGju67oNUMycEJ9wo9rsDnCRVPh1H6KWbOIMcUkU0OYX6aVE3bOt4oQgF++ksY7RQROVnOcC1bSoIqL/X7BYCHKd4OZTrbu6hmq9oG12P9we63ssmVv8Dgn6wkliJ82LE5wQzKWQVlWC/FsPNWSZXdcd44QQgihSOUgpFVRTxSWKyGNZiFV3jnOQvP5t3O7/Bpc1lbhOIaYO91pMxUMG73nDxj8/2aNjC+a4xAAAAABJRU5ErkJggg==') no-repeat right center;
  background-size: 18px 18px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.ie .search__field {
  color: transparent;
}
.search__field:focus {
  width: 408px;
  padding: 3px 25px 4px 15px;
  background-position: right center;
}
.ie .search__field:focus {
  color: #666666;
}
.search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search__field::-webkit-input-placeholder {
  color: #999999;
  opacity: .75;
}
.search__field:-moz-placeholder {
  color: #999999;
  opacity: .75;
}
.search__field::-moz-placeholder {
  color: #999999;
  opacity: .75;
}
.search__field:-ms-input-placeholder {
  color: transparent;
}
.search__button {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0;
  padding: 0;
  text-indent: -999px;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.site-header {
  z-index: 5;
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  width: 100%;
  height: 87px;
  padding: 45px 0 0;
}
.site-header:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 0;
  -webkit-transition: box-shadow 0.3s linear;
          transition: box-shadow 0.3s linear;
}
.site-header .container {
  position: relative;
  text-align: right;
  min-height: 42px;
}
.site-header.header-normal:before {
  box-shadow: 0 40px 50px 100px rgba(0, 0, 0, 0.75);
}
.site-header.header-scrolled:before {
  box-shadow: 0 -160px 80px 280px rgba(0, 0, 0, 0.8);
}
.logo {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 258px;
  height: 35px;
  background: url('/images/ns-logo.svg') no-repeat scroll center center transparent;
  background-size: cover;
}
.main-nav {
  display: inline-block;
  padding: 20px 0 0 20px;
  font: 0/0 a;
}
.main-nav__item {
  display: inline-block;
  padding: 0 0 20px;
}
.main-nav__item:hover {
  text-decoration: none;
}
.main-nav__item + .main-nav__item {
  /* margin-left: 73px; MODIFIED */
  margin-left: 30px;
}
.main-nav__item:hover .dropmenu {
  display: block;
}
.main-nav__link {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: .125em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav__link:hover {
  text-decoration: none;
}
.main-nav__link:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
  background: transparent;
}
.main-nav__item:hover .main-nav__link:after,
.main-nav__item.active .main-nav__link:after {
  background: #a1c813;
}
.dropmenu {
  position: absolute;
  display: none;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: left;
}
.dropmenu-i {
  display: table;
  table-layout: auto;
  width: 100%;
  margin-top: 18px;
  background: #8caf05;
  background: rgba(140, 175, 5, 0.95);
}
.dropmenu__content {
  display: table-cell;
}
.dropmenu__cols {
  display: table;
  table-layout: auto;
  padding: 30px 37px 29px;
}
.dropmenu__col {
  display: table-cell;
  vertical-align: top;
  padding-left: 80px;
  white-space: nowrap;
}
.dropmenu__cols .dropmenu__col:first-child {
  padding-left: 0;
}
.dropmenu__heading {
  margin: 0 0 7px;
  white-space: normal;
}
.dropmenu__heading A {
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.dropmenu__heading A:hover {
  color: #97c93c;
}
.dropmenu__list {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  white-space: normal;
}
.dropmenu__list + .dropmenu__list {
  margin-left: 15px;
}
.dropmenu__item {
  display: block;
  margin-top: 7px;
}
.dropmenu__list .dropmenu__item:first-child {
  margin-top: 0;
}
.dropmenu__link {
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.dropmenu__link:hover {
  color: #97c93c;
  text-decoration: none;
}
.dropmenu__image {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 182px;
}
.dropmenu__image IMG {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dropmenu__caption {
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 115px;
  height: 24px;
  margin: 0 auto;
  padding: 6px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  text-align: center;
  color: #ffffff;
}
.menu-trigger {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.menu-trigger:hover {
  opacity: .75;
}
.menu-trigger__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 3px;
  margin-left: 8px;
  border-radius: 1px;
  background: #ffffff;
}
.menu-trigger__icon:before,
.menu-trigger__icon:after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background: #ffffff;
}
.menu-trigger__icon:before {
  top: -8px;
}
.menu-trigger__icon:after {
  top: 8px;
}
.site-footer {
  padding: 35px 0 20px;
  background: #333333;
  text-align: center;
}
.site-footer-i {
  position: relative;
  display: table;
  table-layout: auto;
  width: 100%;
}
.sitemap-button {
  display: table-cell;
  vertical-align: top;
  width: 75px;
  padding: 0 0 3px;
}
.sitemap-trigger {
  display: block;
  position: relative;
  padding: 11px 0;
  width: 100%;
  border: 3px solid #999999;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.sitemap-trigger:hover {
  color: #666666;
  border-color: #666666;
  text-decoration: none;
}
.sitemap-trigger__text {
  display: block;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  opacity: 1;
  letter-spacing: .05em;
}
.sitemap-trigger__icon {
  position: absolute;
  font-size: 65px;
  top: 1px;
  left: 50%;
  line-height: 50%;
  margin-left: -18px;
  opacity: 0;
}
.sitemap-trigger.expanded .sitemap-trigger__text {
  opacity: 0;
}
.sitemap-trigger.expanded .sitemap-trigger__icon {
  opacity: 1;
}
.bottom-nav {
  display: table-cell;
  vertical-align: bottom;
  padding: 0;
  text-align: right;
  line-height: 1;
}
.bottom-nav__item {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.bottom-nav__item:hover {
  color: #666666;
  text-decoration: none;
}
.bottom-nav__item + .bottom-nav__item {
  margin-left: 23px;
}
.social {
  /*position: absolute;
  white-space: nowrap;
  top: 0;
  right: 0;*/
  position: relative;
  text-align: right;
}
.social__link {
  display: inline-block;
  vertical-align: bottom;
  color: #999999;
  text-decoration: none;
  font-size: 24px;
  line-height: 50%;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.social__link:hover {
  color: #666666;
  text-decoration: none;
}
.social__link + .social__link {
  margin-left: 5px;
}
.social I {
  display: inline-block;
}
.social .icon-youtube {
  height: 26px;
  font-size: 24px;
}
.social .icon-twitter {
  font-size: 22px;
}
.social .icon-linkedin {
  font-size: 24px;
}
.footer-menu {
  display: none;
  margin: 0;
  padding: 35px 0 25px;
  background: #999999;
}
.no-js .footer-menu {
  display: block;
}
.footer-menu-i {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.footer-menu__col {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.footer-menu-i .footer-menu__col:first-child {
  padding-left: 0;
}
.footer-menu__heading {
  margin: 0 0 3px;
  line-height: 1.2;
  letter-spacing: .03em;
}
.footer-menu__title {
  font-size: 12px;
  line-height: 1.2;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  letter-spacing: .03em;
}
.footer-menu__title:hover {
  color: #4d4c4c;
  text-decoration: none;
}
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu__link {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .03em;
}
.footer-menu__link:hover {
  color: #4d4c4c;
  text-decoration: none;
}
.footer-menu .container {
  position: relative;
}
.footer-menu .container:before {
  z-index: 1;
  content: none;
  position: absolute;
  top: -35px;
  left: 38px;
  width: 0;
  height: 0;
  margin-left: -13px;
  border-width: 13px 13px 13px 13px;
  border-style: solid;
  border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.footer-menu.expanded .container:before {
  content: '';
}
.bottom {
  text-align: right;
  background: #000000;
  padding: 14px 0;
}
.tagline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tagline-i {
  max-width: 252px;
  max-height: 12px;
}
.orb {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-left: 24px;
  background: url('../images/wordmark.svg') no-repeat scroll center center transparent;
  background-size: cover;
}
.push-menu {
  z-index: 10;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 47px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.mp-menu {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 245px;
  min-height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  border-left: 1px solid #646464;
  border-left: 1px solid rgba(100, 100, 100, 0.21);
  background: #232222;
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.mp-level.mp-under {
  background: #1a1a1a;
  border-left: 1px solid #95d600;
  border-left: 1px solid rgba(149, 214, 0, 0.21);
}
.mp-under > .mp-items > .mp-item,
.mp-under > .mp-subitems > .mp-subitem,
.mp-under > .mp-heading > .mp-heading__text,
.mp-under > .mp-back {
  border: none;
  color: transparent;
  background: transparent;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 245px;
}
.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}
.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}
.mp-menu {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.mp-items,
.mp-subitems {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-item,
.mp-subitem {
  line-height: 1;
}
.mp-item > A,
.mp-subitem > A {
  padding: 12px 13px 12px 23px;
  display: block;
  line-height: 1;
  text-decoration: none;
  text-align: right;
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.mp-item > A:hover,
.mp-subitem > A:hover {
  color: #97c93c;
}
.mp-item.has-items,
.mp-subitem.has-items {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA/0lEQVQ4y43Uqw9BcRQH8Gu4gZniUSSBzaYJ+C/8ITRTCZpIZQQkJI/gEbyCCZqiSKYoqq+5ruOacy4nf/bb7zwVxSQQxxAt+MxIElc8oi6TGC54xlQiUZx1ckOKJyGc8IoMT4I4EsnxJIADkQJP/NgTKfHEgx2RCiwccWNDpMYTJxZE2rByxIExkR5UjqjoExnxxIoOkRkcPGkSWcPFp10ksoVbauWcGhmRR+Kvl2yGP62EP2nsnd2UzU6v04DYkK2TXvEJsS7sEnNiSazF9u5rCqrsFGjMa5inssx+T+bXjOdlZtyWrMzChr1Ly+z3Bv95Cz6uSkMxvU+J5326A0aHjpbiEO5KAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 6% center;
  background-size: 6px auto;
}
.mp-item {
  border-bottom: 1px solid #e2e2e2;
  border-bottom: 1px solid rgba(226, 226, 226, 0.25);
}
.mp-item > A {
  text-transform: uppercase;
}
.mp-subitem {
  border-bottom: 1px solid #515151;
}
.mp-heading {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 19px 0 4px;
  padding: 12px 13px 12px 17px;
}
.mp-heading__text {
  display: table-cell;
  vertical-align: middle;
  color: #95d600;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
.mp-close {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  font-size: 42px;
  line-height: 50%;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.mp-close:hover {
  opacity: .75;
}
.mp-back {
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAABAUlEQVQ4y43UL0+CURTHcdgjhAcYRaCQKGxsNoLoq/CF0JxZAgkaozKnEyj8SYgBIQgWIdAoFhIbgULUrwE4I9zz3Ofkz+7uPfd3ToAkzwy5DngVTwDsufFCYw61I6+jO/6ObMuVzoqcakNWZw/C1mR0VhL2Q1pnVWErUhoKUhe25FJnDWHfxDXm0BY2JaKxEH1hI1yNhRkKGxDWmMtEWAdHYzG+hL3qLM5CWFlvbo7fI/rUT5pbTiJ6dqem8U64EkTocmHu05ulT4ToCfkwdhyHlpCZ8e98pIAgtbM8JczPrliTyaM149xbp8XH3PmaYH+74LRVbr22SpIX3il4rad//ZKOfqJPE5oAAAAASUVORK5CYII=') no-repeat scroll 94% center #313131;
  background-size: 6px auto;
  line-height: 1;
  padding: 12px 13px 12px 17px;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.mp-back:hover {
  opacity: .75;
}
.call-dialog {
  text-align: center;
}
.call-dialog__ico {
  display: block;
  margin: 0 auto 2em;
}
.call-dialog__tel {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .05em;
}
.call-dialog__bar {
  display: block;
  max-width: 50px;
  margin: 1.25em auto 1.5em;
  border-top: 1px solid #98be02;
  border-top: 1px solid rgba(152, 190, 2, 0.88);
}
.call-dialog__link {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
}
HTML,
BUTTON,
INPUT,
SELECT,
TEXTAREA {
  color: #000000;
}
::-moz-selection {
  background: rgba(56, 105, 161, 0.3);
  text-shadow: none;
}
::selection {
  background: rgba(56, 105, 161, 0.3);
  text-shadow: none;
}
HR {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
AUDIO,
CANVAS,
IFRAME,
IMG,
SVG,
VIDEO {
  vertical-align: middle;
}
FIELDSET {
  margin: 0;
  padding: 0;
  border: 0;
}
TEXTAREA {
  resize: vertical;
}
HTML,
BODY,
BUTTON {
  -webkit-font-smoothing: antialiased;
}
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
IMG {
  border: 0;
}
INPUT[type] {
  box-sizing: border-box;
}
BODY {
  color: #000000;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
BODY.no-scroll {
  overflow: hidden;
}
.container {
  margin: 0 auto;
}
.container IMG,
.container IFRAME,
.container VIDEO,
.container OBJECT,
.container TABLE {
  max-width: 100%;
  height: auto;
}
.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 300px;
          perspective: 300px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hero__bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/home/hero.jpg') no-repeat scroll;
  background-size: cover;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.88);
  background-blend-mode: multiply;
}
.hero__i {
  z-index: 1;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.no-background-blend-mode .hero__i {
  background: #000000;
  background: rgba(0, 0, 0, 0.63);
}
.hero__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: center;
}
.hero__title {
  margin: 2.5em auto .5em;
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: .035em;
  color: #ccff00;
  color: rgba(204, 255, 0, 0.65);
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__bar {
  display: block;
  margin: 2.5em auto 4.3em;
  max-width: 252px;
  border-top: 5px solid;
  border-top-color: #9cc302;
  border-top-color: rgba(156, 195, 2, 0.88);
}
.hero__link {
  letter-spacing: .03em;
}
.hero__scroll {
  z-index: 1;
  color: #9dc405;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -8px;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.hero__scroll:hover {
  opacity: .75;
}
.home-section {
  color: #ffffff;
}
.section__title {
  margin: 0 0 .7em;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.section__bar {
  display: block;
  margin: 0 auto 2em;
  max-width: 145px;
  border-top: 5px solid #ffffff;
}
.section__bar_mini {
  max-width: 45px;
  margin: 0 0 1em;
}
.section__body {
  margin: 0 0 1.6em;
  letter-spacing: .025em;
}
.section__body P {
  margin: 0 0 .5em;
}
.section-i {
  position: relative;
}
.section-plus {
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-size: 65px;
  line-height: 50%;
  -webkit-transition: -webkit-transform .25s;
          transition: transform .25s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  text-decoration: none;
  color: #ffffff;
  outline: none;
}
.expanded .section-plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 25px;
  right: 20px;
}
.section .default-hidden {
  display: none;
}
.section-side {
  float: right;
  max-width: 425px;
  margin-right: 115px;
}
.section-group {
  z-index: 2;
  position: relative;
}
.section-group:before,
.section-group:after {
  content: '';
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
.section-group:before {
  left: 0;
  background: #e66363;
}
.section-group:after {
  right: 0;
  background: #9b4c80;
}
.section-cols {
  z-index: 1;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-cols .section {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 40px 30px 40px;
  text-align: left;
}
.section-cols .section__title {
  margin: 0 0 .3em;
}
.section-cols .section__bar {
  margin: 0 0 1.3em;
}
.section-cols .section-content {
  max-width: none;
}
.section-cols .section.expanded {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 45px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
.section-cols .section.expanded .section-content {
  float: left;
  max-width: 475px;
}
.short-post__title {
  margin: 0;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .025em;
}
.short-post__link {
  color: #ffffff;
  text-decoration: underline;
}
.short-post__link:hover {
  text-decoration: none;
}
.short-post__body {
  letter-spacing: .025em;
}
.short-post__body P {
  margin: 0 0 .5em;
}
.short-post + .short-post {
  margin-top: 19px;
}
.solutions-section {
  background: #e66363;
}
.products-section {
  background: #9b4c80;
}
.about-section {
  background: url('../images/home/about.jpg') no-repeat center 65% scroll;
  background-size: cover;
  background-color: #8cae05;
  background-blend-mode: multiply;
  text-align: center;
}
.no-background-blend-mode .about-section .section-i {
  background: #5a8400;
  background: rgba(90, 132, 0, 0.7);
}
.education-section {
  background: url('../images/home/education.jpg') no-repeat center 65% scroll;
  background-size: cover;
  background-color: #5a839c;
  background-blend-mode: multiply;
  text-align: center;
}
.no-background-blend-mode .education-section .section-i {
  background: #003755;
  background: rgba(0, 55, 85, 0.63);
}
.about-section .section-i,
.education-section .section-i {
  padding: 70px 0 43px;
}
.about-section .section-content,
.education-section .section-content {
  max-width: 880px;
  margin: 0 auto;
}
.news {
  background: #000000;
}
.news-grid {
  font: 0/0 a;
}
.news__intro {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.news__i {
  display: table-cell;
  vertical-align: middle;
  background: #000000;
  background: rgba(0, 0, 0, 0.65);
  padding: 0 30px;
}
.news__title {
  margin: .7em 0;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #b6b996;
}
.news__bar {
  display: block;
  max-width: 45px;
  border-top: 4px solid #b6b996;
}
.news-more {
  display: block;
  padding: 20px;
  color: #b6b996;
  background: #000000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.news-more:hover {
  opacity: .75;
}
.news-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 25%;
  min-height: 153px;
}
.news-item__bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-position: 50% 50%;
  -webkit-transition: all 0.35s;
          transition: all 0.35s;
}
.news-item__i {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-background-blend-mode .news-item__i {
  background: #000000;
  background: rgba(0, 0, 0, 0.35);
}
.news-item__content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 5px 17px;
  text-align: center;
  background: #b9bc99;
  background: rgba(185, 188, 153, 0.75);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.35s;
          transition: all 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.news-item__title {
  margin: 0 0 5px;
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}
.news-item__link {
  color: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.news-item__link:hover {
  text-decoration: underline;
}
.news-item.regular {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.news-item.regular:hover {
  opacity: .75;
}
.news-item.rollover:hover .news-item__content,
.news-item.rollover:hover .news-item__link {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.news-item.rollover:hover .news-item__bg {
  background-color: transparent;
}
.intro {
  position: relative;
  overflow: hidden;
}
.intro__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
}
.intro__i {
  z-index: 1;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 190px 0 40px;
  color: #ffffff;
}
.intro__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: center;
}
.intro__title {
  margin: 0 0 .4em;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.intro .bar {
  margin: 0 auto 1.5em;
}
.intro__text {
  margin: 1em 0 0;
  letter-spacing: .055em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.intro_A .intro__bg,
.intro_C .intro__bg,
.intro_G .intro__bg,
.intro_I .intro__bg,
.intro_Z .intro__bg {
  background-image: url('../images/home/hero.jpg');
  background-position: center top;
  background-size: 200%;
}
.intro_F .intro__bg {
  background-image: url('../images/home/education.jpg');
  background-position: center 65%;
  background-color: #588098;
}
.no-background-blend-mode .intro_F .intro__i {
  background: #003755;
  background: rgba(0, 55, 85, 0.63);
}
.intro_A .intro__bg {
  background-color: #e66363;
}
.no-background-blend-mode .intro_A .intro__i {
  background: #5b0000;
  background: rgba(91, 0, 0, 0.63);
}
.intro_C .intro__bg {
  background-color: #9b4c80;
}
.no-background-blend-mode .intro_C .intro__i {
  background: #380023;
  background: rgba(56, 0, 35, 0.63);
}
.intro_G .intro__bg {
  background-color: #555659;
}
.no-background-blend-mode .intro_G .intro__i {
  background: #050505;
  background: rgba(5, 5, 5, 0.67);
}
.intro_I .intro__bg {
  background-color: #8dad0f;
}
.no-background-blend-mode .intro_I .intro__i {
  background: #2b4000;
  background: rgba(43, 64, 0, 0.63);
}
.intro_Z .intro__bg {
  background-color: #b6b996;
}
.no-background-blend-mode .intro_Z .intro__i {
  background: #b6b996;
  background: rgba(33, 36, 0, 0.63);
}
.content {
  padding: 50px 0;
  background: url('../images/dots.jpg') repeat scroll #ffffff;
  color: #000000;
}
.tab-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px 0 0;
  border-collapse: separate;
}
.tab-nav__item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 4px;
}
.tab-nav__item:first-child {
  padding-left: 0;
}
.tab-nav__link {
  display: block;
  padding: 16px;
  border: 1px solid #999999;
  color: #cccccc;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.tab-nav__link:hover {
  color: #000000;
}
.active .tab-nav__link,
.active .tab-nav__link:hover {
  border-color: #333333;
  color: #ffffff;
  background: #333333;
}
.tab-nav_2 .tab-nav__item {
  width: 50%;
}
.tab-nav_3 .tab-nav__item {
  width: 33.33333%;
}
.tab-nav_4 .tab-nav__item {
  width: 25%;
}
.tab-nav_5 .tab-nav__item {
  width: 20%;
}
.sidebar {
  float: left;
  width: 280px;
  margin-top: 5px;
}
.main {
  float: right;
  width: 810px;
  min-height: 795px;
}
.side-nav {
  background: #fbfbfb;
  border: 1px solid;
  border-color: #646464;
  border-color: rgba(100, 100, 100, 0.21);
  /*  &__item.has-items &__link:before,
  &__item.has-items &__link:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    height: 2px;
    width: 8px;
    margin-top: -2px;
    background: fade(@darkenGray, 80%);
    backface-visibility: hidden;
    .transit(all);
  }
  &__item.has-items &__link:before{
    transform: rotate(45deg);
    right: 13px;
  }
  &__item.has-items &__link:after{
    transform: rotate(-45deg);
    right: 23px;
  }
  &__item.has-items.expanded &__link:before{ transform: rotate(-45deg); }
  &__item.has-items.expanded &__link:after{ transform: rotate(45deg); }*/
}
.side-nav__item {
  position: relative;
  padding: 8px 20px;
  background: #fbfbfb;
  border-top: 1px solid;
  border-top-color: #646464;
  border-top-color: rgba(100, 100, 100, 0.21);
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.side-nav__item.active {
  background: #cccccc;
  background: rgba(204, 204, 204, 0.25);
}
.side-nav__item.has-items:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 15px;
  width: 6px;
  height: 11px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA70lEQVQ4y43UsWoCQRDGcT09OOUar0iTIiBWgskz5CmsYvkPmMJU2okI2qjNnYUX0BQqpEphYSEIKax0H8rmmCpzu1v/WHZmv5kCEWMSWoW8wwiD4cJLHkoxGAx/NHX0yi1jZxo6a2fIcOJJZx1hRx519i7swIPOPoX9EmmoyEDYDzWdDYVtCTXmMRW2oaKxMgthKwKN+STCYnyNBXwJm1HSWJVvYRM8jYXshXX15ta5Zmit37STmz5c3lT6v7rUUh0+saVPlJlbOu7wdw4poEjfmid61mSCNeO8WafFYe6cJthtFzhtlYgxS57z1tMdrx7iVgUuqQMAAAAASUVORK5CYII=') no-repeat scroll;
  background-size: 6px auto;
}
.side-nav__item.has-items.expanded:after {
  top: 16px;
  right: 13px;
  width: 11px;
  height: 6px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC');
  background-size: 11px auto;
}
.side-nav__item:first-child {
  border-top: none;
}
.side-nav__link {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.side-nav__link:hover {
  text-decoration: underline;
}
.side-nav__list {
  display: none;
  margin: 8px -20px -8px;
  padding: 0 0 0 13px;
  background: #fbfbfb;
  list-style: none;
  border-top: 1px solid;
  border-top-color: #646464;
  border-top-color: rgba(100, 100, 100, 0.21);
}
.no-js .side-nav__list {
  display: block;
}
.side-nav__list .side-nav__list {
  margin-left: -33px;
  padding-left: 26px;
}
.side-nav__subitem {
  display: block;
  position: relative;
  padding: 8px 20px;
}
.side-nav__subitem.has-items:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 15px;
  width: 6px;
  height: 11px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA70lEQVQ4y43UsWoCQRDGcT09OOUar0iTIiBWgskz5CmsYvkPmMJU2okI2qjNnYUX0BQqpEphYSEIKax0H8rmmCpzu1v/WHZmv5kCEWMSWoW8wwiD4cJLHkoxGAx/NHX0yi1jZxo6a2fIcOJJZx1hRx519i7swIPOPoX9EmmoyEDYDzWdDYVtCTXmMRW2oaKxMgthKwKN+STCYnyNBXwJm1HSWJVvYRM8jYXshXX15ta5Zmit37STmz5c3lT6v7rUUh0+saVPlJlbOu7wdw4poEjfmid61mSCNeO8WafFYe6cJthtFzhtlYgxS57z1tMdrx7iVgUuqQMAAAAASUVORK5CYII=') no-repeat scroll;
  background-size: 6px auto;
}
.side-nav__subitem.has-items.expanded:after {
  top: 16px;
  right: 13px;
  width: 11px;
  height: 6px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC');
  background-size: 11px auto;
}
.side-nav__subitem.active > .side-nav__sublink {
  text-decoration: underline;
}
.side-nav__sublink {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: .01em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.side-nav__sublink:hover {
  text-decoration: underline;
}
.side-nav__item.has-items.expanded > .side-nav__list {
  display: block;
}
.side-nav__subitem.has-items.expanded > .side-nav__list {
  display: block;
}
.page-title {
  margin: 0 0 35px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.page-title_tiny {
  margin: 0 0 23px;
}
.page-title_compact {
  margin: 0 0 30px;
}
.page-intro {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .025em;
}
.tools {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 0/0 a;
}
.tools__btn {
  display: inline-block;
  vertical-align: middle;
  background: url('../images/icons.png') no-repeat scroll transparent;
  background-size: 48px auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.tools__btn_print {
  width: 32px;
  height: 32px;
  background-position: 0 -216px;
}
.tools__btn_share {
  width: 20px;
  height: 30px;
  background-position: 0 -248px;
}
.tools__btn:hover {
  opacity: .75;
}
.st-wrap {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding: 0 10px 18px 10px;
}
.st-items {
  z-index: 1;
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  width: 44px;
}
.st-items:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #676766 rgba(0, 0, 0, 0);
}
.st-wrap:hover .st-items {
  display: block;
}
.st-item {
  display: block;
  background: #676766;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
  text-align: center;
}
.st-item:hover {
  background: #767576;
}
.st-item I {
  display: inline-block;
  font-size: 24px;
  line-height: 43px;
  color: #ffffff;
}
.st-item .icon-twitter {
  font-size: 32px;
}
.st-item .icon-linkedin {
  width: 26px;
  font-size: 30px;
}
.int {
  max-width: 880px;
  margin: 0 auto 45px;
  text-align: center;
}
.int__title {
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
.int__text {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .025em;
}
.int__text_tiny {
  margin: 0 0 10px;
}
.int .link {
  font-weight: 700;
}
.int__links {
  text-align: center;
  margin: 0 0 20px;
}
.int__link {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-weight: 600;
  text-decoration: none;
}
.int__link:hover {
  text-decoration: underline;
}
.int__separator {
  display: inline-block;
  margin: 0 15px;
  color: #666666;
}
.int__body {
  font-size: 14px;
}
.int__body P {
  margin: 0 0 1em;
}
.int__body A:not(.link) {
  color: #666666;
  text-decoration: none;
  font-weight: 400;
}
.int__body A:not(.link):hover {
  text-decoration: underline;
}
.int__body UL {
  padding: 0 0 0 17px;
}
.mods {
  padding: 0 0 18px;
}
.mods .mod + .mod {
  border-top: none;
}
.mod {
  position: relative;
  width: 100%;
  min-height: 260px;
  table-layout: auto;
  background: #ffffff;
  border: 1px solid #818181;
}
.mod_di {
  padding-right: 460px;
}
.mod_id {
  padding-left: 460px;
}
.mod_di .mod__description {
  padding-right: 30px;
  padding-left: 50px;
}
.mod_id .mod__description {
  padding-right: 40px;
  padding-left: 40px;
}
.mod__image {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 460px;
  height: 100%;
  border: none;
  outline: none;
}
.mod__image IMG {
  position: absolute;
  height: 100%;
  max-width: none;
  top: 0;
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.mod__image.colored IMG {
  filter: none;
  -webkit-filter: grayscale(0);
}
.mod__image:hover IMG {
  filter: none;
  -webkit-filter: grayscale(0);
}
.mod_di .mod__image,
.mod_di .mod__image IMG {
  right: 0;
}
.mod_id .mod__image,
.mod_id .mod__image IMG {
  left: 0;
}
.mod__title {
  margin: 0 0 .4em;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.mod__text {
  margin: 0 0 1em;
  letter-spacing: .025em;
}
.mod_standard .mod__description {
  padding-top: 42px;
  padding-bottom: 27px;
}
.mod_compact .mod__description {
  padding-top: 34px;
  padding-bottom: 34px;
}
.mod__links {
  margin: 0 0 1em;
}
.mod__links_red {
  color: #e66363;
}
.mod__links_blue {
  color: #588098;
}
.mod__link {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .025em;
}
.mod__link_red {
  color: #e66363;
}
.mod__link_blue {
  color: #588098;
}
.mod__link:hover {
  text-decoration: underline;
}
.mod__text + .mod__links {
  margin-top: -1em;
}
.mod__separator {
  display: inline-block;
  margin: 0 12px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.members {
  overflow: hidden;
  margin: 35px 0 80px;
  font: 0/0 a;
}
.members-i {
  margin-left: -5%;
}
.member {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 5%;
  margin-bottom: 36px;
  width: 20%;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  text-align: left;
}
.member > A {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.member:hover .member__image IMG {
  filter: none;
  -webkit-filter: grayscale(0);
}
.member__image {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
  border: 1px solid #cccccc;
}
.member__image IMG {
  width: 100%;
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.member__name {
  margin: 0;
  line-height: 1.3;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.member__pos {
  margin: 0;
  line-height: 1.3;
}
.content-cta {
  position: relative;
  margin: 3em 0;
}
.content-cta__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url('../images/engage-announcement.jpg');
  background-position: 80% bottom;
  background-size: cover;
  opacity: .95;
}
.content-cta__i {
  z-index: 1;
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
}
.content-cta__image,
.content-cta__content {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 25px 30px 30px;
  text-align: center;
}
.content-cta__content {
  color: #ffffff;
  padding-right: 110px;
  padding-left: 15px;
}
.content-cta__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.bio__image {
  float: left;
  width: 175px;
  padding: 6px 0 0;
}
.bio__image IMG {
  max-width: 100%;
}
.bio__main {
  float: right;
  width: 600px;
}
.bio__name {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .03em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.bio__pos {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.bio__content P {
  margin: 2em 0;
  line-height: 2;
}
.bio-nav {
  margin: 30px 0 0;
}
.bio-nav__item {
  max-width: 210px;
  color: #666666;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 6px auto;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  text-decoration: none;
}
.bio-nav__item:hover {
  opacity: .75;
}
.bio-nav__item_prev {
  float: left;
  padding-left: 45px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA9ElEQVQ4y43UMQ/BUBAH8Kc0KTFIB4vEICYJ38GnYGL7S0wmNkKiCxYkwoBEJCaDwSAGg00/FGnkUt5d23b95eXdu/+dUgEfyljAgR1EKnjC/fxDmZTw8IiLtUSKuH/JC1We5HH7Ehd1nuRwJdLkSRYXIi2e2DgT6fAkgxORHmIcSeNAZMCTJLZEHBgcsbAiMoPJERNzIkueGJgQ2cDiyZjIHim+7DaRI9JSK7fUyIIciUgnxX132gl3+qtuzVanvdOCfSftxadISCy8d1oK+mwKtDx1ZRaeTC3jkJl/Whoy889dTWbhExxxF/xslZFSwczbT28LcOJfjO7gxwAAAABJRU5ErkJggg==');
  background-position: left center;
}
.bio-nav__item_next {
  float: right;
  padding-right: 45px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA70lEQVQ4y43UsWoCQRDGcT09OOUar0iTIiBWgskz5CmsYvkPmMJU2okI2qjNnYUX0BQqpEphYSEIKax0H8rmmCpzu1v/WHZmv5kCEWMSWoW8wwiD4cJLHkoxGAx/NHX0yi1jZxo6a2fIcOJJZx1hRx519i7swIPOPoX9EmmoyEDYDzWdDYVtCTXmMRW2oaKxMgthKwKN+STCYnyNBXwJm1HSWJVvYRM8jYXshXX15ta5Zmit37STmz5c3lT6v7rUUh0+saVPlJlbOu7wdw4poEjfmid61mSCNeO8WafFYe6cJthtFzhtlYgxS57z1tMdrx7iVgUuqQMAAAAASUVORK5CYII=');
  background-position: right center;
}
.bio-nav__name {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .03em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.bio-nav__pos {
  margin: 0;
  line-height: 1.3;
}
.article {
  margin: 0 0 1.57em;
  color: #666666;
  letter-spacing: .025em;
}
.article__date {
  margin: 0;
}
.article__title {
  margin: 0;
  font-size: 14px;
}
.article__link {
  color: #666666;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.article__link:hover {
  text-decoration: underline;
}
.article .moretag {
  color: #666666;
  text-decoration: none;
}
.article .moretag:hover {
  text-decoration: underline;
}
.article A {
  font-weight: 400;
  text-decoration: none;
}
.article A:hover {
  text-decoration: underline;
}
.refs {
  margin: 3em 0 0;
  color: #666666;
  letter-spacing: .025em;
}
.refs__title {
  margin: 0 0 1.5em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.refs__link {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  color: #666666;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA70lEQVQ4y43UsWoCQRDGcT09OOUar0iTIiBWgskz5CmsYvkPmMJU2okI2qjNnYUX0BQqpEphYSEIKax0H8rmmCpzu1v/WHZmv5kCEWMSWoW8wwiD4cJLHkoxGAx/NHX0yi1jZxo6a2fIcOJJZx1hRx519i7swIPOPoX9EmmoyEDYDzWdDYVtCTXmMRW2oaKxMgthKwKN+STCYnyNBXwJm1HSWJVvYRM8jYXshXX15ta5Zmit37STmz5c3lT6v7rUUh0+saVPlJlbOu7wdw4poEjfmid61mSCNeO8WafFYe6cJthtFzhtlYgxS57z1tMdrx7iVgUuqQMAAAAASUVORK5CYII=') right center no-repeat scroll;
  background-size: 6px auto;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.refs__link:hover {
  text-decoration: underline;
}
.refs__list {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.refs__item {
  position: relative;
  padding: 0 0 0 108px;
  line-height: 1.75;
}
.refs__date {
  position: absolute;
  top: 0;
  left: 0;
}
.refs__ititle {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.refs__ilink {
  color: #666666;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.refs__ilink:hover {
  text-decoration: underline;
}
.toolkit,
.contact {
  margin: 35px 0 0;
}
.kits {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background: #fbfbfb;
  border: 1px solid;
  border-color: #646464;
  border-color: rgba(100, 100, 100, 0.21);
}
.kits__item {
  display: block;
  padding: 8px 20px;
  margin: 1px 0 0;
}
.kits__item:first-child {
  margin-top: 0;
}
.kits__link {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.kits__link .kit-ico {
  position: absolute;
  left: 0;
  top: 0;
}
.kits__link:hover {
  color: #999999;
  color: rgba(153, 153, 153, 0.8);
}
.kits__link:hover .kit-ico-print {
  background-position: -22px 0;
}
.kits__link:hover .kit-ico-rss {
  background-position: -22px -21px;
}
.kits__link:hover .kit-ico-email {
  background-position: -22px -42px;
}
.kits__link:hover .kit-ico-faq {
  background-position: -22px -63px;
}
.kits__link:hover .kit-ico-contact {
  background-position: -22px -84px;
}
.kits__link:hover .kit-ico-tear {
  background-position: -22px -105px;
}
.kit-ico {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  background: url('../images/icons.png') no-repeat scroll transparent;
  background-size: 48px auto;
}
.kit-ico-print {
  background-position: 0 0;
}
.kit-ico-rss {
  background-position: 0 -21px;
}
.kit-ico-email {
  background-position: 0 -42px;
}
.kit-ico-faq {
  background-position: 0 -63px;
}
.kit-ico-contact {
  background-position: 0 -84px;
}
.kit-ico-tear {
  background-position: 0 -105px;
}
.card {
  padding: 0 20px;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
}
.card__name {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .01em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.card__pos {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.3;
}
.card__company,
.card__address,
.card__phone {
  margin: 0;
  line-height: 1.3;
  letter-spacing: .03em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.card__email {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  letter-spacing: .03em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.card__email:hover {
  text-decoration: underline;
}
.contact_main {
  margin-top: 30px;
}
.contact_main .card {
  padding: 0 28px;
  color: #000000;
}
.contact_main .card__email {
  color: #000000;
  text-decoration: underline;
}
.contact_content {
  margin-top: 55px;
}
.contact_content .h2 {
  margin: 0 0 12px;
}
.contact_content .card {
  min-width: 300px;
  padding: 0;
}
.contact_content .card + .contact_content .card {
  margin-left: 40px;
}
.contact_content .card__email {
  text-decoration: underline;
}
.contact_content .card + .card {
  margin-left: 45px;
}
.stock-module {
  margin: 0 0 30px;
}
.stock-col {
  width: 362px;
}
.stock-col .h2 {
  margin-bottom: 27px;
}
.stock-area {
  min-height: 345px;
  padding: 20px 23px 20px 43px;
  border: 1px solid;
  border-color: #999999;
  border-color: rgba(153, 153, 153, 0.5);
  background: #ffffff;
  letter-spacing: .03em;
}
.stock-area__list {
  margin: -5px 0;
  padding: 0;
  list-style: none;
}
.stock-area__list-item {
  position: relative;
  line-height: 2;
  letter-spacing: .01em;
}
.stock-area__list-item:before {
  content: '\00B7';
  position: absolute;
  top: 7px;
  left: -17px;
  font-size: 28px;
  line-height: 0.5;
}
.stock-area__title {
  margin: 0 0 .8em;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.stock-area__pair {
  margin: .25em 0;
  line-height: 2;
}
.stock-area__dt {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.stock-area__dd {
  display: inline-block;
}
.stock-area__date,
.stock-area__delay {
  margin: 0;
}
.stock-area__date {
  margin-top: 1em;
}
.stock-area__value {
  margin: .6em 0 1.1em;
}
.stock-area__price {
  display: inline-block;
  margin-right: 12px;
  font-size: 42px;
  line-height: 1;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #666666;
}
.stock-area__trend {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
}
.stock-area__trend.up {
  border-width: 0 4px 8px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(149, 214, 0, 0.7) rgba(0, 0, 0, 0);
}
.stock-area__trend.down {
  border-width: 8px 4px 0 4px;
  border-color: #e66363 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.stock-area__diff {
  margin-left: 12px;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
}
.res-ico {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 45px;
  background: url('../images/icons.png') no-repeat scroll transparent;
  background-size: 48px auto;
}
.res-ico-pdf {
  background-position: 0 -126px;
}
.res-ico-htm {
  background-position: 0 -171px;
}
.resource {
  display: table;
  position: relative;
  width: 100%;
  height: 84px;
  min-height: 84px;
  margin: 24px 0 0;
  padding: 5px 35px 5px 133px;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.resource .res-ico {
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -22px;
}
.resource__title {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.resource:hover {
  background: #f9f9f9;
}
.resources .resource:first-child {
  margin-top: 0;
}
.basic {
  float: left;
  width: 710px;
  min-height: 775px;
}
.basic .page-title {
  margin-bottom: 18px;
}
.basic .bar {
  margin-bottom: 2em;
}
.basic .bar_compact {
  margin-bottom: 1em;
}
.basic .bar_subcompact {
  margin-bottom: 1.5em;
}
.ancillary {
  float: right;
  position: relative;
  width: 375px;
  padding: 95px 0 0;
}
.ancillary .btn + .btn {
  margin-top: 25px;
}
.ancillary .photo {
  max-width: 100%;
  margin: 0 0 55px;
}
.ancillary .contact {
  margin: 0;
}
.ancillary .contact,
.ancillary .contacts,
.ancillary .btn,
.ancillary .rail {
  margin-top: 25px;
}
.ancillary .photo + * {
  margin: 0;
}
.collapsibles {
  margin-top: 39px;
}
.collapsible-a {
  display: table;
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 84px;
  min-height: 84px;
  background: #f1f0f0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  opacity: 1;
}
.no-touch .collapsible-a:hover {
  background: #cccccc;
}
.collapsible-a__text {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.collapsible-a__arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -2px;
}
.collapsible-a__arrow:before,
.collapsible-a__arrow:after {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  width: 8px;
  background: rgba(102, 102, 102, 0.8);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.collapsible-a__arrow:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -6px;
}
.collapsible-a__arrow:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -6px;
}
.collapsible.expanded .collapsible-a__arrow:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.collapsible.expanded .collapsible-a__arrow:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.collapsible-c {
  display: none;
  position: relative;
  margin: 1px 0 0;
  padding: 15px 30px 45px;
  border: 2px solid #f1f0f0;
  background: #ffffff;
  color: #666666;
}
.no-js .collapsible-c {
  display: block;
}
.collapsible-c .markdown P:first-child {
  margin-top: 0;
}
.collapsible-c .markdown P:last-child {
  margin-bottom: 1.2em;
}
.collapsible-c .markdown:last-child P:last-child {
  margin-bottom: 0;
}
.collapsible-c .h2 {
  color: #666666;
}
.collapsible + .collapsible {
  margin-top: 25px;
}
.collapsible-close {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #666666;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.collapsible-close:hover {
  opacity: .75;
}
.collapsible-close__x {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
  font-size: 28px;
  line-height: .5;
  margin-left: 9px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
}
.products {
  overflow: hidden;
  margin: 35px 0 0;
  font: 0/0 a;
}
.product {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 31.8%;
  min-height: 350px;
  margin-bottom: 28px;
  margin-left: 2.3%;
  padding: 40px 25px 30px 40px;
  border: 1px solid;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, 0.5);
  color: #000000;
  background: #ffffff;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
.product_top {
  border: none;
  color: #ffffff;
  background: #9b4c80;
}
.product__title {
  min-height: 2.5em;
  margin: 0 0 .3em;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.product_top .product__title {
  min-height: 0;
}
.bar + .product__plist {
  margin-top: -0.5em;
}
.product__text {
  margin: 0 0 2.25em;
  letter-spacing: .025em;
  line-height: 1.5;
}
.product__plist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__pitem {
  margin-top: 17px;
}
.product__plist .product__pitem:first-child {
  margin-top: 0;
}
.product__ptitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.product__plink {
  color: #ffffff;
  text-decoration: none;
}
.product__plink:hover {
  text-decoration: underline;
}
.product__ptext {
  margin: 0;
  letter-spacing: .025em;
}
.products .product:nth-child(3n + 1) {
  margin-left: 0;
}
.content-buttons .btn-demo {
  float: left;
  width: 370px;
}
.content-buttons .btn-contact {
  float: right;
  width: 760px;
}
.eproducts {
  margin: 28px 0 -50px;
  padding: 27px 0 55px;
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.eproducts__content {
  font: 0/0 a;
  text-align: left;
}
.eproducts__title {
  margin: 0 0 1em;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.eproducts__list {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0;
  padding: 0 3.5% 0 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
}
.eproducts__list:nth-child(3n) {
  padding-left: 3.2%;
}
.eproducts__list:nth-child(3n + 1) {
  padding-left: 4.5%;
}
.eproducts__list:nth-child(3n + 2) {
  padding-left: 5.2%;
}
.eproducts__list:nth-child(n + 4) {
  margin-top: 20px;
}
.eproducts__item {
  margin-top: 8px;
  line-height: 1.5;
}
.eproducts__list .eproducts__item:first-child {
  margin-top: 0;
}
.eproducts__link {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  letter-spacing: .025em;
}
.eproducts__link:hover {
  text-decoration: underline;
}
.eproducts__link_featured {
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.tile-buttons {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  min-height: 340px;
  margin-bottom: 28px;
  margin-left: 2.3%;
}
.tile-buttons .btn:nth-child(n + 2) {
  margin-top: 26px;
}
.tile-buttons .btn-contact .btn__inner {
  min-height: 230px;
  height: 230px;
}
.tile-buttons .btn-contact .btn__text {
  line-height: 1.8;
}
.tile-buttons .btn-contact .btn__notes {
  line-height: 2.5;
}
.callout-box {
  margin: 1em 0 2em;
  color: #000000;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}
.callout-box__i {
  margin: 0;
  padding: 0 45px;
}
.callout-box__cite {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.025em;
}
.callout-box__cite:before {
  content: open-quote;
}
.callout-box__cite:after {
  content: close-quote;
}
.callout-box__cited {
  font-style: italic;
  letter-spacing: -0.01em;
}
.callout-box__cta {
  margin: .5em 0;
  text-align: center;
}
.page-subtitle {
  margin: 0 0 1em;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.page-subtitle_tiny {
  margin: 0 0 .5em;
}
.mini-nav_blue {
  color: #588098;
}
.mini-nav_olive {
  color: #b6b996;
}
.mini-nav_blue .mini-nav__item {
  color: #588098;
}
.mini-nav_blue .mini-nav__item_prev {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAABQklEQVR42p3WzyvDcRzHcVumbxpaai21lCQlJSUOLigHJweHnVyUXBykXJRWDiJFyo84EClSJFlrW7OQ1eyP8lQO+vY6fN/vTz2vjz6H9+dHi3fl8mcT9EolmvIiY/RJzb/KHmQkhPxWtSJDVKNmqAULMkBVgSxZkD4qC2TFgmSpKJA1C9JDBYFsUCwqkqZngWxZkG56FMg2xaMiKboXyJ4F6aBbgRxQIiqSpCuBHFNbVCSgC4GcU2BBTgRySe2WWdkVyA0lTQdRnJ86ZTzXwqHY0SkFVqiTrgV2RAkr1kV3AtunViuWogeB7VDciqXpSWB5ilmxDL0IbNODZakgsHXPWPRSSWCrHqyfKgJb9mCDVBPYogcbpneB5TzYqHhhv2neg43TVwhr0KwHm6R6CCt6fyPT1PgHVUxACJuhN/qguR8kWdbIBLVZnAAAAABJRU5ErkJggg==');
}
.mini-nav_blue .mini-nav__item_next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAABL0lEQVR42qXWwSuDcRzH8W3ibJoVZS2r1RRJUnNQ+w/WTrvIhZSDmhzksChFchApB85EjTQbW1sscXn+KO+Dw9LnKd+vX72Pz6vnqef7+/0i5b3LJWpSnfIR7+LhFwp++qS8F+pS0NcHzXugEgUCm/VgKwJ7p2kPtiawN8p5sA2BdSjrwSoCa9OkB9sW2CulrFCUdgXWoAkPVhVYncasWIwOBPZISQ92JLAaJazYIJ0I7I7iHuxMYDcebIguBHbl+ceGqfcb83zeuXijaytyKpBbGvkrMkDHArm3IDE6FMgDjVqQfYE8UfK/s/ZM4xZkxzb9GtoSSIvSFmQzZIfMWJB1gXQpa0FWQ06RKQuyLJAezViQYshJO2cdxI5AFjzbQrsP+aJF722kQC1quhHWNy1v1ccfpxgvAAAAAElFTkSuQmCC');
}
.mini-nav_olive .mini-nav__item {
  color: #b6b996;
}
.mini-nav_olive .mini-nav__item_prev {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAACR0lEQVR4Aa3V/08ScRzHceSOSARMlIAplQSBZCv7oT+1P6Wtv8EfSvvmJFAUG+EEFEG4846eP7zWmMJxbX22x+59J3vt9R4IZuAfzoeP75NcMiigiKzuIyZ/DPyP47dRCDE8Q16NUjDQxqXfoDCSCthRmIGW2H6CEgopoowS0rhAF1X0vYIMRLVOAdsKW0YfDYUcYOAVZKpNDm/UZgU3CvmKQxx5rbaskAK21CQzEfIJX1DT/b13LYglPMVzvFRQAkOc4odCjtCa9fabqp/DjoLWYOMM3/FNTbq4nRYUU0heLcrIwkIde9hHRc3uNYhqXkdOLUpqcotfOFBIFc1Z70xccxavsI0MXJxMrPMTHYVPDdrUXFRIXiGnarGnRnWMvT4r7zQXtF4IDTXZRVXrKWR20FvNKwirfgX7coWhn//+tOYHuvZwjqaurt+vkfOJRo8QwyqSSCh45Cfos+Y8Ikho7mqtGn7Dmhe0q9lWm0212YKllQ0czwuqaV5Uo7GCUniNkMJctezDmRbU0VzXvYsyNtTO0LMBqhjNCrrS3NCLh3q+pLAsrDsfgROvL/9LjDTHtWYQCWzoeUgcdBXOrKCJY6OtFQzdl5BBTsEOrjGGPSvIUbNjDGQBi0jjCW70PKC/nXn9rnVga44paAFxhU2u6c77ORqhhQqCCn6BNRT+vkYNvYJsNavdWfMhHqtZBxauFeR52rA1RxGGo9BVtbT8BI0xRBOHuu+plYl1GAy+joULmJptuMgihYiCfJ8eLnW1EEQE0T+YLrbvtRg6fQAAAABJRU5ErkJggg==');
}
.mini-nav_olive .mini-nav__item_next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAAB4klEQVR4Ab3Wv0tVYRwHYH+VqWguFZiolbUE2RCBUUM3DUoyi4JqqFFrSEkJU7MarCgdokhQJM3A26C3HCy7mpfUAqn/qSc4gcs556LR8Kwf3vO+3x8nZ27+9UjgCR2c5xA7yMnWPw0aDAwF+rjKEcopyDaoL/CKaWZ4zhVqKco26HrgKXOsMcsjzlJLeTZB9YFWRlkiQ5KHXKKOUvKigioCJ7nNCJ/JkGKAC1SxJSror0pOcJNRMqwxTQ8JqiiNCypcF9bJJMssMUk35zhICblhQfmUUskZ7vKWNF95Tz9NVJAfFrReNQ3cYYJv/CBJF8epoCQuqJA9NNBDkhUWGaOdRvZTTEFYUD7bqaGZ+0yRZp43dJJgF8VxFZvLPproYYoVVhmnjaMciC19trGXRvr5wE8WeMEtbmTb3UXspIVB0iyTYpThrMcEedTTTYpl0sz+sZETDbHASvSJou/oAR/5xWL0HUW/WpJVvjMR/WrRdbTAF8bpiq+j+Mru4HR0ZW++1yK7fym+++PnUYZ33KM5eh5FT8gZejlFNWVhE3J3ILFuZn8iQ4rHXKSarVEz+1igLWSLXOYwZeT9l73WG3i52U37LDAY6OPaRnb/cGCAdlqo28jfyFhggFYS1IR+UojffCo6RjIgW4sAAAAASUVORK5CYII=');
}
.mini-nav__item {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 6px auto;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .03em;
}
.mini-nav__item:hover {
  opacity: .75;
}
.mini-nav__item_prev {
  padding-left: 20px;
  background-position: left center;
}
.mini-nav__item_next {
  padding-right: 20px;
  background-position: right center;
}
.mini-nav__separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  font-size: 17px;
}
.mini-nav_content {
  margin: 1.7em 0 1.2em;
}
.mini-nav:last-child {
  margin-bottom: 0.4em;
}
.form-title {
  margin: 1.7em 0 1.4em;
}
.ns-form {
  max-width: 710px;
}
.ns-form__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 29px;
}
.ns-form .ns-form__row:first-child {
  margin-top: 0;
}
.ns-form__col {
  display: table-cell;
  vertical-align: top;
  padding: 0 5px 0 0;
}
.ns-form__col + .ns-form__col {
  padding: 0 0 0 5px;
}
.ns-form__label {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin: 0 0 10px;
  color: #000000;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.has-error .ns-form__label {
  color: #ff6464;
}
.ns-form__textarea {
  resize: vertical;
  min-height: 182px;
}
.ns-form__note {
  margin: 25px 0;
  font-size: 12px;
  color: #666666;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.ns-form__note A {
  color: #666666;
  text-decoration: none;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.ns-form__note A:hover {
  text-decoration: underline;
}
.ns-form__field,
.ns-form__button,
.ns-form__select {
  height: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.ns-form__field {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  background: #fcfcfc;
  -webkit-transition: border-color 0.2s ease-in-out;
          transition: border-color 0.2s ease-in-out;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.ns-form__field:hover {
  border-color: #cccccc;
}
.ns-form__field:focus {
  border-color: #588098;
}
.has-error .ns-form__field {
  border-color: #ff6464;
}
.ns-form__button {
  display: inline-block;
  margin: 0;
  padding: 0;
  min-width: 177px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #666666;
  background: #e8e8e8;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .03em;
}
.ns-form__button:hover {
  background: #f5f5f5;
}
.ns-form__button:active {
  position: relative;
  top: 1px;
}
.ns-form__buttons {
  margin-top: 37px;
  text-align: center;
}
.ns-form__check {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 1.8;
  cursor: pointer;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  color: #666666;
}
.ns-form__check A {
  color: #666666;
  text-decoration: none;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.ns-form__check A:hover {
  text-decoration: underline;
}
.ns-form__check INPUT {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ns-form__check .text {
  position: relative;
  display: inline-block;
}
.ns-form__check .text:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -27px;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 1px;
  font-size: 20px;
  line-height: 30%;
  text-align: center;
}
.ns-form__check INPUT:checked + .text:before {
  content: '\2713';
}
.ns-form__check .form-error {
  display: block;
}
.ns-form__check_l {
  font-size: 16px;
  line-height: 1.5;
}
.ns-form__check_l .text:before {
  top: 6px;
}
.ns-form__agreement {
  margin-top: 23px;
}
.ns-form__agreement A {
  color: #666666;
  text-decoration: none;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.ns-form__agreement A:hover {
  text-decoration: underline;
}
.ns-form__select {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  -webkit-transition: border-color 0.2s ease-in-out;
          transition: border-color 0.2s ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC') no-repeat scroll 96% center #fcfcfc;
  background-size: 11px auto;
}
.has-error .ns-form__select {
  border-color: #ff6464;
}
.ns-form .form-error {
  color: #ff6464;
  font-size: 12px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.sidebar .btn + .btn {
  margin-top: 25px;
}
.sidebar .contact,
.sidebar .contacts,
.sidebar .btn,
.sidebar .rail,
.sidebar .mini-cta {
  margin-top: 25px;
}
.contacts {
  width: 100%;
  padding: 15px 20px;
  list-style: none;
  background: #fbfbfb;
  border: 1px solid;
  border-color: #646464;
  border-color: rgba(100, 100, 100, 0.21);
}
.contacts__title {
  margin: 0 0 .8em;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: .025em;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts__item {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.75;
  letter-spacing: .05em;
}
.contacts__location,
.contacts__entity {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.contacts__link {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.contacts__link:hover {
  text-decoration: underline;
}
.contacts .link {
  letter-spacing: .025em;
  font-weight: 700;
}
.contacts__list + .link {
  margin: 1em 0 0;
}
.content-nav {
  margin: 0 0 1.2em;
}
.micro-btn {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  color: #588098;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAYAAADVCrdsAAABSUlEQVR4AbXOMUsDURAE4PFiUI6IBAvBKo2NpPAv+CeClWUKC0vtVEK0idWlOQOmSpMiTYoUKULATt+Pcg6mkGV5YHxXfBy8250dXD+XbXqiCV0R6qY7E91tVw8DCvJNPUKNeroTZFA9jimYIjeE1JQbjHH1o0ufzs8+IaG+vaG7XWjgkrbO0F2C43vKCcZWd/F7+II2zvC9gnYt8OBkbnQPFbt0Tmtn6ZEywh9k2gvGWnfglpAOrZzlF2oQJGafXp2MlfIRLSFntHRC3qhJiGhqLhhL5cKKhZ3Swgkr6JBg6b1wdhbKQ7yE74TmTug75WY213sw5spBvETcMc2c8CkdEfSdOjMz7eNfJaQVOdKJlGwRkpSQnErn2JfzVmoeSUvIARUUIgrNoZYS0qQRBcdI/1FrCWnQ0BQY6h21ljAyuqUPfbNds34ANejb4C6bpgQAAAAASUVORK5CYII=') right center no-repeat scroll;
  background-size: 11px auto;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  line-height: 1.7;
  letter-spacing: .03em;
}
.micro-btn:hover {
  opacity: .75;
}
.mini-cta {
  position: relative;
  width: 100%;
}
.mini-cta__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url('../images/engage-announcement.jpg');
  background-position: center top;
  background-size: auto 100%;
  opacity: .95;
}
.mini-cta__i {
  position: relative;
  padding: 25px 50px;
  text-align: center;
}
.mini-cta__image {
  margin: 0 0 10px;
}
.mini-cta__image IMG {
  max-width: 100%;
}
.mini-cta__content {
  color: #ffffff;
}
.mini-cta__title {
  margin: 0 0 1.2em;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.widget-stack {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 40px 0 17px;
}
.widget {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.widget + .widget {
  padding: 0 0 0 10px;
}
.widget .mini-cta__i {
  padding-top: 33px;
  padding-bottom: 33px;
}
.section-new-olive .mini-nav_olive,
.section-new-olive .mini-nav_olive .mini-nav__item {
  color: #676a52;
}
.drop {
  padding: 0 0 0 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAAA70lEQVQ4y43UsWoCQRDGcT09OOUar0iTIiBWgskz5CmsYvkPmMJU2okI2qjNnYUX0BQqpEphYSEIKax0H8rmmCpzu1v/WHZmv5kCEWMSWoW8wwiD4cJLHkoxGAx/NHX0yi1jZxo6a2fIcOJJZx1hRx519i7swIPOPoX9EmmoyEDYDzWdDYVtCTXmMRW2oaKxMgthKwKN+STCYnyNBXwJm1HSWJVvYRM8jYXshXX15ta5Zmit37STmz5c3lT6v7rUUh0+saVPlJlbOu7wdw4poEjfmid61mSCNeO8WafFYe6cJthtFzhtlYgxS57z1tMdrx7iVgUuqQMAAAAASUVORK5CYII=') no-repeat scroll left 5px;
  background-size: 6px auto;
}
.drop-a {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  letter-spacing: .025em;
}
.drop-a:hover {
  text-decoration: underline;
}
.drop-c {
  display: none;
  position: relative;
  color: #666666;
}
.no-js .drop-c {
  display: block;
}
.drop-c .markdown P:first-child {
  margin-top: 0;
}
.drop + .drop {
  margin-top: 15px;
}
.drop.expanded {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC') no-repeat scroll left 8px;
  background-size: 11px auto;
}
.drop + .page-subtitle {
  margin-top: 2em;
}
.page-subtitle_tiny + .bar {
  margin-bottom: 2.25em;
}
.section-red .markdown A,
.section-red .int A,
.section-red .article A {
  color: #e66363;
}
.section-red .bar {
  border-top-color: #e66363;
}
.section-blue .markdown A,
.section-blue .int A,
.section-blue .article A {
  color: #5a839c;
}
.section-blue .bar {
  border-top-color: #5a839c;
}
.section-olive .markdown A,
.section-olive .int A,
.section-olive .article A {
  color: #b6b996;
}
.section-olive .bar {
  border-top-color: #b6b996;
}
.section-olive.section-new-olive .markdown A,
.section-olive.section-new-olive .int A,
.section-olive.section-new-olive .article A {
  color: #676a52;
}
.section-olive.section-new-olive .bar {
  border-top-color: #676a52;
}
.section-purple .markdown A,
.section-purple .int A,
.section-purple .article A {
  color: #9b4c80;
}
.section-purple .bar {
  border-top-color: #9b4c80;
}
.section-green .markdown A,
.section-green .int A,
.section-green .article A {
  color: #a1c813;
}
.section-green .bar {
  border-top-color: #a1c813;
}
.section-gray .markdown A,
.section-gray .int A,
.section-gray .article A {
  color: #555659;
}
.section-gray .bar {
  border-top-color: #555659;
}
.product_top .bar {
  border-top-color: #ffffff;
}
.nav-links .page-numbers {
  color: #588098;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .03em;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.nav-links .page-numbers:hover {
  opacity: .75;
}
.nav-links .page-numbers.current {
  color: #666;
}
.nav-links .page-numbers.next {
  margin: 0 0 0 15px;
  padding-right: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAABL0lEQVR42qXWwSuDcRzH8W3ibJoVZS2r1RRJUnNQ+w/WTrvIhZSDmhzksChFchApB85EjTQbW1sscXn+KO+Dw9LnKd+vX72Pz6vnqef7+/0i5b3LJWpSnfIR7+LhFwp++qS8F+pS0NcHzXugEgUCm/VgKwJ7p2kPtiawN8p5sA2BdSjrwSoCa9OkB9sW2CulrFCUdgXWoAkPVhVYncasWIwOBPZISQ92JLAaJazYIJ0I7I7iHuxMYDcebIguBHbl+ceGqfcb83zeuXijaytyKpBbGvkrMkDHArm3IDE6FMgDjVqQfYE8UfK/s/ZM4xZkxzb9GtoSSIvSFmQzZIfMWJB1gXQpa0FWQ06RKQuyLJAezViQYshJO2cdxI5AFjzbQrsP+aJF722kQC1quhHWNy1v1ccfpxgvAAAAAElFTkSuQmCC') no-repeat scroll right center;
  background-size: 6px auto;
}
.nav-links .page-numbers.prev {
  margin: 0 15px 0 0;
  padding-left: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAABQklEQVR42p3WzyvDcRzHcVumbxpaai21lCQlJSUOLigHJweHnVyUXBykXJRWDiJFyo84EClSJFlrW7OQ1eyP8lQO+vY6fN/vTz2vjz6H9+dHi3fl8mcT9EolmvIiY/RJzb/KHmQkhPxWtSJDVKNmqAULMkBVgSxZkD4qC2TFgmSpKJA1C9JDBYFsUCwqkqZngWxZkG56FMg2xaMiKboXyJ4F6aBbgRxQIiqSpCuBHFNbVCSgC4GcU2BBTgRySe2WWdkVyA0lTQdRnJ86ZTzXwqHY0SkFVqiTrgV2RAkr1kV3AtunViuWogeB7VDciqXpSWB5ilmxDL0IbNODZakgsHXPWPRSSWCrHqyfKgJb9mCDVBPYogcbpneB5TzYqHhhv2neg43TVwhr0KwHm6R6CCt6fyPT1PgHVUxACJuhN/qguR8kWdbIBLVZnAAAAABJRU5ErkJggg==') no-repeat scroll left center;
  background-size: 6px auto;
}
/* Flashes */
.flash {
  display: block;
  margin: 10px 0;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
}
.flash_success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.flash_error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.flash_warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.flash_info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.flash P {
  margin: 0;
}
.flash P + P {
  margin: 1em 0 0;
}
.flash STRONG {
  font-weight: 600;
}
.flash + .flash {
  margin-top: 20px;
}
.content-tiles {
  margin: 20px 0;
  font: 0/0 a;
}
.content-tile {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.content-tile P {
  margin: 0;
}
.content-tile P + P {
  margin-top: .5em;
}
.content-tile .content-tile__title {
  margin: 0 0 .75em;
}
.content-tiles_2 .content-tile {
  width: 50%;
  margin-bottom: 30px;
}
.content-tiles_3 .content-tile {
  width: 33.3%;
  margin-bottom: 30px;
}
.content-tiles_4 .content-tile {
  width: 25%;
  margin-bottom: 30px;
}
.content-tiles_5 .content-tile {
  width: 20%;
  margin-bottom: 30px;
}
.content-tiles_6 .content-tile {
  width: 16.7%;
  margin-bottom: 30px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uc {
  text-transform: uppercase;
}
.text-lc {
  text-transform: lowercase;
}
.text-nc {
  text-transform: none;
}
.pinned-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.pinned-tl {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1681px) {
  .grid-col {
    margin-left: 52px;
  }
  .grid_1 .grid-row {
    width: 127px;
  }
  .grid_2 .grid-row {
    width: 254px;
  }
  .grid_3 .grid-row {
    width: 381px;
  }
  .grid_4 .grid-row {
    width: 508px;
  }
  .grid_5 .grid-row {
    width: 635px;
  }
  .grid_6 .grid-row {
    width: 762px;
  }
  .grid_7 .grid-row {
    width: 889px;
  }
  .grid_8 .grid-row {
    width: 1016px;
  }
  .grid_9 .grid-row {
    width: 1143px;
  }
  .grid_10 .grid-row {
    width: 1270px;
  }
  .grid_11 .grid-row {
    width: 1397px;
  }
  .grid_12 .grid-row {
    width: 1524px;
  }
  .grid_1 {
    width: 75px;
  }
  .grid_2 {
    width: 202px;
  }
  .grid_3 {
    width: 329px;
  }
  .grid_4 {
    width: 456px;
  }
  .grid_5 {
    width: 583px;
  }
  .grid_6 {
    width: 710px;
  }
  .grid_7 {
    width: 837px;
  }
  .grid_8 {
    width: 964px;
  }
  .grid_9 {
    width: 1091px;
  }
  .grid_10 {
    width: 1218px;
  }
  .grid_11 {
    width: 1345px;
  }
  .grid_12 {
    width: 1472px;
  }
  .section-group:before {
    background: rgba(230, 99, 99, 0.75);
  }
  .section-group:after {
    background: rgba(155, 76, 128, 0.75);
  }
  .search {
    margin-left: 53px;
  }
  .main-nav {
    position: relative;
  }
  .main-nav__item + .main-nav__item {
    /* modified
    margin-left: 110px; */
    margin-left: 80px;
  }
  .hero__title {
    margin: 1em auto .55em;
    font-size: 112px;
  }
  .hero__bar {
    max-width: 440px;
    margin: 2.5em auto 7.5em;
    border-top-width: 10px;
  }
  .hero__link {
    font-size: 22px;
    letter-spacing: .05em;
  }
  .hero__scroll {
    bottom: 44px;
    margin-left: -13px;
    font-size: 45px;
  }
  .section__title {
    font-size: 48px;
    margin: 0 0 1.1em;
    letter-spacing: .05em;
  }
  .section__bar {
    max-width: 255px;
    margin: 0 auto 4em;
    border-top-width: 10px;
  }
  .section__bar_mini {
    border-top-width: 5px;
    max-width: 50px;
  }
  .section__body {
    margin: 0 0 1.2em;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: .03em;
  }
  .section__link {
    font-size: 18px;
  }
  .section-plus {
    bottom: 23px;
    right: 22px;
  }
  .expanded .section-plus {
    bottom: 23px;
    right: 25px;
  }
  .section-side {
    max-width: 500px;
    margin-right: 30px;
    margin-top: -65px;
  }
  .section-cols .section {
    padding: 96px 95px 106px;
  }
  .section-cols .section-content {
    max-width: 575px;
  }
  .section-cols .section__title {
    margin: 0 0 .8em;
  }
  .section-cols .section__bar {
    margin: 0 0 1.2em;
  }
  .section-cols .section__body {
    margin: 0 0 1.1em;
  }
  .section-cols .section.expanded .section-content {
    max-width: 575px;
  }
  .section-cols .section.expanded {
    padding-bottom: 35px;
  }
  .about-section .section-i,
  .education-section .section-i {
    padding: 103px 0 98px;
  }
  .about-section .section-content,
  .education-section .section-content {
    max-width: none;
  }
  .short-post__title {
    font-size: 17px;
    line-height: 1.2;
  }
  .short-post__body {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.025em;
  }
  .short-post + .short-post {
    margin-top: 25px;
  }
  .news__i {
    padding: 0 50px;
  }
  .news__title {
    margin: 0 0 .6em;
    font-size: 48px;
    line-height: 1;
  }
  .news__bar {
    max-width: 70px;
    border-top-width: 8px;
  }
  .news-item {
    width: 33.333333%;
    min-height: 240px;
  }
  .news-item__title {
    font-size: 20px;
  }
  .news-item__link {
    font-size: 16px;
  }
  .sidebar {
    width: 324px;
  }
  .sidebar .contacts,
  .sidebar .mini-cta {
    margin-top: 28px;
  }
  .main {
    width: 1090px;
  }
  .bottom-nav {
    padding: 0;
  }
  .intro__i {
    padding-top: 185px;
  }
  .intro__title {
    margin: 0 0 .3em;
    font-size: 36px;
    letter-spacing: .1em;
  }
  .intro .bar {
    margin: 0 auto 1.3em;
  }
  .intro_A .intro__bg,
  .intro_C .intro__bg,
  .intro_G .intro__bg,
  .intro_I .intro__bg,
  .intro_Z .intro__bg {
    background-position: center 33%;
    background-size: cover;
  }
  .int {
    margin-bottom: 40px;
  }
  .mod__image {
    width: 575px;
  }
  .mod_di {
    padding-right: 575px;
  }
  .mod_id {
    padding-left: 575px;
  }
  .mod_id .mod__description {
    padding-left: 65px;
  }
  .mod_di .mod__description {
    padding-left: 55px;
  }
  .mod_standard .mod__description,
  .mod_compact .mod__description {
    padding-top: 36px;
    padding-bottom: 34px;
  }
  .members {
    margin: 35px 0 100px;
  }
  .members-i {
    margin-left: -5%;
  }
  .member {
    width: 15%;
    margin-left: 5%;
  }
  .content-cta {
    margin: 2.65em 0 3.5em;
  }
  .content-cta__image {
    width: 37%;
  }
  .content-cta__content {
    width: 63%;
    padding-right: 162px;
    padding-left: 15px;
  }
  .bio__main {
    width: 880px;
  }
  .basic {
    width: 1028px;
  }
  .products-i {
    margin-left: 0;
  }
  .product,
  .tile-buttons {
    width: 30.75%;
    margin-left: 3.875%;
    margin-bottom: 47px;
  }
  .products .product:nth-child(3n + 1) {
    margin-left: 0;
  }
  .content-buttons .btn-demo {
    width: 453px;
  }
  .content-buttons .btn-contact {
    width: 963px;
  }
  .eproducts {
    margin: 45px 0 -50px;
    padding: 25px 0 60px;
  }
  .eproducts__content {
    padding: 0 100px;
    text-align: center;
  }
  .eproducts__list {
    width: auto;
    text-align: left;
  }
  .eproducts__list:nth-child(n) {
    padding: 0 5%;
  }
  .social {
    position: static;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
  }
}
@media (max-width: 1680px) {
  .grid-col {
    margin-left: 48px;
  }
  .grid_1 .grid-row {
    width: 99px;
  }
  .grid_2 .grid-row {
    width: 198px;
  }
  .grid_3 .grid-row {
    width: 297px;
  }
  .grid_4 .grid-row {
    width: 396px;
  }
  .grid_5 .grid-row {
    width: 495px;
  }
  .grid_6 .grid-row {
    width: 594px;
  }
  .grid_7 .grid-row {
    width: 693px;
  }
  .grid_8 .grid-row {
    width: 792px;
  }
  .grid_9 .grid-row {
    width: 891px;
  }
  .grid_10 .grid-row {
    width: 990px;
  }
  .grid_11 .grid-row {
    width: 1089px;
  }
  .grid_12 .grid-row {
    width: 1188px;
  }
  .grid_1 {
    width: 51px;
  }
  .grid_2 {
    width: 150px;
  }
  .grid_3 {
    width: 249px;
  }
  .grid_4 {
    width: 348px;
  }
  .grid_5 {
    width: 447px;
  }
  .grid_6 {
    width: 546px;
  }
  .grid_7 {
    width: 645px;
  }
  .grid_8 {
    width: 744px;
  }
  .grid_9 {
    width: 843px;
  }
  .grid_10 {
    width: 942px;
  }
  .grid_11 {
    width: 1041px;
  }
  .grid_12 {
    width: 1140px;
  }
}
@media all and (min-device-width: 1025px), all and (min-width: 1201px) {
  .d-h {
    display: none;
  }
  .d-v {
    display: block;
  }
  .d-v-i {
    display: inline;
  }
  .d-v-ib {
    display: inline-block;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px), all and (max-width: 1200px) {
  .grid-col {
    margin-left: 24px;
  }
  .grid_1 .grid-row {
    width: 66px;
  }
  .grid_2 .grid-row {
    width: 132px;
  }
  .grid_3 .grid-row {
    width: 198px;
  }
  .grid_4 .grid-row {
    width: 264px;
  }
  .grid_5 .grid-row {
    width: 330px;
  }
  .grid_6 .grid-row {
    width: 396px;
  }
  .grid_7 .grid-row {
    width: 462px;
  }
  .grid_8 .grid-row {
    width: 528px;
  }
  .grid_9 .grid-row {
    width: 594px;
  }
  .grid_10 .grid-row {
    width: 660px;
  }
  .grid_11 .grid-row {
    width: 726px;
  }
  .grid_12 .grid-row {
    width: 792px;
  }
  .grid_1 {
    width: 42px;
  }
  .grid_2 {
    width: 108px;
  }
  .grid_3 {
    width: 174px;
  }
  .grid_4 {
    width: 240px;
  }
  .grid_5 {
    width: 306px;
  }
  .grid_6 {
    width: 372px;
  }
  .grid_7 {
    width: 438px;
  }
  .grid_8 {
    width: 504px;
  }
  .grid_9 {
    width: 570px;
  }
  .grid_10 {
    width: 636px;
  }
  .grid_11 {
    width: 702px;
  }
  .grid_12 {
    width: 768px;
  }
  .container {
    width: 100%;
  }
  .modal__close {
    right: 40px;
  }
  .top-bar .container {
    padding-right: 40px;
  }
  .top-nav__item + .top-nav__item {
    margin-left: 41px;
  }
  .search {
    margin-left: 65px;
  }
  .site-header {
    height: 62px;
    padding: 30px 0 0;
  }
  .site-header .container {
    min-height: 32px;
    padding-right: 40px;
  }
  .site-header.header-normal:before {
    box-shadow: 0 20px 25px 50px rgba(0, 0, 0, 0.75);
  }
  .site-header.header-scrolled:before {
    box-shadow: 0 -80px 50px 180px rgba(0, 0, 0, 0.8);
  }
  .logo {
    left: 40px;
    bottom: 0;
    width: 236px;
    height: 32px;
  }
  .hero__title {
    font-size: 54px;
  }
  .hero__scroll {
    bottom: 28px;
  }
  .hero__bg {
    background-image: url('../images/home/hero_1024.jpg');
  }
  .section__title {
    font-size: 32px;
    margin: 0 0 .6em;
  }
  .section__bar {
    max-width: 125px;
    margin: 0 auto 1.5em;
  }
  .section__body {
    margin: 0 0 1.2em;
    line-height: 1.4;
  }
  .section-plus {
    bottom: 48px;
    right: 40px;
    font-size: 56px;
  }
  .expanded .section-plus {
    bottom: 47px;
    right: 36px;
  }
  .section-side {
    float: none;
    max-width: none;
    margin: 6px 0 0;
    padding: 0 0 47px;
  }
  .section-cols .section {
    display: block;
    width: 100%;
    text-align: center;
    padding: 36px 40px 48px;
  }
  .section-cols .section-content {
    margin: 0 auto;
    max-width: 675px;
  }
  .section-cols .section__title {
    margin: 0 0 .6em;
  }
  .section-cols .section__bar {
    margin: 0 auto 1.7em;
  }
  .section-cols .section.expanded .section-content {
    float: none;
    max-width: 675px;
  }
  .about-section .section-i,
  .education-section .section-i {
    padding: 36px 40px 48px;
  }
  .about-section {
    background-image: url('../images/home/about_1024.jpg');
  }
  .education-section {
    background-image: url('../images/home/education_1024.jpg');
  }
  .short-post {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    margin-top: 23px;
    text-align: left;
  }
  .short-post__title {
    margin: 0 0 1px;
    font-size: 13px;
  }
  .short-post__body {
    font-size: 13px;
  }
  .short-post + .short-post {
    margin-top: 23px;
  }
  .section-side .short-post:nth-child(2n) {
    margin-left: 38px;
  }
  .news__i {
    padding: 0 40px;
  }
  .news__title {
    margin: 0 0 .4em;
    font-size: 24px;
    line-height: 1.2;
  }
  .news-item {
    width: 33.333333%;
  }
  .site-footer {
    padding: 32px 0 10px;
  }
  .site-footer-i {
    position: relative;
    table-layout: auto;
    padding: 0 40px;
    text-align: right;
  }
  .sitemap-trigger__icon {
    top: 4px;
    margin-left: -14px;
    font-size: 50px;
    text-align: right;
  }
  .sitemap-button {
    text-align: center;
    vertical-align: middle;
  }
  .bottom-nav {
    max-width: 750px;
    display: inline-block;
    padding-top: 0;
    padding-right: 114px;
    padding-left: 45px;
  }
  .bottom-nav__item {
    margin-left: 0;
    margin-right: 35px;
    line-height: 20px;
  }
  .bottom-nav__item:nth-child(4) {
    margin-right: 0;
  }
  .bottom-nav__item:nth-child(5) {
    margin-right: 40px;
  }
  .bottom-nav__item:nth-child(6) {
    margin-right: 48px;
  }
  .bottom-nav__item:nth-child(1n+5) {
    margin-top: 14px;
  }
  .bottom-nav__item:last-child {
    margin-right: 0;
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    right: 40px;
  }
  .bottom-nav__item + .bottom-nav__item {
    margin-left: 0;
  }
  .social {
    position: absolute;
    right: 40px;
    top: -5px;
  }
  .footer-menu-i {
    display: block;
    padding: 0 40px;
    font: 0/0 a;
  }
  .footer-menu__col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0;
  }
  .footer-menu .footer-menu__col:nth-child(n + 5) {
    margin-top: 53px;
  }
  .footer-menu__item {
    margin-top: 4px;
    line-height: 1;
  }
  .footer-menu__link {
    line-height: 1.6;
  }
  .footer-menu .container:before {
    left: 78px;
  }
  .bottom {
    padding: 10px 0;
  }
  .bottom .container {
    padding: 0 40px;
  }
  .mp-menu {
    width: 270px;
  }
  .mp-heading {
    margin-bottom: 21px;
  }
  .mp-item > A,
  .mp-subitem > A {
    padding-right: 40px;
  }
  .mp-heading,
  .mp-back {
    padding-right: 40px;
  }
  .mp-back {
    background-position-x: 84%;
  }
  .intro__i {
    padding: 150px 40px 45px;
  }
  .intro_A .intro__bg,
  .intro_C .intro__bg,
  .intro_G .intro__bg,
  .intro_I .intro__bg,
  .intro_Z .intro__bg {
    background-image: url('../images/home/hero_1024.jpg');
    background-size: 220%;
  }
  .intro_F .intro__bg {
    background-image: url('../images/home/education_1024.jpg');
    background-position: left 70%;
    background-size: 165%;
  }
  .content {
    padding: 32px 0 40px;
  }
  .content .container {
    padding: 0 40px;
  }
  .sidebar {
    float: none;
    margin-top: 0;
  }
  .side-nav.tf .side-nav__item {
    display: none;
    padding: 0;
  }
  .side-nav.tf .side-nav__link {
    display: block;
    padding: 8px 25px;
  }
  .side-nav.tf .side-nav__link:hover {
    text-decoration: none;
  }
  .side-nav.tf .side-nav__item.active {
    display: block;
  }
  .side-nav.tf .side-nav__item.active .side-nav__link {
    border: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABOElEQVR4AZWSzytEYRiF35kM40cjJD+SpEQpyUKzYUMWdiwslYUnC9koC9lQlBIlSZISUpJEYxqDGIYa949SM9epKXObr2dz7znnfVafMcojz0xjzoyTJM2kkcLLM4c5MUUuf5c1Eng+Cw6CGX78q4wRJyvJEiGsDGZ1kWPCMIb5ULRShmRe62/GsEI4yLviNcJYAItafjGCYX9FP6+qNkpKQixr9Um8kKqml7TqbSL/Cla1yDCESSG6SWmyRyVWRJh1tW8MoKZ41klCswOimKhgS80LfaiRQrRzr+kxNX4aYUfpEz1YkMJo4VbzU+owqthXkqQLK6kQTVzr5IJWjvT3QAcWqBANXKLno6872rByFUaMM7wibmjGXBRGLSd44opGzFVhVHPoC86px5wUIsomaXaJBa1+AcjQd1huzMpXAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 96% center;
    background-size: 11px auto;
  }
  .side-nav.tf.expanded .side-nav__item.active .side-nav__link {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAQAAAB/A3/nAAABHklEQVR4AZ2Tu2oCURRFjxMHHyiihYWNKWzEwm9IPsIy6RbBIintREywSLAwFsLAYCGCjY2FhSAIlvGjAmHY5HXNTFzN3LP3Wc312rkfHl1CuniYG8ONxyOnD564+I/C55mTeMFPqsgw4fSFCZkkihwzrb7pa0YurqJAqLUllyx1CinEUZRYaGVOEaPIXJMFpb8UFVaqB+SjaZ5A0xWVc4oqa1WnZDGRZapkTdWlqLFRbYz/45LHSjfUflPU2aoyIo0SkWakxpb6d0WDneK+8w/t0VdrR+OzosleUY8U5iRFT809zUhBm4PG926BJA9qH2hjRoujRmCxuNPGkZbxquMNFptbdPnGMHoJHSwRnej1DI0yAwKusMRcEzCg/A6MRGzx1vVoiAAAAABJRU5ErkJggg==');
  }
  .side-nav.tf.expanded .side-nav__item {
    display: block;
  }
  .main {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .sidebar.t-h + .main {
    margin-top: 17px;
  }
  .int {
    margin-top: 20px;
    margin-bottom: 55px;
  }
  .int__text {
    color: #666666;
  }
  .mod {
    border-color: #cccccc;
  }
  .mod__image {
    display: none;
  }
  .mod_id,
  .mod_di {
    padding: 0;
  }
  .mod__description {
    width: 100%;
  }
  .mod_di .mod__description,
  .mod_id .mod__description {
    padding-right: 30px;
    padding-left: 50px;
  }
  .mods {
    padding-bottom: 28px;
  }
  .members {
    margin: 30px 0 25px;
  }
  .members-i {
    margin-left: -10%;
  }
  .member {
    width: 23%;
    margin-left: 10%;
    margin-bottom: 50px;
  }
  .content-cta {
    margin: 3em 0 3.5em;
  }
  .content-cta__image,
  .content-cta__content {
    margin: 15px 20px 20px;
  }
  .content-cta__image {
    width: 45%;
  }
  .content-cta__content {
    width: 55%;
    padding-right: 70px;
    padding-left: 20px;
  }
  .bio__main {
    width: 475px;
  }
  .bio-nav {
    margin: 25px 0 15px;
  }
  .card__email {
    text-decoration: underline;
  }
  .stock-col {
    width: 335px;
  }
  .stock-area {
    padding: 20px 18px 20px 28px;
  }
  .stock-area__list {
    margin: -5px -5px -5px -4px;
  }
  .stock-area__list-item {
    letter-spacing: 0;
  }
  .stock-area__list-item:before {
    left: -12px;
  }
  .resources {
    margin-top: 32px;
  }
  .resource {
    padding: 5px 25px 5px 123px;
  }
  .resource .res-ico {
    left: 25px;
  }
  .basic {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .products-i {
    margin-left: 0;
  }
  .product {
    display: block;
    width: 100%;
    margin: 0;
    min-height: 0;
    padding: 32px 25px 30px 38px;
    border-top: none;
  }
  .product__title {
    min-height: 0;
    margin-bottom: .4em;
  }
  .product__title BR {
    display: none;
  }
  .product__text {
    margin-bottom: 1.5em;
  }
  .product .bar {
    margin-bottom: .8em;
  }
  .bar + .product__plist {
    margin-top: 0;
  }
  .product__plist {
    font: 0/0 a;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .product__pitem {
    display: inline-block;
    vertical-align: top;
  }
  .product__plist .product__pitem:nth-child(n) {
    margin-top: 16px;
  }
  .product__ptitle {
    line-height: 1.1;
  }
  .product__ptext {
    font-size: 14px;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.2;
  }
  .tile-buttons {
    display: block;
    width: 100%;
    margin: 38px 0 0;
    min-height: 0;
  }
  .products .product:first-child {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
  }
  .products .product:nth-child(2n + 1) {
    padding-top: 32px;
    padding-bottom: 45px;
  }
  .products .product:nth-child(2n) {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .content-buttons {
    margin-top: 38px;
  }
  .content-buttons .btn,
  .content-buttons .rail {
    float: left;
    width: 332px;
  }
  .content-buttons .btn + .btn,
  .content-buttons .rail + .btn,
  .content-buttons .btn + .rail,
  .content-buttons .rail + .rail {
    float: right;
  }
  .content-buttons_pinned {
    margin: 20px 0;
  }
  .btn__note {
    letter-spacing: .1em;
  }
  .btn__note + .btn__note {
    margin-left: 5px;
  }
  .collapsibles {
    margin-top: 25px;
  }
  .eproducts {
    margin: 38px 0 -40px;
    padding: 27px 0 40px;
  }
  .eproducts__list {
    width: 49%;
    padding: 0;
  }
  .eproducts__list:nth-child(n) {
    padding: 0;
  }
  .eproducts__list:nth-child(2n) {
    margin-left: 2%;
  }
  .eproducts__list:nth-child(n + 3) {
    margin-top: 50px;
  }
  .page-subtitle {
    margin-top: 0;
  }
  .form-title {
    margin-top: 1.7em;
  }
  .ns-form__col {
    padding: 0 10px 0 0;
  }
  .ns-form__col + .ns-form__col {
    padding: 0 0 0 10px;
  }
  .content-nav .mini-nav {
    float: right;
  }
  .mini-nav__separator {
    margin: 0 14px;
  }
  .t-h {
    display: none;
  }
  .t-v {
    display: block;
  }
  .t-v-i {
    display: inline;
  }
  .t-v-ib {
    display: inline-block;
  }
}
@media all and (max-device-width: 767px), all and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 100%;
    margin-left: 0;
  }
  .grid_1 .grid-row,
  .grid_2 .grid-row,
  .grid_3 .grid-row,
  .grid_4 .grid-row,
  .grid_5 .grid-row,
  .grid_6 .grid-row,
  .grid_7 .grid-row,
  .grid_8 .grid-row,
  .grid_9 .grid-row,
  .grid_10 .grid-row,
  .grid_11 .grid-row,
  .grid_12 .grid-row {
    width: 100%;
  }
  .modal__close {
    right: 15px;
  }
  .modal_full .modal__content IFRAME {
    max-height: 240px;
  }
  .top-bar {
    overflow: hidden;
    text-align: left;
  }
  .top-bar .container {
    padding-right: 15px;
  }
  .top-nav {
    padding: 16px 0;
  }
  .top-nav__item + .top-nav__item {
    margin-left: 0;
  }
  .top-nav__item:not(.m-h) + .top-nav__item:not(.m-h) {
    margin-left: 22px;
  }
  .search {
    float: right;
    margin-left: 0;
  }
  .search__field:focus {
    width: 210px;
  }
  .site-header {
    height: 60px;
    padding: 30px 0 0;
  }
  .site-header .container {
    min-height: 30px;
    padding-right: 15px;
  }
  .site-header.header-normal:before {
    box-shadow: 0 10px 20px 40px rgba(0, 0, 0, 0.75);
  }
  .site-header.header-scrolled:before {
    box-shadow: 0 -20px 50px 100px rgba(0, 0, 0, 0.8);
  }
  .logo {
    bottom: 0;
    left: 15px;
    width: 30px;
    height: 30px;
    background: url('../images/wordmark.svg') no-repeat scroll center center transparent;
    background-size: cover;
  }
  .hero__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero__title {
    max-width: 50%;
    font-size: 42px;
    line-height: 1.15;
    margin: 1.1em auto .5em;
  }
  .hero__bar {
    max-width: 210px;
    margin: 2.25em auto 3em;
  }
  .hero__scroll {
    bottom: 20px;
  }
  .section-cols {
    display: block;
  }
  .section-cols .section {
    display: block;
    width: 100%;
    padding: 25px 30px 25px;
  }
  .section-cols .section__bar {
    margin: 0 auto 1em;
  }
  .section__title {
    font-size: 25px;
  }
  .section__bar {
    max-width: 50px;
    margin: 0 auto 1em;
  }
  .section__body {
    margin: 0 0 1em;
    line-height: 1.2;
  }
  .section .container {
    padding: 0;
  }
  .section-group .container {
    width: 100%;
    padding: 0;
  }
  .about-section .section-i,
  .education-section .section-i {
    padding: 25px 30px 25px;
  }
  .no-background-blend-mode .about-section .section-i,
  .no-background-blend-mode .education-section .section-i {
    background: none;
  }
  .about-section {
    background: #8cae05;
  }
  .education-section {
    background: #5a839c;
  }
  .news__i {
    padding: 0 40px;
    text-align: center;
  }
  .news__title {
    font-size: 25px;
    letter-spacing: .075em;
  }
  .news__bar {
    max-width: 50px;
    margin: 0 auto;
  }
  .news .container {
    padding: 0;
  }
  .news-item {
    width: 100%;
  }
  .site-footer-i {
    padding: 0;
    text-align: center;
  }
  .sitemap-button {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
  }
  .bottom-nav {
    padding: 0 0 69px 0;
    text-align: center;
    max-width: 300px;
  }
  .bottom-nav__item {
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-right: 5px;
    line-height: 20px;
  }
  .bottom-nav__item:nth-child(n+1) {
    margin-right: 33px;
  }
  .bottom-nav__item:nth-child(4) {
    margin-right: 20px;
  }
  .bottom-nav__item:nth-child(3),
  .bottom-nav__item:nth-child(5) {
    margin-right: 0;
  }
  .bottom-nav__item:nth-child(6) {
    margin-right: 0;
  }
  .bottom-nav__item:nth-child(n+4) {
    margin-top: 12px;
  }
  .bottom-nav__item:last-child {
    margin-right: 0;
    right: 0;
  }
  .bottom-nav__item + .bottom-nav__item {
    margin-left: 0;
  }
  .social {
    right: 0;
    bottom: 0;
    top: initial;
    margin-bottom: 25px;
  }
  .footer-menu-i {
    padding: 0;
  }
  .footer-menu__col {
    width: 49%;
    padding: 0;
  }
  .footer-menu .footer-menu__col:nth-child(n) {
    margin: 0;
    padding: 0;
  }
  .footer-menu .footer-menu__col:nth-child(2n) {
    padding-left: 2%;
  }
  .footer-menu .footer-menu__col:nth-child(n + 3) {
    margin-top: 45px;
  }
  .footer-menu .container:before {
    left: 53px;
  }
  .bottom {
    padding: 13px 0;
    text-align: center;
  }
  .bottom .container {
    padding: 0 15px;
  }
  .tagline {
    width: 80%;
  }
  .tagline-i {
    max-width: 215px;
  }
  .orb {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .mp-menu {
    width: 245px;
  }
  .mp-item > A,
  .mp-subitem > A {
    padding-right: 13px;
  }
  .mp-heading {
    margin-bottom: 7px;
  }
  .mp-heading,
  .mp-back {
    padding-right: 13px;
  }
  .mp-back {
    background-position-x: 94%;
  }
  .intro__i {
    padding: 138px 15px 22px;
  }
  .intro__title {
    margin: 0 0 .5em;
    font-size: 22px;
    letter-spacing: .09em;
  }
  .intro__i {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .intro .bar {
    max-width: 30px;
    border-top-width: 3px;
  }
  .intro_A .intro__bg,
  .intro_C .intro__bg,
  .intro_G .intro__bg,
  .intro_I .intro__bg,
  .intro_Z .intro__bg {
    background-position: 65% top;
    background-size: 1000px auto;
  }
  .intro_F .intro__bg {
    background-position: left 78%;
    background-size: 205%;
  }
  .page-title {
    font-size: 25px;
    margin: 0 0 27px;
  }
  .page-title_tiny,
  .page-title_wide {
    letter-spacing: 0.1em;
  }
  .content {
    padding: 25px 0 35px;
  }
  .content .container {
    padding: 0 15px;
  }
  .sidebar {
    width: 100%;
    margin: 0 auto;
  }
  .sidebar.t-h + .main {
    margin-top: 14px;
  }
  .page-intro + .markdown P:first-child {
    margin-top: .65em;
  }
  .side-nav.tf .side-nav__link {
    padding: 8px 25px 8px 14px;
  }
  .main {
    margin-top: 25px;
    min-height: initial;
  }
  .tab-nav {
    display: block;
    padding-top: 2px;
  }
  .tab-nav__link {
    padding: 13px 10px;
    font-size: 14px;
  }
  .tab-nav > .tab-nav__item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 2px;
  }
  .tab-nav > .tab-nav__item:first-child {
    padding-top: 0;
  }
  .int {
    margin-top: 17px;
    margin-bottom: 37px;
  }
  .int__title {
    margin-bottom: 16px;
  }
  .int__text {
    margin: 0 0 1em;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
  }
  .int__links BR {
    display: none;
  }
  .mod {
    min-height: 335px;
  }
  .mod__title {
    margin: 0 0 .6em;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .025em;
  }
  .mod .bar {
    margin: 0 0 2.3em;
  }
  .mod__text {
    margin: 0 0 1.5em;
  }
  .mod_di .mod__description,
  .mod_id .mod__description {
    padding-right: 16px;
    padding-left: 24px;
  }
  .mod_standard .mod__description,
  .mod_compact .mod__description {
    padding-top: 27px;
    padding-bottom: 31px;
  }
  .mod__links {
    margin-bottom: 2em;
  }
  .mod__link {
    display: block;
    margin-top: .6em;
  }
  .mod__links .mod__link:first-child {
    margin-top: 0;
  }
  .mod__separator {
    display: none;
  }
  .mods {
    padding-bottom: 6px;
  }
  .members {
    margin: 40px 0 30px;
  }
  .members-i {
    margin-left: 0;
  }
  .member {
    display: block;
    width: auto;
    max-width: 60%;
    margin: 0 auto 50px;
  }
  .members .member:last-child {
    margin-bottom: 0;
  }
  .bio__image {
    float: none;
    margin: 0 auto 21px;
    padding-top: 4px;
  }
  .bio__main {
    float: none;
    width: 100%;
  }
  .bio__name,
  .bio__pos {
    text-align: center;
    letter-spacing: -0.02em;
  }
  .bio-nav {
    margin: 30px 0 18px;
  }
  .bio-nav__item {
    max-width: none;
    color: #999999;
  }
  .bio-nav__item_prev {
    padding-left: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAABrklEQVR4AZXUf09SURzA4Qc1U1CDUsEfJYKYE9ZSWNob8o/eUu+id9DW3HRlgczKMm1a1mKrLROZCq2mMvRa8/797Nx7z/mcb0jgszBgSEpS3C1doYVg9V/UoceEjLQYGkJBqNuIgry0hl1f1C6iqH6T5sxIqChZs9eK2kSkZORMSah774WS/VZ0zZC8gmkxVdtWlb111ET0ipkwL++2fetWlG3Z4RSFhCWlZGWN6rDlpWWbKmpN1C5uRl7WgGO7ykrKfqg6PkURN6TMKxhzaFNRyTsfgT8ojBHjpt2T1GlHybINn9WaKI6sWTnD2nyzpqjkuz3HTfQAsx7KaNhWUvTGBw1ooke4Kydqx4rFvy86oBU9Rr8BB155ZtFPVc6jJ+jWpWLJU0vqQPBKVcWAla7wTf/6uyvuUxijkrJykq4H7zj06JM2F3x2QRUMOgqugJCIMemTntqDe4K+szJHg8sEOs8aj541vu7w/G3pkTYhZ0pc3YbnVv1qRRA7uXf3JVQUvbZ3ERE2omBWWsMnX9WCZ0GvtEkpUdSFLp8qw8aNGXTz8tHTLS4l446EyG/6lLQCSQtR6QAAAABJRU5ErkJggg==');
  }
  .bio-nav__item_next {
    padding-right: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAQAAAB+KTPfAAABvElEQVR4AZ3UvUuWURyHcd/KVDSXCizSXpcgGyIwaugpg5LMoqAaavtoDSkpYWpWgxWlQxQIiqQVZINaDr2pKakFUv9TP2i59X7EiAvOdHE453u+v5NjIHikxVn7bZKTjX+UeoO+oMtlB5UryCZ1BS+MGffUJbsVZZOuBo99tGTSA6dDK09LNUGjQbPmjLrvgmql8pZLFcExNw34HNqEHudst265FNjmqOsGQ1oypkMmtNKVUqHQtHpt3mys7c7Yp0RuUspXGtopt70y5Zt3utWpkJ+U/lLphFtGfPfTqDZHQitZKRXaEVpHCAtmDGlWa49iBUkp30ZV6t311pQvXmqVsUXxynRz7VKnI7QFi4Y1OWRv+jk32KlWt/d+mfbMDddSUlBkswa9psybMKg/rQTy1GgPYT7ESZOr79Rn2kJyp/SZ7vngt5nkmdK3G7Xoh5Hk7dI5TftqWFsqp1TiLU4mEl/77dItmE21INWnOW/cUZ/uU7KZ4zodV6ks2cytQUZ03CfRcQ+dD2X98o4fDpoS03LRAWXy/mPuOoPna03wk6A36HJl9b+gP+jRrEH16r/KUNCjUUaVouzSH8Txdxzy4e4VAAAAAElFTkSuQmCC');
  }
  .bio-nav__name {
    font-size: 16px;
  }
  .stock-module {
    margin: 0 0 35px;
  }
  .stock-col {
    float: none;
    width: 100%;
  }
  .stock-col + .stock-col {
    margin-top: 35px;
  }
  .stock-area {
    min-height: 0;
    padding-left: 23px;
  }
  .stock-area__list {
    margin: -5px 0;
  }
  .resource {
    padding: 5px 14px 5px 76px;
  }
  .resource__title {
    font-size: 14px;
  }
  .resource .res-ico {
    left: 8px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .basic {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .basic .bar {
    margin-bottom: 1.5em;
  }
  .basic .page-title {
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: .1em;
  }
  .markdown P:last-child {
    margin-bottom: 0;
  }
  .markdown UL {
    padding: 0 0 0 25px;
  }
  .markdown_lh2 H6 {
    padding: 0 0 0 25px;
  }
  .product {
    padding: 25px 12px 25px 22px;
  }
  .product__title {
    margin-bottom: .8em;
    font-size: 22px;
    line-height: 1.1;
  }
  .product__title BR {
    display: inline;
  }
  .product__text {
    margin-bottom: 2em;
  }
  .product__ptitle {
    font-size: 16px;
  }
  .product__pitem {
    display: block;
  }
  .product__plist {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .product__plist .product__pitem:nth-child(n) {
    margin: 33px 0 0;
  }
  .product__plist .product__pitem:nth-child(1) {
    margin: 8px 0 0;
  }
  .products .product:nth-child(2n + 1) {
    padding-top: 23px;
    padding-bottom: 30px;
  }
  .products .product:nth-child(2n) {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .tile-buttons {
    margin: 28px 0 0;
  }
  .tile-buttons .rail .rail__inner {
    height: 84px;
    min-height: 84px;
  }
  .tile-buttons .rail .rail__text,
  .tile-buttons .rail .rail__notes {
    line-height: 1.4;
  }
  .tile-buttons .btn-contact .btn__inner {
    height: 84px;
    min-height: 84px;
  }
  .tile-buttons .btn-contact .btn__text,
  .tile-buttons .btn-contact .btn__notes {
    line-height: 1.4;
  }
  .content-buttons {
    margin-top: 28px;
  }
  .content-buttons .btn,
  .content-buttons .rail {
    float: none;
    width: 100%;
  }
  .content-buttons .btn + .btn,
  .content-buttons .rail + .btn,
  .content-buttons .btn + .rail,
  .content-buttons .rail + .rail {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
  .content-buttons_pinned {
    margin: 17px 0 23px;
  }
  .collapsible-a {
    padding: 0 25px;
    text-align: center;
  }
  .collapsible-a__text {
    font-size: 14px;
  }
  .collapsible-a__arrow {
    top: auto;
    right: 50%;
    margin: 0 6px 0 0 ;
    bottom: 12px;
  }
  .collapsible-c {
    padding: 15px 10px 45px;
  }
  .collapsible-close {
    right: 10px;
    bottom: 15px;
  }
  .eproducts {
    margin: 40px 0 -35px;
    padding: 0 0 35px;
    background: none;
    text-align: left;
  }
  .eproducts__title {
    margin: 0 0 .6em;
    font-size: 25px;
    line-height: 1.2;
  }
  .eproducts__list {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .eproducts__list:nth-child(n) {
    padding: 0;
  }
  .eproducts__content .eproducts__list:nth-child(n) {
    margin-left: 0;
  }
  .eproducts__list + .eproducts__list {
    margin-top: 33px;
  }
  .page-subtitle {
    margin-bottom: .8em;
    font-size: 22px;
    line-height: 1.48;
  }
  .page-subtitle BR {
    display: none;
  }
  .page-subtitle_tiny {
    margin-bottom: .5em;
  }
  .page-subtitle_tiny + .bar {
    margin-bottom: 1.5em;
  }
  .form-title {
    margin: 1.2em 0 1em;
  }
  .content-nav {
    margin: 0 0 1.7em;
  }
  .content-nav .mini-nav {
    float: none;
  }
  .contact_content .card {
    min-width: 100%;
  }
  .contact_content .card + .card {
    margin: 20px 0 0;
  }
  .mini-nav {
    overflow: hidden;
    margin: 2em 0 0;
  }
  .mini-nav__item_prev {
    float: left;
    padding-left: 15px;
  }
  .mini-nav__item_next {
    float: right;
    padding-right: 15px;
  }
  .mini-nav__separator {
    display: none;
  }
  .mini-nav_content {
    margin: 2em 0 1.7em;
  }
  .ns-form__row {
    display: block;
    margin-top: 32px;
  }
  .ns-form__col {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .ns-form__col + .ns-form__col {
    padding: 0;
  }
  .ns-form__row .ns-form__col:first-child {
    margin: 0;
  }
  .ns-form__note {
    margin: 23px 0 23px;
  }
  .ns-form__buttons {
    margin-top: 25px;
  }
  .ns-form__agreement {
    margin: 23px 0 34px;
  }
  .ns-form__buttons {
    margin: 20px 0 5px;
  }
  .widget-stack {
    display: block;
  }
  .widget {
    display: block;
    padding: 0;
  }
  .widget + .widget {
    padding: 0;
    margin: 15px 0 0;
  }
  .drop + .page-subtitle {
    margin-top: 1.5em;
  }
  .nav-links {
    text-align: justify;
  }
  .nav-links:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .nav-links .page-numbers {
    margin: 0;
  }
  .nav-links .page-numbers.prev {
    overflow: hidden;
    width: 20px;
    margin: 0;
    text-indent: -999px;
  }
  .nav-links .page-numbers.next {
    overflow: hidden;
    width: 20px;
    margin: 0;
    text-indent: -999px;
  }
  .flash {
    font-size: 14px;
  }
  .callout-box__i {
    padding: 0;
  }
  .content-tiles .content-tile {
    width: 100%;
  }
  .content-tiles .content-tile:nth-child(n + 2) {
    margin-top: 30px;
  }
  .m-h {
    display: none;
  }
  .m-v {
    display: block;
  }
  .m-v-i {
    display: inline;
  }
  .m-v-ib {
    display: inline-block;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .top-bar,
  .site-header,
  .intro,
  .tab-nav,
  .site-footer,
  .bottom {
    display: none;
  }
  .collapsible-c,
  .drop-c {
    display: block;
  }
  .bar,
  .btn__inner {
    border-color: #000000 !important;
  }
}