/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==|== Structure ==========================================================
   ========================================================================== */
.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1060px; }
  @media (max-width: 1200px) {
    .wrapper {
      width: 96%;
      padding: 0 2%; } }
  @media (max-width: 640px) {
    .wrapper {
      width: 92%;
      padding: 0 4%; } }

.col-primary {
  overflow: hidden; }
  @media (max-width: 900px) {
    .col-primary {
      overflow: visible; } }

.col-secondary {
  width: 250px;
  float: right;
  margin-left: 60px;
  margin-bottom: 30px; }
  .cta-for-small .col-secondary {
    display: none; }
  @media (max-width: 640px) {
    .col-secondary {
      width: 100%;
      float: none;
      margin-left: 0; }
      .col-secondary section,
      .col-secondary footer {
        display: none; }
      .cta-for-small .col-secondary header {
        display: none; }
      .cta-for-small .col-secondary section,
      .cta-for-small .col-secondary footer {
        display: block; }
      .home .cta-for-small .col-secondary {
        display: block; } }

/* ==|== Typography ==========================================================
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #414042;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #0f85d8; }

a:hover {
  color: #0c67a6; }

h1 {
  font-size: 42px;
  line-height: 1em;
  color: #414042;
  letter-spacing: 0.05em; }
  .lt-ie9 h1 {
    letter-spacing: 0px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 32px; } }

h2 {
  line-height: 1.2em;
  margin: 0; }

#page-content h2,
#projects-content h2 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400; }
  @media (max-width: 640px) {
    #page-content h2,
    #projects-content h2 {
      font-size: 24px; } }

#page-content.planning h2 {
  color: #f7941d; }

#page-content.surveying h2 {
  color: #72BF44; }

#page-content.engineering h2 {
  color: #00a6e9; }

#projects-content h2 {
  color: #C77EB5;
  float: left; }

#page-content.contact h2,
#page-content.about h2 {
  color: #C77EB5; }

#contact-form.contact h2 {
  color: #C77EB5;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400; }

h3 {
  margin: 12px 0; }

.styled-btn {
  color: #ffffff;
  font-weight: 600; }

.styled-btn:hover {
  color: #ffffff; }

/* ==|== Navigation =========================================================
========================================================================== */
#main-nav {
  height: 100px;
  background: #fffaf0;
  border-top: solid #C77EB5 10px; }
  #main-nav.slider {
    border-top: none; }
  #main-nav.planning {
    border-top: solid #f7941d 10px; }
  #main-nav.surveying {
    border-top: solid #72BF44 10px; }
  #main-nav.engineering {
    border-top: solid #00a6e9 10px; }
  @media (max-width: 900px) {
    #main-nav {
      height: 70px; } }
  #main-nav .hide-menu {
    display: none; }

#overlay-nav {
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  padding-bottom: 40px;
  overflow: auto;
  background: #fffaf0; }
  #overlay-nav .wrapper {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 0 40px !important; }
  #overlay-nav.is-active {
    top: 0; }
  #overlay-nav .show-menu,
  #overlay-nav .mainmenu__item--logo {
    display: none; }

html.overlay-menu-is-active {
  overflow: hidden; }

.mainmenu__item a {
  font-weight: 600;
  color: #414042; }

.mainmenu__item--trigger {
  margin-left: 0;
  padding-left: 40px;
  position: relative; }
  .mainmenu__item--trigger a img {
    padding-right: 8px; }

#overlay-nav .mainmenu__item a {
  display: block;
  padding: 6.66667px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 18px;
  border-left: solid 6px transparent; }
  #overlay-nav .mainmenu__item a.selected, #overlay-nav .mainmenu__item a:hover {
    border-left-color: #d48bc8; }

#overlay-nav .mainmenu__item--trigger {
  padding: 70px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  #overlay-nav .mainmenu__item--trigger a {
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    border: none; }
    #overlay-nav .mainmenu__item--trigger a img {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      top: -3px;
      left: 0; }
  #overlay-nav .mainmenu__item--trigger + li a {
    border-top: none; }

#overlay-nav .mainmenu__item .dropdown .mainmenu__item a {
  font-size: 14px;
  margin: 0 20px; }

#main-nav .mainmenu__item {
  float: left;
  margin: 0 0 0 18px;
  line-height: 100px; }
  #main-nav .mainmenu__item a {
    font-size: 14px; }
    #main-nav .mainmenu__item a.selected, #main-nav .mainmenu__item a:hover {
      border-bottom: solid 3px #d48bc8; }
  .lt-ie9 #main-nav .mainmenu__item {
    margin-left: 10px; }
  #main-nav .mainmenu__item.has-drop {
    position: relative; }
  #main-nav .mainmenu__item.has-drop:hover .dropdown {
    display: block; }
  #main-nav .mainmenu__item .dropdown {
    background: none repeat scroll 0 0 #fffaf0;
    border-top: 3px solid #C77EB5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -50px;
    margin-top: -41px;
    min-width: 120px;
    padding: 5px 20px 10px;
    position: absolute;
    z-index: 1000;
    display: none; }
    #main-nav .mainmenu__item .dropdown .mainmenu__item {
      line-height: 1.2;
      margin: 0;
      padding: 8px 0; }
  #main-nav .mainmenu__item:first-child, #main-nav .mainmenu__item.mainmenu__item--home {
    margin: 0; }
  #main-nav .mainmenu__item .logo {
    position: absolute;
    width: 190px;
    top: 20px;
    right: 0; }
  #main-nav .mainmenu__item--trigger {
    display: none; }
  @media (max-width: 1200px) {
    #main-nav .mainmenu__item {
      margin-left: 15px; }
      #main-nav .mainmenu__item .logo {
        right: 20px; } }
  @media (max-width: 1024px) {
    #main-nav .mainmenu__item .logo {
      width: 140px;
      top: 30px; }
    #main-nav .mainmenu__item a {
      font-size: 12px; }
    #main-nav .mainmenu__item .dropdown {
      margin-top: -42px; } }
  @media (max-width: 900px) {
    #main-nav .mainmenu__item {
      line-height: 70px;
      margin-left: 18px; }
      #main-nav .mainmenu__item.secondary {
        display: none; }
      #main-nav .mainmenu__item--trigger {
        display: block; }
      #main-nav .mainmenu__item .dropdown {
        margin-top: -27px; }
      #main-nav .mainmenu__item .logo {
        width: 140px;
        top: 15px; } }
  @media (max-width: 640px) {
    #main-nav .mainmenu__item.primary {
      display: none; } }

.mainmenu__menuicon {
  width: 32px;
  position: absolute;
  left: 0;
  top: 20px; }
  #overlay-nav .mainmenu__menuicon {
    top: -3px; }

/* ==========================================================================
   AWESCROLLER css styles. 
   ========================================================================== */
