/*
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

This file uses LESSCSS - see http://lesscss.org

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated:
Last update made by: Adam Wright (@rike) for big-backyard.co.nz

CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/

/* Reset & Minimal base styles -------------------------------------------------------------------------------------------*/

/*

	.LESS include - Reset & minimal base styles

*/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 0 0;
}
dd {
  margin: 0 0 0 0;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 0;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
/*

	.LESS include - Colors

*/
/* BASE ======================================================================================== */
/* INTERACTION ================================================================================= */
/* TYPE ======================================================================================== */
/* LESS vars / Additional mixins -----------------------------------------------------------------------------------------*/

.txt {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lato {
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* LESS mixin classes ----------------------------------------------------------------------------------------------------*/

/*

	.LESS include - Common mixins

*/
.noDrop {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* CSS TRANSFORMS / TRANSITIONS ========================================================================================= */
/* ELEMENT DISPLAY & POSITIONING ======================================================================================== */

.block {
  display: block;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.rel {
  position: relative;
}
/* TEXT / TYPOGRAPHY ==================================================================================================== */

.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.cen {
  text-align: center;
}
/* SPRITES ============================================================================================================== */
/* MISC USEFUL MIXINS =================================================================================================== */

.noBullets {
  list-style-type: none;
  margin: 0;
}
.hwAccel {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* Default Styles --------------------------------------------------------------------------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body {
  background: #1f1f1f;
  height: 100%;
}
body,
select,
input,
textarea {
  color: white;
  line-height: 1.2;
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: white;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 40px;
  margin: 0 0 0 0;
}
h2 {
  font-size: 22px;
  margin: 0 0 25px 0;
}
h3 {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 22px 0;
  font-weight: bold;
}
p + h3 {
  margin: 22px 0 12px;
}
h4 {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 0 0;
}
p {
  font-size: 15px;
  margin: 0 0 15px 0;
}
ul,
ol {
  font-size: 15px;
  margin: 0 0 15px 18px;
}
a,
a:active,
a:visited {
  color: #66a242;
  text-decoration: none;
}
a:hover {
  color: #9ccb7f;
}
::-moz-selection {
  background: #dff2fb;
  color: white;
  text-shadow: none;
}
::selection {
  background: #dff2fb;
  color: white;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #dff2fb;
}
/* Forms -----------------------------------------------------------------------------------------------------------------*/

/*

	.LESS include - Forms

*/

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  border: none;
  margin: 0;
  padding: 5px 10px;
  width: 95%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fdfdfd;
  text-shadow: white 0px 1px 0px;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  color: #999999;
  margin-bottom: 10px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  color: #333333;
  background: white;
}
select {
  padding: 4px 6px;
}
label {
  display: block;
  line-height: 35px;
}
input[type="submit"],
button {
  border: none;
  height: 35px;
  background: #66a242;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 50px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  outline: none;
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  position: relative;
  margin-top: 10px;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus {
  background: #4f7e33;
  box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:active,
button:active {
  top: 2px;
  box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  label {
    line-height: 33px;
  }
  input[type="submit"],
  button {
    height: 33px;
  }
}
fieldset .error:before,
fieldset .field-validation-error:before,
fieldset .note:before {
  display: block;
  line-height: 25px;
  background: #ff3600;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  padding: 5px 10px;
  text-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px;
  position: relative;
  margin: 0 0 10px 0;
  content: '!';
  display: inline-block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.4);
  background: #ff724d;
  color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 10px 0 -2px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}
fieldset .error:after,
fieldset .field-validation-error:after,
fieldset .note:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
}
.ie7 fieldset .error,
.ie7 fieldset .field-validation-error,
.ie7 fieldset .note {
  color: red;
  padding-bottom: 18px;
  display: block;
}
/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Structure -------------------------------------------------------------------------------------------------------------*/

#main {
  width: 960px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
header {
  width: 1100px;
  margin: auto;
}
footer {
  margin-top: 50px;
}
.content {
  width: 920px;
  margin: auto;
}
.content.w-sidebar {
  width: 550px;
  margin: 0 0 0 20px;
  float: left;
}
.sidebar {
  width: 320px;
  margin: 0 20px 0 50px;
  float: left;
}
/* Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

header {
  height: 70px;
  position: relative;
  z-index: 3;
}
header .logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 221px;
  height: 49px;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
}
header .main {
  padding: 34px 0 0 0;
  text-align: right;
  margin-left: 200px;
}
header .main a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: white !important;
  font-weight: 300;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: black 0px -1px 0px;
  margin-right: 20px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
header .main a:hover,
header .main a.selected {
  color: #66a242 !important;
}
header .main a.services {
  text-transform: none;
}
header .sub {
  background: url(../img/interface/bg-subnav.png);
  width: 1100px;
  height: 210px;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: auto;
  right: auto;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  display: none;
}
header .sub .ind {
  display: block;
  width: 21px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  bottom: auto;
  right: auto;
  background: url(../img/interface/ind-subnav.png) no-repeat 0px 0px;
}
header .sub section {
  display: none;
  position: relative;
  padding: 30px 0 0 329px;
}
header .sub section p {
  font-weight: 300;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  width: 280px;
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: auto;
  right: auto;
}
header .sub section a {
  display: block;
  font-size: 16px;
  color: white;
  background: #578a35;
  background: rgba(0, 0, 0, 0.1);
  width: 268px;
  margin: 0 0 5px 15px;
  padding: 6px 10px;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
}
header .sub section a:hover {
  background: black;
}
.ie7 header .sub section p {
  position: absolute;
  top: -82px;
  left: 30px;
  bottom: auto;
  right: auto;
}
.ie7 header .sub section a {
  margin-bottom: -23px;
}
.header-img {
  min-width: 960px;
  height: 365px;
  margin: -70px 0 -78px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-img .images {
  margin: auto;
  z-index: 1;
  position: relative;
}
.header-img .images img {
  display: block;
  position: absolute;
  top: 0;
  left: 50% !important;
}
.header-img .overlay {
  width: 100%;
  height: 365px;
  background: url(../img/interface/header-img-grad.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 2;
}
.head-rot-inds {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 345px;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 5;
}
.head-rot-inds li {
  width: 6px;
  height: 6px;
  background: #686b61;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  margin-left: 6px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  float: left;
}
.head-rot-inds li.curr {
  background: white;
}
.footer-img {
  min-width: 960px;
  height: 420px;
  background: purple;
  background: url(../img/interface/bg-footer.jpg) no-repeat 50% 0;
  margin: -420px 0 0 0;
}
footer {
  position: relative;
  z-index: 2;
}
footer .beacon {
  min-width: 960px;
  position: relative;
  background: url(../img/interface/bg-beacon.png);
}
footer .beacon h2 {
  font-size: 30px;
  font-weight: 300;
  position: relative;
  padding: 20px 0 20px 70px;
  width: 850px;
  margin: auto;
}
footer .beacon h2 .logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 43px;
  height: 49px;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -240px 0px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  bottom: auto;
  right: auto;
}
footer nav {
  width: 920px;
  margin: auto;
  padding: 30px 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #66a242;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer nav a {
  display: inline-block;
  border-left: 1px solid #5f5f5f;
  padding-left: 20px;
  margin-left: 20px;
}
.next-page {
  display: block;
  width: 450px;
  height: 110px;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 0 100px 0 370px;
}
.next-page img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.next-page p {
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  padding-top: 5px;
}
.next-page .ind {
  display: block;
  width: 27px;
  height: 51px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -240px -60px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.next-page:hover .ind {
  right: -40px;
}
.page-head {
  background: url(../img/interface/bg-page-head.png);
  margin-bottom: 50px;
}
.page-head h1 {
  line-height: 78px;
  text-transform: uppercase;
  padding: 0 20px;
}
.sidebar .pod {
  background: #262626;
  padding: 25px;
  margin-bottom: 12px;
}
.sidebar .pod h2 {
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.sidebar .pod h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.sidebar .pod p {
  font-size: 13px;
}
.sidebar .pod.img-pod img {
  display: block;
  margin: 0 auto 20px;
}
.sidebar .pod.people-pod {
  overflow: hidden;
}
.sidebar .pod.people-pod a {
  display: block;
  width: 129px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-bottom: 12px;
  position: relative;
}
.sidebar .pod.people-pod a.alt {
  margin-right: 12px;
}
.sidebar .pod.people-pod a .copy {
  background: url(../img/interface/bg-page-head.png);
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 129px;
  height: 65px;
  padding-top: 35px;
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 13px;
  display: none;
}
.sidebar .pod.people-pod a .copy h5 {
  color: #66a242;
  font-size: 16px;
  margin: 0;
}
blockquote {
  display: block;
  position: relative;
  padding: 0;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 50px 0;
}

blockquote.with-image {
	  padding: 0 0 0 116px;
}
blockquote img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
blockquote span {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}
blockquote span.brown {
  color: #bd9457;
}
blockquote span.green {
  color: #66a242;
}
p + blockquote {
  margin-top: 50px;
}
.cols {
  overflow: hidden;
}
.cols .col1,
.cols .col2,
.cols .col3 {
  width: 280px;
  float: left;
}
.cols .col2 {
  margin: 0 40px;
}
.litebox {
  background: url(../img/interface/bg-page-head.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.litebox .content {
  padding: 50px;
  border: none;
  background: #262626;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}
.litebox .content .close {
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  left: auto;
  bottom: auto;
  right: 50px;
}
.litebox .content .diagram {
  display: block;
  margin: 50px auto 0;
}
/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

.landing-nav {
  overflow: hidden;
  margin-top: 50px;
}
.landing-nav a {
  width: 280px;
  height: 176px;
  margin: 0 0 40px 40px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.landing-nav a.alt {
  margin-left: 0;
}
.landing-nav a .copy {
  background: url(../img/interface/bg-page-head.png);
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  width: 240px;
  height: 166px;
  padding: 10px 20px 0 20px;
  cursor: pointer;
}
.landing-nav a .copy h3 {
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 52px;
  margin: 0 0 12px 0;
  font-size: 22px;
}
.landing-nav a .copy p {
  margin: 0;
  color: white;
}
.downloads {
  background: #262626;
  padding: 20px;
  margin: 50px 0 0 0;
}
.downloads a {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.downloads a .ico {
  display: block;
  width: 31px;
  height: 38px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: auto;
  right: auto;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -120px;
}
.downloads a.pdf .ico {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -60px;
}
.downloads a.ppt .ico {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -60px -60px;
}
.downloads a h4 {
  color: #66a242;
  margin-bottom: 10px;
}
.downloads a h4 span {
  color: #8f8f8f;
  font-size: 13px;
}
.downloads a p {
  color: white;
  font-size: 13px;
}
.downloads a:hover h4 {
  color: #9ccb7f;
}
.homepage .rotator-refs {
  display: none;
}
.homepage .hp-content h1 {
  background: url(../img/interface/bg-beacon.png);
  font-size: 30px;
  text-transform: uppercase;
  width: 450px;
  padding: 40px;
  margin: 120px 0 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.homepage .hp-content nav {
  padding: 40px;
  position: relative;
  background: url(../img/interface/bg-beacon.png);
  width: 450px;
}
.homepage .hp-content nav h2 {
  font-size: 26px;
  margin: 0;
}
.homepage .hp-content nav a {
  display: block;
  font-size: 20px;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
  float: left;
  clear: left;
}
.homepage .hp-content nav .popover {
  background: url(../img/interface/bg-popover.png);
  width: 475px;
  padding: 50px;
  position: absolute;
  top: 50px;
  left: 400px;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
}
.homepage .hp-content nav .popover .ind {
  display: block;
  width: 20px;
  height: 39px;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -120px -60px;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: auto;
  right: auto;
}
.homepage .hp-content nav .popover p {
  color: #1f1f1f;
  font-size: 22px;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.homepage .hp-content nav .popover div {
  display: none;
}
.homepage .hp-rotator {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.homepage .hp-rotator img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.homepage .hp-rotator .grad-top {
  width: 100%;
  height: 200px;
  background: url(../img/interface/bg-hp-grad-top.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 2;
}
.homepage .hp-rotator .grad-bot {
  width: 100%;
  height: 765px;
  background: url(../img/interface/bg-hp-grad-bot.png) repeat-x;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  z-index: 2;
}
.cssanimations .homepage .hp-rotator img {
  opacity: 0;
  -webkit-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
}
.cssanimations .homepage .hp-rotator img.show {
  opacity: 1;
}
.intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-perspective: 2000;
  -webkit-perspective-origin: 50% 50%;
}
.intro .cloud1 img,
.intro .cloud2 img {
  display: block;
}
.intro .cloud1 {
  position: absolute;
  top: 0;
  left: -1000px;
  bottom: auto;
  right: auto;
  display: none;
}
.intro .cloud2 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -300px;
  right: -1000px;
  display: none;
}
.intro .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -260px 0 0 -260px;
  display: none;
}
.intro .warrior {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -325px 0 0 -185px;
  display: none;
  z-index: 2;
}
.intro .shine {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -276px 0 0 -130px;
  background: url(../img/interface/intro-flare.png) no-repeat 0px 0px;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
  z-index: 2;
}
.intro .stars {
  -webkit-transition: all 10000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 10000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 10000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 10000ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.intro .stars.spin {
  -webkit-transform: rotate(180deg) scale(1);
  -moz-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}
.intro .star {
  display: block;
  width: 2px;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.intro.css-anim .cloud1,
.intro.css-anim .cloud2 {
  display: block;
  -webkit-transition: all 20000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 20000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 20000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 20000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro.css-anim .cloud1 img,
.intro.css-anim .cloud2 img {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
}
.intro.css-anim .cloud1.show img,
.intro.css-anim .cloud2.show img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.intro.css-anim .cloud2 {
  -webkit-transition: all 30000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 30000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 30000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 30000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro.css-anim .cloud1.show {
  left: 0px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.intro.css-anim .cloud2.show {
  right: 300px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.intro.css-anim .ring {
  opacity: 0;
  display: block;
  -webkit-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: scale(0.3) rotateX(-80deg) rotatey(-180deg);
  -moz-transform: scale(0.3) rotateX(-80deg) rotatey(-180deg);
  -ms-transform: scale(0.3) rotateX(-80deg) rotatey(-180deg);
  transform: scale(0.3) rotateX(-80deg) rotatey(-180deg);
  -webkit-filter: blur(30px);
}
.intro.css-anim .warrior {
  opacity: 0;
  display: block;
  -webkit-transition: all 3000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 3000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 3000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 3000ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 500px;
}
.intro.css-anim .shine {
  opacity: 0;
  display: block;
  -webkit-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1);
}
.intro.css-anim.frame-1 .ring {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg) rotateY(0deg);
  -moz-transform: scale(1) rotateX(0deg) rotateY(0deg);
  -ms-transform: scale(1) rotateX(0deg) rotateY(0deg);
  transform: scale(1) rotateX(0deg) rotateY(0deg);
  -webkit-filter: blur(0px);
}
.intro.css-anim.frame-2 .warrior {
  opacity: 1;
  margin-top: -325px;
}
.intro.css-anim.frame-3 .shine {
  margin: -454px 0 0 -314px;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.intro.css-anim.frame-4 .shine {
  opacity: 0;
}
.intro.css-anim.frame-5 .warrior {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.intro.css-anim.frame-5 .stars {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.intro.css-anim.frame-5 .cloud1 {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.intro.css-anim.frame-5 .cloud2 {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 5000ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.intro {
  width: 960px;
  height: 800px;
  margin: -400px 0 0 -480px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}
.intro .cloud1 {
  top: 0;
  left: -200px;
}
.intro .cloud2 {
  bottom: 0;
  right: -200px;
}
.intro .warrior {
  margin: -162px 0 0 -92px;
}
.intro .ring {
  margin: -130px 0 0 -130px;
}
.intro .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.intro .shine {
  margin: -135px 0 0 -67px;
}
.intro.css-anim.frame-2 .warrior {
  opacity: 1;
  margin-top: -162px;
}
.intro.css-anim.frame-3 .shine {
  margin: -300px 0 0 -230px;
}
.intro.css-anim.frame-5 .warrior {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.news-listing {
  margin-top: 60px;
}
.news-listing a {
  display: block;
  position: relative;
  padding-left: 370px;
  margin-bottom: 40px;
}
.news-listing a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.news-listing a h3 {
  color: #66a242;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.news-listing a p {
  color: white;
}
.news-listing a .src {
  color: #8f8f8f;
  font-size: 13px;
}
.news-listing a:hover h3 {
  color: white;
}
.load-more {
  display: block;
  color: white !important;
  background: #3f4040;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin: 0 0 60px 370px;
  line-height: 35px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
.load-more:hover {
  background: #66a242;
}
#Loading,
#LoadingError {
  text-align: center;
  display: block;
}
.contact {
  background: #262626;
  padding: 30px;
  width: 380px;
  margin: 0 40px 100px 0;
  float: left;
  min-height: 420px;
}
.contact-details {
  background: #262626;
  padding: 30px;
  width: 380px;
  float: left;
}
.contact-details ul {
  list-style-type: none;
  margin: 0;
}
.contact-details ul li {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
  padding-left: 40px;
  position: relative;
}
.contact-details ul li.lrg {
  font-size: 20px;
}
.contact-details ul li span {
  display: block;
  width: 24px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.contact-details ul li span.add {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -120px -120px;
}
.contact-details ul li span.ph {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -180px -120px;
}
.contact-details ul li span.fax {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -240px -120px;
}
.contact-details ul li span.email {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -300px -120px;
  top: 4px;
}
.timeline nav {
  position: relative;
  margin: 60px 0;
}
.timeline nav .nxt,
.timeline nav .prv {
  display: block;
  position: absolute;
  top: 15px;
  width: 22px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
}
.timeline nav .nxt.nxt,
.timeline nav .prv.nxt {
  right: 0;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -420px 0px;
}
.timeline nav .nxt.nxt:hover,
.timeline nav .prv.nxt:hover {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -480px 0px;
}
.timeline nav .nxt.prv,
.timeline nav .prv.prv {
  left: 0;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -420px -60px;
}
.timeline nav .nxt.prv:hover,
.timeline nav .prv.prv:hover {
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -480px -60px;
}
.timeline nav .years-wrap {
  position: relative;
  left: -30px;
  width: 840px;
  overflow: hidden;
  top: -4px;
  height: 120px;
  margin: 0 70px;
}
.timeline nav .years {
  top: 8px;
  position: relative;
}
.timeline nav .years a {
  font-size: 24px;
  display: block;
  float: left;
  width: 92px;
  text-align: center;
  line-height: 60px;
  color: #939393;
  font-weight: 300;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
}
.timeline nav .years a.selected {
  color: white;
}
.timeline nav .years .ind {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url('../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -300px 0px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  margin: -38px 0 0 8px;
}
.timeline nav .cover {
  width: 1000px;
  height: 60px;
  background: url(../img/interface/bg-cover.png) no-repeat 0px 0px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.timeline nav .cover.cover-left {
  left: -1000px;
  background-position: 0px -60px;
}
.timeline nav .cover.cover-right {
  right: -1000px;
}
.timeline .holder {
  position: relative;
  min-height: 600px;
}
.timeline .holder .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
.timeline .holder .item.selected {
  display: block;
}
.timeline .holder .item img {
  display: block;
}
.timeline .holder .item .copy {
  min-height: 160px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  background: url(../img/interface/bg-history-img-cover.png) repeat-x 0px 4px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.timeline .holder .item .copy h1 {
  float: right;
  font-size: 100px;
  margin: 0 25px 40px 200px;
}
.timeline .holder .item .copy p {
  margin: 0 25px 20px;
  font-size: 20px;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.timeline .holder .item ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  margin: 40px 0;
}
.timeline .holder .item ul li {
  float: left;
  margin-bottom: 30px;
}
.timeline .holder .item ul li.row {
  margin-right: 30px;
}
.timeline .holder .item .item-nxt,
.timeline .holder .item .item-prv {
  font-size: 30px;
  font-family: "Lato", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #939393;
  position: absolute;
  top: 150px;
  left: auto;
  bottom: auto;
  right: 30px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.timeline .holder .item .item-nxt.item-prv,
.timeline .holder .item .item-prv.item-prv {
  right: 160px;
}
.timeline .holder .item .item-nxt:hover,
.timeline .holder .item .item-prv:hover {
  color: white;
}
/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* Non-semantic Helper Classes -------------------------------------------------------------------------------------------*/

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Media queries for responsive design -----------------------------------------------------------------------------------*/

/*

	.LESS include - Media Queries

*/

.size-right {
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}
@media all and (max-width: 1450px) {

}
@media all and (max-width: 1300px) {

}
@media all and (max-width: 1100px) {

}
@media all and (max-width: 400px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}
/* Print styles --------------------------------------------------------------------------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */

  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */

  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
Window size: x
Viewport size: x