/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 *  Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 7/8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@font-face {
  font-family: 'Knockout 31';
  src: url("../fonts/knockouthtf31juniormiddlewt.eot");
  src: url("../fonts/knockouthtf31juniormiddlewt-.eot#iefix") format("embedded-opentype"), url("../fonts/knockouthtf31juniormiddlewt.woff") format("woff"), url("../fonts/knockouthtf31juniormiddlewt.ttf") format("truetype"), url("../fonts/knockouthtf31juniormiddlewt.svg#knockouthtf31juniormiddlewt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Knockout 50';
  src: url("../fonts/knockouthtf50welterweight.eot");
  src: url("../fonts/knockouthtf50welterweight-.eot#iefix") format("embedded-opentype"), url("../fonts/knockouthtf50welterweight.woff") format("woff"), url("../fonts/knockouthtf50welterweight.ttf") format("truetype"), url("../fonts/knockouthtf50welterweight.svg#knockouthtf50welterweight") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background-color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: normal; }

h1 {
  margin-bottom: 0;
  color: #959595;
  font: normal 28px/1 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400; }

h2 {
  margin-top: 35px;
  margin-bottom: 0;
  color: #f04132;
  font: normal 22px/1 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin-top: 50px;
  font-size: 30px; }
  h2 + p {
    margin-top: 8px; }

h3 {
  margin-bottom: 0;
  color: #000;
  font: bold 17px/1 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400; }
  h3 + p {
    margin-top: 8px; }

h4 {
  color: #777;
  font: normal 17px/1.4 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400; }

p, li {
  color: #494a4c;
  font: normal 18px/1.4 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400; }

a, button {
  color: #000;
  -webkit-transition: color .2s, opacity .2s, background .2s;
          transition: color .2s, opacity .2s, background .2s; }
  a:hover, a:active, a:focus, button:hover, button:active, button:focus {
    color: #777; }

quote, blockquote {
  margin: 30px;
  color: #000;
  font: normal 20px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: 400; }

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

body {
  margin: 0 auto;
  width: 980px; }

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

nav li {
  display: block; }

nav a {
  padding: 3px;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase; }

.wrap {
  margin: 0 auto;
  padding: 0 30px; }
  .wrap:before, .wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .wrap:after {
    clear: both; }

.header_sub {
  background-color: #f5f4ef;
  font-size: 50px; }
  .header_sub h1 {
    display: inline-block;
    margin: 0;
    padding: 35px 25px .25em 0;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 72px;
    text-transform: uppercase; }

.main_sub {
  margin: 0 auto;
  max-width: 920px; }

.button, button {
  padding: 10px 20px;
  background-color: #f04132;
  border-radius: 5px;
  color: #fff;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  .button:hover, .button:focus, button:hover, button:focus {
    background-color: #df2110;
    color: #fff; }

.contact_form:before, .contact_form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.contact_form:after {
  clear: both; }

.contact_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 25px solid #fff; }

.contact_form input, .contact_form textarea {
  padding: 11px 10px;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #4d4d4d; }
  .contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
    color: #4d4d4d; }
  .contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
    color: #4d4d4d; }
  .contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder {
    color: #4d4d4d; }
  .contact_form input::placeholder, .contact_form textarea::placeholder {
    color: #4d4d4d; }
  .contact_form input:focus, .contact_form textarea:focus {
    color: #000;
    outline: 0; }
    .contact_form input:focus::-webkit-input-placeholder, .contact_form textarea:focus::-webkit-input-placeholder {
      color: #f04132; }
    .contact_form input:focus::-moz-placeholder, .contact_form textarea:focus::-moz-placeholder {
      color: #f04132; }
    .contact_form input:focus:-ms-input-placeholder, .contact_form textarea:focus:-ms-input-placeholder {
      color: #f04132; }
    .contact_form input:focus::placeholder, .contact_form textarea:focus::placeholder {
      color: #f04132; }

.contact_form textarea {
  padding-left: 20px; }

.contact_form label:not(.error) {
  clear: both;
  float: left;
  padding: 3px 7px;
  background-color: #4d4d4d;
  color: #fff;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase; }

.contact_form li {
  border: 9px solid #fff;
  border-left-width: 18px;
  border-right-width: 18px;
  border-left-width: 28px;
  border-right-width: 28px; }
  .contact_form li:before, .contact_form li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .contact_form li:after {
    clear: both; }
  .contact_form li.active {
    background-color: rgba(255, 255, 255, 0.2); }

.contact_form li.name, .contact_form li.email, .contact_form li.phone {
  position: relative;
  padding-left: 60px;
  padding-left: 4rem; }
  .contact_form li.name label:not(.error), .contact_form li.email label:not(.error), .contact_form li.phone label:not(.error) {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    position: absolute; }
    @media screen and (min-width: 960px) {
      .contact_form li.name label:not(.error), .contact_form li.email label:not(.error), .contact_form li.phone label:not(.error) {
        left: 6px; } }

.contact_form li.phone input {
  padding-left: 1.2em; }

.contact_form li.message {
  border-bottom-width: 28px; }
  .contact_form li.message label:not(.error) {
    margin: 6px; }

.contact_form li.submit {
  float: right;
  width: 250px;
  background-color: #fff;
  border-top-width: 0;
  border-bottom-width: 15px; }

.contact_form label.error {
  position: relative;
  padding-left: 30px;
  background-color: #fff;
  border-top: 0;
  color: #f04132;
  font-size: 14px;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-transform: uppercase; }
  .contact_form label.error:before {
    left: 13px;
    position: absolute;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f04132;
    font-size: 0;
    line-height: 0; }

.contact_form li.error_notification {
  margin-top: -10px;
  padding-bottom: 10px;
  border-top: 0;
  background-color: #fff;
  color: #f04132;
  text-align: right; }

.contact_form button {
  display: inline-block;
  width: 100%;
  border: 0; }

.site_header {
  position: relative;
  z-index: 4;
  padding-top: 40px; }
  .site_header:before, .site_header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site_header:after {
    clear: both; }
  .site_header .logo {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    max-width: 150px;
    margin-left: 0;
    max-width: 320px;
    width: 320px; }
    .site_header .logo a:hover, .site_header .logo a:focus {
      opacity: .9;
      outline: 0; }
    .site_header .logo img {
      height: auto;
      width: 100%; }

.site_header_aside {
  clear: none;
  float: right;
  margin-top: 10px;
  font-size: 30px; }
  .site_header_aside .phone {
    margin-bottom: 0;
    margin-top: 5px;
    color: #f04132;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: .75em;
    -webkit-font-smoothing: antialiased;
    margin-top: 0; }
    .site_header_aside .phone .optional {
      display: inline-block; }
    .site_header_aside .phone .digits {
      color: #f04132;
      font-size: 1.2em;
      letter-spacing: 0; }
    .site_header_aside .phone a {
      color: #f04132;
      text-decoration: none; }
  .site_header_aside .serving {
    margin-top: -3px;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: .6em;
    text-align: right;
    text-indent: -4px;
    text-transform: uppercase; }

.site_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 30px;
  background-color: #f04132; }
  .site_footer:before, .site_footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site_footer:after {
    clear: both; }

.footer_logo {
  clear: both;
  float: right; }
  .footer_logo a {
    display: block;
    max-width: 320px; }
  .footer_logo img {
    max-width: 100%; }

.footer_nav {
  margin-left: -14px; }
  .footer_nav li {
    display: inline-block;
    padding-left: 14px; }
  .footer_nav a {
    display: block;
    color: #fff;
    font-size: 18px; }
    .footer_nav a:hover, .footer_nav a:focus {
      opacity: .7; }
  .footer_nav .current a {
    color: #801309; }

.fineprint {
  position: relative;
  top: 42px; }
  .fineprint:before, .fineprint:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .fineprint:after {
    clear: both; }
  .fineprint p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px; }
  .fineprint small {
    color: #fff;
    font-size: 10px; }
  .fineprint a {
    color: #fff;
    text-decoration: none; }
    .fineprint a:hover, .fineprint a:focus {
      outline: 0;
      text-decoration: underline; }

.main_nav {
  clear: both;
  float: left;
  position: relative;
  z-index: 5;
  margin-top: 30px; }
  .main_nav ul {
    width: 920px;
    text-align: justify; }
    .main_nav ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .main_nav li {
    display: inline-block;
    text-align: left; }
  .main_nav a {
    color: #545454;
    text-align: left;
    font-size: 18px; }
    .main_nav a:hover, .main_nav a:focus {
      color: #000;
      outline: 0; }
    .main_nav a:focus {
      color: #f04132; }
  .main_nav .current a {
    color: #f04132; }

ul.systems_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.systems_list:before, ul.systems_list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.systems_list:after {
    clear: both; }
  ul.systems_list h2 {
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 45px;
    text-transform: uppercase; }
  ul.systems_list li:before, ul.systems_list li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.systems_list li:after {
    clear: both; }
  ul.systems_list li:nth-child(2n) .copy {
    float: right; }
  ul.systems_list li {
    margin-top: 2px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
    background-size: 920px auto;
    background-position: center center; }
    ul.systems_list li.conferencing {
      background-image: url("../img/content/home_system_background_conferencing.jpg"); }
    ul.systems_list li.performance {
      background-image: url("../img/content/home_system_background_performance.jpg"); }
    ul.systems_list li.presentation {
      background-image: url("../img/content/home_system_background_presentation.jpg"); }
    ul.systems_list li.environmental {
      background-image: url("../img/content/home_system_background_environmental.jpg"); }
  ul.systems_list .copy {
    position: relative;
    width: 46%; }
    ul.systems_list .copy p {
      margin-bottom: 25px;
      max-width: 370px;
      font-size: 15px;
      line-height: 1.5; }

#imagelightbox {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  height: auto;
  opacity: 0;
  -ms-touch-action: none;
  touch-action: none; }
  .no-csstransforms #imagelightbox {
    top: 20px;
    left: 50%;
    height: auto;
    max-width: 800px;
    margin-left: -400px; }

/* ACTIVITY INDICATION */
#imagelightbox-loading {
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%; }

#imagelightbox-loading div {
  height: 60px;
  width: 60px;
  margin: 0px auto;
  position: relative;
  -webkit-animation: rotation 1.5s infinite linear;
          animation: rotation 1.5s infinite linear;
  border-left: 6px solid rgba(0, 0, 0, 0.05);
  border-right: 6px solid rgba(0, 0, 0, 0.05);
  border-bottom: 6px solid rgba(0, 0, 0, 0.05);
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

#imagelightbox-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

#imagelightbox-close {
  position: fixed;
  z-index: 10009;
  right: 10px;
  top: 10px;
  height: 25px;
  width: 25px;
  background-color: #777;
  border-radius: 50%;
  text-align: left;
  text-indent: -9999px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease; }
  .no-csstransforms #imagelightbox-close {
    height: auto;
    padding: 10px;
    width: auto;
    border-radius: none;
    content: 'close';
    color: #fff;
    text-decoration: none;
    text-indent: 0; }
  @media only screen and (min-width: 960px) {
    #imagelightbox-close {
      top: 30px;
      right: 30px;
      height: 30px;
      width: 30px; } }

#imagelightbox-close:hover {
  background-color: #111; }

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px; }
  .no-csstransforms #imagelightbox-close:before, .no-csstransforms
  #imagelightbox-close:after {
    display: none; }

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#imagelightbox-caption {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 50000;
  padding: 10px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center; }

.lightbox_thumb, [data-imagelightbox='thumb'] {
  cursor: hand;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* ARROWS */
.imagelightbox-arrow {
  width: 4em;
  /* 60 */
  height: 4em;
  /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  position: fixed;
  z-index: 1000100;
  top: 50%;
  margin-top: -1.75em;
  /* 60 */
  border: none;
  cursor: pointer;
  border-radius: 4em; }
  .touch .imagelightbox-arrow {
    display: none; }

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
  outline: 0; }

.imagelightbox-arrow:active {
  background-color: #111;
  outline: 0; }

.imagelightbox-arrow-left {
  left: 2em;
  /* 40 */ }

.imagelightbox-arrow-right {
  right: 2em;
  /* 40 */ }

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: .75em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.3em;
  /* 2 */ }

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.5em;
  /* 5 */ }

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.5em;
  /* 5 */ }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media only screen and (max-width: 41.25em) {
  #imagelightbox-close {
    top: 2em;
    /* 20 */
    right: 2em;
    /* 20 */ }
  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */ }
  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 2.5em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */ }
  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */ }
  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */ } }

@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0; }
  .imagelightbox-arrow-right {
    right: 0; } }

@media only screen and (min-width: 660px) {
  .imagelightbox-arrow:before {
    border: 1em solid transparent; }
  .imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff; }
  .imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff; } }

.home_banner {
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .home_banner .images {
    position: relative;
    margin: 0 auto;
    padding-top: 40%; }
    .home_banner .images > div {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      display: none; }
      .home_banner .images > div:first-child {
        display: block; }
    .home_banner .images img {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .no-csstransforms .home_banner .images img {
        top: 0; }
    .home_banner .images .concert_hall_image img {
      top: auto;
      bottom: -10px;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.home_intro {
  position: relative;
  z-index: 2;
  padding: 30px 30px 0;
  background-color: #f04132; }
  .home_intro:before, .home_intro:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .home_intro:after {
    clear: both; }
  .home_intro .title {
    clear: both;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 60px;
    line-height: .8;
    text-transform: uppercase; }
  .home_intro .leadin {
    position: relative;
    z-index: 2;
    clear: both;
    width: 610px;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased; }
    .home_intro .leadin:before, .home_intro .leadin:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .home_intro .leadin:after {
      clear: both; }
    .home_intro .leadin p {
      clear: both;
      float: left;
      padding-bottom: 25px;
      position: relative;
      margin: 0;
      color: #fff;
      font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      font-size: 17px;
      line-height: 1.2; }

.why_button {
  position: absolute;
  right: -245px;
  top: -54px;
  z-index: 4;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 12px 8px 10px;
  background-color: #fff;
  color: #f04132;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: .9;
  text-decoration: none;
  text-transform: uppercase; }
  .why_button:hover, .why_button:focus {
    color: #f04132;
    outline: 0; }
    .why_button:hover:after, .why_button:focus:after {
      left: 9px; }
  .why_button:after {
    left: 6px;
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    height: .5em;
    width: .6em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1%20Tiny//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0D%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.374px%22%20height%3D%2213.306px%22%20viewBox%3D%22864.38%201208.694%2014.374%2013.306%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23EF4232%22%20d%3D%22M868.521%2C1215.347L864.38%2C1222H868l4.072-6.653l-4.072-6.652h-3.62L868.521%2C1215.347z%20M875.205%2C1215.347%0D%0A%09l-4.177%2C6.653h3.653l4.072-6.653l-4.072-6.652h-3.653L875.205%2C1215.347z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: left .05s ease;
            transition: left .05s ease; }

ul.systems_list--home_page:before, ul.systems_list--home_page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

ul.systems_list--home_page:after {
  clear: both; }

.main_home {
  position: relative;
  z-index: 2; }

.why_page_intro {
  background-color: #f5f4ef; }
  .why_page_intro:before, .why_page_intro:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .why_page_intro:after {
    clear: both; }
  .why_page_intro .leadin {
    padding-right: 25%;
    font-size: 1.35em; }
    .why_page_intro .leadin p {
      margin-right: 50px;
      padding-top: 20px;
      color: #f04132;
      font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      font-size: 1.75em;
      line-height: 1.2; }
      .why_page_intro .leadin p:first-line {
        font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
        font-size: 1.3em;
        text-transform: uppercase; }
  .why_page_intro .unit {
    position: relative;
    padding: 20px 500px 10px 0; }
    .why_page_intro .unit p {
      font-size: 1.1em;
      line-height: 1.5; }
      .why_page_intro .unit p:first-line {
        color: #f04132;
        font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
        font-size: 1.4em; }
    .why_page_intro .unit .image_wrap {
      position: absolute;
      top: 20%;
      right: 30px;
      margin: 0 auto;
      max-width: 240px;
      padding: 0;
      width: 190px; }
    .why_page_intro .unit .image {
      position: relative;
      margin: 0 auto;
      overflow: hidden;
      padding-top: 100%;
      box-shadow: 0 0 0 2px #ccc; }
      .why_page_intro .unit .image img {
        position: absolute;
        top: 0;
        width: 100%; }
    .why_page_intro .unit .image_wrap {
      right: 62px;
      top: 40px;
      max-width: none;
      width: 260px; }
    .why_page_intro .unit .image_wrap {
      top: 8%;
      width: 360px; }

.why_page_intro_continued {
  margin-top: 30px;
  padding: 15px 20px 70px; }
  .why_page_intro_continued:before, .why_page_intro_continued:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .why_page_intro_continued:after {
    clear: both; }
  .why_page_intro_continued .copy {
    clear: none;
    float: left;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 20px;
    width: 50%; }
    .why_page_intro_continued .copy p {
      margin-top: 0;
      padding-top: 0;
      line-height: 1.5;
      font-size: 1.1em; }
      .why_page_intro_continued .copy p:first-line {
        color: #f04132;
        font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
        font-size: 1.4em; }
  .why_page_intro_continued .image {
    position: relative;
    margin-top: 20px;
    padding-top: 66.6666667%; }
    .why_page_intro_continued .image img {
      position: absolute;
      top: 0;
      width: 100%;
      border: 2px #ccc solid; }
  .why_page_intro_continued .image_wrap {
    clear: none;
    float: left;
    margin-left: -20px;
    padding-right: 20px;
    width: 50%; }
  .why_page_intro_continued .image_footnote {
    display: block;
    color: #a3a3a3;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase; }

.process_title {
  padding: 25px 0 25px;
  background-color: #8d8d8d;
  color: #fff;
  font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase; }
  .process_title:before, .process_title:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .process_title:after {
    clear: both; }

.process_block {
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
  background-position: center 0;
  background-repeat: no-repeat; }
  .process_block h2 {
    color: #000;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    text-transform: uppercase; }
  .process_block p {
    font-size: 16px; }

.process_block_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 500px; }

.process_block_aside {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background-position: right bottom;
  background-repeat: no-repeat; }
  .process_block_aside .fancytext {
    position: relative;
    padding-left: 4em;
    padding-top: .8em;
    font-size: 30px; }
    .process_block_aside .fancytext p {
      margin-top: 0;
      color: #fff;
      font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      font-size: 1.9em;
      line-height: 0.85;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased; }
      .process_block_aside .fancytext p .number {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        font-size: 2em; }
    .process_block_aside .fancytext .period {
      font-size: .7em; }
    .process_block_aside .fancytext .hash {
      position: relative;
      top: -.9em;
      font-size: .4em; }

.process_block_copy {
  clear: both;
  float: left;
  padding: 20px;
  padding-left: 40px;
  padding-right: 0;
  padding-top: 6%;
  width: 410px;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .process_block_copy p {
    line-height: 1.5; }
  .process_block_copy h2 {
    font-size: 34px; }

.process_block.research {
  background-image: url("../img/backgrounds/process_background_research-1.jpg"); }
  .process_block.research .process_block_copy {
    padding-bottom: 5%;
    background-image: none; }
    .process_block.research .process_block_copy h2 {
      color: #25aae1; }
  .process_block.research .process_block_aside {
    padding-bottom: 5%;
    padding-top: 21px;
    width: 570px;
    background-image: none; }
    .process_block.research .process_block_aside p {
      color: #e8f8ff; }
    .process_block.research .process_block_aside .fancytext {
      left: auto;
      right: -100px;
      top: 70px;
      width: 500px;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      overflow: hidden;
      text-align: left; }
      .no-csstransforms .process_block.research .process_block_aside .fancytext {
        overflow: visible; }
      .process_block.research .process_block_aside .fancytext p {
        -webkit-transform: rotate(0);
                transform: rotate(0);
        position: relative;
        top: -20px; }
  .process_block.research p {
    position: relative; }

.process--why_choose_us {
  margin-top: -34px; }

.process_block.design {
  background-image: url("../img/backgrounds/process_background_design-1.jpg"); }
  .process_block.design .process_block_wrap {
    padding-bottom: 500px; }
  .process_block.design .process_block_copy {
    background-position: right 0;
    float: right;
    padding-bottom: 3%;
    padding-right: 7%;
    padding-top: 5%;
    width: 50%;
    background-image: none; }
  .process_block.design h2 {
    color: #f04132; }
  .process_block.design .process_block_aside {
    background-position: -140px 0px;
    left: 0;
    right: auto;
    padding-left: 0;
    background-image: none;
    width: 585px; }
    .process_block.design .process_block_aside .fancytext {
      margin-left: 32%;
      padding-left: 3.75em;
      text-align: right; }
      .process_block.design .process_block_aside .fancytext p {
        color: #e5e2df; }
    .process_block.design .process_block_aside .fancytext {
      right: 100px;
      overflow: hidden; }
      .no-csstransforms .process_block.design .process_block_aside .fancytext {
        overflow: visible; }
      .process_block.design .process_block_aside .fancytext p {
        left: -50px;
        position: relative;
        top: 38px; }

.process_block.installation {
  background-image: url("../img/backgrounds/process_background_installation-1.jpg"); }
  .process_block.installation .process_block_wrap {
    padding-right: 30%;
    padding-bottom: 500px; }
  .process_block.installation .process_block_copy, .process_block.installation .process_block_aside {
    background-image: none; }
  .process_block.installation .process_block_copy h2 {
    color: #f7941e; }
  .process_block.installation .process_block_aside {
    bottom: 0px;
    right: 47px;
    width: 500px; }
    .process_block.installation .process_block_aside .fancytext {
      padding-left: 3.65em; }
      .process_block.installation .process_block_aside .fancytext p {
        color: #e2dace; }
    .process_block.installation .process_block_aside .fancytext {
      height: 600px; }
      .process_block.installation .process_block_aside .fancytext .number {
        left: 40px; }
      .process_block.installation .process_block_aside .fancytext p {
        left: 50px;
        position: relative;
        top: 88px; }

.process_block.maintenance {
  background-image: url("../img/backgrounds/process_background_maintenance-1.jpg"); }
  .process_block.maintenance .process_block_wrap {
    padding-bottom: 500px; }
  .process_block.maintenance .process_block_copy, .process_block.maintenance .process_block_aside {
    background-image: url("../img/backgrounds/process_background_maintenance-1.jpg"); }
  .process_block.maintenance .fancytext p {
    margin-left: 60px;
    max-width: 400px;
    font-size: 52px; }
  .process_block.maintenance .process_block_copy {
    background-position: right 0;
    float: right;
    padding-bottom: .5%;
    padding-right: 7%;
    padding-top: 1.5%;
    width: 61%;
    background-image: none; }
    .process_block.maintenance .process_block_copy h2 {
      color: #635b56; }
  .process_block.maintenance .process_block_aside {
    background-position: -120px 0px;
    bottom: 30px;
    left: 10px;
    right: auto;
    top: auto;
    padding-left: 0;
    width: 500px;
    background-image: none; }
    .process_block.maintenance .process_block_aside .fancytext {
      right: 180px;
      text-align: right; }
      .no-csstransforms .process_block.maintenance .process_block_aside .fancytext {
        overflow: visible; }
      .process_block.maintenance .process_block_aside .fancytext p {
        left: 8px;
        position: relative;
        top: 0;
        color: #d1ccc8; }

.about_you_intro {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 40px;
  background-color: #f5f4ef; }
  .about_you_intro:before, .about_you_intro:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .about_you_intro:after {
    clear: both; }
  .about_you_intro .leadin {
    clear: both;
    float: left;
    position: relative;
    width: 58%;
    margin-bottom: 20px;
    margin-top: 0; }
    .about_you_intro .leadin strong {
      font-size: 29px;
      line-height: 1; }
    .about_you_intro .leadin ul {
      padding-left: 20px;
      padding-top: 10px; }
    .about_you_intro .leadin li {
      margin-bottom: 10px;
      font-size: 19px;
      line-height: 1.35; }
  .about_you_intro aside {
    position: absolute;
    right: -35px;
    bottom: 0;
    height: 200px;
    margin: 0 auto 20px;
    width: 200px;
    border: 1px solid #f04132;
    border-radius: 50%;
    float: right;
    margin: 5%;
    height: 250px;
    margin-right: 10%;
    padding: 0 40px;
    width: 250px; }
    .about_you_intro aside p {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      color: #f04132;
      font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      font-size: 28px;
      line-height: 1;
      text-align: center; }

.client_type_block {
  margin-bottom: 30px;
  padding-right: 60px; }
  .client_type_block:before, .client_type_block:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .client_type_block:after {
    clear: both; }
  .client_type_block .wrap {
    clear: both;
    float: left;
    position: relative;
    padding: 0; }
  .client_type_block h2 {
    clear: both;
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 20px 30px 0;
    color: #fff;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 60px;
    line-height: .85;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }
  .client_type_block p {
    clear: left;
    margin: 0;
    padding: 8px 30px 40px;
    color: #fff;
    font-size: 16px; }
  .client_type_block img {
    width: 920px; }

.client_type_block.corporate .wrap {
  background-color: #f04132;
  background-color: rgba(240, 65, 50, 0.9); }

.client_type_block.government .wrap {
  background-color: #bed62f;
  background-color: rgba(166, 188, 37, 0.9); }

.client_type_block.education .wrap {
  background-color: #25aae1;
  background-color: rgba(26, 139, 185, 0.9); }

.client_type_block.hospitality .wrap {
  background-color: #2f3e48;
  background-color: rgba(47, 62, 72, 0.9); }

.client_type_block.engineers .wrap {
  background-color: #d09b56;
  background-color: rgba(208, 155, 86, 0.9); }

.client_type_block.worship .wrap {
  background-color: #f7941e;
  background-color: rgba(247, 148, 30, 0.9); }

.client_type_block.facilities .wrap {
  background-color: #6B1B20;
  background-color: rgba(107, 27, 32, 0.9); }

.systems_leadin {
  background-color: #f5f4ef; }
  .systems_leadin p {
    margin-top: 0;
    max-width: 840px;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.15;
    padding: 30px 0 5px;
    font-size: 30px; }

.system_banner {
  position: relative;
  margin-bottom: 4px;
  padding: 0 20px;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 0;
  padding-top: 600px; }
  .system_banner .copy {
    margin: 0 auto;
    max-width: 400px;
    padding: 12px;
    bottom: -40px;
    position: absolute;
    right: 8%;
    margin: 0;
    padding: 30px; }
    .system_banner .copy p {
      margin: 0;
      color: #fff;
      font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      font-size: 23px; }

.system_detail {
  margin-bottom: 4px;
  padding: 90px 0;
  background-size: cover; }
  .system_detail:before, .system_detail:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .system_detail:after {
    clear: both; }
  .system_detail .image {
    clear: none;
    float: left;
    width: 460px; }
  .system_detail .copy {
    padding-top: 5%;
    clear: both;
    float: left;
    max-width: 380px;
    padding-right: 20px;
    width: 50%; }
  .system_detail .image + .copy {
    clear: none;
    float: right;
    padding-left: 20px;
    padding-right: 0; }
  .system_detail .copy + .image {
    clear: none;
    float: right;
    right: 0;
    position: relative; }
  .system_detail .image_wrap {
    position: relative;
    padding-top: 66.6666667%; }
  .system_detail img {
    position: absolute;
    top: 0;
    width: 100%;
    border: #959595 3px solid; }
  .system_detail h2 {
    margin: 0;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 30px; }

.systems_contact_form {
  margin-bottom: 1px;
  background-image: url("../img/backgrounds/rack_background.jpg");
  background-position: center center;
  background-size: cover; }
  .systems_contact_form .wrap {
    margin: 0 auto;
    max-width: 1010px;
    padding-bottom: 5%;
    padding-top: 5%; }
    .systems_contact_form .wrap:before, .systems_contact_form .wrap:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .systems_contact_form .wrap:after {
      clear: both; }
  .systems_contact_form aside {
    clear: both;
    float: left;
    max-width: 420px;
    width: 35%; }
  .systems_contact_form h2 {
    color: #4d4d4d;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 35px; }
  .systems_contact_form .contact {
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 24px; }
  .systems_contact_form form {
    clear: none;
    float: right;
    width: 100%;
    max-width: 500px;
    width: 60%; }

.view_other_systems_cta {
  margin-bottom: 1px;
  padding: 50px 0;
  background-image: url("../img/backgrounds/board_background.jpg");
  background-size: cover;
  text-align: center; }
  .view_other_systems_cta .view_other_systems_button {
    position: relative;
    padding: .75em 2em;
    display: inline-block;
    background-color: #959595;
    background-color: rgba(149, 149, 149, 0.25);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase; }
    .view_other_systems_cta .view_other_systems_button:hover, .view_other_systems_cta .view_other_systems_button:focus {
      background-color: rgba(149, 149, 149, 0.5);
      border-color: rgba(255, 255, 255, 0.5); }
    .view_other_systems_cta .view_other_systems_button:after {
      position: relative;
      top: 2px;
      display: inline-block;
      margin-left: 5px;
      height: .35em;
      width: .35em;
      background-image: url("../img/arrows.svg");
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      font-size: 2.5em;
      font-family: "Myriad Pro", Myriad, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      line-height: 1;
      letter-spacing: -.125em;
      -webkit-font-smoothing: antialiased; }

.system_banner--conferencing {
  background-image: url("../img/content/markham_chamber_commerce_large.jpg"); }
  .system_banner--conferencing:before, .system_banner--conferencing:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .system_banner--conferencing:after {
    clear: both; }
  .system_banner--conferencing .copy {
    background-color: #1a8bb9;
    background-color: rgba(26, 139, 185, 0.9); }

.system_detail.corporate {
  background-image: url("../img/backgrounds/blurred_background_3.jpg"); }
  .system_detail.corporate h2 {
    color: #4d4d4d; }

.system_detail.council {
  background-image: url("../img/backgrounds/blurred_background_2.jpg"); }
  .system_detail.council h2 {
    color: #25aae1; }

.system_banner--large_venue {
  background-image: url("../img/content/burlington_pac_large.jpg"); }
  .system_banner--large_venue .copy {
    right: 100px;
    max-width: 680px;
    background-color: #f7941e;
    background-color: rgba(247, 148, 30, 0.9);
    bottom: 80px; }
    .system_banner--large_venue .copy p {
      line-height: 1.3; }

.system_detail.conference {
  background-image: url("../img/backgrounds/blurred_background_3.jpg");
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/blurred_background_3.jpg");
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25)), url("../img/backgrounds/blurred_background_3.jpg"); }
  .system_detail.conference h2 {
    color: #4d4d4d; }

.system_detail.lecture {
  background-image: url("../img/backgrounds/blurred_background_2.jpg"); }
  .system_detail.lecture h2 {
    color: #25aae1; }

.system_detail.performing {
  background-image: url("../img/backgrounds/blurred_background_5.jpg");
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.5)), url("../img/backgrounds/blurred_background_5.jpg");
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.5)), url("../img/backgrounds/blurred_background_5.jpg"); }

.system_banner--training {
  background-image: url("../img/content/video_room_large.jpg"); }
  .system_banner--training .copy {
    max-width: 680px;
    background-color: #a3b824;
    background-color: rgba(163, 184, 36, 0.9);
    bottom: 80px; }
    .system_banner--training .copy p {
      line-height: 1.3; }

.system_detail.classroom {
  background-image: url("../img/backgrounds/blurred_background_6.jpg"); }
  .system_detail.classroom h2 {
    color: #4d4d4d; }

.system_detail.meeting {
  background-image: url("../img/backgrounds/blurred_background_2.jpg"); }
  .system_detail.meeting h2 {
    color: #25aae1; }

.system_banner--interactive {
  background-image: url("../img/content/tussauds_large.jpg"); }
  .system_banner--interactive .copy {
    bottom: 50px;
    right: 100px;
    max-width: 580px;
    background-color: #f04132;
    background-color: rgba(240, 65, 50, 0.9); }
    .system_banner--interactive .copy p {
      line-height: 1.3; }

.system_detail.visitor {
  background-image: url("../img/backgrounds/blurred_background_2.jpg"); }

.system_detail.automation {
  background-image: url("../img/backgrounds/blurred_background_1.jpg"); }
  .system_detail.automation .image_wrap {
    padding-top: 100%; }
  .system_detail.automation h2 {
    color: #25aae1; }

.system_detail.specialized {
  background-image: url("../img/backgrounds/blurred_background_5.jpg");
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.125)), url("../img/backgrounds/blurred_background_5.jpg");
  background-image: linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.125)), url("../img/backgrounds/blurred_background_5.jpg"); }

.about_us_leadin {
  background-color: #f5f4ef; }
  .about_us_leadin p {
    margin-top: 0;
    padding: 30px 0;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.15;
    padding: 50px 20px;
    font-size: 30px; }

.history_wrap, .employee_detail_wrap, .employees_wrap {
  padding: 0 40px; }
  .history_wrap:before, .history_wrap:after, .employee_detail_wrap:before, .employee_detail_wrap:after, .employees_wrap:before, .employees_wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .history_wrap:after, .employee_detail_wrap:after, .employees_wrap:after {
    clear: both; }

.history_copy, .employee_detail_copy {
  max-width: 500px; }

.history_copy {
  clear: both;
  float: left;
  width: 50%; }

.history_pullquote {
  display: none;
  color: #f04132;
  font-size: 24px;
  clear: none;
  float: left;
  position: relative;
  top: 130px;
  display: block;
  padding-left: 10%;
  width: 50%;
  font-size: 30px; }

.employee_detail_photo {
  clear: both;
  float: left;
  width: 50%;
  margin-top: 18px;
  padding-right: 5%; }
  .employee_detail_photo .image_wrap {
    width: 100%; }
  .employee_detail_photo img {
    display: block;
    height: auto;
    width: 100%; }

.employee_detail_copy {
  clear: none;
  float: left;
  width: 50%; }
  .employee_detail_copy h2 {
    font-size: 2em; }
  .employee_detail_copy h2 + p {
    font-size: 1.48em; }

.employees {
  padding: 5% 0; }
  .employees:before, .employees:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .employees:after {
    clear: both; }
  .employees h2 {
    margin-bottom: 20px;
    margin-top: 0; }
  .employees ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 900px; }
  .employees li {
    clear: none;
    float: left;
    margin-right: 1%;
    width: 32%;
    padding-bottom: 2%; }
    .employees li:nth-child(1n) {
      float: left;
      clear: none;
      margin-right: 2%; }
    .employees li:nth-child(3n + 1) {
      clear: both;
      margin-left: 0; }
    .employees li:nth-child(3n) {
      margin-right: 0; }
  .employees img {
    height: auto;
    width: 100%; }
  .employees .name {
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase; }
  .employees .title {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; }
  .employees .bio_link {
    margin-top: 0;
    color: #959595;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none; }
    .employees .bio_link:hover, .employees .bio_link:focus {
      outline: 0;
      color: #f04132; }
    .employees .bio_link:after {
      content: '\0bb';
      display: inline-block;
      padding-left: 5px;
      font-size: 20px; }

.header_contact h1 {
  padding-right: 0; }

.header_contact small {
  display: block;
  font-size: .5em;
  font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-transform: none;
  display: inline-block;
  font-size: .4em; }

.contact_body {
  padding: 80px 0;
  background-color: #f5f4ef; }
  .contact_body:before, .contact_body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .contact_body:after {
    clear: both; }

.contact_info {
  clear: both;
  float: left;
  width: 58%; }
  .contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 50px; }
    .contact_info ul:before, .contact_info ul:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .contact_info ul:after {
      clear: both; }
  .contact_info p {
    margin-bottom: 0;
    font-size: 40px; }
  .contact_info li {
    clear: none;
    float: left;
    margin-right: 1%;
    width: 49%; }
    .contact_info li:nth-child(1n) {
      float: left;
      clear: none;
      margin-right: 2%; }
    .contact_info li:nth-child(2n + 1) {
      clear: both;
      margin-left: 0; }
    .contact_info li:nth-child(2n) {
      margin-right: 0; }
  .contact_info .number a, .contact_info .number {
    color: #f04132;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 1em;
    line-height: .8;
    text-decoration: none; }
  .contact_info .number a:hover, .contact_info .number a:focus {
    color: #4d4d4d; }
  .contact_info .prefix {
    display: block;
    font-size: .6em;
    text-transform: uppercase; }
  .contact_info address {
    margin: 50px 0; }
    .contact_info address p {
      font-size: 24px; }
    .contact_info address strong {
      text-transform: uppercase;
      font-size: .8em; }

.contact_form--contact_page {
  clear: none;
  float: left;
  width: 42%;
  margin-top: 30px; }
  .contact_form--contact_page .copy {
    padding: 30px 30px 0;
    background-color: #fff; }
    .contact_form--contact_page .copy h2 {
      margin: 0 0 5px;
      color: #4d4d4d;
      font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; }
    .contact_form--contact_page .copy p {
      margin: 0; }

.featured_project_image_header {
  background-color: #000; }
  .featured_project_image_header img {
    display: block;
    height: auto;
    width: 920px; }
  .featured_project_image_header .wrap {
    padding: 0; }

.featured_project_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .featured_project_list li {
    margin-bottom: 4px;
    margin-top: 2px;
    min-height: 350px;
    padding: 50px 20px 0 68%;
    background-repeat: no-repeat; }
  .featured_project_list li:nth-child(even) {
    padding-right: 68%;
    padding-left: 20px; }
  .featured_project_list a {
    text-decoration: none; }
  .featured_project_list img {
    height: auto;
    max-width: 100%; }
  .featured_project_list h2 {
    margin-top: 0;
    font-size: 45px;
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    text-transform: uppercase; }
  .featured_project_list .button {
    display: inline-block; }

.featured_project_article {
  position: relative;
  margin-bottom: 4px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .featured_project_article:before, .featured_project_article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .featured_project_article:after {
    clear: both; }
  .featured_project_article .copy {
    max-width: 530px;
    clear: both;
    float: left;
    width: 50%; }
    .featured_project_article .copy h2 {
      margin-top: 1em;
      color: #f04132;
      font-size: 30px;
      font-family: "Knockout 31", "Knockout-HTF31-JuniorMiddlewt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; }

.featured_project_gallery {
  clear: none;
  float: right;
  padding-left: 5%;
  width: 50%; }
  .featured_project_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .featured_project_gallery li {
    clear: none;
    float: left;
    margin-right: 1%;
    width: 49%;
    padding-top: 2%; }
    .featured_project_gallery li:nth-child(1n) {
      float: left;
      clear: none;
      margin-right: 2%; }
    .featured_project_gallery li:nth-child(2n + 1) {
      clear: both;
      margin-left: 0; }
    .featured_project_gallery li:nth-child(2n) {
      margin-right: 0; }
  .featured_project_gallery img {
    display: block;
    height: auto;
    width: 100%; }

.featured_project_conclusion {
  background-color: #fff;
  text-align: center; }
  .featured_project_conclusion .copy {
    margin: 0 auto;
    max-width: 700px;
    padding: 20px 30px; }
  .featured_project_conclusion p {
    font-size: 30px; }
  .featured_project_conclusion p span {
    font-family: "Knockout 50", "Knockout-HTF50-Welterweight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 1.4em; }

.featured_project_technology {
  padding: 30px 0 0;
  border-top: 1px solid #959595; }
  .featured_project_technology:before, .featured_project_technology:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .featured_project_technology:after {
    clear: both; }
  .featured_project_technology h2 {
    display: block;
    margin-bottom: 80px;
    color: #959595;
    text-align: center; }
  .featured_project_technology ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 60px; }
  .featured_project_technology li {
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
    width: 12.5%;
    margin-bottom: 20px; }
    .featured_project_technology li:nth-child(1n) {
      float: left;
      clear: none;
      margin-right: 5%; }
    .featured_project_technology li:nth-child(6n + 1) {
      clear: both;
      margin-left: 0; }
    .featured_project_technology li:nth-child(6n) {
      margin-right: 0; }
  .featured_project_technology img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto; }