.awescroller {
  min-height: 420px;
  margin-top: 30px;
  position: relative;
  overflow: hidden; }

ul.awebox-holder {
  padding: 0;
  height: 450px;
  list-style-type: none;
  position: relative;
  overflow: hidden; }

.awescroller ul.awebox-holder {
  height: 420px; }

.no-js ul.awebox-holder {
  height: auto;
  overflow: visible; }

.awebox-holder li {
  width: 305px;
  height: 420px;
  float: left;
  padding: 0 20px 0 0;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .awebox-holder li {
      width: 205px; } }

.awe-next-btn {
  margin-right: 14px;
  margin-left: 6px;
  position: absolute;
  top: 50px;
  height: 110px;
  width: 76px;
  background: url("../img/icons/browse-btn.png") no-repeat center top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none; }
  @media (max-width: 480px) {
    .awe-next-btn {
      margin-left: -20px; } }

.awe-next-btn span {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("../img/icons/browse-btn-hover.png") no-repeat center top;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.awe-next-btn:hover span {
  opacity: 1; }

/* ==|== Colours ============================================================
   ========================================================================== */
.orange {
  color: #f7941d !important; }

.green {
  color: #72BF44 !important; }

.blue {
  color: #00a6e9 !important; }

.purple {
  color: #C77EB5 !important; }

a.orange:hover {
  color: #d07d18 !important; }

a.green:hover {
  color: #5c9a37 !important; }

a.blue:hover {
  color: #0086bc !important; }

a.purple:hover {
  color: #9F6591 !important; }

.orange-bg {
  background: #f7941d; }

.green-bg {
  background: #72BF44; }

.blue-bg {
  background: #00a6e9; }

.pink-bg {
  background: #C77EB5; }

.orange-bg:hover {
  background: #d07d18; }

.green-bg:hover {
  background: #5c9a37; }

.blue-bg:hover {
  background: #0086bc; }

.pink-bg:hover {
  background: #9F6591; }

/* ==|== Header =============================================================
   ========================================================================== */
#main-header {
  background: #000;
  height: 520px;
  position: relative; }

#gradient-mask {
  background: url("../img/header/planning-engineering-auckland-grad-mask.png") no-repeat center top;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
  /* ======== option to turn grad mas on/off ========== */ }

#main-header .wrapper {
  width: 100%;
  max-width: 1200px; }
  @media (max-width: 1200px) {
    #main-header .wrapper {
      padding: 0;
      margin: 0; } }

/* ==|== Slider =============================================================
   ========================================================================== */
#viewport {
  height: 520px;
  overflow: hidden;
  position: absolute;
  width: 100%; }
  @media (max-width: 768px) {
    #viewport {
      opacity: 0.6; } }
  #viewport img {
    position: absolute;
    right: 0; }
    @media (max-width: 900px) {
      #viewport img {
        right: -100px; } }
    @media (max-width: 480px) {
      #viewport img {
        right: -200px; } }

#controls {
  position: absolute;
  z-index: 100;
  width: 500px; }
  @media (max-width: 1200px) {
    #controls {
      width: 330px; } }
  @media (max-width: 640px) {
    #controls {
      width: 300px; } }
  #controls menu {
    margin: 50px 0 40px; }
    @media (max-width: 1200px) {
      #controls menu {
        margin: 50px 20px 40px; } }
    @media (max-width: 900px) {
      #controls menu {
        margin: 20px; } }
    #controls menu ul li {
      list-style-type: none;
      float: left;
      height: 18px;
      width: 18px;
      background: #4b4b4b;
      margin: 0 8px 0 0;
      border-radius: 100%;
      cursor: pointer; }
      #controls menu ul li:hover {
        background: #ffffff; }
      #controls menu ul li.selected {
        background: #ffffff; }
  #controls hgroup {
    min-height: 170px;
    position: relative; }
    #controls hgroup h1 {
      width: 100%;
      color: #ffffff;
      font-size: 60px;
      margin: 0;
      line-height: 1em;
      padding: 20px 0 20px 20px;
      border-radius: 0 0 24px 0;
      position: absolute; }
      @media (max-width: 1200px) {
        #controls hgroup h1 {
          font-size: 46px; } }
      @media (max-width: 900px) {
        #controls hgroup h1 {
          font-size: 38px; } }
      @media (max-width: 640px) {
        #controls hgroup h1 {
          font-size: 32px; } }
      #controls hgroup h1.default {
        background: #C77EB5; }
      #controls hgroup h1.surveying {
        background: #72BF44; }
      #controls hgroup h1.engineering {
        background: #00a6e9; }
      #controls hgroup h1.planning {
        background: #f7941d; }
  #controls.page hgroup {
    margin-top: 150px; }

#border-colors {
  height: 10px;
  width: 100%;
  position: relative; }
  #border-colors li {
    height: 10px;
    width: 100%;
    position: absolute;
    opacity: 0; }
    #border-colors li.default {
      background: #C77EB5; }
    #border-colors li.surveying {
      background: #72BF44; }
    #border-colors li.engineering {
      background: #00a6e9; }
    #border-colors li.planning {
      background: #f7941d; }

/* ==|== Featured News =============== */
#featured-news {
  min-height: 150px;
  margin-top: 30px;
  position: relative; }
  @media (max-width: 640px) {
    #featured-news {
      margin-top: 10px; } }
  #featured-news.page {
    margin-top: 0; }
  #featured-news ul {
    position: absolute;
    min-height: 80px;
    /*display:none;*/ }
    #featured-news ul.default {
      background: url("../img/header/planning-engineering-auckland-pink-arrow.png") no-repeat top left; }
    #featured-news ul.surveying {
      background: url("../img/header/planning-engineering-auckland-green-arrow.png") no-repeat top left; }
    #featured-news ul.engineering {
      background: url("../img/header/planning-engineering-auckland-blue-arrow.png") no-repeat top left; }
    #featured-news ul.planning {
      background: url("../img/header/planning-engineering-auckland-orange-arrow.png") no-repeat top left; }
    .home #featured-news ul {
      display: none; }
    #featured-news ul li {
      padding-left: 50px;
      color: #ffffff;
      list-style-type: none;
      margin-top: 20px; }
      @media (max-width: 640px) {
        #featured-news ul li {
          font-size: 18px; } }
      #featured-news ul li a {
        color: #ffffff;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: underline; }
  #featured-news .slide-heading {
    padding: 20px 0 0 50px;
    margin-top: 0;
    font-weight: 800; }

/* ==|== Content Slider =============================================================
   ========================================================================== */
.content-slider,
.content-slider * {
  box-sizing: border-box; }

.content-slider {
  position: relative;
  border-left: solid 1px #e1e2e3;
  border-right: solid 1px #e1e2e3;
  margin-left: 50px;
  margin-right: 50px; }
  @media (max-width: 900px) {
    .content-slider {
      margin: 0 30px; } }

