/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * Breakpoints for JavaScript. Works with the Deloitte Digital SCSS @bp mixin
 *
 * @version 1.0.0
 * @copyright 2012-2014 Deloitte Digital Australia - http://www.deloittedigital.com/au
 * @author Deloitte Digital Australia deloittedigital@deloitte.com.au
 * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================

   Variables

   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
@keyframes linear-bg-anim {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
/* ==========================================================================


   Base


   ========================================================================== */
::-moz-selection {
  background: #000000;
  text-shadow: none;
  color: white;
}

::selection {
  background: #000000;
  text-shadow: none;
  color: white;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================


   Style Guide


   ========================================================================== */
html {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Calibre", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, p, a, .col-2 li {
  color: #000000;
  -moz-transition: color 800ms;
  -o-transition: color 800ms;
  -webkit-transition: color 800ms;
  transition: color 800ms;
}

.dark-bg-theme h1, .dark-bg-theme h2, .dark-bg-theme h3, .dark-bg-theme h4, .dark-bg-theme h5, .dark-bg-theme p, .dark-bg-theme a, .dark-bg-theme .col-2 li {
  color: white;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Neuzeit", Helvetica, sans-serif;
  margin: 0;
  letter-spacing: -3px;
}
@media only screen and (min-width: 64em) {
  h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4px;
  }
}
@media only screen and (min-width: 105em) {
  h1 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
  }
}

h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Calibre", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 105em) {
  h2 {
    font-size: 22px;
    line-height: 42px;
    padding-bottom: 30px;
  }
}

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

h3 {
  font-size: 10px;
  font-weight: 700;
  margin-top: 46px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 2px;
}

.intro {
  font-size: 24px;
  line-height: 40px;
}

.compact {
  width: 80%;
  margin: 0 auto;
}

