/*!
* Launchframe v1.0.0 by @Whiteboardis dev team
* Copyright 2014 Whiteboard
*
* Designed and built for developers by developers.
*/

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('webfonts/291B5C_0_0.eot');
  src: url('webfonts/291B5C_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/291B5C_0_0.woff') format('woff'), url('webfonts/291B5C_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('webfonts/291B5C_1_0.eot');
  src: url('webfonts/291B5C_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/291B5C_1_0.woff') format('woff'), url('webfonts/291B5C_1_0.ttf') format('truetype');
}

.sans-serif {
  font-family: "AvenirLTStd-Roman";
}

/*
* Based somewhat on Skeleton
* www.getskeleton.com

Less version credit: https://github.com/thatericsmith/Skeleton
Extended to be dynamic based on variables defined above
*/

/*
	Default grid: mobile FIRST!
	Note: This will be implicit for @tiny and @small widths
*/

.columns,
.column {
  margin: 0!important;
}

.container {
  position: relative;
  width: 75%;
  padding: 0;
  margin: 0 auto;
}

.container.plusfour,
.container.pluseight {
  width: 100%;
}

.container .column.one-third,
.container .column.two-thirds,
.container .column.one {
  width: 100%;
}

.container .columns.two,
.container .columns.three,
.container .columns.four,
.container .columns.five,
.container .columns.six,
.container .columns.seven,
.container .columns.eight,
.container .columns.nine,
.container .columns.ten,
.container .columns.eleven,
.container .columns.twelve,
.container .columns.thirteen,
.container .columns.fourteen,
.container .columns.fifteen,
.container .columns.sixteen,
.container .columns.twenty,
.container .columns.twentyfour {
  width: 100%;
}

/* Offsets */

.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen {
  padding-left: 0;
}

@media only screen and (min-width: 720px) {
  .container {
    position: relative;
    width: 648px;
    padding: 0;
    margin: 0 auto;
  }

  .container.plusfour {
    width: 810px;
  }

  .container.pluseight {
    width: 972px;
  }

  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 6.75px !important;
    margin-left: 6.75px !important;
  }

  .row {
    margin-bottom: 13.5px;
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }

  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }

  .container {
    /* Base Grid */
    /* Offsets */
  }

  .container .one.column {
    width: 27px;
  }

  .container .columns.two {
    width: 67.5px;
  }

  .container .columns.three {
    width: 108px;
  }

  .container .columns.four {
    width: 148.5px;
  }

  .container .columns.five {
    width: 189px;
  }

  .container .columns.six {
    width: 229.5px;
  }

  .container .columns.seven {
    width: 270px;
  }

  .container .columns.eight {
    width: 310.5px;
  }

  .container .columns.nine {
    width: 351px;
  }

  .container .columns.ten {
    width: 391.5px;
  }

  .container .columns.eleven {
    width: 432px;
  }

  .container .columns.twelve {
    width: 472.5px;
  }

  .container .columns.thirteen {
    width: 513px;
  }

  .container .columns.fourteen {
    width: 553.5px;
  }

  .container .columns.fifteen {
    width: 594px;
  }

  .container .columns.sixteen {
    width: 634.5px;
  }

  .container .one-third.column {
    width: 202.5px;
  }

  .container .two-thirds.column {
    width: 418.5px;
  }

  .container .offset-by-one {
    padding-left: 40.5px;
  }

  .container .offset-by-two {
    padding-left: 81px;
  }

  .container .offset-by-three {
    padding-left: 121.5px;
  }

  .container .offset-by-four {
    padding-left: 162px;
  }

  .container .offset-by-five {
    padding-left: 202.5px;
  }

  .container .offset-by-six {
    padding-left: 243px;
  }

  .container .offset-by-seven {
    padding-left: 283.5px;
  }

  .container .offset-by-eight {
    padding-left: 324px;
  }

  .container .offset-by-nine {
    padding-left: 364.5px;
  }

  .container .offset-by-ten {
    padding-left: 405px;
  }

  .container .offset-by-eleven {
    padding-left: 445.5px;
  }

  .container .offset-by-twelve {
    padding-left: 486px;
  }

  .container .offset-by-thirteen {
    padding-left: 526.5px;
  }

  .container .offset-by-fourteen {
    padding-left: 567px;
  }

  .container .offset-by-fifteen {
    padding-left: 607.5px;
  }
}

@media only screen and (min-width: 940px) {
  .container {
    position: relative;
    width: 846px;
    padding: 0;
    margin: 0 auto;
  }

  .container.plusfour {
    width: 1057.5px;
  }

  .container.pluseight {
    width: 1269px;
  }

  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 8.8125px !important;
    margin-left: 8.8125px !important;
  }

  .row {
    margin-bottom: 17.625px;
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }

  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }

  .container {
    /* Base Grid */
    /* Offsets */
  }

  .container .one.column {
    width: 35.25px;
  }

  .container .columns.two {
    width: 88.125px;
  }

  .container .columns.three {
    width: 141px;
  }

  .container .columns.four {
    width: 193.875px;
  }

  .container .columns.five {
    width: 246.75px;
  }

  .container .columns.six {
    width: 299.625px;
  }

  .container .columns.seven {
    width: 352.5px;
  }

  .container .columns.eight {
    width: 405.375px;
  }

  .container .columns.nine {
    width: 458.25px;
  }

  .container .columns.ten {
    width: 511.125px;
  }

  .container .columns.eleven {
    width: 564px;
  }

  .container .columns.twelve {
    width: 616.875px;
  }

  .container .columns.thirteen {
    width: 669.75px;
  }

  .container .columns.fourteen {
    width: 722.625px;
  }

  .container .columns.fifteen {
    width: 775.5px;
  }

  .container .columns.sixteen {
    width: 828.375px;
  }

  .container .one-third.column {
    width: 264.375px;
  }

  .container .two-thirds.column {
    width: 546.375px;
  }

  .container .offset-by-one {
    padding-left: 52.875px;
  }

  .container .offset-by-two {
    padding-left: 105.75px;
  }

  .container .offset-by-three {
    padding-left: 158.625px;
  }

  .container .offset-by-four {
    padding-left: 211.5px;
  }

  .container .offset-by-five {
    padding-left: 264.375px;
  }

  .container .offset-by-six {
    padding-left: 317.25px;
  }

  .container .offset-by-seven {
    padding-left: 370.125px;
  }

  .container .offset-by-eight {
    padding-left: 423px;
  }

  .container .offset-by-nine {
    padding-left: 475.875px;
  }

  .container .offset-by-ten {
    padding-left: 528.75px;
  }

  .container .offset-by-eleven {
    padding-left: 581.625px;
  }

  .container .offset-by-twelve {
    padding-left: 634.5px;
  }

  .container .offset-by-thirteen {
    padding-left: 687.375px;
  }

  .container .offset-by-fourteen {
    padding-left: 740.25px;
  }

  .container .offset-by-fifteen {
    padding-left: 793.125px;
  }
}