.content-slider .mask {
  overflow: hidden; }

.content-slider__next-btn,
.content-slider__prev-btn {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: block; }

.content-slider__next-btn:focus,
.content-slider__prev-btn:focus,
.content-slider__next-btn:active,
.content-slider__prev-btn:active {
  outline: none; }

.content-slider__next-btn {
  background: url("../img/icons/planning-engineering-auckland-next-btn-purple.png") no-repeat center center;
  left: 100%; }

.content-slider__prev-btn {
  background: url("../img/icons/planning-engineering-auckland-prev-btn-purple.png") no-repeat center center;
  right: 100%; }

.content-slider__inner {
  float: left;
  -webkit-transition: margin-left 0.6s ease-in-out;
  transition: margin-left 0.6s ease-in-out; }

.content-slider__blurb,
.content-slider__image {
  float: right;
  padding: 1em;
  width: 50%; }
  @media (max-width: 640px) {
    .content-slider__blurb,
    .content-slider__image {
      float: none;
      width: 100%; } }

.content-slider__image iframe {
  width: 100%;
  height: 280px; }

.content-slider__slide h1 {
  color: #72BF44; }

.content-slider__slide h2 {
  color: #72BF44; }

.content-slider__slide h3 {
  color: #72BF44;
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 0 16px; }

.content-slider__slide h4 {
  color: #72BF44;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 16px; }

.content-slider__slide h5 {
  color: #72BF44;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 16px; }

.content-slider__slide h6 {
  color: #72BF44;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 16px; }

.content-slider__controls {
  text-align: center;
  margin-top: 20px; }

#page-content article .content-slider__controls ul li {
  list-style-type: none;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #4b4b4b;
  margin: 0 8px 0 0;
  border-radius: 100%;
  cursor: pointer;
  padding: 0; }

#page-content article .content-slider__controls ul li:hover {
  background: #72BF44; }

#page-content article .content-slider__controls ul li.selected {
  background: #72BF44; }

/* ==|== First Content =============================================================
   ========================================================================== */
#main-content {
  margin: 20px 0; }
  #main-content menu {
    margin: 60px 0; }
    #main-content menu ul li {
      /*float:left;*/
      display: inline-block;
      list-style-type: none;
      width: 220px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      font-size: 28px;
      margin: 0 27px 0 0;
      border-radius: 20px;
      box-shadow: 2px 3px 4px 2px rgba(1, 1, 1, 0.2);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 640px) {
        #main-content menu ul li {
          font-size: 22px; } }
  #main-content section.col-primary article,
  #main-content article.intro {
    font-size: 20px; }
    @media (max-width: 640px) {
      #main-content section.col-primary article,
      #main-content article.intro {
        font-size: 18px; } }

/* ==|== Homepage Only ===== */
#main-content.home section footer {
  font-size: 22px; }
  @media (max-width: 900px) {
    #main-content.home section footer {
      font-size: 18px; } }
  #main-content.home section footer ul {
    margin-left: 30px; }

.core-buttons {
  text-align: center; }

/* ==|== First Content Aside ===================================================
   ========================================================================== */
#main-content aside section {
  margin-top: 55px; }

/* ==|== Search Field =============== */
#searchfield {
  /*height:$ssm;*/
  font-size: 18px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  width: 228px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: inset -1px 0px 3px 1px rgba(0, 0, 0, 0.1); }

/* ==|== Call To Action =============== */
.language-switch {
  clear: both;
  float: right;
  font-size: 14px;
  margin: 0 0 15px;
  text-align: right; }

.language-switch a, .language-switch a:hover {
  background: url("../img/language.png") no-repeat scroll 100% 1px transparent;
  display: inline-block;
  font-weight: 600;
  padding-right: 25px; }

.language-switch a:hover {
  background: url("../img/language.png") no-repeat scroll 100% -47px transparent; }

#main-content aside section {
  background: #e1e1e1;
  border-radius: 12px;
  position: relative;
  padding: 20px; }

#main-content aside section #letstalk {
  position: absolute;
  display: block;
  top: -40px;
  right: -10px; }

#main-content.contact aside section #letstalk {
  display: none; }

#main-content aside ul li {
  list-style-type: none;
  color: #00a7e9;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
  background: url("../img/icons/email.jpg") no-repeat top left;
  padding-left: 50px; }

.lt-ie9 #main-content aside ul li {
  font-size: 16px; }

#main-content aside ul li:first-child {
  background: url("../img/icons/phone.jpg") no-repeat top left; }

#main-content aside footer {
  margin: 10px 0 10px; }

#main-content aside a.styled-btn {
  float: left;
  margin: 12px 0 0;
  padding: 8px 13px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 224px;
  text-align: center; }
  @media (max-width: 640px) {
    #main-content aside a.styled-btn {
      margin-right: 20px; } }
  @media (max-width: 480px) {
    #main-content aside a.styled-btn {
      margin-right: 0;
      display: block;
      width: auto;
      float: none; } }

.lt-ie9 #main-content aside a.styled-btn {
  font-size: 14px; }

.extra-contact {
  margin-top: 20px; }

.extra-contact h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #00A7E9; }

.extra-contact h5 {
  margin: 0.5em 0 1em; }

/* ==|== Page Content =========================================================
   ========================================================================== */
.border-top {
  border-top: solid 1px #e1e2e3;
  margin-top: 40px;
  padding-top: 40px; }

.border-bottom {
  border-bottom: solid 1px #e1e2e3;
  padding-bottom: 40px; }

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

