/*
Theme Name: 	Airstrip
Theme URI: 		http://made.byaircraft.com.au
Version: 		2.0
Author: 		Matthew McIntyre
Author URI: 	http://made.byaircraft.com.au
*/
/* ---------------------------------------------------------------------------------------------------------- 
Base Imports ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v2.1.3 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * 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 and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

/* ---------------------------------------------------------------------------------------------------------- 
Colors 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Font Stacks 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Font Sizes & Line Height 
---------------------------------------------------------------------------------------------------------- */
html {
  font-size: 87.5%;
  line-height: 0.5em; }

html {
  line-height: 1.5em; }

/* ---------------------------------------------------------------------------------------------------------- 
Grid 
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Mixins
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Functions
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Hermes';
  src: url("../fonts/hermes-light.eot");
  src: url("../fonts/hermes-light.eot") format("embedded-opentype"), url("../fonts/hermes-light.woff") format("woff"), url("../fonts/hermes-light.ttf") format("truetype"), url("../fonts/hermes-light.svg#HermesLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Hermes';
  src: url("../fonts/hermes-regular.eot");
  src: url("../fonts/hermes-regular.eot") format("embedded-opentype"), url("../fonts/hermes-regular.woff") format("woff"), url("../fonts/hermes-regular.ttf") format("truetype"), url("../fonts/hermes-regular.svg#HermesRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-8ipnsf");
  src: url("../fonts/icomoon.eot?#iefix-8ipnsf") format("embedded-opentype"), url("../fonts/icomoon.woff?-8ipnsf") format("woff"), url("../fonts/icomoon.ttf?-8ipnsf") format("truetype"), url("../fonts/icomoon.svg?-8ipnsf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* ---------------------------------------------------------------------------------------------------------- 
General Defaults 
---------------------------------------------------------------------------------------------------------- */
html,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* ---------------------------------------------------------------------------------------------------------- 
Helpers (Extends) 
---------------------------------------------------------------------------------------------------------- */
.button, a.button, a.button:visited, input[type="submit"], input[type="button"] {
  font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #000;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0; }
  .button:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.reset-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .reset-list li {
    margin-bottom: 0; }

/* ---------------------------------------------------------------------------------------------------------- 
Typography 
---------------------------------------------------------------------------------------------------------- */
@media (min-width: 88em) {
  html {
    font-size: 1.1428571em;
    line-height: 1.3125em; } }

a, a:visited {
  color: #000; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: rgba(0, 0, 0, 0.5); }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.button:hover, a:visited.button:hover {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0 1em;
  font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  article > h1:first-of-type, article > h2:first-of-type, article > h3:first-of-type, article > h4:first-of-type, article > h5:first-of-type, article > h6:first-of-type {
    margin-top: 0; }

p, pre, label {
  margin: 1em 0; }

ol, ul {
  margin: 0 0 1.5em;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1em; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

li {
  margin: 0 0 0.75em; }

strong, b {
  font-weight: 600; }

em, i, q {
  font-style: italic; }

small {
  font-size: 0.8571429em;
  line-height: 1.75em; }

blockquote p {
  font-style: italic;
  font-size: 1.2857143em;
  line-height: 1.5555556em;
  margin: 0 0 0.5833333em 0; }
blockquote cite {
  font-size: 1em;
  line-height: 1.5em; }

td {
  vertical-align: top; }

.alignleft, .alignright, .aligncenter, .alignnone, .wp-post-image {
  margin-bottom: 1em;
  max-width: 100%; }

@media (min-width: 48em) {
  .alignleft {
    float: left;
    padding-right: 1em; } }

@media (min-width: 48em) {
  .alignright {
    float: right;
    padding-left: 1em; } }

.attachment-thumbnail {
  margin-bottom: 0; }

.wp-caption-text {
  margin-bottom: 0; }

/* ---------------------------------------------------------------------------------------------------------- 
Default form styles 
---------------------------------------------------------------------------------------------------------- */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: block;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit; }

input {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0; }
  input ::-webkit-input-placeholder {
    color: #000; }
  input :-moz-placeholder {
    color: #000; }
  input ::-moz-placeholder {
    color: #000; }
  input :-ms-input-placeholder {
    color: #000; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  width: 100%; }

select {
  display: block;
  float: none;
  width: 99.9%;
  margin: 0 0 0 1px; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.5em;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"] {
  border: none;
  font-size: 1em;
  line-height: 0em; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_fields {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .gform_fields li {
    margin-bottom: 0; }
  .gform_fields li {
    position: relative;
    margin: 1em 0; }

.gform_validation_container {
  display: none; }

.validation_error {
  display: none;
  padding: 1em;
  margin-bottom: 1em;
  background: red;
  color: #fff; }

.validation_message {
  position: absolute;
  top: 1.25em;
  right: 0;
  color: red;
  padding: 0.5em; }

.gform_confirmation_message {
  color: #000; }

.gform_footer {
  position: relative;
  float: right;
  margin-top: -2.5em; }

.gform_ajax_spinner {
  position: absolute;
  top: 0;
  left: 6em;
  vertical-align: middle; }

.gfield_required {
  display: none; }

#field_1_4 {
  margin-right: 5em; }

#field_1_4 .ginput_container {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 1.5em; }
  #field_1_4 .ginput_container input[type=file] {
    cursor: pointer;
    font-size: 100px;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  #field_1_4 .ginput_container .button {
    position: absolute;
    top: .25em;
    left: 0;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 1em;
    text-decoration: underline;
    cursor: pointer; }
  #field_1_4 .ginput_container .file-holder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 7.25em; }
  #field_1_4 .ginput_container:hover .button {
    color: rgba(0, 0, 0, 0.5); }

/* ---------------------------------------------------------------------------------------------------------- 
Layout 
---------------------------------------------------------------------------------------------------------- */
.container {
  max-width: 54em;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    content: " ";
    display: block;
    clear: both; }

.container--full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container--full::after {
    content: " ";
    display: block;
    clear: both; }

.site-frame {
  padding: 14px;
  position: relative;
  width: 100%; }
  @media (min-width: 48em) {
    .site-frame {
      padding: 28px; } }
  @media (min-width: 88em) {
    .site-frame {
      padding: 42px; } }

.page-wrap {
  *zoom: 1;
  position: relative;
  width: 100%;
  background: #C7E8EC; }
  .page-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .page-wrap.grey {
    background: #D4DBDB; }
  .page-wrap.blue {
    background: #C7E8EC; }
  .page-wrap.green {
    background: #CDEEC7; }

section[role="main"] {
  padding: 2em 1em 3em; }
  @media (min-width: 48em) {
    section[role="main"] > article {
      width: 60%;
      float: left;
      margin-left: 38%;
      margin-right: -100%; }
    section[role="main"] > .site-nav {
      width: 30%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }

/* ---------------------------------------------------------------------------------------------------------- 
Modules 
---------------------------------------------------------------------------------------------------------- */
a.cta {
  font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.home article h1 {
  font-size: 1.4285714em;
  line-height: 1.4em; }
  .home article h1 span {
    display: block; }
  @media (min-width: 36em) {
    .home article h1 br {
      display: none; } }
  @media (min-width: 48em) {
    .home article h1 {
      font-size: 2.2142857em;
      line-height: 1.1290323em; }
      .home article h1 br {
        display: block; } }

.profile {
  margin-bottom: 2em; }
  .profile h2 span {
    font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }

@media (min-width: 48em) {
  .profile-img {
    width: 50%; } }

.contact-group {
  margin-bottom: 2em; }
  .contact-group h2 {
    margin-bottom: 0; }
  .contact-group a, .contact-group a:visited {
    font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  .contact-group .address {
    margin-top: 0; }

.contact-label {
  width: 7em; }

a.company-linkedin {
  float: right;
  text-decoration: none;
  color: gray; }
  a.company-linkedin i {
    position: relative;
    top: -.1em;
    font-size: 1.4285714em;
    vertical-align: middle; }
  a.company-linkedin:hover {
    color: #000; }

.IN-widget {
  float: right; }

.site-header h1 {
  display: none; }

.site-header__logo {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 714px;
  height: auto;
  background-image: url("../images/executiveindex-logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }
  .site-header__logo img {
    display: block;
    float: left;
    width: 33.33333%; }
  @media (min-width: 48em) {
    .site-header__logo {
      width: 55%; } }

.site-nav {
  margin: 0; }
  .site-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .site-nav ul li {
      margin-bottom: 0; }
  .site-nav a, .site-nav a:visited {
    display: block;
    padding-bottom: 1em;
    font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.1428571em;
    line-height: 1.25; }
    .site-nav a:hover, .site-nav a:focus, .site-nav a:visited:hover, .site-nav a:visited:focus {
      color: #000; }
  .site-nav .current-menu-item a {
    color: #000; }

.menu-handle {
  display: block;
  line-height: 1em;
  margin-bottom: 1.5em; }
  @media (min-width: 48em) {
    .menu-handle {
      display: none; } }

.nav-dash {
  width: 1.5em;
  height: 1px;
  margin: 3em 0 1.5em;
  background: #000; }
  @media (min-width: 48em) {
    .nav-dash {
      display: none; } }

.footer-links {
  clear: both;
  margin-top: 3em;
  font-size: 0.7142857em;
  line-height: 1.4em; }
  .footer-links a {
    font-family: "Hermes", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  @media (min-width: 48em) {
    .footer-links {
      width: 60%;
      float: left;
      margin-left: 38%;
      margin-right: -100%; } }

@media screen and (max-width: 769px) {
  -webkit-text-size-adjust: none; }
@media print {
  body {
    font-size: 62.5%;
    line-height: 1em; } }
#grid {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#grid div.horiz {
  height: 7px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0; }