p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 32px;
  color: #000000;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
}
@media only screen and (min-width: 48em) {
  p {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 64em) {
  p {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 105em) {
  p {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 72px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

/* ==========================================================================


   Author's custom styles


   ========================================================================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 64em) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 90em) {
  .container {
    width: 800px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 105em) {
  .container {
    width: 1200px;
    padding: 0 20px;
  }
}

.container-full {
  width: 100%;
  margin: 0 auto;
}
.container-full img {
  width: 100%;
}

.container-m {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 132.5em) {
  .container-m {
    width: 1680px;
  }
}
.container-m img {
  width: 100%;
}

.container-l {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 132.5em) {
  .container-l {
    width: 1920px;
  }
}
.container-l img {
  width: 100%;
}

.container-l-full {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 90em) {
  .container-l-full {
    width: 90%;
  }
}
@media only screen and (min-width: 132.5em) {
  .container-l-full {
    width: 1920px;
  }
}
.container-l-full img {
  width: 100%;
}

.contain-left {
  width: 100%;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 105em) {
  .contain-left {
    width: 70%;
  }
}

.col-2 {
  width: 100%;
}
.col-2 ul {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 90em) {
  .col-2 ul {
    width: 50%;
  }
}
.col-2 ul li {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
}
@media only screen and (min-width: 48em) {
  .col-2 ul li {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 64em) {
  .col-2 ul li {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 105em) {
  .col-2 ul li {
    font-size: 60px;
    line-height: 72px;
  }
}

.grid .half {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40em) {
  .grid .half {
    width: 50%;
  }
}
.grid .full {
  width: 100%;
  float: left;
}
.grid .row-2 .col-2 img, .grid .row-2 .col-2 video {
  width: 50%;
}
.grid img, .grid video {
  width: 100%;
  float: left;
}

/* This simply pushes the content below the nav */
.pad-top {
  margin-top: 160px;
}
@media only screen and (min-width: 48em) {
  .pad-top {
    margin-top: 260px;
  }
}
@media only screen and (min-width: 90em) {
  .pad-top {
    margin-top: 300px;
  }
}

.pad-top-none {
  padding-top: 0px;
}

.pad-top-s {
  padding-top: 20px;
}

.pad-top-m {
  padding-top: 40px;
}

.pad-top-l {
  padding-top: 80px;
}

.pad-bottom-none {
  padding-bottom: 0px;
}

.pad-bottom-s {
  padding-bottom: 20px;
}

.pad-bottom-m {
  padding-bottom: 40px;
}

.pad-bottom-l {
  padding-bottom: 80px;
}

@media only screen and (min-width: 48em) {
  .pad-top-s {
    padding-top: 60px;
  }

  .pad-top-m {
    padding-top: 90px;
  }

  .pad-top-l {
    padding-top: 120px;
  }

  .pad-bottom-s {
    padding-bottom: 60px;
  }

  .pad-bottom-m {
    padding-bottom: 90px;
  }

  .pad-bottom-l {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 132.5em) {
  .pad-top-s {
    padding-top: 80px;
  }

  .pad-top-m {
    padding-top: 120px;
  }

  .pad-top-l {
    padding-top: 160px;
  }

  .pad-bottom-s {
    padding-bottom: 80px;
  }

  .pad-bottom-m {
    padding-bottom: 120px;
  }

  .pad-bottom-l {
    padding-bottom: 160px;
  }
}
.overlay-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(135deg, #b5bbc9 0%, #6c7188 100%);
}

        /* --------------------------------------------------------------------------

           Quote

           -------------------------------------------------------------------------- */
.quote {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 90em) {
  .quote {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.quote-mark {
  width: 40px;
  height: 40px;
  float: left;
  background-image: url("../images/quote-grey.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.dark-bg-theme .quote-mark {
  background-image: url("../images/quote-white.png");
}

.quote-left {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 90em) {
  .quote-left {
    width: 65%;
  }
}
.quote-left p {
  padding-bottom: 20px;
}

.quote-block {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 90em) {
  .quote-block {
    width: 20%;
    margin-left: 70px;
  }
}
.quote-block .quote-avatar {
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 64em) {
  .quote-block .quote-avatar {
    width: 120px;
    height: 120px;
  }
}
.quote-block .quote-name {
  padding-top: 18px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.quote-block .quote-desc {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 40px;
  font-family: "Calibre", Helvetica, sans-serif;
}

        /* --------------------------------------------------------------------------

           Profile Page

           -------------------------------------------------------------------------- */
.block {
  width: 100%;
  clear: both;
}

.left-small {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .left-small {
    width: 20%;
  }
}
.left-small h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Calibre", Helvetica, sans-serif;
  line-height: 28px;
}

.right-wide {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 64em) {
  .right-wide {
    float: right;
    width: 80%;
    margin-bottom: 100px;
  }
}
.right-wide .feature-text {
  margin-top: 0;
}
.right-wide ul {
  list-style: none;
}
@media only screen and (min-width: 64em) {
  .right-wide ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.right-wide ul li {
  font-size: 18px;
  line-height: 28px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}

        /* --------------------------------------------------------------------------

           Video

           -------------------------------------------------------------------------- */
video {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 48em) {
  video {
    display: inline-block;
  }
}

.fallback-mobile {
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .fallback-mobile {
    display: none;
  }
}

/*
video::-webkit-media-controls {
    display:none !important;
} */
.fullscreen-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  pointer-events: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

        /* --------------------------------------------------------------------------

           Projects page modules

           -------------------------------------------------------------------------- */
.shadow img, .shadow video {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 90px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 90px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 90px;
}
@media only screen and (min-width: 64em) {
  .shadow img, .shadow video {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 130px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 130px;
  }
}

section {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
section h2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
  letter-spacing: -3px;
  margin: 0;
}
section img {
  width: 90%;
  max-width: 1300px;
}
@media only screen and (min-width: 64em) {
  section {
    padding: 40px 0;
  }
}

section.first {
  padding: 40px 0 100px 0;
}

section.add-pad-top {
  padding-top: 50px;
}
@media only screen and (min-width: 64em) {
  section.add-pad-top {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 90em) {
  section.add-pad-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 105em) {
  section.add-pad-top {
    padding-top: 150px;
  }
}

section.add-pad-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  section.add-pad-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 90em) {
  section.add-pad-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 105em) {
  section.add-pad-bottom {
    padding-bottom: 150px;
  }
}

section.break-out {
  padding: 0;
}
section.break-out img {
  width: 100%;
  max-width: 100%;
}

section.no-bottom-padding {
  padding-bottom: 0;
}

section .video-wrapper {
  width: 80%;
  max-width: 1460px;
  margin: 0 auto 0 auto;
  /*@include box-shadow(rgba(black, 0.3) 0 0 100px);*/
}

.video-wrapper {
  /*@include box-shadow(rgba(black, 0.2) 0 0 130px);*/
}

.bg-light-grey {
  background-color: #f4f4f4;
}

.bg-light-medium-grey {
  background-color: #e8e8e8;
}

.bg-dark {
  background-color: black;
}
.bg-dark h2 {
  color: #fff;
}
.bg-dark p {
  color: #fff;
}

.l-wrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.m-wrap {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 60px;
}
.m-wrap h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 64em) {
  .m-wrap {
    padding-bottom: 90px;
    width: 70%;
  }
}
@media only screen and (min-width: 90em) {
  .m-wrap h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 105em) {
  .m-wrap {
    width: 800px;
    font-size: 80px;
    padding-bottom: 100px;
  }
}

/* ==========================================================================


   Header


   ========================================================================== */
header {
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  position: absolute;
  z-index: 9;
  width: 100%;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 48em) {
  header {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 64em) {
  header {
    padding: 60px 0;
  }
}

/* Nav on Left side */
ul.primary-nav {
  float: left;
  display: block;
  list-style: none;
}
ul.primary-nav li {
  float: left;
  font-size: 17px;
  color: #999999;
}
ul.primary-nav .logo {
  background-size: cover;
  display: inline-block;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
  background: url("../images/phillippham-logo.png") no-repeat center center;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 48em) {
  ul.primary-nav .logo {
    width: 90px;
    height: 90px;
  }
}

/* Nav on Right side */
ul.nav {
  float: right;
  list-style: none;
  padding-top: 30px;
  font-size: 24px;
  display: none;
}
@media only screen and (min-width: 64em) {
  ul.nav {
    display: block;
  }
}
ul.nav li {
  float: left;
  margin-left: 70px;
}
ul.nav a {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.dark-theme ul.primary-nav li,
.dark-theme ul.primary-nav .logo,
.dark-theme ul.nav a,
.dark-theme li.active a {
  color: white;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
}

.dark-bg-theme ul.primary-nav li,
.dark-bg-theme ul.primary-nav .logo,
.dark-bg-theme ul.nav a,
.dark-bg-theme li.active a {
  color: white;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
}

/* Set start animation position for header animation */
.preloader-on header ul.nav li a,
.header-anim header ul.nav li a {
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}

ul.nav li:nth-child(1) a {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

ul.nav li:nth-child(2) a {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

ul.nav li:nth-child(3) a {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.nav li:nth-child(4) a {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

ul.nav li:nth-child(5) a {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

ul.nav li:nth-child(6) a {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

ul.nav li:nth-child(7) a {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

ul.nav li:nth-child(8) a {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.preloader-on ul.primary-nav .logo, .preloader-on ul.primary-nav span,
.header-anim ul.primary-nav .logo,
.header-anim ul.primary-nav span {
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}

.preloader-on .menu {
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}

/*Drop Down for mobile */
.menu {
  color: #000000;
  font-size: 16px;
  line-height: 44px;
  position: relative;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
  padding-top: 17px;
  z-index: 100;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
@media only screen and (min-width: 64em) {
  .menu {
    display: none;
  }
}

header .dropdown-menu {
  background-color: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: opacity 300ms cubic-bezier(0, 0, 0.6, 1);
  -o-transition: opacity 300ms cubic-bezier(0, 0, 0.6, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0, 0, 0.6, 1);
  transition: opacity 300ms cubic-bezier(0, 0, 0.6, 1);
  width: 100%;
  z-index: 98;
}

header .dropdown-menu-content {
  /*position: absolute;
  right: 0;*/
}

header .dropdown-menu ul {
  margin: 0;
}

header .dropdown-menu ul li {
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}

header .dropdown-menu ul li a {
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 60px;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  text-decoration: none;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.nav-open header .dropdown-menu {
  height: 1000px;
  opacity: 1;
  padding-top: 140px;
}

.nav-open header .dropdown-menu ul li a {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000000;
}

.nav-open header .dropdown-menu ul li.active a {
  color: #ccc;
}

.nav-open {
  overflow-y: hidden;
}

.nav-open header .dropdown-menu ul li:nth-child(1) a {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-open header .dropdown-menu ul li:nth-child(2) a {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.nav-open header .dropdown-menu ul li:nth-child(3) a {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-open header .dropdown-menu ul li:nth-child(4) a {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.nav-open header .dropdown-menu ul li:nth-child(5) a {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.nav-open header .dropdown-menu ul li:nth-child(6) a {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.nav-open header .dropdown-menu ul li:nth-child(7) a {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.nav-open header .dropdown-menu ul li:nth-child(8) a {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

/* Toggle visibility of menu*/
.msg-menu {
  display: block;
}

.nav-open .msg-menu {
  display: none;
}

.msg-close {
  display: none;
}

.nav-open .msg-close {
  display: block;
}

.dark-theme .msg-menu {
  color: white;
}

/* Page BG Theme colours */
body .view {
  -moz-transition: background-color 800ms;
  -o-transition: background-color 800ms;
  -webkit-transition: background-color 800ms;
  transition: background-color 800ms;
  /* Enable hardware acceleration to fix laggy transitions */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body.dark-bg-theme .view {
  background: black;
}

body.dark-bg-theme footer {
  color: white;
}

body.dark-bg-theme footer a {
  color: white;
}

body.light-grey-bg-theme .view {
  background: #f4f4f4;
}

        /* --------------------------------------------------------------------------

           Projects page modules

           -------------------------------------------------------------------------- */
.sliding-u-l-r-l {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
}

.sliding-u-l-r-l:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .5s ease;
}

.sliding-u-l-r-l:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #000000;
  transition: width .5s ease;
}

.no-touch .sliding-u-l-r-l:hover:before {
  width: 100%;
  background: #000000;
  transition: width .5s ease;
}

.no-touch .sliding-u-l-r-l:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.active .sliding-u-l-r-l:before {
  width: 100%;
  background: #000000;
  transition: width .5s ease;
}
.active .sliding-u-l-r-l:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.dark-bg-theme .sliding-u-l-r-l:after, .dark-theme .sliding-u-l-r-l:after {
  background: white;
}
.dark-bg-theme .sliding-u-l-r-l:hover:before, .dark-theme .sliding-u-l-r-l:hover:before {
  background: white;
}
.dark-bg-theme .active .sliding-u-l-r-l:before, .dark-theme .active .sliding-u-l-r-l:before {
  background: white;
}

.dark-theme footer .sliding-u-l-r-l:after {
  background: black;
}
.dark-theme footer .sliding-u-l-r-l:hover:before {
  background: black;
}
.dark-theme footer .active .sliding-u-l-r-l:before {
  background: black;
}

/* ==========================================================================


   Footer


   ========================================================================== */
.footer-text-links a {
  font-size: 24px;
  line-height: 32px;
  margin-right: 28px;
  color: #000000;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
}
@media only screen and (min-width: 48em) {
  .footer-text-links a {
    font-size: 40px;
    line-height: 48px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .footer-text-links a {
    font-size: 50px;
    line-height: 60px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 105em) {
  .footer-text-links a {
    font-size: 60px;
    line-height: 72px;
    margin-right: 60px;
  }
}

.footer-social-links a {
  width: 34px;
  height: 34px;
  margin-right: 35px;
  margin-bottom: 30px;
  display: inline-block;
  background-position: bottom center;
  background-repeat: no-repeat;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (min-width: 48em) {
  .footer-social-links a {
    width: 46px;
    height: 46px;
    margin-right: 60px;
    margin-bottom: 30px;
  }
}
.footer-social-links .linkedin {
  background-image: url("../images/svg/linkedin-dark.svg");
  background-size: 78%;
}
.footer-social-links .instagram {
  background-image: url("../images/svg/instagram-dark.svg");
  background-size: 77%;
}
.footer-social-links .behance {
  background-image: url("../images/svg/behance-dark.svg");
  background-size: 95%;
}
.footer-social-links .dribbble {
  background-image: url("../images/svg/dribbble-dark.svg");
  background-size: 80%;
}

.dark-bg-theme .footer-social-links .linkedin {
  background-image: url("../images/svg/linkedin.svg");
}
.dark-bg-theme .footer-social-links .instagram {
  background-image: url("../images/svg/instagram.svg");
}
.dark-bg-theme .footer-social-links .behance {
  background-image: url("../images/svg/behance.svg");
}
.dark-bg-theme .footer-social-links .dribbble {
  background-image: url("../images/svg/dribbble.svg");
}

.copyright {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .copyright {
    font-size: 24px;
  }
}

/* ==========================================================================


   Work / Projects List NEW


   ========================================================================== */
.image-grid {
  position: relative;
}
.image-grid li {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (min-width: 64em) {
  .image-grid li {
    width: 50%;
  }
}
.image-grid li.large-block {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .image-grid li.large-block .title {
    font-size: 60px;
    bottom: 60px;
  }
  .image-grid li.large-block .client-name {
    bottom: 135px;
  }
}
@media only screen and (min-width: 132.5em) {
  .image-grid li.large-block .title {
    bottom: 430px;
  }
  .image-grid li.large-block .client-name {
    bottom: 500px;
  }
}
.image-grid .title {
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
  z-index: 5;
  color: white;
  position: absolute;
  opacity: 0;
  font-size: 40px;
  bottom: 30px;
  padding-left: 50px;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
@media only screen and (min-width: 48em) {
  .image-grid .title {
    font-size: 60px;
    bottom: 50px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 64em) {
  .image-grid .title {
    font-size: 40px;
    bottom: 30px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 90em) {
  .image-grid .title {
    font-size: 60px;
    bottom: 30px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 105em) {
  .image-grid .title {
    font-size: 60px;
    bottom: 50px;
    padding-left: 80px;
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@media only screen and (min-width: 132.5em) {
  .image-grid .title {
    font-size: 60px;
    bottom: 240px;
    padding-left: 120px;
  }
}
.image-grid .client-name {
  color: white;
  position: absolute;
  font-family: "Calibre", Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 5;
  opacity: 0;
  font-size: 18px;
  bottom: 80px;
  padding-left: 50px;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 300ms;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .image-grid .client-name {
    bottom: 130px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 64em) {
  .image-grid .client-name {
    bottom: 80px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 90em) {
  .image-grid .client-name {
    bottom: 110px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 105em) {
  .image-grid .client-name {
    bottom: 125px;
    padding-left: 80px;
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@media only screen and (min-width: 132.5em) {
  .image-grid .client-name {
    bottom: 320px;
    padding-left: 120px;
  }
}
.image-grid .client-name:after {
  content: '';
  display: block;
  position: relative;
  left: 32px;
  bottom: 18px;
  height: 2px;
  width: 0px;
  background: white;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition: width .5s ease;
}
.image-grid .tile-hover {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #444444 0%, #000000 60%);
  background-size: 200% 200%;
  animation: linear-bg-anim 4s infinite ease;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  cursor: pointer;
  z-index: 3;
  /* Enable hardware acceleration to fix laggy transitions */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.image-grid a {
  display: block;
  height: auto;
}
.image-grid a:hover .tile-hover {
  opacity: 0.7;
  -moz-transform: translate(600, 0);
  -ms-transform: translate(600, 0);
  -webkit-transform: translate(600, 0);
  transform: translate(600, 0);
}
.image-grid a:hover .client-name, .image-grid a:hover .title {
  opacity: 1;
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.image-grid a:hover .client-name:after {
  width: 16px;
}
.image-grid img, .image-grid video {
  max-width: 100%;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  z-index: 2;
}
.image-grid a:hover img, .image-grid a:hover video {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* ==========================================================================


   Work / Projects List


   ========================================================================== */
.anim a {
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
}

#preload-bg {
  background: linear-gradient(135deg, #444444 0%, #000000 100%);
  background-size: 200% 200%;
  animation: linear-bg-anim 4s infinite ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
}

.projects {
  /* Use the a version on the work list page, use the div version for hero on the detail page*/
}
.projects div.cpa-intheblack {
  background: url("../images/projects/cpa-intheblack/cpa-intheblack-hero-02.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.reds {
  background: url("../images/projects/reds/reds-hero-02.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.scifi {
  background: url("../images/projects/scifi-channel/scifi-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.worldcare {
  background: url("../images/projects/worldcare/worldcare-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.telstra-nbn {
  background: url("../images/projects/telstra-nbn/telstra-nbn-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.haighs {
  background: url("../images/projects/haighs/haighs-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.ubet {
  background: url("../images/projects/ubet/ubet-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.t2 {
  background: url("../images/projects/t2/t2-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.statelib {
  background: url("../images/projects/statelibnsw/statelibnsw-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.gsc {
  background: url("../images/projects/gsc/gsc-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects div.scb {
  background: url("../images/projects/scb/scb-hero.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.projects .gradient-overlay {
  position: relative;
  height: 100%;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-size: 200% 200%;
  animation: linear-bg-anim 3s infinite ease;
}
.projects .gradient-overlay-light {
  position: relative;
  height: 100%;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background-size: 200% 200%;
  animation: linear-bg-anim 3s infinite ease;
}
.projects .hero-banner {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  height: 1000px;
}
.projects .hero-banner .align-bottom {
  position: absolute;
  bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .projects .hero-banner .align-bottom {
    bottom: 80px;
  }
}
@media only screen and (min-width: 90em) {
  .projects .hero-banner .align-bottom {
    bottom: 120px;
  }
}
.projects .hero-banner .banner-content {
  position: relative;
  height: 100%;
}
.projects .hero-banner .banner-content h1 {
  color: white;
  font-family: myserif, "Neuzeit", Helvetica, sans-serif;
  z-index: 10;
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 0;
  opacity: 1;
  margin: 0 0 17px 0;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
@media only screen and (min-width: 48em) {
  .projects .hero-banner .banner-content h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 64em) {
  .projects .hero-banner .banner-content h1 {
    font-size: 100px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 90em) {
  .projects .hero-banner .banner-content h1 {
    font-size: 120px;
    line-height: 110px;
  }
}
.projects .hero-banner .banner-content p {
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  font-family: "Calibre", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
  z-index: 10;
  padding: 0;
  margin: 0;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 400ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.projects .hero-banner .banner-content p:before {
  position: relative;
  width: 30px;
  height: 2px;
  content: '';
  background-color: white;
  display: inline-block;
  top: -4px;
  left: 0px;
  margin-right: 15px;
  opacity: 1;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.projects .fade h1 {
  opacity: 0;
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 800ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 800ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 800ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 800ms;
}

.preloader-on .hero-banner .banner-content h1,
.transitioning .hero-banner .banner-content h1 {
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}

.preloader-on .hero-banner .banner-content p,
.transitioning .hero-banner .banner-content p {
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}

.preloader-on .hero-banner .banner-content p:before,
.transitioning .hero-banner .banner-content p:before {
  width: 0;
  opacity: 0;
}

/* Animate work tiles */
.image-grid li {
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 600ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.preloader-on .image-grid li,
.transitioning .image-grid li {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
}

.image-grid li:nth-child(1) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.image-grid li:nth-child(2) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.image-grid li:nth-child(3) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.image-grid li:nth-child(4) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.image-grid li:nth-child(5) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.image-grid li:nth-child(6) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.image-grid li:nth-child(7) {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.image-grid li:nth-child(8) {
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.image-grid li:nth-child(9) {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.image-grid li:nth-child(10) {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.anim-in {
  -moz-transition: 600ms;
  -o-transition: 600ms;
  -webkit-transition: 600ms;
  transition: 600ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.preloader-on .anim-in,
.transitioning .anim-in {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.anim-delay {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.scroll-icon {
  position: absolute;
  bottom: 45px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  z-index: 11;
}

        /* --------------------------------------------------------------------------

           Misc/Unsorted

           -------------------------------------------------------------------------- */
.hideme {
  opacity: 0;
  -moz-transform: scale(1.01) translate(0, 40px);
  -ms-transform: scale(1.01) translate(0, 40px);
  -webkit-transform: scale(1.01) translate(0, 40px);
  transform: scale(1.01) translate(0, 40px);
}

.hide-me-end {
  opacity: 1;
  /*@include transition(3000ms cubic-bezier(0.075,0.82,0.165,1));*/
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}

.noscroll, .transitioning {
  overflow-y: hidden;
}

.back-to-top {
  text-decoration: none;
}

.back-to-top:after {
  content: "";
  background: url("../images/svg/arrow-up.svg") no-repeat bottom right;
  width: 20px;
  height: 13px;
  display: inline-block;
}

/* ==========================================================================


   Helper classes


   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.fixed {
  position: fixed;
  z-index: 1;
}

/* ==========================================================================


   Loader


   ========================================================================== */
        /* --------------------------------------------------------------------------

           Page Takeover

           -------------------------------------------------------------------------- */
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  display: block;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
}
.loader-wrapper .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  display: block;
  z-index: 10;
}
.loader-wrapper p, .loader-wrapper ul.ticker {
  position: absolute;
  display: block;
  color: white;
  text-align: center;
  z-index: 99999;
  top: 45%;
  left: 50%;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.loader-wrapper p {
  margin: 0px auto auto -100px;
  color: white;
  background: url("../images/phillippham-logo.png") no-repeat center top;
  width: 200px;
  height: 90px;
}
.loader-wrapper ul.ticker {
  margin: 80px 0 0 -100px;
  font-size: 16px;
  color: #777;
  width: 200px;
  height: 20px;
}
.loader-wrapper ul.ticker li {
  position: absolute;
  text-align: center;
  width: 100%;
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
}
.loader-wrapper ul.ticker li.prev {
  -moz-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  opacity: 0;
}
.loader-wrapper ul.ticker li.active {
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
}
.loader-wrapper ul.ticker li.next {
  -moz-transform: translate(0, 18px);
  -ms-transform: translate(0, 18px);
  -webkit-transform: translate(0, 18px);
  transform: translate(0, 18px);
  opacity: 0;
}
.loader-wrapper .loader-bg {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  z-index: 11;
}

.loader-wrapper.loader-exit ul.ticker {
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -moz-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  opacity: 0;
}
.loader-wrapper.loader-exit p {
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -moz-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}

/* Progress bar */
.prog-bar {
  position: fixed;
  width: 100%;
  background: white;
  bottom: 0;
  height: 4px;
  z-index: 99999;
}
.prog-bar .prog-fill {
  -moz-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -o-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  -webkit-transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  transition: cubic-bezier(0, 0, 0.6, 1) 250ms;
  position: absolute;
  left: 0;
  height: 4px;
  width: 0%;
  background: black;
}

        /* --------------------------------------------------------------------------

           Loader animation

           -------------------------------------------------------------------------- */
.spinner {
  width: 100px;
  height: 100px;
  z-index: 12;
  position: fixed;
  top: 50%;
  left: 50%;
  background: url("../images/loader.gif") no-repeat center center;
  margin: -100px 0 0 -50px;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.loader-exit .spinner {
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 800ms;
  -moz-transform: translate(0, 52px);
  -ms-transform: translate(0, 52px);
  -webkit-transform: translate(0, 52px);
  transform: translate(0, 52px);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

::-webkit-scrollbar-thumb {
  background-color: black;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

#particles-js, #particles-nsw {
  position: absolute;
  width: 100%;
  height: auto;
}

/* ==========================================================================

   Animations

   Need to clean this code up

   ========================================================================== */
/* Default view */
.view {
  position: absolute;
  width: 100%;
  background: white;
  /*@include transition(650ms);*/
}

.view .ng-leave {
  z-index: 8888;
}

.view .ng-enter {
  z-index: 9999;
}

.animate-fade {
  /* Use the same transition for either animation */
  /* The .ng-animate class is present on ng-view directive element as long as animation is happening */
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */
  /* The starting CSS styles for the leave animation */
  /* The finishing CSS styles for the leave animation */
}
.animate-fade .view.ng-enter,
.animate-fade .view.ng-leave {
  -moz-transition: 700ms;
  -o-transition: 700ms;
  -webkit-transition: 700ms;
  transition: 700ms;
}
.animate-fade .view.ng-animate {
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.animate-fade .view.ng-enter {
  -moz-transform: translate(0%, 30px);
  -ms-transform: translate(0%, 30px);
  -webkit-transform: translate(0%, 30px);
  transform: translate(0%, 30px);
  opacity: 0;
}
.animate-fade .view.ng-enter.ng-enter-active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
.animate-fade .view.ng-leave {
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}
.animate-fade .view.ng-leave.ng-leave-active {
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  -webkit-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  opacity: 0;
}

.animate-slide {
  /* Use the same transition for either animation */
  /* The .ng-animate class is present on ng-view directive element as long as animation is happening */
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */
  /* The starting CSS styles for the leave animation */
  /* The finishing CSS styles for the leave animation */
}
.animate-slide .view.ng-enter,
.animate-slide .view.ng-leave {
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 650ms;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 650ms;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 650ms;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 650ms;
}
.animate-slide .view.ng-enter {
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.animate-slide .view.ng-enter.ng-enter-active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.animate-slide .view.ng-leave {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.animate-slide .view.ng-leave.ng-leave-active {
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