#page-content article {
  margin: 0 0 40px; }
  #page-content article h2 {
    margin-bottom: 12px; }
  #page-content article ul li {
    padding: 0px 0 0px 30px;
    margin: 8px 0;
    background: url("../img/icons/bullet.jpg") no-repeat 0px 6px;
    list-style-type: none; }
  #page-content article .two-col {
    width: 45%;
    float: left;
    margin-right: 10%; }
    #page-content article .two-col.second {
      margin: 0; }
    @media (max-width: 900px) {
      #page-content article .two-col {
        width: 100%;
        float: none; } }
  #page-content article .three-col {
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 50px; }
    #page-content article .three-col:first-child {
      margin-left: 0; }
    @media (max-width: 640px) {
      #page-content article .three-col {
        float: none;
        width: 100%;
        margin-left: 0; } }
    #page-content article .three-col figure {
      float: left;
      width: 50%; }
      @media (max-width: 900px) {
        #page-content article .three-col figure {
          float: none;
          width: 100%; } }
      @media (max-width: 640px) {
        #page-content article .three-col figure {
          float: left;
          max-width: 50%;
          width: auto;
          margin-right: 4%; } }
    #page-content article .three-col figcaption {
      float: left;
      width: 46%;
      margin-left: 4%; }
      @media (max-width: 900px) {
        #page-content article .three-col figcaption {
          float: none;
          width: 100%;
          margin-left: 0; } }
      #page-content article .three-col figcaption p {
        font-size: 14px;
        margin: 0; }
    #page-content article .three-col h3 {
      font-size: 24px;
      color: #C77EB5;
      font-weight: 400;
      line-height: 1.1em; }
    #page-content article .three-col cite {
      font-weight: 600;
      font-style: normal; }
    #page-content article .three-col footer ul {
      margin: 30px 0 0; }
      #page-content article .three-col footer ul li {
        padding: 0 0 0 60px;
        height: 35px;
        line-height: 35px; }
        #page-content article .three-col footer ul li.linked-in {
          background: url("../img/about/planning-engineering-auckland-linkedin.png") no-repeat top left; }
        #page-content article .three-col footer ul li.cellphone {
          background: url("../img/about/planning-engineering-auckland-cellphone.png") no-repeat top left; }
        #page-content article .three-col footer ul li.email {
          background: url("../img/about/planning-engineering-auckland-email.png") no-repeat top left; }
        #page-content article .three-col footer ul li.vcard {
          background: url("../img/about/planning-engineering-auckland-vcard.png") no-repeat top left; }

@media (max-width: 640px) {
  #page-content .profile__footer--for-large {
    display: none; } }

#page-content .profile__footer--for-mob {
  display: none; }
  @media (max-width: 640px) {
    #page-content .profile__footer--for-mob {
      display: block; } }

/* ==|== Team Members (About Page) ==========================================
   ========================================================================== */
#team-content header h2 {
  float: left;
  margin-right: 60px; }

#team-content header ul {
  float: left; }

#team-content header ul li {
  float: left;
  margin: 0 20px 0 0;
  list-style-type: disc;
  line-height: 40px; }

#team-content header ul li a {
  font-weight: 400;
  font-size: 20px;
  color: #414042; }

#team-content header ul li.planning a {
  color: #f7941d; }

#team-content header ul li.surveying a {
  color: #72BF44; }

#team-content header ul li.engineering a {
  color: #00a6e9; }

#team-content header ul li.default a {
  color: #C77EB5; }

#team-content header ul li a.selected {
  border-bottom: solid 3px #d48bc8; }

#team-content header ul li a:hover {
  border-bottom: solid 3px #d48bc8; }

/* ==|== Team Thumbs ===================*/
.team-thumb {
  float: left;
  list-style-type: none;
  margin: 20px 8px 0;
  height: 220px;
  width: 160px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 480px) {
    .team-thumb {
      width: 130px; } }

.team-thumb img {
  max-width: 100%; }

.team-thumb figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 75px; }
  @media (max-width: 480px) {
    .team-thumb figcaption {
      min-height: 75px; } }

.team-thumb.default figcaption {
  background: #C77EB5; }

.team-thumb.planning figcaption {
  background: #f7941d; }

.team-thumb.surveying figcaption {
  background: #72BF44; }

.team-thumb.engineering figcaption {
  background: #00a6e9; }

.team-thumb figcaption div {
  padding: 12px 8px 12px; }

.team-thumb figcaption h3 {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  line-height: 1.1em; }

.team-thumb figcaption h4 {
  font-size: 13px;
  color: #414042;
  margin: 6px 0 0 0;
  line-height: 1.1em; }

.team-thumb__contact {
  -webkit-transition: bottom 0s ease-in-out, opacity 0.2s ease-in-out;
  transition: bottom 0s ease-in-out, opacity 0.2s ease-in-out;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  padding: 0;
  width: 100%;
  height: 220px;
  font-size: 14px;
  z-index: 100;
  opacity: 0; }
  @media (max-width: 768px) {
    .team-thumb__contact {
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; } }
  @media (max-width: 480px) {
    .team-thumb__contact {
      font-size: 12px; } }
  .team-thumb:hover .team-thumb__contact {
    bottom: 0;
    opacity: 1; }
  .team-thumb__contact li {
    padding: 0;
    height: 35px;
    line-height: 1.1em;
    margin: 0 0 4px;
    text-align: right;
    list-style-type: none; }
    .team-thumb__contact li.linked-in {
      background: url("../img/about/planning-engineering-auckland-linkedin.png") no-repeat top left;
      padding: 5px 0 0 60px; }
    .team-thumb__contact li.cellphone {
      background: url("../img/about/planning-engineering-auckland-cellphone.png") no-repeat top left;
      padding: 8px 0 0 60px; }
    .team-thumb__contact li a {
      text-decoration: underline;
      margin: 0 0;
      color: #00a6e9;
      word-wrap: break-word; }
      .team-thumb__contact li a.single-team {
        font-weight: bold; }
      .team-thumb__contact li a:hover {
        color: #0f85d8; }

/* ==|== Single Team Member =====================================================
   ========================================================================== */
#team-load-cont {
  width: 690px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -345px;
  margin-top: -185px;
  z-index: 250;
  display: none;
  background: #ffffff; }
  @media (max-width: 768px) {
    #team-load-cont {
      margin-left: 0;
      width: 80%;
      left: 10%;
      top: 10%;
      margin-top: 0; } }
  @media (max-width: 640px) {
    #team-load-cont {
      width: 94%;
      left: 3%;
      top: 5%; } }

#a-single-team-member {
  padding: 15px;
  position: relative;
  box-shadow: 0 0 10px 5px rgba(1, 1, 1, 0.2);
  max-height: 80vh; }
  #a-single-team-member .scroller {
    max-height: 80vh;
    overflow: auto; }

#a-single-team-member figure {
  width: 160px;
  margin-right: 15px;
  float: left; }
  @media (max-width: 480px) {
    #a-single-team-member figure {
      float: none;
      margin-bottom: 20px; } }

#a-single-team-member img {
  max-width: 100%; }

#a-single-team-member figure ul {
  margin-top: 20px; }

#a-single-team-member figure ul li {
  padding: 0 0 0 0;
  line-height: 1.2em;
  list-style-type: disc;
  font-size: 12px;
  font-weight: 600;
  margin: 6px 0; }

#a-single-team-member figure ul li a {
  word-wrap: break-word; }

#a-single-team-member figcaption {
  overflow: hidden; }
  @media (max-width: 480px) {
    #a-single-team-member figcaption {
      overflow: visible; } }

#a-single-team-member h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-block; }

#a-single-team-member h3 {
  font-weight: 400; }

#a-single-team-member sub {
  display: inline-block;
  line-height: 36px;
  font-size: 14px; }

#a-single-team-member.default h2, #a-single-team-member.default h3 {
  color: #C77EB5; }

#a-single-team-member.planning h2, #a-single-team-member.planning h3 {
  color: #f7941d; }