@media only screen and (min-width: 1100px) {
  .container {
    position: relative;
    width: 990px;
    padding: 0;
    margin: 0 auto;
  }

  .container.plusfour {
    width: 1237.5px;
  }

  .container.pluseight {
    width: 1485px;
  }

  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 10.3125px !important;
    margin-left: 10.3125px !important;
  }

  .row {
    margin-bottom: 20.625px;
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }

  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }

  .container {
    /* Base Grid */
    /* Offsets */
  }

  .container .one.column {
    width: 41.25px;
  }

  .container .columns.two {
    width: 103.125px;
  }

  .container .columns.three {
    width: 165px;
  }

  .container .columns.four {
    width: 226.875px;
  }

  .container .columns.five {
    width: 288.75px;
  }

  .container .columns.six {
    width: 350.625px;
  }

  .container .columns.seven {
    width: 412.5px;
  }

  .container .columns.eight {
    width: 474.375px;
  }

  .container .columns.nine {
    width: 536.25px;
  }

  .container .columns.ten {
    width: 598.125px;
  }

  .container .columns.eleven {
    width: 660px;
  }

  .container .columns.twelve {
    width: 721.875px;
  }

  .container .columns.thirteen {
    width: 783.75px;
  }

  .container .columns.fourteen {
    width: 845.625px;
  }

  .container .columns.fifteen {
    width: 907.5px;
  }

  .container .columns.sixteen {
    width: 969.375px;
  }

  .container .one-third.column {
    width: 309.375px;
  }

  .container .two-thirds.column {
    width: 639.375px;
  }

  .container .offset-by-one {
    padding-left: 61.875px;
  }

  .container .offset-by-two {
    padding-left: 123.75px;
  }

  .container .offset-by-three {
    padding-left: 185.625px;
  }

  .container .offset-by-four {
    padding-left: 247.5px;
  }

  .container .offset-by-five {
    padding-left: 309.375px;
  }

  .container .offset-by-six {
    padding-left: 371.25px;
  }

  .container .offset-by-seven {
    padding-left: 433.125px;
  }

  .container .offset-by-eight {
    padding-left: 495px;
  }

  .container .offset-by-nine {
    padding-left: 556.875px;
  }

  .container .offset-by-ten {
    padding-left: 618.75px;
  }

  .container .offset-by-eleven {
    padding-left: 680.625px;
  }

  .container .offset-by-twelve {
    padding-left: 742.5px;
  }

  .container .offset-by-thirteen {
    padding-left: 804.375px;
  }

  .container .offset-by-fourteen {
    padding-left: 866.25px;
  }

  .container .offset-by-fifteen {
    padding-left: 928.125px;
  }
}

@media only screen and (min-width: 1240px) {
  .container {
    position: relative;
    width: 1116px;
    padding: 0;
    margin: 0 auto;
  }

  .container.plusfour {
    width: 1395px;
  }

  .container.pluseight {
    width: 1674px;
  }

  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 11.625px !important;
    margin-left: 11.625px !important;
  }

  .row {
    margin-bottom: 23.25px;
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }

  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }

  .container {
    /* Base Grid */
    /* Offsets */
  }

  .container .one.column {
    width: 46.5px;
  }

  .container .columns.two {
    width: 116.25px;
  }

  .container .columns.three {
    width: 186px;
  }

  .container .columns.four {
    width: 255.75px;
  }

  .container .columns.five {
    width: 325.5px;
  }

  .container .columns.six {
    width: 395.25px;
  }

  .container .columns.seven {
    width: 465px;
  }

  .container .columns.eight {
    width: 534.75px;
  }

  .container .columns.nine {
    width: 604.5px;
  }

  .container .columns.ten {
    width: 674.25px;
  }

  .container .columns.eleven {
    width: 744px;
  }

  .container .columns.twelve {
    width: 813.75px;
  }

  .container .columns.thirteen {
    width: 883.5px;
  }

  .container .columns.fourteen {
    width: 953.25px;
  }

  .container .columns.fifteen {
    width: 1023px;
  }

  .container .columns.sixteen {
    width: 1092.75px;
  }

  .container .one-third.column {
    width: 348.75px;
  }

  .container .two-thirds.column {
    width: 720.75px;
  }

  .container .offset-by-one {
    padding-left: 69.75px;
  }

  .container .offset-by-two {
    padding-left: 139.5px;
  }

  .container .offset-by-three {
    padding-left: 209.25px;
  }

  .container .offset-by-four {
    padding-left: 279px;
  }

  .container .offset-by-five {
    padding-left: 348.75px;
  }

  .container .offset-by-six {
    padding-left: 418.5px;
  }

  .container .offset-by-seven {
    padding-left: 488.25px;
  }

  .container .offset-by-eight {
    padding-left: 558px;
  }

  .container .offset-by-nine {
    padding-left: 627.75px;
  }

  .container .offset-by-ten {
    padding-left: 697.5px;
  }

  .container .offset-by-eleven {
    padding-left: 767.25px;
  }

  .container .offset-by-twelve {
    padding-left: 837px;
  }

  .container .offset-by-thirteen {
    padding-left: 906.75px;
  }

  .container .offset-by-fourteen {
    padding-left: 976.5px;
  }

  .container .offset-by-fifteen {
    padding-left: 1046.25px;
  }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */

.container:after {
  display: block;
  height: 0;
  clear: both;
  content: "\0020";
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  content: '\0020';
  visibility: hidden;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `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 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: "AvenirLTStd-Roman";
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/**
 * 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 styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * 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 {
  word-wrap: break-word;
  white-space: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote{
  margin: 1.5em 0px .75em -1.5em;
  border-left: 0.5em solid #539994;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  display: block;
  padding: .75em .5em .75em 1em;
  background: #fff;
  font-style: italic;
}

blockquote:before {
  display: block;
  height: 0;
  content: "“";
  margin-left: -0.95em;
  position: absolute;
  font: italic 400%/1 Cochin,Georgia,"Times New Roman", serif;
  color: #999;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

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 {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0;
  border: 0;
}

/**
 * 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.
 */

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/**
 * Address Firefox 4+ 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. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/**
 * 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 {
  padding: 0;
  border: 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;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-family: "AvenirLTStd-Roman";
  font-size: 14px;
  line-height: 1.4;
  color: #4d5a60;
  background: #ffffff;
}

table tr:nth-child(odd) {
    background-color: #eee;
}
table tr:nth-child(even) {
   background-color:#fff;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  padding: 0.2em 0;
  margin: 0.2em 0;
  color: #000;
  background: #ccc;
}

/* Borrowed from:
	http://css-tricks.com/snippets/css/useful-css3-less-mixins/
	https://github.com/owzzz/Useful-Less-Mixins/blob/master/mixins.less

*/

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

/* Text meant only for screen readers */

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Clearing */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.main-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
  float: left;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
  display: none;
  float: left;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Small menu */

.menu-toggle {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}

/* Submenu */

.menu-item .sub-menu {
  display:block;
  position:absolute;
}

.menu-item>.sub-menu>.menu-item>.sub-menu {
  opacity: 0;
  transform: translateY(-20%);
  pointer-events: none;
  border-bottom: none;
  min-width: 100%;
  position: absolute;
  left: 110px;
  top: -1px;
  transition: transform 350ms ease,opacity 350ms ease;
}

.menu-item:hover>.sub-menu>.menu-item:hover>.sub-menu {
  opacity: 1;
  pointer-events: all;
  transition: transform 350ms ease,opacity 350ms ease;
  transform: translateY(0%);
}

.menu-item>.sub-menu {
  opacity: 0;
  pointer-events: none;
  border-bottom: none;
  min-width: 100%;
  transform: translateY(-20%);
  transition: transform 350ms ease,opacity 350ms ease;
}

.menu-item:hover>.sub-menu {
  opacity: 1;
  pointer-events: all;
  transition: transform 450ms ease,opacity 350ms ease;
  transform: translateY(0%);
}


.menu-item>.sub-menu>.menu-item>.sub-menu>li{
  width: 250px;
}

.menu-item>.sub-menu>li{
  position: relative;
  width: 110px;
  text-align: center;
  background: rgba(77, 90, 96, 0.9);
  padding: 0;
  clear: left;
  border: solid 1px rgba(83, 153, 148, 0.5);
}

.menu-item>.sub-menu>.menu-item>.sub-menu>li>a {
  padding: 5px 0;
}

.menu-item>.sub-menu>li>a {
  padding: 5px 0;
}

@media (max-width: 940px) {
  .menu-item .sub-menu {
    display:none;
    position:relative;
    margin-top: 0px;
  }
  .menu-item:hover>.sub-menu {
      display:block;
  }
  .menu-item .sub-menu a {
    padding-left: 50px;
  }
}

/* =Content
----------------------------------------------- */

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  margin: 0 0 1.5em;
  clear: both;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
  margin: 1.2% auto 0;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  height: auto;
  max-width: 90%;
  border: none;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
  display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

/*

All site-specific styles go here.

Some rules and guidelines:
	classes are better than IDs
	don't specify font-sizes more than once
	avoid making classes for one rule
	avoid using pixels for font-sizes except on body
	don't abuse less nesting

*/

.people-frame.hidden,
.people-frame-fixed.hidden {
  visibility: hidden;
}

.people-frame .winner,
.people-frame-fixed .winner {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.people-frame .winner .negative-box,
.people-frame-fixed .winner .negative-box {
  fill: rgba(229, 80, 70, 0.5);
}

.people-frame .winner .positive-box,
.people-frame-fixed .winner .positive-box {
  fill: rgba(63, 181, 73, 0.5);
}

.people-frame .jaggy,
.people-frame-fixed .jaggy {
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.people-frame .arrow-sign-inner,
.people-frame-fixed .arrow-sign-inner {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.people-frame .arrow-sign,
.people-frame-fixed .arrow-sign {
  -webkit-transition: all 3s;
  transition: all 3s;
}

.people-frame .arrow-sign rect,
.people-frame-fixed .arrow-sign rect,
.people-frame .arrow-sign polygon,
.people-frame-fixed .arrow-sign polygon {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.people-frame .person-1,
.people-frame-fixed .person-1,
.people-frame .person-2,
.people-frame-fixed .person-2,
.people-frame .person-3,
.people-frame-fixed .person-3,
.people-frame .person-4,
.people-frame-fixed .person-4,
.people-frame .person-5,
.people-frame-fixed .person-5 {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.people-frame .person-1 path,
.people-frame-fixed .person-1 path,
.people-frame .person-2 path,
.people-frame-fixed .person-2 path,
.people-frame .person-3 path,
.people-frame-fixed .person-3 path,
.people-frame .person-4 path,
.people-frame-fixed .person-4 path,
.people-frame .person-5 path,
.people-frame-fixed .person-5 path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.people-frame .mark,
.people-frame-fixed .mark {
  opacity: 0;
  -webkit-transform: matrix(0.05, 0, 0, 0.04, 42, 17);
  -ms-transform: matrix(0.05, 0, 0, 0.04, 42, 17);
  transform: matrix(0.05, 0, 0, 0.04, 42, 17);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.people-frame .bars,
.people-frame-fixed .bars {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.people-frame .bars rect,
.people-frame-fixed .bars rect {
  -webkit-transform: scale(1, 0) translate(0, 100%);
  -ms-transform: scale(1, 0) translate(0, 100%);
  transform: scale(1, 0) translate(0, 100%);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  fill: rgba(247, 202, 131, 0.8);
}

.people-frame .plane,
.people-frame-fixed .plane {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.3) translate3d(700px, 0, 0px);
  -ms-transform: scale(1.3) translate3d(700px, 0, 0px);
  transform: scale(1.3) translate3d(700px, 0, 0px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.people-frame[data-frame="0"] .green-mark,
.people-frame-fixed[data-frame="0"] .green-mark {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  fill: #3FB549;
}

.people-frame[data-frame="0"] .red-mark,
.people-frame-fixed[data-frame="0"] .red-mark {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  fill: #E55046;
}

.people-frame[data-frame="0"] .question-mark,
.people-frame-fixed[data-frame="0"] .question-mark {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  fill: #4E5B62;
}

.people-frame[data-frame="0"] .mark,
.people-frame-fixed[data-frame="0"] .mark {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.people-frame[data-frame="1"] .plane,
.people-frame-fixed[data-frame="1"] .plane {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(0.7) translate3d(0, 0px, 0px);
  -ms-transform: scale(0.7) translate3d(0, 0px, 0px);
  transform: scale(0.7) translate3d(0, 0px, 0px);
}

.people-frame[data-frame="2"] .plane,
.people-frame-fixed[data-frame="2"] .plane {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.6) translate(-600px, 40px);
  -ms-transform: scale(0.6) translate(-600px, 40px);
  transform: scale(0.6) translate(-600px, 40px);
}

.people-frame[data-frame="2"] .bars,
.people-frame-fixed[data-frame="2"] .bars {
  opacity: 1;
}

.people-frame[data-frame="2"] .bars rect,
.people-frame-fixed[data-frame="2"] .bars rect {
  -webkit-transform: scale(1, 1) translate(0, 0);
  -ms-transform: scale(1, 1) translate(0, 0);
  transform: scale(1, 1) translate(0, 0);
}

.people-frame[data-frame="3"] .plane,
.people-frame-fixed[data-frame="3"] .plane {
  display: none;
}

.people-frame[data-frame="3"] .bars,
.people-frame-fixed[data-frame="3"] .bars {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.people-frame[data-frame="3"] .bars rect,
.people-frame-fixed[data-frame="3"] .bars rect {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.people-frame[data-frame="3"] .person-1,
.people-frame-fixed[data-frame="3"] .person-1,
.people-frame[data-frame="3"] .person-2,
.people-frame-fixed[data-frame="3"] .person-2,
.people-frame[data-frame="3"] .person-4,
.people-frame-fixed[data-frame="3"] .person-4,
.people-frame[data-frame="3"] .person-5,
.people-frame-fixed[data-frame="3"] .person-5 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.people-frame[data-frame="3"] .person-1 path,
.people-frame-fixed[data-frame="3"] .person-1 path,
.people-frame[data-frame="3"] .person-2 path,
.people-frame-fixed[data-frame="3"] .person-2 path,
.people-frame[data-frame="3"] .person-4 path,
.people-frame-fixed[data-frame="3"] .person-4 path,
.people-frame[data-frame="3"] .person-5 path,
.people-frame-fixed[data-frame="3"] .person-5 path {
  opacity: 0.8;
}

.people-frame[data-frame="3"] .person-1,
.people-frame-fixed[data-frame="3"] .person-1 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, -4, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, -4, 12);
  transform: matrix(0.7, 0, 0, 0.7, -4, 12);
}

.people-frame[data-frame="3"] .person-5,
.people-frame-fixed[data-frame="3"] .person-5 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 45, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 45, 12);
  transform: matrix(0.7, 0, 0, 0.7, 45, 12);
}

.people-frame[data-frame="3"] .person-2,
.people-frame-fixed[data-frame="3"] .person-2 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 12);
  transform: matrix(0.7, 0, 0, 0.7, 0, 12);
}

.people-frame[data-frame="3"] .person-4,
.people-frame-fixed[data-frame="3"] .person-4 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 43, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 43, 12);
  transform: matrix(0.7, 0, 0, 0.7, 43, 12);
}

.people-frame[data-frame="3"] .person-3,
.people-frame-fixed[data-frame="3"] .person-3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.people-frame[data-frame="3"] .winner,
.people-frame-fixed[data-frame="3"] .winner {
  opacity: 1;
}

.people-frame[data-frame="5"] .plane {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.2) translate(-600px, 40px);
  -ms-transform: scale(0.2) translate(-600px, 40px);
  transform: scale(0.2) translate(-600px, 40px);
}

.people-frame[data-frame="4"] .plane,
.home-slide.last.fixed .plane {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.6) translate(-600px, 40px);
  -ms-transform: scale(0.6) translate(-600px, 40px);
  transform: scale(0.6) translate(-600px, 40px);
}

.people-frame[data-frame="4"] .arrow-sign rect,
.home-slide.last.fixed .arrow-sign rect,
.people-frame[data-frame="4"] .arrow-sign polygon,
.home-slide.last.fixed .arrow-sign polygon {
  opacity: 1;
}

.people-frame[data-frame="4"] .arrow-sign-inner,
.home-slide.last.fixed .arrow-sign-inner {
  -webkit-transform: rotateY(1440deg);
  -ms-transform: rotateY(1440deg);
  transform: rotateY(1440deg);
}

.people-frame[data-frame="4"] .bars,
.home-slide.last.fixed .bars {
  opacity: 0;
}

.people-frame[data-frame="4"] .bars rect,
.home-slide.last.fixed .bars rect {
  opacity: 0;
}

.people-frame[data-frame="4"] .person-1,
.home-slide.last.fixed .person-1,
.people-frame[data-frame="4"] .person-2,
.home-slide.last.fixed .person-2,
.people-frame[data-frame="4"] .person-4,
.home-slide.last.fixed .person-4,
.people-frame[data-frame="4"] .person-5,
.home-slide.last.fixed .person-5 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.people-frame[data-frame="4"] .person-1 path,
.home-slide.last.fixed .person-1 path,
.people-frame[data-frame="4"] .person-2 path,
.home-slide.last.fixed .person-2 path,
.people-frame[data-frame="4"] .person-4 path,
.home-slide.last.fixed .person-4 path,
.people-frame[data-frame="4"] .person-5 path,
.home-slide.last.fixed .person-5 path {
  opacity: 0.8;
}

.people-frame[data-frame="4"] .person-1,
.home-slide.last.fixed .person-1 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, -4, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, -4, 12);
  transform: matrix(0.7, 0, 0, 0.7, -4, 12);
}

.people-frame[data-frame="4"] .person-5,
.home-slide.last.fixed .person-5 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 45, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 45, 12);
  transform: matrix(0.7, 0, 0, 0.7, 45, 12);
}

.people-frame[data-frame="4"] .person-2,
.home-slide.last.fixed .person-2 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 12);
  transform: matrix(0.7, 0, 0, 0.7, 0, 12);
}

.people-frame[data-frame="4"] .person-4,
.home-slide.last.fixed .person-4 {
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 43, 12);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 43, 12);
  transform: matrix(0.7, 0, 0, 0.7, 43, 12);
}

.people-frame[data-frame="4"] .person-3,
.home-slide.last.fixed .person-3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.people-frame[data-frame="4"] .winner,
.home-slide.last.fixed .winner {
  opacity: 1;
}

.people-frame[data-frame="4"] .jaggy,
.home-slide.last.fixed .jaggy {
  opacity: 0;
}

.home-slide.last .people-frame-fixed {
  visibility: hidden;
}

.home-slide.last.fixed .people-frame-fixed {
  visibility: visible;
}

.people-frame {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0, 0.36, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.455, -0.02, 0.36, 1.465);
  transition-timing-function: cubic-bezier(0.455, -0.02, 0.36, 1.465);
  /* custom */
}

.viewing-page-3 .people-frame {
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.viewing-page-4 .people-frame {
  -webkit-transform: translate3d(0, 300%, 0);
  -ms-transform: translate3d(0, 300%, 0);
  transform: translate3d(0, 300%, 0);
}

.viewing-page-5 .people-frame {
  -webkit-transform: translate3d(0, 400%, 0);
  -ms-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}

.viewing-page-6 .people-frame {
  -webkit-transform: translate3d(0, 500%, 0);
  -ms-transform: translate3d(0, 500%, 0);
  transform: translate3d(0, 500%, 0);
}

body.home,
html.home {
  margin: 0;
  /*overflow: hidden;*/
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

body.home,
.onepage-wrapper,
html.home {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.onepage-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 5;
  padding: 0;
  margin: 0;
  margin-top: -120px;
  list-style: none;
}

.onepage-pagination li {
  padding: 0;
  text-align: center;
}

.onepage-pagination li a {
  display: block;
  width: 4px;
  height: 4px;
  padding: 10px;
}

.onepage-pagination li a:focus {
  outline: none;
}

.onepage-pagination li a:focus:before {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.onepage-pagination li a:before {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  content: '';
}

.nptop {
  padding-top: 0 !important;
}

.viewing-page-1 .onepage-pagination li a:before {
  opacity: 0;
}

.viewing-page-2 .onepage-pagination li a:before,
.viewing-page-3 .onepage-pagination li a:before,
.viewing-page-4 .onepage-pagination li a:before,
.viewing-page-5 .onepage-pagination li a:before,
.viewing-page-6 .onepage-pagination li a:before,
.viewing-page-7 .onepage-pagination li a:before {
  background: rgba(77, 90, 96, 0.85);
}

.viewing-page-2 .onepage-pagination li a.active:before,
.viewing-page-3 .onepage-pagination li a.active:before,
.viewing-page-4 .onepage-pagination li a.active:before,
.viewing-page-5 .onepage-pagination li a.active:before,
.viewing-page-6 .onepage-pagination li a.active:before,
.viewing-page-7 .onepage-pagination li a.active:before {
  border: 1px solid #4d5a60;
}

.onepage-pagination li a.active:before {
  left: 8px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: none;
  border: 1px solid white;
  -webkit-transition: background-color 0.4s, border-color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, border-color 0.4s, opacity 0.4s;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
  min-height: 100%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html.home {
  position: inherit;
}

.container {
  margin: 0 auto;
}

.columns img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "AvenirLTStd-Black";
}

h1,
.h1 {
  font-size: 3em;
}

@media only screen and (min-width: 940px) {
  h1,
  .h1 {
    font-size: 3.54em;
  }
}

h2,
.h2 {
  font-size: 1.7em;
  font-weight: 900;
}

@media only screen and (min-width: 720px) {
  h2,
  .h2 {
    font-size: 2.4em;
  }
}

@media only screen and (min-width: 940px) {
  h2,
  .h2 {
    font-size: 3.286em;
  }
}

h5 {
  font-weight: 400;
  letter-spacing: .1em;
  color: #2c6270;
  text-transform: uppercase;
}

.header-subtitle {
  font-size: 0.8em;
  font-weight: 600;
}

.header-subtitle h3 {
  margin-top: .5em;
}

@media only screen and (min-width: 720px) {
  .header-subtitle {
    font-size: 1.2em;
  }
}

@media only screen and (min-height: 500px) {
  .header-subtitle {
    font-size: 1.3em;
  }
}

@media only screen and (min-height: 768px) {
  .header-subtitle {
    font-size: 1.65em;
  }
}

.bold {
  font-weight: 700;
}

.subtitle,
.h3,
h3 {
  font-size: 1em;
}

@media only screen and (min-width: 720px) {
  .subtitle,
  .h3,
  h3 {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .subtitle,
  .h3,
  h3 {
    font-size: 2em;
  }
}

.copy {
  font-size: .94em;
}

@media only screen and (min-width: 940px) {
  .copy {
    font-size: 1.286em;
  }
}

nav,
.nav-font {
  font-size: .8em;
}

.subscript {
  font-size: 12px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.uc {
  text-transform: uppercase;
}

.no-decoration {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 11px 28px;
  font-family: "AvenirLTStd-Black";
  font-family: "AvenirLTStd-Roman";
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-width: 2px;
  -webkit-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}

@media only screen and (min-width: 940px) {
  .btn {
    padding: 19px 57px 16px;
  }

  .btn.trans-bg {
    border-width: 4px;
  }
}

@media only screen and (min-width: 720px) {
  .btn {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .btn {
    font-size: 2em;
  }
}

.btn.small {
  font-size: inherit;
  border-width: 1px;
}

.btn.trans-bg {
  background: transparent;
  border-style: solid;
}

.btn.trans-bg.white {
  color: #fff;
  border-color: #fff;
}

.btn.trans-bg.white:hover {
  color: #4d5a60;
  background-color: #fff;
}

.btn.trans-bg.green {
  color: #2ac136;
  border-color: #2ac136;
}

.btn.trans-bg.teal {
  color: #00b7cc;
  border-color: #00b7cc;
}

.btn.solid-bg.white {
  color: #4d5a60;
  background-color: #fff;
}

.btn.solid-bg.white:hover {
  background-color: #56656b;
}

.btn.solid-bg.green {
  color: #fff;
  background-color: #2ac136;
}

.btn.solid-bg.green:hover {
  background-color: #26b031;
}

.btn.solid-bg.teal {
  color: #fff;
  background-color: #00b7cc;
}

.btn.solid-bg.teal:hover {
  background-color: #00a5b8;
}

.press.models.beige button.btn.trans-bg.small {
    color: inherit;
    border-color: inherit;
}

.press.models.beige button.btn.trans-bg.small:hover {
    border-width: 3px;
}

.green-bg {
  color: #fff;
  text-align: center;
  background-color: #2ac136;
}

.testimonials {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-height: 500px) {
  .testimonials {
    height: 220px;
  }
}

@media only screen and (min-height: 700px) {
  .testimonials {
    height: 270px;
  }
}

.white-text {
  color: #fff;
}

/*.site-header {
  min-height: 468px;
  background-image: url(../img/hs.jpg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

body.jobs {
  height: 100%;
  color: #fff;
  background-attachment: fixed;
  background-image: url(../img/haystaq-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

body.jobs p {
  margin-top: 0;
}

body.jobs a {
  color: #dedede;
}

body.jobs:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
section.jobs-content{
  padding-top: 80px;
  position: relative;
  min-height: calc(100vh - 292px);
}

body.page-contact {
  height: 100%;
  color: #fff;
  background-attachment: fixed;
  background-image: url(../img/haystaq-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

body.page-contact:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.contact-us-form{
  margin: auto;
  text-align: center;
}

.page-contact .title{
  border: solid;
  margin-bottom: 50px;
  margin-top: 50px;
  border-width: 0.5rem;
}

.wpcf7-form-control:not(.btn) {
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
}

html,
body {
  height: 100%;
}

.site-header.jobs {
  /*min-height: 300px;*/
  background: transparent;
}

.site-header.contact {
  min-height: 200px;
  background: transparent;
}

.site-header.main {
  /*min-height: 60px;
  background: #4d5a60;*/
  height: 80px;
  background: #4d5a60;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#primary.content-area {
    padding-top: 80px;
    position: relative;
    min-height: calc(100vh - 292px);
}

.page-about {
  background-attachment: fixed;
  background-image: url(../img/haystaq-bg-2.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-about .site-header {
  background: transparent;
}

.page-about .site-header .teaser,
.page-about .site-header .chevron-down,
.page-contact .site-header .teaser,
.page-contact .site-header .chevron-down {
  display: none;
}

.page-about .who-we-are {
  background: rgba(230, 230, 230, 0.84);
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.js .page-about .who-we-are {
  opacity: 1;
}

.home .site-header {
  /*min-height: 0;
  background-image: url(../img/hs.jpg);*/
}

.home .case-study-index.site-header {
  background-image: url(//haystaqdna.com/wp-content/uploads/2017/07/nasa-bg.jpg);
}

nav.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  height: 0;
  overflow: hidden;
  background-color: #4c5156;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.mobile-nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  list-style: none;
}

nav.mobile-nav a {
  display: block;
  padding: 10px;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
  text-decoration: none;
  background-color: #555a60;
  border-bottom: 1px solid #00b7cc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 940px) {
  nav.mobile-nav a {
    padding: 30px;
    font-size: 1.6em;
  }
}

nav.mobile-nav.active {
  height: 100%;
}

@media only screen and (min-width: 940px) {
  nav.mobile-nav {
    display: none;
  }
}

.site-header {
  height: 100%;
  padding: 10px 0;
  /*overflow: hidden;*/
  color: #fff;
  background-color: #4d5a60;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header .logo {
  position: relative;
  display: block;
  height: 60px;
  /*height: 0;*/
  /*padding-bottom: 15.1442573%;*/
}

.home .site-header .logo {
  /*padding-bottom: 15.1442573%;*/
}

.site-header .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header .logo g path {
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 1.4s linear;
  transition: all 1.4s linear;
}

.site-header .logo g.in-view path {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.site-header nav {
  display: none;
}


@media only screen and (min-width: 940px) {
  .site-header nav {
    position: relative;
    display: block;
    height: auto;
    overflow: visible;
    background-color: transparent;
	z-index: 1000;
  }

  .site-header nav:after {
    position: absolute;
    bottom: 0;
    z-index: 777;
    display: block;
    /*width: 999em;*/
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    content: "";
  }

  .site-header nav .line-surrogate {
    position: relative;
  }

  .site-header nav ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .site-header nav li {
    float: left;
    padding: 0 10px;
  }

  .site-header nav li:first-child {
    padding-left: 0;
  }

  .site-header nav li:last-child {
    padding-right: 0;
  }

  .site-header nav li.current_page_item a {
    border-bottom: 4px solid rgb(83, 153, 148);
  }

  .site-header nav a {
    position: relative;
    z-index: 999;
    display: block;
    padding: 20px 0;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .07em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 4px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-header nav a:hover {
    border-bottom: 4px solid rgb(83, 153, 148);
  }
}

.site-header .btn {
  display: none;
  font-size: 1.4em;
}

@media only screen and (min-width: 940px) {
  .site-header .btn {
    display: inline-block;
  }
}

@media only screen and (min-height: 500px) {
  .site-header .btn {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 1100px) {
  .site-header .btn {
    font-size: 2em;
  }
}

.site-header .teaser {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}

.site-header .teaser span.text {
  display: inline-block;
  width: auto;
  border-bottom: 3px solid #fff;
}

@media only screen and (min-width: 720px) {
  .site-header .teaser {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .site-header .teaser {
    font-size: 2em;
  }
}

.site-header .teaser:after {
  position: absolute;
  bottom: -37px;
  left: 50%;
  display: block;
  width: 3px;
  height: 40px;
  margin-left: -1px;
  background-color: #fff;
  content: "";
}

.home .nav-trigger {
  position: absolute;
}

.nav-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
  display: block;
}

.nav-trigger a {
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 0 #4d5a60;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 940px) {
  .nav-trigger {
    display: none;
  }
}

.viewing-page-1 header nav {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.viewing-page-2 header nav {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.viewing-page-3 header nav {
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.viewing-page-4 header nav {
  -webkit-transform: translate3d(0, 300%, 0);
  -ms-transform: translate3d(0, 300%, 0);
  transform: translate3d(0, 300%, 0);
}

.viewing-page-5 header nav {
  -webkit-transform: translate3d(0, 400%, 0);
  -ms-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}

.viewing-page-6 header nav {
  -webkit-transform: translate3d(0, 500%, 0);
  -ms-transform: translate3d(0, 500%, 0);
  transform: translate3d(0, 500%, 0);
}

.viewing-page-7 header nav {
  -webkit-transform: translate3d(0, 600%, 0);
  -ms-transform: translate3d(0, 600%, 0);
  transform: translate3d(0, 600%, 0);
}

.viewing-page-2 .nav-trigger a,
.viewing-page-3 .nav-trigger a,
.viewing-page-4 .nav-trigger a,
.viewing-page-5 .nav-trigger a,
.viewing-page-6 .nav-trigger a,
.viewing-page-7 .nav-trigger a {
  color: #777;
}

.home-slide {
  text-align: center;
}

.home-slide:first-child .subtitle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.home-slide .subtitle {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.home-slide.active .subtitle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.home-footer {
  position: relative;
}

.home-footer .table-center {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 75%;
  height: 100%;
  margin: 0 12.5%;
}

@media only screen and (min-width: 940px) {
  .home-footer .table-center {
    width: 62.5%;
    margin: 0 18.75%;
  }
}

.home-footer .table-center .table-cell-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.home .navy-pic-bg.obama-bg,
.home .case-study-index,
.home .home-slide {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*@media only screen and (min-height: 768px) {
  .home .navy-pic-bg.obama-bg,
  .home .case-study-index,
  .home .home-slide {
    padding: 118px 0 0;
  }
}*/

.case-study-index {
  padding-bottom: 220px;
}

.case-study-index h2 {
  margin-top: .2em;
}

@media only screen and (max-width: 940px) {
  .case-study-index .columns .columns {
    position: relative;
    float: left;
    width: 40%;
    height: 100px;
    margin: 5% !important;
  }
}

.partners .client {
  display: block;
  width: 100%;
  /*height: 100px;*/
  height: 189px;
  /*background-color: #f3f3f4;*/
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  /*border: 8px solid #f3f3f4;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.press {
  padding-top: 100px;
}

section.press .icon {
  display: block;
  width: 100%;
  height: 100px;
  /*background-color: #f3f3f4;*/
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  /*border: 8px solid #f3f3f4;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.press .icon>p{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
}

section.press .icon>p>img{
  width: auto;
  height: auto;
  max-height: 100px;
}

section.press .row > a{
  width: 100%;
  height: 100px;
  text-decoration: none;
  position: absolute;
  z-index: 10;
}

section.press .row > .article > a{
  /*width: 100%;*/
  height: 100px;
  text-decoration: none;
  position: absolute;
}

section.press .message-inner{
  border: solid;
  margin-bottom: 50px;
  /*margin-top: 50px;*/
  /*border-width: 0.5rem 0;*/
  border-width: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  section.press .press-header {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
  }
}

@media only screen and (max-width: 720px) {

  section.press .press-header {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    /*border-width: 1rem 0 1px;
    font-style: italic;*/
  }

  section.press .row > a{
    width: 100%;
    height: 200px;
    text-decoration: none;
    position: absolute;
    z-index: 10;
  }
}

section.case-studies .message-inner{
  border: solid;
  margin-bottom: 50px;
  margin-top: 50px;
  border-width: 0.5rem 0;
}


@media only screen and (min-width: 940px) {
  .case-study-index .columns .columns {
    position: relative;
    height: 325.5px;
    padding-bottom: 15%;
  }
}

@media only screen and (min-width: 940px) {
  .partners .columns .columns {
    position: relative;
    height: 325.5px;
    padding-bottom: 15%;
  }

  .partners .client {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    /*-webkit-background-size: 90%;
    background-size: 90%;*/
    opacity: .92;
  }

  .partners .client:hover {
    opacity: 1;
  }
}


.testimonial-slider {
  position: relative;
  height: 100%;
}

.testimonial-slider-inner {
  height: 100%;
}

.testimonial-slider .subscript {
  margin-bottom: 0;
}

.home-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home-slide.beige {
  background-color: #fcfcf9;
}

.site-header .chevron-down {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 20px;
  height: 9px;
  margin: 0 auto;
  margin-left: -10px;
  background-image: url(../img/chevron-down.svg);
  background-position: center;
  -webkit-transform: translate3d(0.5px, 0, 0);
  -ms-transform: translate3d(0.5px, 0, 0);
  transform: translate3d(0.5px, 0, 0);
}

.home-slide {
  position: relative;
}

.people-frame.frame-1,
.people-frame.frame-2 {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.people-frame.frame-1 svg,
.people-frame.frame-2 svg {
  position: relative;
  display: block;
  width: 75%;
  height: 100%;
  max-width: 600px;
  margin: 40px auto 0 auto;
}

@media only screen and (min-width: 940px) {
  .people-frame.frame-1 svg,
  .people-frame.frame-2 svg {
    width: 90%;
  }
}

.people-frame.frame-2 {
  visibility: hidden;
}

.home .obama-bg {
  background-image: url(../img/obama.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home .obama-sanders-bg {
  background-image: url(//haystaqdna.com/wp-content/uploads/2017/04/bg-revolution-e1498162068319.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
}

.home .obama-sanders-bg .copy{
  color: #fff9c6;
}

.home .obama-bg .copy {
  font-size: .8em;
}

.home .obama-bg h2 {
  margin-top: 0;
  font-size: 1.4em;
}

@media only screen and (min-height: 540px) {
  .home .obama-bg h2 {
    font-size: 1.6em;
  }

  .home .obama-bg .copy {
    font-size: 1em;
  }
}

@media only screen and (min-height: 660px) {
  .home .obama-bg h2 {
    font-size: 2em;
  }

  .home .obama-bg .copy {
    font-size: 1.4em;
  }
}

.navy-pic-bg {
  color: #fff;
  background-color: #4d5a60;
}

.navy-pic-bg .copy {
  color: #93aac1;
}

section.home-footer.navy-pic-bg {
  font-size: 1.2em;
  background-image: url(//haystaqdna.com/wp-content/uploads/2017/06/footer-bg-office-e1498161941506.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 940px) {
  section.home-footer.navy-pic-bg {
    /*padding-top: 300px;*/
  }

  section.home-footer.navy-pic-bg .subtitle {
    font-size: 2.1em;
  }
}

section.home-footer.navy-pic-bg .btn {
  margin: 20px;
}

.message-container {
  display: table;
  width: 80%;
  height: 100%;
  margin-left: 10%;
}

.message-container .message-inner {
  display: table-cell;
  width: 80%;
  text-align: center;
  vertical-align: middle;
}

.green-section {
  padding: 70px 0 90px;
}

.superscript {
  font-family: "AvenirLTStd-Black";
  font-size: 1em;
  color: #00b7cc;
}

@media only screen and (min-width: 720px) {
  .superscript {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .superscript {
    font-size: 2em;
  }
}

.green-section {
  color: #fff;
  background-color: #2ac136;
}

.green-section h3 {
  color: #1d8626;
}

.green-section h4 {
  font-family: "AvenirLTStd-Black";
  font-size: 1em;
}

@media only screen and (min-width: 720px) {
  .green-section h4 {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .green-section h4 {
    font-size: 2em;
  }
}

.green-section h4 small {
  display: inline-block;
  margin-left: .2em;
  font-size: .6em;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.bios .copy {
  font-size: 1em;
  color: #00b7cc;
}

.bios .bio {
  float: left;
  width: 50%;
  padding: .5em 1em .5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bios .bio h3 small {
  font-size: .8em;
  letter-spacing: .05em;
  color: #949aa0;
  text-transform: uppercase;
}

@media only screen and (min-width: 720px) {
  .bios .bio h3 small {
    font-size: .5em;
  }
}

@media only screen and (min-width: 720px) {
  .bios .bio {
    padding: 2em 4em 2em 0;
  }
}

.bios .bio:last-child {
  padding: .5em 0 .5em 1em;
  border-left: 1px solid #eaeaea;
}

@media only screen and (min-width: 720px) {
  .bios .bio:last-child {
    padding: 2em 0 2em 4em;
  }
}

@media (max-width: 720px) {
  .bios .container {
    width: 90%;
  }
}

.bio-text {
  background-color: #fff;
}

.bio-text .copy {
  display: none;
}

@media only screen and (min-width: 940px) {
  .bio-text .copy {
    display: block;
  }
}

.bio-theatre {
  cursor: pointer;
}

.bio-pics {
  position: relative;
  background-color: rgba(230, 230, 230, 0.84);
}

.bio-pics .container {
  width: 100%;
}

.bio-pics .bio-pic {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  -moz-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  -ms-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.bio-pics .bio-pic:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 79, 112, 0.5);
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bio-pics .bio-pic:hover:after {
  background: transparent;
}

.bio-pics .bio-pic:last-child {
  -webkit-clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 100%, 0 100%);
}

.bio-pics .bio-pic img {
  width: 100%;
}

.who-we-are {
  padding: 70px 0;
}

.process .copy {
  padding-right: 30px;
  font-size: 1em;
  font-weight: 400;
  opacity: .7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.process h3 {
  margin: 0;
}

.process h4 {
  margin-bottom: .2em;
}

.case-studies section h5.footer-title {
  margin: 0;
  line-height: 4em;
  color: #999;
  background-color: #4c5156;
}

.case-studies section .case-study-block-link {
  display: block;
  padding: 3em 0;
  font-family: "AvenirLTStd-Black";
  font-size: 1em;
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
  background: -webkit-linear-gradient(0deg, #555a60, #555a60 50%, #404448 50.1%, #404448);
  background: linear-gradient(90deg, #555a60, #555a60 50%, #404448 50.1%, #404448);
  background-color: #404448;
  background-position: 0 0;
  -webkit-background-size: 250% 100%;
  background-size: 250% 100%;
  border-bottom: 1px solid #4c5156;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

@media only screen and (min-width: 720px) {
  .case-studies section .case-study-block-link {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 940px) {
  .case-studies section .case-study-block-link {
    font-size: 2em;
  }
}

.case-studies section .case-study-block-link span {
  font-weight: bold;
}

.case-studies section .case-study-block-link i {
  position: absolute;
  top: -20px;
  right: 0;
  color: #555a60;
}

.case-studies section a.case-study-block-link:hover {
  background-position: -75% 0;
}

.sec-bios {
  font-size: 0;
  text-align: center;
  background-color: #2c6270;
}

.sec-bios .sec-bio {
  position: relative;
  display: inline-block;
  width: 25%;
}

.sec-bios .sec-bio img {
  position: relative;
  display: block;
  width: 100%;
}

.sec-bios .sec-bio-text {
  height: 0;
  overflow: hidden;
}

.sec-bios .sec-bio-avatar {
  position: relative;
  font-size: 14px;
}

.sec-bios .sec-bio-avatar h3 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 9999;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width: 720px) {
  .sec-bios .sec-bio-avatar h3 {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 720px) {
  .sec-bios .sec-bio-avatar h3 {
    bottom: 30px;
    left: 30px;
  }
}

.sec-bios .sec-bio-avatar h3 span {
  display: block;
  font-size: .8em;
}

.sec-bios .sec-bio-avatar:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 98, 112, 0.5);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-bios .sec-bio-avatar:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.sec-bios .sec-bio-avatar:hover:after {
  background-color: rgba(44, 98, 112, 0);
}

.team-header {
  padding: 3em 0;
  margin: 0;
  background-color: #00b7cc;
}

.team-header h3 {
  margin: 0;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.bio-theatre-shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  color: #fff;
  pointer-events: none;
  background-color: rgba(44, 98, 112, 0.85);
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bio-theatre-shadow-content {
  padding-top: 60px;
}

.bio-theatre-shadow.show {
  overflow: scroll;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.close-bio-theatre {
  position: absolute;
  top: 32px;
  left: 0;
  padding: 2px 8px;
  font-size: .8em;
  font-weight: 600;
  cursor: pointer;
  background-color: #93aac1;
}

.close-bio-theatre:hover {
  background-color: #4c5156;
}

.blog-container {
  padding: 50px 0;
}

.blog-container .read-more {
  position: relative;
  min-height: 1px;
}

.blog-container .read-more a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  border: 2px solid #2ac136;
  border-radius: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.blog-container .read-more a span {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  background-color: #2ac136;
  border-radius: 30px;
}

.blog-container .read-more a .reveal {
  position: relative;
  display: block;
  float: left;
  width: 0;
  height: 30px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.blog-container .read-more a:hover {
  width: 140px;
}

.blog-container .read-more a:hover .reveal {
  width: 110px;
  color: #2ac136;
}

.blog-container .read-more a:hover span {
  color: #2ac136;
  background-color: transparent;
}

@media only screen and (max-width: 720px) {
  .blog-container .read-more {
    display: none;
  }
}

.blog-container h2 {
  margin-top: 0;
  font-family: "AvenirLTStd-Roman", sans-serif;
}

.blog-container h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-container .article-excerpt,
.blog-container .article-lead-in {
  font-size: 2.2em;
  text-align: center;
}

.blog-container img {
  max-width: 100%;
}

.blog-container .article-content {
  font-size: 1.3em;
  line-height: 2;
}

.blog-container .article-content p {
  margin: 20px 0;
}

.single-post .site-header {
  position: relative;
  /*min-height: 600px;*/
}

.single-post .site-header h1 {
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-weight: 700;
}

.table-center-table {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  height: 600px;
  min-height: 600px;
}

.table-center-table .table-center-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.hidden-description {
  display: none;
}

.social-media-icon svg {
    width: 50px;
    height: 50px;
}

.models table{
    margin:auto
}
.models h3{
    text-align: center;
}

/*
 * Image replacement
 */

.ir {
  overflow: hidden;
  *text-indent: -9999px;
  background-color: transparent;
  border: 0;
}

.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

/*
 * 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/*
 * 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 {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    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: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}