#a-single-team-member.surveying h2, #a-single-team-member.surveying h3 {
  color: #72BF44; }

#a-single-team-member.engineering h2, #a-single-team-member.engineering h3 {
  color: #00a6e9; }

#a-single-team-member header {
  padding: 0 16px 4px 0; }

#a-single-team-member.default header {
  border-bottom: solid 1px #C77EB5; }

#a-single-team-member.planning header {
  border-bottom: solid 1px #f7941d; }

#a-single-team-member.surveying header {
  border-bottom: solid 1px #72BF44; }

#a-single-team-member.engineering header {
  border-bottom: solid 1px #00a6e9; }

#a-single-team-member p {
  font-size: 14px; }

#a-single-team-member figcaption article {
  margin: 0; }

/* ==|== Projects Page ======================================================
   ========================================================================== */
#overlay {
  height: 100%;
  width: 100%;
  background: rgba(1, 1, 1, 0.5);
  position: fixed;
  z-index: 249;
  top: 0;
  left: 0;
  display: none; }

.lt-ie9 #overlay {
  background: url("../img/ie/ie-overlay.png") repeat top left transparent; }

#single-project-cont {
  display: none; }

/* ==|== Single Project =====================================================
   ========================================================================== */
#a-single-project {
  width: 100%;
  position: relative;
  min-height: 320px; }

#a-single-project.image-focussed #project-slider,
#a-single-project.image-focussed #project-slider * {
  box-sizing: border-box; }

.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer; }

#a-single-project figcaption {
  /*width:66.981132075%;
	float:left;*/ }

#a-single-project h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 1em;
  margin-top: 0; }

#a-single-project ul {
  padding: 0 0 0 20px; }

#a-single-project p {
  /*font-size:14px;*/ }

#a-single-project figcaption header {
  margin: 0 0 16px; }

#a-single-project figcaption footer a {
  background: #C77EB5;
  float: left;
  width: 85px;
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  margin: 40px 0 0 15px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#a-single-project figcaption footer a:hover {
  background: #9F6591; }

#a-single-project figcaption footer a:first-child {
  margin: 40px 0 0 40px; }

/* ==|== Slider =============== */
#project-slider {
  position: relative;
  max-width: 50%;
  width: 238px;
  float: right;
  margin: 1em 0 1em 30px;
  overflow: hidden;
  padding: 1em;
  background: #efefef;
  border: 1px solid #ebebeb;
  border-radius: 3px; }
  @media (max-width: 640px) {
    #project-slider {
      max-width: 100%; } }
  @media (max-width: 480px) {
    #project-slider {
      float: none;
      margin: 1em auto; } }

#project-slider a {
  position: absolute;
  width: 28px;
  height: 40px;
  z-index: 10;
  display: none; }

#project-slider .project-images {
  position: relative;
  width: 100%; }

#a-single-project.image-focussed #project-slider {
  width: 100% !important;
  max-width: none;
  float: none;
  margin-left: 0;
  text-align: center; }

#a-single-project.image-focussed #project-slider .project-images {
  display: inline-block;
  max-width: 100%;
  width: 100%; }

.prev-btn {
  background: url("../img/icons/planning-engineering-auckland-prev-btn.png") no-repeat top left;
  top: 50%;
  left: 20px; }

.next-btn {
  background: url("../img/icons/planning-engineering-auckland-next-btn.png") no-repeat top left;
  top: 50%;
  right: 20px; }

#project-slider img {
  top: 0;
  left: 0;
  position: absolute; }

#a-single-project.image-focussed #project-slider img {
  max-width: 100%; }

#slide-controls {
  text-align: center;
  margin-top: 20px; }

#slide-controls ul li {
  list-style-type: none;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #4b4b4b;
  margin: 0 8px 0 0;
  border-radius: 100%;
  cursor: pointer;
  padding: 0; }

#slide-controls ul li:hover {
  background: #C77EB5; }

#slide-controls ul li.selected {
  background: #C77EB5; }

.project-videos {
  margin: 1em 0; }

.project-video {
  overflow: hidden;
  margin: 1em 2.5%;
  width: 45%;
  float: left; }

.flex-video {
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625em;
  position: relative; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.panel {
  padding: 1em;
  background: #efefef;
  border: 1px solid #ebebeb;
  border-radius: 3px; }

/* ==|== Project Thumbs =====================================================
   ========================================================================== */
#projects-content {
  min-height: 386px; }

#projects-content .wrapper {
  max-width: 1200px; }

#projects-content header h2 {
  margin-right: 60px;
  margin-bottom: 20px; }

#projects-content header ul {
  float: left; }

#projects-content header ul li {
  float: left;
  margin: 0 20px 0 0;
  list-style-type: none;
  line-height: 40px; }

#projects-content header ul li a {
  font-weight: 400;
  font-size: 20px;
  color: #414042; }

#projects-content header ul li a.selected {
  border-bottom: solid 3px #d48bc8; }

#projects-content header ul li a:hover {
  border-bottom: solid 3px #d48bc8; }

#projects-content.surveying header ul li a.selected {
  border-bottom: solid 3px #72BF44; }

#projects-content.surveying header ul li a:hover {
  border-bottom: solid 3px #72BF44; }

.project-thumb {
  display: inline-block;
  list-style-type: none;
  margin: 20px;
  height: 298px;
  width: 238px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 640px) {
    .project-thumb {
      float: left;
      width: 46%;
      margin: 15px 2% 0;
      height: 138px; } }
  @media (max-width: 480px) {
    .project-thumb {
      float: none;
      width: 238px;
      height: auto; } }
  .project-thumb a {
    color: #414042; }
  @media (max-width: 640px) {
    .project-thumb figure {
      max-height: 100px;
      overflow: hidden; }
      .project-thumb figure img {
        margin-top: -100px; } }

.project-thumb figcaption {
  margin-top: 12px;
  font-weight: bold; }
  @media (max-width: 640px) {
    .project-thumb figcaption {
      margin-top: 6px;
      font-size: 12px; } }

.project-thumb span {
  position: absolute;
  bottom: 60px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  opacity: 0;
  width: 198px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.project-thumb:hover span {
  opacity: 1; }
  @media (max-width: 640px) {
    .project-thumb:hover span {
      display: none; } }

.lt-ie9 .project-thumb span {
  display: none; }

.lt-ie9 .project-thumb:hover span {
  display: block; }

.lt-ie9 .project-thumb span {
  background: url("../img/ie/ie-overlay-white.png") repeat top left; }

.project-thumb span p {
  margin: 0;
  font-size: 14px; }

.project-thumb span a {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  margin: 12px 0 0;
  color: #00a6e9;
  font-weight: bold; }

.project-thumb span a:hover {
  color: #0f85d8; }

/* ==|== News Page (and search results) =========================================================
   ========================================================================== */
#news-articles {
  width: 100%; }

#news-articles header,
#search-results header {
  margin-bottom: 60px; }

#news-articles article,
#search-results article {
  border-bottom: solid 1px #e1e2e3;
  padding-bottom: 25px;
  margin-bottom: 25px; }

#news-articles article:last-child {
  border: none; }

.navigation .left {
  float: left; }

.navigation .right {
  float: right; }

#news-articles article a.news-link {
  background: #C77EB5;
  text-decoration: none;
  /*float:right;*/
  width: 110px;
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  margin: 30px 0 0 0;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* ==|== News Item Gallery ====================== */
ul.news-gallery {
  list-style-type: none;
  margin: 40px 0; }

ul.news-gallery li {
  float: left;
  width: 18%;
  margin: 0 2% 2% 0; }

ul.news-gallery li img {
  max-width: 100%; }

/* ==|== Dates ========================================================= */
.the-date {
  font-size: 14px; }

#news-articles article aside,
#search-results article aside {
  height: 36px;
  width: 100px;
  border-radius: 100%;
  color: white;
  padding: 32px 0;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  #news-articles article aside p,
  #search-results article aside p {
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.1em; }

#news-articles article.default aside,
#search-results article.default aside {
  background: #C77EB5; }

#news-articles article.surveying aside,
#search-results article.surveying aside {
  background: #72BF44; }

#news-articles article.engineering aside,
#search-results article.engineering aside {
  background: #00a6e9; }

#news-articles article.planning aside,
#search-results article.planning aside {
  background: #f7941d; }

#news-articles article.default h2 a,
#search-results article.default h2 a {
  color: #C77EB5; }

#news-articles article.surveying h2 a,
#search-results article.surveying h2 a {
  color: #72BF44; }

#news-articles article.engineering h2 a,
#search-results article.engineering h2 a {
  color: #00a6e9; }

#news-articles article.planning h2 a,
#search-results article.planning h2 a {
  color: #f7941d; }

#news-articles h2,
#search-results h2 {
  font-size: 26px;
  font-weight: 400; }
  #news-articles h2 a,
  #search-results h2 a {
    color: #414042; }

#news-articles p,
#news-articles ul,
#news-articles ol,
#news-articles dl,
#search-results p,
#search-results ul,
#search-results ol,
#search-results dl {
  font-size: 16px; }

#news-articles p a,
#search-results p a {
  font-size: 16px;
  text-decoration: underline; }

/* ==|== Articles (and search) ========================================================= */
#news-articles figure {
  float: left;
  margin-left: 30px; }
  @media (max-width: 768px) {
    #news-articles figure {
      margin-left: -45px; } }
  @media (max-width: 640px) {
    #news-articles figure {
      margin-left: 0;
      float: none; } }
  @media (max-width: 480px) {
    #news-articles figure {
      float: left;
      margin-left: 20px;
      margin-bottom: 20px;
      width: 170px; } }
  #news-articles figure img {
    max-width: 100%; }

#news-articles .news-details-wrap {
  float: left;
  margin-right: 30px; }
  @media (max-width: 480px) {
    #news-articles .news-details-wrap {
      float: none;
      margin-right: 0; } }

#news-articles figcaption {
  overflow: hidden; }
  @media (max-width: 480px) {
    #news-articles figcaption {
      clear: both;
      overflow: visible; } }

#news-articles.single-news article ul,
#news-articles.single-news article ol,
#news-articles.single-news article dl {
  margin: 0 0 0 30px; }

#news-articles.single-news .news-details-wrap {
  float: none;
  margin: 0; }
  @media (max-width: 900px) {
    #news-articles.single-news .news-details-wrap {
      float: left; } }

#news-articles.single-news aside {
  margin-right: 20px; }

#news-articles.single-news figure {
  float: right; }
  @media (max-width: 900px) {
    #news-articles.single-news figure {
      float: none;
      margin-right: 30px;
      margin-left: 0; } }
  @media (max-width: 480px) {
    #news-articles.single-news figure {
      float: left;
      margin-right: 0; } }

@media (max-width: 640px) {
  #news-articles.single-news figcaption {
    overflow: visible; } }

/* ==|== Search Results Page =========================================================
   ========================================================================== */
#search-results figcaption {
  overflow: hidden; }
  @media (max-width: 1200px) {
    #search-results figcaption {
      overflow: visible; } }

#search-results article aside {
  margin: 0 30px 30px 0; }
  #search-results article aside p.singleline {
    line-height: 36px; }

/* ==|== Survey Page ============================================================
   ========================================================================== */
#page-content .gform_wrapper form {
  background: none repeat scroll 0 0 #fbfbfb;
  max-width: 700px;
  padding: 15px;
  border: 1px solid #f9f9f9;
  margin: 0 auto;
  border-radius: 5px; }

#page-content .gform_wrapper .gf_progressbar_wrapper {
  border-bottom: none; }

#page-content .gform_wrapper ul.gform_fields > li {
  padding: 0;
  background: none;
  margin: 20px 0; }

#page-content .gform_wrapper ul.gform_fields > li.gsection {
  margin-top: 40px; }

#page-content table.gsurvey-likert td.gsurvey-likert-choice-label {
  background-color: transparent;
  font-size: 11px;
  padding: 3px;
  text-transform: uppercase;
  border: none; }

#page-content .gform_wrapper .top_label .gfield_label {
  margin: 15px 0 2px; }

#page-content .gform_wrapper .gf_progressbar {
  box-shadow: none; }

#page-content .gform_wrapper .percentbar_blue {
  background: rgba(199, 126, 181, 0.5);
  background: #C77EB5; }

#page-content .gform_page_footer input.button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #C77EB5;
  border-radius: 0;
  border: none;
  color: #ffffff;
  height: 35px;
  line-height: 1em !important;
  padding: 4px 20px 0 0;
  width: 220px;
  font-size: 16px; }

#page-content .gform_page_footer input[type="submit"].button {
  background: #9F6591; }

#page-content .gform_wrapper input[type="text"], #page-content .gform_wrapper input[type="url"], #page-content .gform_wrapper input[type="email"], #page-content .gform_wrapper input[type="tel"], #page-content .gform_wrapper input[type="number"], #page-content .gform_wrapper input[type="password"] {
  font-size: 1em;
  padding: 2px 5px; }

#page-content .gform_wrapper textarea {
  font-size: 1em;
  padding: 5px; }

#page-content table.gsurvey-likert {
  border: none;
  margin: 0 auto;
  table-layout: fixed;
  max-width: 600px; }

#page-content .gsurvey-likert td.gsurvey-likert-choice:hover,
#page-content .gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
  background-color: #00BAF2 !important; }

#page-content .gsurvey-likert td.gsurvey-likert-choice,
#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+1) {
  border: none;
  background-color: #eeeeee; }

#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+1) {
  background-color: rgba(206, 66, 66, 0.5); }

#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+2) {
  background-color: rgba(206, 66, 66, 0.2); }

#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+3) {
  background-color: #eeeeee; }

#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+4) {
  background-color: rgba(149, 202, 64, 0.5); }

#page-content .gsurvey-likert td.gsurvey-likert-choice:nth-child(n+5) {
  background-color: #95ca40; }

#page-content .gform_wrapper .top_label textarea.textarea {
  border: 1px solid #C2C2C2;
  border-radius: 8px; }

/* ==|== Careers Page =========================================================
   ========================================================================== */
#current-opportunities header {
  margin-bottom: 30px; }

#current-opportunities h3 {
  color: #C77EB5;
  font-size: 18px;
  font-weight: 400; }

#current-opportunities article {
  border-bottom: solid 1px #e1e2e3;
  padding-bottom: 10px;
  margin-bottom: 20px; }

#current-opportunities article:last-child {
  border: none; }

#current-opportunities .planning h3 {
  color: #f7941d; }

#current-opportunities .surveying h3 {
  color: #72BF44; }

#current-opportunities .engineering h3 {
  color: #00a6e9; }

/* ==|== Contact Page =========================================================
   ========================================================================== */
#page-content.contact ul {
  float: left;
  margin: 20px 80px 0 0; }

#page-content.contact ul li {
  list-style-type: none;
  font-size: 20px; }
  @media (max-width: 640px) {
    #page-content.contact ul li {
      font-size: 18px; } }

#page-content.contact ul li a {
  text-decoration: underline; }

#contact-form p {
  font-size: 20px;
  margin: 30px 0; }
  @media (max-width: 640px) {
    #contact-form p {
      font-size: 18px; } }

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea, form#mc-embedded-subscribe-form input[type="text"], form#mc-embedded-subscribe-form input[type="email"], form#mc-embedded-subscribe-form textarea {
  margin-top: 16px;
  width: 100%;
  height: 60px;
  border: none;
  text-indent: 20px;
  line-height: 50px;
  border: solid 1px #c2c2c2;
  border-radius: 8px; }
  @media (max-width: 640px) {
    #contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea, form#mc-embedded-subscribe-form input[type="text"], form#mc-embedded-subscribe-form input[type="email"], form#mc-embedded-subscribe-form textarea {
      margin-top: 5px; } }

#contact-form select {
  height: 60px;
  font-size: inherit; }

#contact-form input[type="text"], #contact-form input[type="email"] {
  text-indent: 260px; }
  @media (max-width: 640px) {
    #contact-form input[type="text"], #contact-form input[type="email"] {
      text-indent: 0; } }

#contact-form .wpcf7-not-valid, #contact-form input[type="text"].wpcf7-not-valid, #contact-form input[type="email"].wpcf7-not-valid {
  border: 1px solid red; }

#contact-form .input-holder {
  position: relative; }

#contact-form .label-left {
  position: absolute;
  top: 61px;
  left: 20px;
  color: #aaa;
  z-index: 1; }
  @media (max-width: 640px) {
    #contact-form .label-left {
      display: none; } }

#contact-form .label-top {
  position: absolute;
  top: 62px;
  left: 20px;
  color: #aaa;
  z-index: 1; }
  @media (max-width: 640px) {
    #contact-form .label-top {
      display: none; } }

#contact-form textarea {
  height: 200px;
  width: 100%;
  padding: 50px 20px 15px;
  text-indent: 0;
  line-height: inherit;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    #contact-form textarea {
      padding-top: 20px; } }

.lt-ie9 #contact-form textarea {
  width: 90%; }

.styled-select select {
  color: #414042;
  background: transparent;
  margin-top: 16px;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 30px;
  /*background: url('../img/icons/surveying-auckland-select-arrow.png') no-repeat right #ddd;  */
  border-radius: 8px; }

#contact-form input[type="submit"], form#mc-embedded-subscribe-form input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #C77EB5;
  border-radius: 0;
  border: none;
  color: #ffffff;
  height: 35px;
  line-height: 1em !important;
  padding: 4px 20px 0 0;
  width: 220px;
  font-size: 16px; }

#send input:hover {
  background: #9F6591; }

/* ==|== Mail Chimp Embed =============== */
form#mc-embedded-subscribe-form input[type="text"], form#mc-embedded-subscribe-form input[type="email"] {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  width: 50%; }
  @media (max-width: 640px) {
    form#mc-embedded-subscribe-form input[type="text"], form#mc-embedded-subscribe-form input[type="email"] {
      width: 100%; } }

form#mc-embedded-subscribe-form h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  color: #C77EB5; }
  @media (max-width: 640px) {
    form#mc-embedded-subscribe-form h2 {
      font-size: 24px; } }

form#mc-embedded-subscribe-form .indicates-required {
  display: none; }

form#mc-embedded-subscribe-form p:empty {
  display: none; }

form#mc-embedded-subscribe-form ul {
  list-style-type: none;
  margin-bottom: 20px; }

form#mc-embedded-subscribe-form ul li {
  display: inline-block; }

form#mc-embedded-subscribe-form ul li label {
  margin-left: 10px;
  margin-right: 20px; }

/* ==|== Client List ==========================================================
   ========================================================================== */
#client-list {
  background: #fffaf0;
  padding: 40px 0 40px; }

#client-list ul {
  margin: 20px 0 0; }

#client-list ul li {
  list-style-type: none;
  float: left;
  margin: 0 60px 0 0; }
  #client-list ul li:last-child {
    margin-right: 0; }

#client-list .styled-btn {
  float: right;
  background: #dcd0b9;
  padding: 8px 42px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#client-list .styled-btn:hover {
  background: #a79e8d; }

/* ==|== Blog Roll ============================================================
   ========================================================================== */
#blog-roll {
  /*height:480px;*/
  min-height: 480px;
  margin: 20px 0 30px;
  font-size: 0.875em; }

#blog-roll figcaption h2 {
  font-weight: normal;
  margin: 20px 0; }

#blog-roll figcaption {
  height: 184px;
  overflow: hidden;
  position: relative; }

.fade-out-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: transparent url("../img/blog-roll-fadeout.png") repeat left top; }

#blog-roll .planning h2 {
  color: #f7941d; }

#blog-roll .surveying h2 {
  color: #72BF44; }

#blog-roll .engineering h2 {
  color: #00a6e9; }

#blog-roll .default h2 {
  color: #C77EB5; }

#blog-roll h2 a.see-all-news {
  font-size: 12px;
  font-weight: normal;
  display: inline-block; }

#blog-roll a, #blog-roll a:hover {
  color: inherit; }

.more-btn {
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.8571428571em;
  position: absolute;
  bottom: 0;
  margin: 0; }

.planning .more-btn {
  background: #f7941d; }

.surveying .more-btn {
  background: #72BF44; }

.engineering .more-btn {
  background: #00a6e9; }

.default .more-btn {
  background: #C77EB5; }

.planning .more-btn:hover {
  background: #d07d18; }

.surveying .more-btn:hover {
  background: #5c9a37; }

.engineering .more-btn:hover {
  background: #0086bc; }

.default .more-btn:hover {
  background: #9F6591; }

/* ==|== Engineering Page =====================================================
   ========================================================================== */
.suggestion {
  margin-top: 20px; }

.suggestion li {
  box-sizing: border-box;
  float: left;
  list-style: none;
  border: 1px solid #ddd;
  width: 16%;
  padding: 10px;
  min-height: 280px;
  margin-right: 0.66%;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .suggestion li {
      width: 32%;
      margin-right: 1%; } }
  @media (max-width: 640px) {
    .suggestion li {
      width: 48%; } }

.suggestion li img {
  width: 100%; }

/* ==|== Footer ===============================================================
   ========================================================================== */
#main-footer {
  background: #e6e6e6;
  padding: 20px 0; }

#client-list ul li img {
  width: 100%; }

/* ==|== Quickform =============================================================
   ========================================================================== */
#quick-form {
  width: 45%;
  float: left;
  margin: 20px 5% 20px 0;
  position: relative; }
  @media (max-width: 1024px) {
    #quick-form {
      width: 52%;
      margin-right: 8%; } }
  @media (max-width: 768px) {
    #quick-form {
      width: 100%;
      padding-right: 70px;
      box-sizing: border-box;
      margin-right: 0; } }
  @media (max-width: 480px) {
    #quick-form {
      padding-right: 0; } }
  #quick-form p.input-holder + p.input-holder + p.input-holder + p.input-holder + p {
    position: relative; }
    @media (max-width: 480px) {
      #quick-form p.input-holder + p.input-holder + p.input-holder + p.input-holder + p {
        margin-top: -1em; } }

#quick-form input[type="text"], #quick-form input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: none;
  text-indent: 90px; }
  @media (max-width: 480px) {
    #quick-form input[type="text"], #quick-form input[type="email"] {
      text-indent: 0; } }

#quick-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 280px;
  padding: 45px 19px 15px;
  /* cant mix percentages with pixels in padding else screws up firefox */
  resize: none; }
  @media (max-width: 480px) {
    #quick-form textarea {
      padding-top: 15px; } }

#quick-form .wpcf7-not-valid, #quick-form input[type="text"].wpcf7-not-valid {
  border: 1px solid red; }

.wpcf7-not-valid-tip-no-ajax {
  display: none; }

.wpcf7-validation-errors {
  color: red;
  text-align: center; }

.wpcf7-mail-sent-ok {
  text-align: center; }

#quick-form .input-holder {
  position: relative; }

#quick-form .label-left {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #aaa;
  z-index: 1; }
  @media (max-width: 480px) {
    #quick-form .label-left {
      position: static; } }

#quick-form .label-top {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #aaa;
  z-index: 1; }
  @media (max-width: 480px) {
    #quick-form .label-top {
      position: static; } }

#quick-form input[type="submit"] {
  line-height: 50px;
  color: #ffffff;
  background: url("../img/icons/send-btn.png") no-repeat top left;
  text-decoration: none;
  border: none;
  width: 76px;
  height: 109px;
  position: absolute;
  top: -1em;
  margin-top: -109px;
  right: -85px;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 480px) {
    #quick-form input[type="submit"] {
      position: static;
      margin-top: 1px; } }

/*.lt-ie9 #quick-send input{
   right:-102px;  
}*/
#quick-form input[type="submit"]:hover {
  background: url("../img/icons/send-btn-hover.png") no-repeat top left; }

div.wpcf7 img.ajax-loader {
  position: absolute; }

div.wpcf7-validation-errors {
  border: none !important; }

span.wpcf7-not-valid-tip {
  color: red;
  background: none !important;
  border: none !important;
  font-size: 12px;
  left: 0;
  padding: 5px 0;
  position: static !important;
  top: 0;
  width: 280px;
  z-index: 0; }

/* ==|== Contact Details =======================================================
   ========================================================================== */
#contact-details {
  width: 45%;
  margin: 20px 0 20px 5%;
  float: left; }
  @media (max-width: 1024px) {
    #contact-details {
      width: 35%; } }
  @media (max-width: 768px) {
    #contact-details {
      width: 100%;
      margin-left: 0; } }

#contact-details h3 {
  font-size: 16px; }

#contact-details .map {
  margin: 30px 0 10px; }
  @media (max-width: 768px) {
    #contact-details .map {
      float: left;
      width: 45%;
      margin-left: 10%; }
      #contact-details .map:first-child {
        margin-left: 0; } }
  @media (max-width: 480px) {
    #contact-details .map {
      width: 100%;
      margin-left: 0; } }

#contact-details figure {
  float: right;
  box-shadow: 2px 3px 4px 2px rgba(1, 1, 1, 0.2);
  max-width: 50%; }
  @media (max-width: 1024px) {
    #contact-details figure {
      float: left;
      clear: left;
      max-width: 100%; } }
  #contact-details figure img {
    max-width: 100%; }

#contact-details figcaption {
  float: left; }
  @media (max-width: 1024px) {
    #contact-details figcaption {
      margin-bottom: 20px; } }

#contact-details .map ul {
  /*margin:52px 0 0 0;*/ }

#contact-details ul li {
  list-style-type: none;
  font-weight: 600;
  font-size: 14px; }

#footer-btns {
  text-align: right; }
  @media (max-width: 1024px) {
    #footer-btns {
      text-align: left; } }

#contact-details a.styled-btn {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 8px 38px;
  background: #939598;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#contact-details a.styled-btn:hover {
  background: #66686a; }

#social-media {
  min-width: 252px;
  display: inline-block;
  margin-top: 0; }

#social-media li {
  display: inline-block;
  margin: 20px 5px 0 0; }

/* ==|== Sign Off ===========================================================
   ========================================================================== */
#signoff {
  border-top: solid 1px #d6d6d7;
  float: left;
  width: 100%;
  margin: 20px 0 20px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 900px) {
  #featured-news ul li {
    text-shadow: #000 2px 2px 1px; }
  #main-content menu ul li {
    margin-bottom: 20px; }
  #projects-content header ul {
    margin-left: 0; } }

@media (max-width: 1200px) {
  #featured-news ul li {
    text-shadow: #000 2px 2px 1px; }
  #main-content menu ul li {
    margin-bottom: 20px; }
  #a-single-project .close-btn {
    right: 0; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.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; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .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; } }
