/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000344}}
html {
  background: #fff; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000348}}
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  background: #333;
  color: #666; }

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000360}}
h1, h2, h3, h4, h5, h6 {
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  color: #000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000365}}
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000371}}
h1, h2 {
  text-transform: uppercase; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\0000391}}
h1.node-title {
  font-size: 1.5em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003157}}
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif; }

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003183}}
#page-wrapper {
  position: relative;
  z-index: 151;
  left: 0;
  overflow-x: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003188}}
  #page-wrapper.mobile-nav-active {
    left: 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003190}}
    #page-wrapper.mobile-nav-active #page {
      position: relative;
      background: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003196}}
  #page-wrapper #page {
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    position: relative;
    background: #fff; }

/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003280}}
#header-wrapper {
  /* Debug styles, is this working */
  background: url(../images/watermark.png) right no-repeat #000;
  position: relative;
  z-index: 150;
  display: block;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  right: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003290}}
  #header-wrapper .container {
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003292}}
    #header-wrapper .container a {
      color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003299}}
  #header-wrapper ul.primary-menu > li > a,
  #header-wrapper ul.nice-menu-main-menu > li > a {
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px 15px;
    border-bottom: 4px solid #000;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003305}}
    #header-wrapper ul.primary-menu > li > a:hover,
    #header-wrapper ul.nice-menu-main-menu > li > a:hover {
      color: #3f4242; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003309}}
  #header-wrapper ul.primary-menu > li.active-trail > a, #header-wrapper ul.primary-menu > li.active > a, #header-wrapper ul.primary-menu > li > a.active,
  #header-wrapper ul.nice-menu-main-menu > li.active-trail > a,
  #header-wrapper ul.nice-menu-main-menu > li.active > a,
  #header-wrapper ul.nice-menu-main-menu > li > a.active {
    color: #e5e5e5;
    border-bottom: 4px solid #5db151; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003314}}
    #header-wrapper ul.primary-menu > li.active-trail > a:hover, #header-wrapper ul.primary-menu > li.active > a:hover, #header-wrapper ul.primary-menu > li > a.active:hover,
    #header-wrapper ul.nice-menu-main-menu > li.active-trail > a:hover,
    #header-wrapper ul.nice-menu-main-menu > li.active > a:hover,
    #header-wrapper ul.nice-menu-main-menu > li > a.active:hover {
      color: #3f4242; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003321}}
#primary-menu-bar,
#menu-bar {
  margin: 0; }

/*
 * Wraps the nav elements
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003328}}
#nav-wrapper {
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003334}}
  #nav-wrapper .toggler {
    font-size: 1.5em; }

/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003351}}
#messages-help-wrapper,
#secondary-menu-wrapper {
  padding: 1px 0;
  background: #444; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003359}}
#secondary-menu-wrapper {
  padding: 5px 0 0;
  background: #4b9641; }

/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003379}}
#content-wrapper {
  padding: 30px 0;
  background: #fff; }

/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003397}}
#footer-wrapper {
  /* Debug styles, is this working? */
  background: url(../images/news-footer-image.jpg) #000;
  -webkit-box-shadow: inset 0 0 50px #000000;
  -moz-box-shadow: inset 0 0 50px #000000;
  box-shadow: inset 0 0 50px #000000;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003409}}
  #footer-wrapper .footer-inner-wrapper {
    overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003413}}
  #footer-wrapper .container {
    color: #fff;
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003417}}
  #footer-wrapper h4 {
    margin: 0 0 1em;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase; }

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003433}}
#branding {
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003436}}
  #branding #logo {
    padding-top: 30px;
    margin-bottom: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003437}}
    #branding #logo img {
      max-width: 100%; }

/*
 * Logo
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003450}}
#logo {
  padding: 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003453}}
  #logo img {
    vertical-align: bottom; }

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003468}}
#site-name {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003473}}
  #site-name a:link, #site-name a:visited {
    text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003478}}
  #site-name a:hover, #site-name a:focus {
    text-decoration: underline; }

/*
 * Site slogan (h2)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003489}}
#site-slogan {
  margin: 0; }

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003507}}
#page-title {
  margin: 0 0 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003511}}
.person-credentials {
  font-size: .85em;
  text-transform: none;
  font-style: italic;
  white-space: nowrap; }

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003533}}
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003540}}
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0; }

/*
 * Generic styles for the more link
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003550}}
.more-link,
.node-readmore,
.node-apply {
  text-align: left;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003560}}
.custom-icon {
  font-family: 'hc-icons';
  text-transform: lowercase;
  font-size: 1.4em;
  float: left;
  margin-right: 5px; }

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003573}}
ul.links {
  margin: 0;
  padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003577}}
  ul.links.inline {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003581}}
  ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * Search results are an ordered list so reset the margin
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003592}}
.search-results {
  margin: 0;
  padding: 0; }

/*
 * Attribution message and link
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003601}}
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003607}}
  .attribution a {
    text-decoration: none;
    color: inherit; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003611}}
    .attribution a:hover, .attribution a:focus {
      text-decoration: underline; }

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003705}}
a {
  text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003714}}
  a:hover, a:focus {
    text-decoration: underline; }

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003725}}
.nav {
  clear: both;
  margin: 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003729}}
  .nav ul,
  .nav ul.menu {
    margin: 0;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003735}}
  .nav li,
  .nav ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003744}}
  .nav li a,
  .nav ul.menu li a {
    display: block;
    padding: 0 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003752}}
    .nav li a:hover, .nav li a:focus,
    .nav ul.menu li a:hover,
    .nav ul.menu li a:focus {
      text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003758}}
  .nav .block {
    margin-bottom: 0; }

/* =============================================================================
 *   Superfish
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003768}}
ul.sf-menu {
  margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003771}}
  ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003784}}
  ul.sf-menu li:hover, ul.sf-menu li.sfHover {
    outline: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003791}}
  ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
    outline: 0; }

/*
 * Superfish blocks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003807}}
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003818}}
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important; }

/*
 * Vertical style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003828}}
.sf-vertical {
  width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003831}}
  .sf-vertical li {
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003836}}
    .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
      left: 100%;
      top: 0;
      margin: 0;
      padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003844}}
    .sf-vertical li a {
      padding: 0 10px; }

/*
 * Navbar style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003854}}
.sf-navbar {
  padding-bottom: 0 !important; }

/*
 * Sensible padding for the default style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003862}}
.sf-menu.sf-style-default a {
  padding: 0 10px; }

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003872}}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003880}}
.at-mt .at-menu-toggle-button {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003884}}
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap; }

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003895}}
ul.menu {
  padding-left: 15px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003898}}
  ul.menu ul {
    padding-left: 15px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003906}}
  ul.menu li {
    margin: 0; }

/* If li.content exists it's a problem, so reset the padding */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003935}}
.block .menu li.content {
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003939}}
a.more-link,
.field-name-more-link a {
  font-family: 'Din';
  font-weight: normal;
  text-transform: uppercase; }

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003958}}
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003964}}
.book-navigation .menu {
  margin-left: 0; }

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003974}}
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003978}}
  #breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003983}}
    #breadcrumb .breadcrumb-label:after {
      content: ":"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003988}}
  #breadcrumb ol {
    margin: 0;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003993}}
  #breadcrumb .with-breadcrumb-label ol {
    display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\00003997}}
  #breadcrumb li {
    list-style: none;
    display: inline; }

/* =============================================================================
 *   Pagers
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031024}}
ul.pager {
  clear: both;
  margin: 0;
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031031}}
.item-list ul.pager li {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031036}}
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031042}}
  ul.pager li.pager-current {
    font-weight: 700; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031048}}
.block ul.pager li {
  margin: 0; }

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031085}}
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031094}}
  #skip-link a {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031104}}
    #skip-link a:link, #skip-link a:visited {
      background: #444;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      display: block;
      line-height: 2;
      padding: 0;
      text-align: center;
      text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031115}}
    #skip-link a:hover, #skip-link a:focus, #skip-link a:active {
      outline: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031123}}
.emailat {
  font-family: 'Arial';
  font-size: .75em; }

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031131}}
#tasks {
  margin-bottom: 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031136}}
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031141}}
  ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031146}}
    ul.primary li a {
      background-color: #f5f5f5;
      border-color: #ccc;
      margin-right: 1px;
      padding: 0 10px;
      display: block;
      float: left;
      height: 1.5em;
      line-height: 1.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031156}}
      ul.primary li a:hover, ul.primary li a:focus {
        background-color: #eee;
        border-color: #ccc; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031165}}
  ul.primary li.active a,
  ul.primary li.active a:hover,
  ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031175}}
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031180}}
  ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031186}}
    ul.secondary li a:hover, ul.secondary li a.active {
      border-bottom: none;
      text-decoration: underline; }

/* =============================================================================
 *   Action links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031200}}
ul.action-links {
  margin: 20px 0 0;
  list-style: none; }

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031227}}
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031230}}
  .field-label-inline .field-label {
    margin: 0; }

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031238}}
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0; }

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031267}}
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031272}}
  .field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031277}}
  .field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031391}}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0; }

/*
 * Centered setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031400}}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px; }

/*
 * Float right setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031409}}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px; }

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031423}}
.block {
  margin-bottom: 20px; }

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031461}}
.block-title {
  margin: 0; }

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031477}}
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031482}}
.block-content li {
  margin: 0;
  padding: 0; }

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031655}}
.node {
  margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031672}}
  .node .node-title {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031678}}
  .node .submitted {
    color: #999;
    text-transform: uppercase;
    font-size: .85em; }

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031724}}
.contextual-links-wrapper {
  font-size: 14px !important; }

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031735}}
#comments {
  margin: 1.5em 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031739}}
  #comments h2.comment-title {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031743}}
  #comments h2.comment-form {
    margin: 0; }

/*
 * Wrapper for a single comment
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031753}}
.comment {
  margin-bottom: 20px; }

/*
 * Comment title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031784}}
.comment-title {
  margin: 0; }

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031816}}
.new {
  color: #c00; }

/*
 * Nested comments are indented
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031824}}
.indented {
  margin-left: 40px; }

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031838}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031844}}
.form-item label {
  font-weight: 700; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031851}}
.form-item .description {
  font-size: 0.85em; }

/*
 * Highlight marks and form required mark
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031864}}
.marker,
.form-required {
  color: #c00; }

/*
 * The submit button
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031878}}
.container-inline div,
.container-inline label {
  display: inline; }

/*
 * Define consistent borders
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031887}}
fieldset {
  border: 1px solid #ccc; }

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031901}}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button; }

/*
 * Password confirmation
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031909}}
.password-parent,
.confirm-parent {
  margin: 0; }

/* =============================================================================
 *   Tables
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031919}}
table {
  margin: 10px 0;
  padding: 0;
  width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031924}}
  table.sticky-header {
    z-index: 10; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031930}}
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031940}}
table,
td,
th {
  vertical-align: middle; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031947}}
caption,
th,
td {
  text-align: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031954}}
thead tr {
  font-weight: 700;
  background-color: #e5e5e5; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031960}}
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031971}}
tbody tr {
  border-top: 1px solid #ccc; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031976}}
tr {
  /* Table row striping */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031978}}
  tr.odd {
    background: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031983}}
  tr.info, tr.even, tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #f5f5f5; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031994}}
  tr.odd td.active {
    background-color: #eee; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000031998}}
  tr.even td.active {
    background-color: #ebebeb; }

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032021}}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal; }

/* =============================================================================
 *   Messages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032037}}
div.messages {
  margin-bottom: 10px;
  margin-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032042}}
  div.messages ul {
    margin-top: 0;
    margin-bottom: 0; }

/*
 * Unpublished nodes
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032083}}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word; }

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032094}}
.maintenance-page .container {
  padding: 40px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032098}}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032106}}
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032113}}
.db-offline div.messages {
  margin: 20px 0 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032117}}
.db-offline #content {
  padding: 20px 0; }

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032130}}
#admin-menu {
  margin: 0;
  padding: 0; }

/*
 * Devel Module
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032139}}
.dev-query {
  background: #eee;
  padding: 30px; }

/*
 * Styleguide module tweaks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032148}}
#styleguide-header {
  padding: 0 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032151}}
  #styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032161}}
h1#page-title {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 0em 0 0em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032169}}
.front #content-header-wrapper {
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032171}}
  .front #content-header-wrapper h1#page-title {
    font-size: 1.4em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032175}}
#sticky-header {
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -ms-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px #000000;
  -moz-box-shadow: 0px 0px 30px #000000;
  box-shadow: 0px 0px 30px #000000;
  position: fixed;
  left: 0;
  z-index: 120;
  right: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032185}}
  #sticky-header #menu-bar ul.nice-menu li.menuparent ul {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    -ms-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032191}}
  #sticky-header #menu-bar ul.nice-menu li.menuparent:hover ul {
    display: block !important;
    visibility: visible !important;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032199}}
  #sticky-header #sticky-header-background {
    width: 100%;
    filter: alpha(opactiy=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: absolute;
    top: 0;
    height: 129px;
    background: url(../images/watermark.png) right no-repeat #000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032207}}
  #sticky-header #header-wrapper {
    background: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032211}}
body.admin-menu #sticky-header {
  margin-top: 20px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032214}}
.front #content-header-wrapper {
  padding-bottom: 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032217}}
#content-header-wrapper {
  background: url(../images/watermark2.png) left no-repeat #5db151;
  color: #fff;
  font-size: 1.4em;
  padding: 30px 0px 20px;
  text-align: left;
  position: relative;
  z-index: 2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032226}}
  #content-header-wrapper #breadcrumb {
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032233}}
  #content-header-wrapper #main-content-header {
    margin: 0 10px;
    /* 			@include transition(all, .5s, ease-in-out);  */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032241}}
  #content-header-wrapper #page-intro-wrapper {
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032261}}
  #content-header-wrapper .video-text-link {
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif, sans-serif;
    margin: 20px 0;
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032265}}
    #content-header-wrapper .video-text-link .custom-icon {
      font-size: 44px;
      float: left;
      line-height: 30px;
      margin-right: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032272}}
  #content-header-wrapper .video-thumb-wrapper {
    position: relative;
    padding: 0 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032276}}
    #content-header-wrapper .video-thumb-wrapper img {
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032279}}
    #content-header-wrapper .video-thumb-wrapper #video-play-button {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      font-size: 2em;
      z-index: 200; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032289}}
      #content-header-wrapper .video-thumb-wrapper #video-play-button a {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032293}}
      #content-header-wrapper .video-thumb-wrapper #video-play-button:hover a {
        color: #5db151;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032297}}
      #content-header-wrapper .video-thumb-wrapper #video-play-button:hover .link-hover-tag {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-top: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032302}}
      #content-header-wrapper .video-thumb-wrapper #video-play-button .inner {
        position: relative;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032306}}
      #content-header-wrapper .video-thumb-wrapper #video-play-button a {
        color: #ffffff;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032316}}
        #content-header-wrapper .video-thumb-wrapper #video-play-button a .inner {
          position: absolute;
          width: auto;
          left: 50%;
          top: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032322}}
        #content-header-wrapper .video-thumb-wrapper #video-play-button a .custom-icon {
          margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032328}}
  #content-header-wrapper .field-name-field-page-intro,
  #content-header-wrapper #page-intro-description {
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: .85em;
    padding: 20px 0 20px;
    margin: 0;
    position: relative;
    z-index: 2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032336}}
    #content-header-wrapper .field-name-field-page-intro p:last-child,
    #content-header-wrapper #page-intro-description p:last-child {
      margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032340}}
  #content-header-wrapper .video-link-area {
    color: #fff;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif, sans-serif;
    font-size: .85em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032344}}
    #content-header-wrapper .video-link-area h4 {
      margin: 0;
      text-transform: uppercase;
      color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032350}}
  #content-header-wrapper a {
    color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032354}}
  #content-header-wrapper .front .field-name-field-page-intro {
    padding-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032356}}
    #content-header-wrapper .front .field-name-field-page-intro p {
      margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032361}}
  #content-header-wrapper a.more-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-align: left;
    display: inline-block;
    margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032368}}
    #content-header-wrapper a.more-link .custom-icon {
      font-size: 1em;
      margin: -2px 10px 0 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032373}}
    #content-header-wrapper a.more-link:hover {
      filter: alpha(opactiy=40);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      color: #000; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032382}}
.node-content ul.links li {
  float: left; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032385}}
a.more-link,
.node-readmore a,
.more-link a,
.node-apply a,
.watch-video-button {
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032393}}
  a.more-link .custom-icon,
  .node-readmore a .custom-icon,
  .more-link a .custom-icon,
  .node-apply a .custom-icon,
  .watch-video-button .custom-icon {
    margin-top: -.25em;
    margin-right: .25em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032398}}
  a.more-link:hover,
  .node-readmore a:hover,
  .more-link a:hover,
  .node-apply a:hover,
  .watch-video-button:hover {
    text-decoration: none;
    color: #3f4242; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032406}}
.region-page-intro .block-inner {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032409}}
label.custom-icon {
  font-family: 'hc-icons'; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032414}}
#upper-header-wrapper .siteinfo {
  display: inline-block;
  float: left;
  font-size: 1.2em;
  margin: 8px 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032419}}
  #upper-header-wrapper .siteinfo .label {
    float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032422}}
  #upper-header-wrapper .siteinfo.spacer {
    padding-top: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032426}}
  #upper-header-wrapper .siteinfo.email .label {
    margin-left: 20px;
    margin-right: 8px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032430}}
  #upper-header-wrapper .siteinfo.linkedin .item {
    padding-top: 0;
    margin-left: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032434}}
  #upper-header-wrapper .siteinfo .item {
    display: inline-block;
    float: left;
    color: #5db151;
    padding-top: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032439}}
    #upper-header-wrapper .siteinfo .item a {
      color: #5db151; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032443}}
  #upper-header-wrapper .siteinfo.linkedin .item {
    display: inline-block;
    padding-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032446}}
    #upper-header-wrapper .siteinfo.linkedin .item a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-image: url(../images/header-icons.png);
      width: 34px;
      height: 34px;
      padding-top: 10px;
      display: inline-block;
      background-position: 3px -75px;
      overflow: hidden;
      background-color: #444;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      text-indent: -2000px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032458}}
      #upper-header-wrapper .siteinfo.linkedin .item a:hover {
        background-color: #5db151; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032466}}
#important-news-row-wrapper {
  color: #fff;
  background: #3b3b3b; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032469}}
  #important-news-row-wrapper h2 {
    color: #fff;
    margin-bottom: 15px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032474}}
#block-block-2 {
  background: url(../images/award.png) left top no-repeat;
  padding-top: 50px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032481}}
#solutions-row-wrapper {
  background: #fff;
  padding: 30px 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032486}}
#mobile-nav-wrapper {
  position: fixed;
  z-index: 200;
  width: 0;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  top: 0;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032501}}
  #mobile-nav-wrapper .menu-block-wrapper > ul.menu > li {
    border-bottom: 1px solid #555; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032503}}
    #mobile-nav-wrapper .menu-block-wrapper > ul.menu > li > a {
      font-size: 1.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032508}}
  #mobile-nav-wrapper ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032513}}
    #mobile-nav-wrapper ul.menu li {
      list-style-image: none;
      list-style-type: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032517}}
      #mobile-nav-wrapper ul.menu li a {
        padding: 5px 0;
        font-weight: 100;
        display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032524}}
    #mobile-nav-wrapper ul.menu ul {
      margin-left: 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032528}}
  #mobile-nav-wrapper a {
    color: #fff;
    text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032532}}
  #mobile-nav-wrapper.active {
    width: 280px;
    display: block;
    left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032537}}
  #mobile-nav-wrapper .container {
    display: block;
    padding: 10px;
    width: 280px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032552}}
.node-news.node-full .field-name-field-feature-image, .node-news.node-default .field-name-field-feature-image {
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032557}}
.field-name-field-feature-image {
  position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032559}}
  .field-name-field-feature-image img {
    width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032563}}
.node.node-feature-banner {
  margin-bottom: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032566}}
.node-project.node-feature-banner {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032568}}
  .node-project.node-feature-banner #video-wrapper {
    position: absolute;
    height: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 5; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032579}}
.node-project.ds-3col-stacked-fluid .flexslider {
  margin-bottom: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032583}}
.node-project.ds-3col-stacked-fluid .field-name-field-services .field-item {
  padding-left: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032585}}
  .node-project.ds-3col-stacked-fluid .field-name-field-services .field-item .custom-icon {
    margin-left: -30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032591}}
.node-project.node-project-images ul.slides li {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032596}}
.node-project.node-full,
.node-project.node-default {
  	/**
   * @file
   * Styling for the ds-3col-stacked-fluid template.
   */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032602}}
  .node-project.node-full .field,
  .node-project.node-default .field {
    margin-bottom: 2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032606}}
  .node-project.node-full.ds-3col-stacked-fluid > .group-left,
  .node-project.node-default.ds-3col-stacked-fluid > .group-left {
    width: 100%;
    float: none;
    /* LTR */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032611}}
  .node-project.node-full .field-collection-item-field-award,
  .node-project.node-full .field-collection-item-field-award .field,
  .node-project.node-default .field-collection-item-field-award,
  .node-project.node-default .field-collection-item-field-award .field {
    margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032616}}
  .node-project.node-full.ds-3col-stacked-fluid > .group-middle,
  .node-project.node-default.ds-3col-stacked-fluid > .group-middle {
    width: 100%;
    float: none;
    /* LTR */ }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032622}}
  .node-project.node-full.ds-3col-stacked-fluid.group-one-sidebar > .group-middle,
  .node-project.node-default.ds-3col-stacked-fluid.group-one-sidebar > .group-middle {
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032626}}
  .node-project.node-full.ds-3col-stacked-fluid.group-two-sidebars > .group-middle,
  .node-project.node-default.ds-3col-stacked-fluid.group-two-sidebars > .group-middle {
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032631}}
  .node-project.node-full.ds-3col-stacked-fluid > .group-right,
  .node-project.node-default.ds-3col-stacked-fluid > .group-right {
    width: 100%;
    float: none;
    /* LTR */
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032636}}
    .node-project.node-full.ds-3col-stacked-fluid > .group-right .field,
    .node-project.node-default.ds-3col-stacked-fluid > .group-right .field {
      margin-bottom: 0;
      background: #f3f6f6; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032638}}
      .node-project.node-full.ds-3col-stacked-fluid > .group-right .field .field-items,
      .node-project.node-default.ds-3col-stacked-fluid > .group-right .field .field-items {
        padding: 0 10px 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032641}}
      .node-project.node-full.ds-3col-stacked-fluid > .group-right .field .field-label,
      .node-project.node-default.ds-3col-stacked-fluid > .group-right .field .field-label {
        padding: 10px 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032645}}
      .node-project.node-full.ds-3col-stacked-fluid > .group-right .field h2.field-label,
      .node-project.node-default.ds-3col-stacked-fluid > .group-right .field h2.field-label {
        margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032651}}
    .node-project.node-full.ds-3col-stacked-fluid > .group-right .field-name-field-contact-value .field-items,
    .node-project.node-default.ds-3col-stacked-fluid > .group-right .field-name-field-contact-value .field-items {
      padding: 10px 0 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032654}}
    .node-project.node-full.ds-3col-stacked-fluid > .group-right .field-name-field-contact-value h2.field-label,
    .node-project.node-default.ds-3col-stacked-fluid > .group-right .field-name-field-contact-value h2.field-label {
      padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032658}}
    .node-project.node-full.ds-3col-stacked-fluid > .group-right .node-client .field,
    .node-project.node-default.ds-3col-stacked-fluid > .group-right .node-client .field {
      background: none;
      padding: 0;
      text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032668}}
  .node-project.node-full .field-name-field-location,
  .node-project.node-default .field-name-field-location {
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032670}}
    .node-project.node-full .field-name-field-location .gmap-control,
    .node-project.node-default .field-name-field-location .gmap-control {
      width: 100% !important;
      height: 250px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032678}}
h2.field-label {
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032681}}
.field-name-field-services {
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032684}}
  .field-name-field-services h2.field-label {
    margin-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032687}}
  .field-name-field-services .field-item {
    display: block;
    line-height: 1.2em;
    margin: 10px 0;
    color: #5db151;
    clear: both;
    position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032694}}
    .field-name-field-services .field-item a {
      display: block;
      margin-left: 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032700}}
  .field-name-field-services .custom-icon {
    font-size: 1em;
    position: absolute; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032706}}
.field-name-field-awards .node-award.node-teaser {
  padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032708}}
  .field-name-field-awards .node-award.node-teaser .more-link {
    display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032713}}
.vocabulary-services.view-mode-homepage_solutions_block,
.vocabulary-professional-services.view-mode-homepage_solutions_block,
.views-row.solutions-category .taxonomy-term,
.node-person-profile.node-teaser,
.node-project.node-teaser,
.node-award.node-teaser,
.node-careers-posting.node-teaser,
.node-project.node-project-images ul.slides li {
  padding: 10px;
  margin-bottom: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032726}}
  .vocabulary-services.view-mode-homepage_solutions_block .field-name-title h2 a,
  .vocabulary-services.view-mode-homepage_solutions_block .node-header h2 a,
  .vocabulary-professional-services.view-mode-homepage_solutions_block .field-name-title h2 a,
  .vocabulary-professional-services.view-mode-homepage_solutions_block .node-header h2 a,
  .views-row.solutions-category .taxonomy-term .field-name-title h2 a,
  .views-row.solutions-category .taxonomy-term .node-header h2 a,
  .node-person-profile.node-teaser .field-name-title h2 a,
  .node-person-profile.node-teaser .node-header h2 a,
  .node-project.node-teaser .field-name-title h2 a,
  .node-project.node-teaser .node-header h2 a,
  .node-award.node-teaser .field-name-title h2 a,
  .node-award.node-teaser .node-header h2 a,
  .node-careers-posting.node-teaser .field-name-title h2 a,
  .node-careers-posting.node-teaser .node-header h2 a,
  .node-project.node-project-images ul.slides li .field-name-title h2 a,
  .node-project.node-project-images ul.slides li .node-header h2 a {
    color: #000;
    text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032733}}
  .vocabulary-services.view-mode-homepage_solutions_block .field-name-services,
  .vocabulary-services.view-mode-homepage_solutions_block ul.slides li,
  .vocabulary-professional-services.view-mode-homepage_solutions_block .field-name-services,
  .vocabulary-professional-services.view-mode-homepage_solutions_block ul.slides li,
  .views-row.solutions-category .taxonomy-term .field-name-services,
  .views-row.solutions-category .taxonomy-term ul.slides li,
  .node-person-profile.node-teaser .field-name-services,
  .node-person-profile.node-teaser ul.slides li,
  .node-project.node-teaser .field-name-services,
  .node-project.node-teaser ul.slides li,
  .node-award.node-teaser .field-name-services,
  .node-award.node-teaser ul.slides li,
  .node-careers-posting.node-teaser .field-name-services,
  .node-careers-posting.node-teaser ul.slides li,
  .node-project.node-project-images ul.slides li .field-name-services,
  .node-project.node-project-images ul.slides li ul.slides li {
    margin-bottom: 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032736}}
    .vocabulary-services.view-mode-homepage_solutions_block .field-name-services .field-item,
    .vocabulary-services.view-mode-homepage_solutions_block ul.slides li .field-item,
    .vocabulary-professional-services.view-mode-homepage_solutions_block .field-name-services .field-item,
    .vocabulary-professional-services.view-mode-homepage_solutions_block ul.slides li .field-item,
    .views-row.solutions-category .taxonomy-term .field-name-services .field-item,
    .views-row.solutions-category .taxonomy-term ul.slides li .field-item,
    .node-person-profile.node-teaser .field-name-services .field-item,
    .node-person-profile.node-teaser ul.slides li .field-item,
    .node-project.node-teaser .field-name-services .field-item,
    .node-project.node-teaser ul.slides li .field-item,
    .node-award.node-teaser .field-name-services .field-item,
    .node-award.node-teaser ul.slides li .field-item,
    .node-careers-posting.node-teaser .field-name-services .field-item,
    .node-careers-posting.node-teaser ul.slides li .field-item,
    .node-project.node-project-images ul.slides li .field-name-services .field-item,
    .node-project.node-project-images ul.slides li ul.slides li .field-item {
      padding: 2px 0;
      display: block;
      font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
      color: #000;
      text-transform: uppercase; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032746}}
    .vocabulary-services.view-mode-homepage_solutions_block .field-name-services .custom-icon,
    .vocabulary-services.view-mode-homepage_solutions_block ul.slides li .custom-icon,
    .vocabulary-professional-services.view-mode-homepage_solutions_block .field-name-services .custom-icon,
    .vocabulary-professional-services.view-mode-homepage_solutions_block ul.slides li .custom-icon,
    .views-row.solutions-category .taxonomy-term .field-name-services .custom-icon,
    .views-row.solutions-category .taxonomy-term ul.slides li .custom-icon,
    .node-person-profile.node-teaser .field-name-services .custom-icon,
    .node-person-profile.node-teaser ul.slides li .custom-icon,
    .node-project.node-teaser .field-name-services .custom-icon,
    .node-project.node-teaser ul.slides li .custom-icon,
    .node-award.node-teaser .field-name-services .custom-icon,
    .node-award.node-teaser ul.slides li .custom-icon,
    .node-careers-posting.node-teaser .field-name-services .custom-icon,
    .node-careers-posting.node-teaser ul.slides li .custom-icon,
    .node-project.node-project-images ul.slides li .field-name-services .custom-icon,
    .node-project.node-project-images ul.slides li ul.slides li .custom-icon {
      font-size: 1.1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032752}}
  .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image,
  .vocabulary-services.view-mode-homepage_solutions_block:hover a,
  .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image,
  .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a,
  .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image,
  .views-row.solutions-category .taxonomy-term:hover a,
  .node-person-profile.node-teaser:hover .field-name-field-feature-image,
  .node-person-profile.node-teaser:hover a,
  .node-project.node-teaser:hover .field-name-field-feature-image,
  .node-project.node-teaser:hover a,
  .node-award.node-teaser:hover .field-name-field-feature-image,
  .node-award.node-teaser:hover a,
  .node-careers-posting.node-teaser:hover .field-name-field-feature-image,
  .node-careers-posting.node-teaser:hover a,
  .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image,
  .node-project.node-project-images ul.slides li:hover a {
    cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032761}}
    .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image > img,
    .vocabulary-services.view-mode-homepage_solutions_block:hover a > img,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image > img,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a > img,
    .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image > img,
    .views-row.solutions-category .taxonomy-term:hover a > img,
    .node-person-profile.node-teaser:hover .field-name-field-feature-image > img,
    .node-person-profile.node-teaser:hover a > img,
    .node-project.node-teaser:hover .field-name-field-feature-image > img,
    .node-project.node-teaser:hover a > img,
    .node-award.node-teaser:hover .field-name-field-feature-image > img,
    .node-award.node-teaser:hover a > img,
    .node-careers-posting.node-teaser:hover .field-name-field-feature-image > img,
    .node-careers-posting.node-teaser:hover a > img,
    .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image > img,
    .node-project.node-project-images ul.slides li:hover a > img {
      visibility: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032765}}
    .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .img-hover,
    .vocabulary-services.view-mode-homepage_solutions_block:hover a .img-hover,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .img-hover,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a .img-hover,
    .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image .img-hover,
    .views-row.solutions-category .taxonomy-term:hover a .img-hover,
    .node-person-profile.node-teaser:hover .field-name-field-feature-image .img-hover,
    .node-person-profile.node-teaser:hover a .img-hover,
    .node-project.node-teaser:hover .field-name-field-feature-image .img-hover,
    .node-project.node-teaser:hover a .img-hover,
    .node-award.node-teaser:hover .field-name-field-feature-image .img-hover,
    .node-award.node-teaser:hover a .img-hover,
    .node-careers-posting.node-teaser:hover .field-name-field-feature-image .img-hover,
    .node-careers-posting.node-teaser:hover a .img-hover,
    .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image .img-hover,
    .node-project.node-project-images ul.slides li:hover a .img-hover {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: -20px;
      margin-bottom: -20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032770}}
      .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .img-hover img,
      .vocabulary-services.view-mode-homepage_solutions_block:hover a .img-hover img,
      .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .img-hover img,
      .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a .img-hover img,
      .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image .img-hover img,
      .views-row.solutions-category .taxonomy-term:hover a .img-hover img,
      .node-person-profile.node-teaser:hover .field-name-field-feature-image .img-hover img,
      .node-person-profile.node-teaser:hover a .img-hover img,
      .node-project.node-teaser:hover .field-name-field-feature-image .img-hover img,
      .node-project.node-teaser:hover a .img-hover img,
      .node-award.node-teaser:hover .field-name-field-feature-image .img-hover img,
      .node-award.node-teaser:hover a .img-hover img,
      .node-careers-posting.node-teaser:hover .field-name-field-feature-image .img-hover img,
      .node-careers-posting.node-teaser:hover a .img-hover img,
      .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image .img-hover img,
      .node-project.node-project-images ul.slides li:hover a .img-hover img {
        visibility: visible;
        filter: alpha(opactiy=20);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032776}}
    .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .magnify,
    .vocabulary-services.view-mode-homepage_solutions_block:hover a .magnify,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .magnify,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a .magnify,
    .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image .magnify,
    .views-row.solutions-category .taxonomy-term:hover a .magnify,
    .node-person-profile.node-teaser:hover .field-name-field-feature-image .magnify,
    .node-person-profile.node-teaser:hover a .magnify,
    .node-project.node-teaser:hover .field-name-field-feature-image .magnify,
    .node-project.node-teaser:hover a .magnify,
    .node-award.node-teaser:hover .field-name-field-feature-image .magnify,
    .node-award.node-teaser:hover a .magnify,
    .node-careers-posting.node-teaser:hover .field-name-field-feature-image .magnify,
    .node-careers-posting.node-teaser:hover a .magnify,
    .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image .magnify,
    .node-project.node-project-images ul.slides li:hover a .magnify {
      top: 50%;
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032780}}
    .vocabulary-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .caption,
    .vocabulary-services.view-mode-homepage_solutions_block:hover a .caption,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover .field-name-field-feature-image .caption,
    .vocabulary-professional-services.view-mode-homepage_solutions_block:hover a .caption,
    .views-row.solutions-category .taxonomy-term:hover .field-name-field-feature-image .caption,
    .views-row.solutions-category .taxonomy-term:hover a .caption,
    .node-person-profile.node-teaser:hover .field-name-field-feature-image .caption,
    .node-person-profile.node-teaser:hover a .caption,
    .node-project.node-teaser:hover .field-name-field-feature-image .caption,
    .node-project.node-teaser:hover a .caption,
    .node-award.node-teaser:hover .field-name-field-feature-image .caption,
    .node-award.node-teaser:hover a .caption,
    .node-careers-posting.node-teaser:hover .field-name-field-feature-image .caption,
    .node-careers-posting.node-teaser:hover a .caption,
    .node-project.node-project-images ul.slides li:hover .field-name-field-feature-image .caption,
    .node-project.node-project-images ul.slides li:hover a .caption {
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      bottom: 3%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032787}}
.views-row.solutions-category .taxonomy-term:hover {
  cursor: auto; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032790}}
#block-views-projects-block-2 .node-project.node-project-images ul.slides li {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032792}}
  #block-views-projects-block-2 .node-project.node-project-images ul.slides li .magnify {
    width: 20px;
    height: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032802}}
.view-mode-homepage_solutions_block .field-name-field-feature-image,
.view-mode-homepage_solutions_block ul.slides li,
.views-row.solutions-category .taxonomy-term .field-name-field-feature-image,
.views-row.solutions-category .taxonomy-term ul.slides li,
.node-teaser .field-name-field-feature-image,
.node-teaser ul.slides li,
.node-project.node-project-images .field-name-field-feature-image,
.node-project.node-project-images ul.slides li {
  background-color: #4b9641;
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032812}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image a,
  .view-mode-homepage_solutions_block ul.slides li a,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image a,
  .views-row.solutions-category .taxonomy-term ul.slides li a,
  .node-teaser .field-name-field-feature-image a,
  .node-teaser ul.slides li a,
  .node-project.node-project-images .field-name-field-feature-image a,
  .node-project.node-project-images ul.slides li a {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032816}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image a > img,
  .view-mode-homepage_solutions_block ul.slides li a > img,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image a > img,
  .views-row.solutions-category .taxonomy-term ul.slides li a > img,
  .node-teaser .field-name-field-feature-image a > img,
  .node-teaser ul.slides li a > img,
  .node-project.node-project-images .field-name-field-feature-image a > img,
  .node-project.node-project-images ul.slides li a > img {
    position: relative;
    display: block;
    visibility: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032821}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image .img-hover,
  .view-mode-homepage_solutions_block ul.slides li .img-hover,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image .img-hover,
  .views-row.solutions-category .taxonomy-term ul.slides li .img-hover,
  .node-teaser .field-name-field-feature-image .img-hover,
  .node-teaser ul.slides li .img-hover,
  .node-project.node-project-images .field-name-field-feature-image .img-hover,
  .node-project.node-project-images ul.slides li .img-hover {
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032829}}
    .view-mode-homepage_solutions_block .field-name-field-feature-image .img-hover img,
    .view-mode-homepage_solutions_block ul.slides li .img-hover img,
    .views-row.solutions-category .taxonomy-term .field-name-field-feature-image .img-hover img,
    .views-row.solutions-category .taxonomy-term ul.slides li .img-hover img,
    .node-teaser .field-name-field-feature-image .img-hover img,
    .node-teaser ul.slides li .img-hover img,
    .node-project.node-project-images .field-name-field-feature-image .img-hover img,
    .node-project.node-project-images ul.slides li .img-hover img {
      width: 100%;
      height: auto;
      visibility: visible !important;
      display: block;
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032837}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image .magnify,
  .view-mode-homepage_solutions_block ul.slides li .magnify,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image .magnify,
  .views-row.solutions-category .taxonomy-term ul.slides li .magnify,
  .node-teaser .field-name-field-feature-image .magnify,
  .node-teaser ul.slides li .magnify,
  .node-project.node-project-images .field-name-field-feature-image .magnify,
  .node-project.node-project-images ul.slides li .magnify {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    display: block;
    top: 75%;
    left: 50%;
    font-size: 2em;
    color: #fff;
    z-index: 5; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032848}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image .caption,
  .view-mode-homepage_solutions_block ul.slides li .caption,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image .caption,
  .views-row.solutions-category .taxonomy-term ul.slides li .caption,
  .node-teaser .field-name-field-feature-image .caption,
  .node-teaser ul.slides li .caption,
  .node-project.node-project-images .field-name-field-feature-image .caption,
  .node-project.node-project-images ul.slides li .caption {
    z-index: 5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    /* Safari */
    -moz-transition-delay: 0.5s;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    display: block;
    bottom: 10%;
    left: 0%;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 1em;
    color: #fff;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032866}}
  .view-mode-homepage_solutions_block .field-name-field-feature-image img,
  .view-mode-homepage_solutions_block ul.slides li img,
  .views-row.solutions-category .taxonomy-term .field-name-field-feature-image img,
  .views-row.solutions-category .taxonomy-term ul.slides li img,
  .node-teaser .field-name-field-feature-image img,
  .node-teaser ul.slides li img,
  .node-project.node-project-images .field-name-field-feature-image img,
  .node-project.node-project-images ul.slides li img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032875}}
.contextual-links-trigger {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  height: 24px !important;
  background-color: #fff !important;
  background-position: 2px 2px !important;
  height: 22px !important;
  padding: 2px !important;
  width: 32px !important;
  border: 0 !important;
  padding: 5px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032886}}
div.contextual-links-active a.contextual-links-trigger {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032890}}
#main-content .webform-client-form {
  background: #f3f6f6;
  padding: 20px;
  max-width: 540px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032895}}
  #main-content .webform-client-form input.form-text,
  #main-content .webform-client-form input.email,
  #main-content .webform-client-form textarea {
    background-color: #fff;
    border: none;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032900}}
  #main-content .webform-client-form input.form-submit {
    background: #5db151;
    color: #ffffff;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/_custom\.scss}line{font-family:\00003245}}
    #main-content .webform-client-form input.form-submit:hover {
      color: #b3b3b3;
      background: #386c30; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032906}}
.sidebar-second #main-content {
  padding-right: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032911}}
#main-content #node-13 .node-header {
  display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032914}}
#main-content #node-13 label {
  min-width: 80px;
  display: inline-block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032920}}
#block-views-people-block-1.block .views-row {
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032924}}
#enquiries-row-wrapper {
  color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032927}}
  #enquiries-row-wrapper .webform-component {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032929}}
    #enquiries-row-wrapper .webform-component#webform-component-message {
      display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032934}}
  #enquiries-row-wrapper .enq-row-inner {
    background: url(../images/row-enquiry-bg.jpg) #3f4242;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 40px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032944}}
  #enquiries-row-wrapper .block {
    margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032947}}
  #enquiries-row-wrapper .node {
    margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032950}}
  #enquiries-row-wrapper h2 {
    color: #fff;
    margin-bottom: 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032954}}
  #enquiries-row-wrapper a {
    color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032957}}
  #enquiries-row-wrapper .webform-container-inline label {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032960}}
  #enquiries-row-wrapper .form-actions {
    text-align: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032963}}
  #enquiries-row-wrapper .enquiry-box-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 30px solid #656868;
    top: 30px;
    left: -28px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032975}}
  #enquiries-row-wrapper .webform-client-form {
    background: none;
    padding: 0;
    padding-left: 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032979}}
    #enquiries-row-wrapper .webform-client-form .webform-form-wrapper {
      background: #656868;
      padding: 10px;
      position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032985}}
    #enquiries-row-wrapper .webform-client-form .webform-component {
      border-left: 5px solid #3f4242;
      padding-left: 5px;
      position: relative;
      margin: 0 0 .5em 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032991}}
      #enquiries-row-wrapper .webform-client-form .webform-component label {
        position: absolute;
        font-weight: 300; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000032997}}
      #enquiries-row-wrapper .webform-client-form .webform-component input {
        border: 0;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033002}}
      #enquiries-row-wrapper .webform-client-form .webform-component textarea {
        background: none;
        border: 0;
        color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033007}}
      #enquiries-row-wrapper .webform-client-form .webform-component .grippie {
        display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033011}}
    #enquiries-row-wrapper .webform-client-form .form-actions {
      margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033014}}
    #enquiries-row-wrapper .webform-client-form input {
      background: #656868;
      border: 0;
      color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033018}}
      #enquiries-row-wrapper .webform-client-form input.form-submit {
        background: #5db151;
        color: #ffffff;
        border: 0;
        padding: 10px;
        text-transform: uppercase;
        font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/_custom\.scss}line{font-family:\00003245}}
        #enquiries-row-wrapper .webform-client-form input.form-submit:hover {
          color: #b3b3b3;
          background: #386c30; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033021}}
        #enquiries-row-wrapper .webform-client-form input.form-submit:hover {
          padding-left: 30px;
          padding-right: 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033029}}
#testimonial-row-wrapper {
  background: #f3f6f6;
  padding: 30px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033032}}
  #testimonial-row-wrapper .node {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033035}}
  #testimonial-row-wrapper .block {
    margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033039}}
.node-testimonial {
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033041}}
  .node-testimonial .client-position {
    display: block;
    text-transform: uppercase;
    color: #444; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033046}}
  .node-testimonial .field-name-body {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    font-size: 1.4em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033053}}
  .node-testimonial.node-full, .node-testimonial.node-default {
    text-align: center;
    border-bottom: 1px solid #f3f6f6;
    padding-bottom: 30px;
    padding-top: 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033061}}
#contact-bar-wrapper {
  background: #5db151;
  color: #fff;
  padding: 20px 0 0;
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033066}}
  #contact-bar-wrapper .block {
    margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033069}}
  #contact-bar-wrapper .siteinfo {
    position: relative;
    display: inline-block;
    width: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033074}}
  #contact-bar-wrapper a {
    color: #fff;
    margin: 0 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033079}}
  #contact-bar-wrapper .sitecontacts-wrapper {
    position: relative;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033085}}
    #contact-bar-wrapper .sitecontacts-wrapper .custom-icon {
      position: absolute;
      top: -5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033089}}
    #contact-bar-wrapper .sitecontacts-wrapper .phone2 .custom-icon {
      top: -12px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033092}}
    #contact-bar-wrapper .sitecontacts-wrapper .item {
      padding: 5px 0 5px 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033099}}
#block-siteinfo-siteinfo-social-icons.block {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033104}}
  #block-siteinfo-siteinfo-social-icons.block .block-content {
    font-family: 'hc-icons';
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033112}}
    #block-siteinfo-siteinfo-social-icons.block .block-content a.custom-icon:hover {
      text-decoration: none;
      display: inline;
      filter: alpha(opactiy=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033121}}
#trustedby-row-wrapper {
  background: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033123}}
  #trustedby-row-wrapper .container {
    height: 200px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033129}}
#trusted-by-logo-slider.flexslider {
  padding: 20px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033131}}
  #trusted-by-logo-slider.flexslider .slides img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033140}}
#block-views-clients-block-1.block h2.block-title {
  color: #fff;
  background: #cfcfcf;
  font-size: 13px;
  display: inline-block;
  padding: 10px;
  margin: 0;
  text-transform: uppercase; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033149}}
#block-views-clients-block-1.block .view-content {
  overflow-x: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033155}}
  #block-views-clients-block-1.block .view-content .responsive-cf.clearfix {
    display: none !important; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033160}}
#block-views-clients-block-1.block .views-row {
  display: inline-block;
  margin: 0 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033165}}
#bottom-footer-wrapper {
  background: #000;
  color: #999;
  font-size: .8em;
  padding: 10px 0 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033170}}
  #bottom-footer-wrapper #footer {
    margin: 0 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033175}}
#secondary-menu-wrapper {
  bottom: 0;
  left: 0;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033180}}
  #secondary-menu-wrapper .container {
    margin: 0 auto 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033183}}
  #secondary-menu-wrapper .region {
    margin: 0 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033186}}
  #secondary-menu-wrapper .block,
  #secondary-menu-wrapper .block-inner {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033190}}
  #secondary-menu-wrapper ul.menu,
  #secondary-menu-wrapper ul.nice-menu {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033197}}
    #secondary-menu-wrapper ul.menu li,
    #secondary-menu-wrapper ul.nice-menu li {
      display: inline-block;
      list-style-image: none;
      list-style-type: none;
      margin-right: 5px;
      text-transform: uppercase;
      float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033205}}
      #secondary-menu-wrapper ul.menu li a,
      #secondary-menu-wrapper ul.nice-menu li a {
        -webkit-box-shadow: 0 0 3px #37702f;
        -moz-box-shadow: 0 0 3px #37702f;
        box-shadow: 0 0 3px #37702f;
        padding: 10px 15px;
        display: block;
        background: #4b9641;
        transition: all 0.3s ease 0s;
        color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033213}}
        #secondary-menu-wrapper ul.menu li a:hover,
        #secondary-menu-wrapper ul.nice-menu li a:hover {
          text-decoration: none;
          background: #5db151; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033220}}
      #secondary-menu-wrapper ul.menu li.active-trail a,
      #secondary-menu-wrapper ul.nice-menu li.active-trail a {
        background: #5db151; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033230}}
.flexslider {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin: 0 0 0px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033241}}
  .flexslider ul.slides {
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033244}}
  .flexslider .flex-direction-nav a {
    cursor: pointer;
    height: 70%;
    background: rgba(0, 0, 0, 0.4);
    margin: 0px 0 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    top: 15%;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 10;
    text-indent: -2000px;
    right: -20px;
    font-size: 1px;
    color: transparent;
    text-shadow: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033262}}
    .flexslider .flex-direction-nav a.flex-next {
      background: url(../images/flexpager-next.png) center center no-repeat rgba(0, 0, 0, 0.4); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033266}}
    .flexslider .flex-direction-nav a.flex-prev {
      background: url(../images/flexpager-prev.png) center center no-repeat rgba(0, 0, 0, 0.4); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033272}}
  .flexslider .flex-direction-nav a {
    text-indent: -999px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033276}}
  .flexslider .flex-direction-nav a:before {
    content: "";
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033282}}
  .flexslider .flexslider:hover a.flex-next {
    right: -10px !important;
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033286}}
  .flexslider .flexslider:hover a.flex-prev {
    left: -10px !important;
    display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033297}}
#block-views-solutions-block-3 .view-content,
#block-views-people-block .view-content,
#block-views-projects-block-1 .view-content,
#block-views-projects-block-3 .view-content,
.page-projects .view-projects .view-content {
  margin-left: -10px;
  margin-right: -10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033303}}
#feature-banners-wrapper {
  position: relative;
  z-index: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033307}}
#feature-banners-wrapper .block {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033309}}
  #feature-banners-wrapper .block .block-inner {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033313}}
  #feature-banners-wrapper .block .node-project-carousel-slide.node {
    margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033318}}
#block-views-solutions-feature-banners-block.block {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033320}}
  #block-views-solutions-feature-banners-block.block .block-inner {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033322}}
    #block-views-solutions-feature-banners-block.block .block-inner .flexslider {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      max-height: auto;
      overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033327}}
      #block-views-solutions-feature-banners-block.block .block-inner .flexslider ul.slides li {
        display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033335}}
#block-views-solutions-block-3 .projects-link {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033340}}
.node-person-profile .field-name-field-position {
  font-weight: bold; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033344}}
.node-person-profile .field-name-field-credentials {
  margin-bottom: 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033349}}
.node-person-profile h2.block-title {
  margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033353}}
.node-person-profile .field-name-contact h2.block-title {
  text-transform: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033367}}
.node-person-profile.node-full .field-name-field-feature-image, .node-person-profile.node-default .field-name-field-feature-image {
  margin-bottom: 30px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033375}}
h3.person-position {
  color: #fff;
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033381}}
.node-project.node-teaser h2.node-title,
.node-award.node-teaser h2.node-title {
  margin-bottom: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033387}}
.view-content .responsive-cf.clearfix {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033394}}
.node-client.node-client-logo {
  margin: 1em 0 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033398}}
.region-sidebar-second {
  padding-right: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033400}}
  .region-sidebar-second .block {
    background: #f3f6f6; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033402}}
    .region-sidebar-second .block .block-inner {
      margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033405}}
    .region-sidebar-second .block .block-content {
      padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033407}}
      .region-sidebar-second .block .block-content ul {
        padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033409}}
        .region-sidebar-second .block .block-content ul.views-summary {
          font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
          list-style-type: none;
          text-transform: uppercase; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033413}}
          .region-sidebar-second .block .block-content ul.views-summary li {
            margin-left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033419}}
    .region-sidebar-second .block h2.block-title {
      color: #fff;
      padding: 10px;
      background: url(../images/watermark3.png) right no-repeat #5c6160;
      background-size: 150px auto; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033431}}
#block-views-projects-block-2.block .block-inner {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033433}}
  #block-views-projects-block-2.block .block-inner ul.slides {
    background: #333; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033440}}
#block-views-feature-carousel-block.block {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033442}}
  #block-views-feature-carousel-block.block .block-inner {
    margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033446}}
#feature-carousel-wrapper {
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 2; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033452}}
.link-hover-tag {
  position: absolute;
  top: 50%;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 50%;
  font-size: 15px;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  color: #fff;
  margin-top: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033465}}
.node-feature-carousel.node,
.node-project.node-feature-banner {
  margin-bottom: 0;
  position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033472}}
  .node-feature-carousel.node #video-play-button,
  .node-project.node-feature-banner #video-play-button {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    font-size: 4em;
    z-index: 2;
    margin-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033480}}
    .node-feature-carousel.node #video-play-button a,
    .node-project.node-feature-banner #video-play-button a {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033484}}
    .node-feature-carousel.node #video-play-button:hover a,
    .node-project.node-feature-banner #video-play-button:hover a {
      color: #5db151;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033488}}
    .node-feature-carousel.node #video-play-button:hover .link-hover-tag,
    .node-project.node-feature-banner #video-play-button:hover .link-hover-tag {
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      margin-top: 50px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033493}}
    .node-feature-carousel.node #video-play-button .inner,
    .node-project.node-feature-banner #video-play-button .inner {
      position: relative;
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033497}}
    .node-feature-carousel.node #video-play-button a,
    .node-project.node-feature-banner #video-play-button a {
      color: #ffffff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033501}}
  .node-feature-carousel.node #caption-box,
  .node-project.node-feature-banner #caption-box {
    /* 		@include transition(all, 1s, ease-in-out); */
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /* 		background: rgba(0,0,0,.25); */
    padding: 20px;
    font-size: 1.3em;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 100;
    color: #fff;
    /* 		text-shadow: 2px 2px 5px #000; */
    top: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033514}}
    .node-feature-carousel.node #caption-box h2,
    .node-project.node-feature-banner #caption-box h2 {
      color: #fff;
      font-size: 2em;
      margin: 0 0 3%;
      text-shadow: 2px 2px  0px #000000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033520}}
    .node-feature-carousel.node #caption-box .field-name-body,
    .node-project.node-feature-banner #caption-box .field-name-body {
      text-shadow: 2px 2px  0px #000000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033523}}
    .node-feature-carousel.node #caption-box a,
    .node-project.node-feature-banner #caption-box a {
      color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033525}}
      .node-feature-carousel.node #caption-box a .custom-icon,
      .node-project.node-feature-banner #caption-box a .custom-icon {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033530}}
      .node-feature-carousel.node #caption-box a:hover .custom-icon,
      .node-project.node-feature-banner #caption-box a:hover .custom-icon {
        color: #5db151; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033538}}
.darkener {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033548}}
.front #video-wrapper,
.node-project #video-wrapper {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  height: 0;
  z-index: 100;
  left: 0;
  right: 100%;
  top: -1000%;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033562}}
  .front #video-wrapper .video-iframe,
  .node-project #video-wrapper .video-iframe {
    z-index: 10; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033567}}
.not-front #video-wrapper {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
  height: auto;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033580}}
iframe {
  border: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033586}}
.view-project-carousels ul.slides li {
  overflow: hidden; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033588}}
  .view-project-carousels ul.slides li .flex-caption {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: absolute;
    bottom: -15%;
    left: 50%;
    display: block;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    max-width: 80%;
    text-align: center;
    color: #fff;
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033602}}
    .view-project-carousels ul.slides li .flex-caption a {
      color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033607}}
  .view-project-carousels ul.slides li:hover .flex-caption {
    bottom: 5%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033611}}
  .view-project-carousels ul.slides li .field-name-field-video {
    position: absolute; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033613}}
    .view-project-carousels ul.slides li .field-name-field-video .field-items {
      top: 50%;
      left: 50%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033624}}
.watch-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033631}}
  .watch-video-button .custom-icon {
    float: left;
    display: inline; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033639}}
.node-feature-banner .field-name-field-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 150; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033644}}
  .node-feature-banner .field-name-field-video .field-items {
    position: absolute;
    left: 50%;
    top: 50%; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033654}}
#secondary-content-wrapper {
  background: #f3f6f6;
  padding: 30px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033657}}
  #secondary-content-wrapper .block {
    margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033660}}
  #secondary-content-wrapper h2.block-title {
    margin-bottom: 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033663}}
  #secondary-content-wrapper .node-project.node-teaser h2.node-title {
    font-size: 1.2em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033669}}
.page-node-17 #content-wrapper {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033673}}
.video-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  color: #fff;
  font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  cursor: pointer;
  padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033682}}
  .video-close-button .custom-icon {
    float: left;
    line-height: 1.1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033686}}
  .video-close-button .close-label {
    padding: 10px;
    position: absolute;
    left: -100%;
    top: 0;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033696}}
#content .view-content {
  margin: -10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033700}}
#content .node .view-content {
  margin: 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033704}}
#content .view-news.view-display-id-page .view-content {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033709}}
#content #block-views-professional-services-block .view-content {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033714}}
.taxonomy-term-pro-services-category {
  margin-bottom: 3em; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033717}}
#pro-services-row-wrapper {
  background: url(../images/pro-services-banner-sm.jpg) top -50px center no-repeat #5db151;
  text-align: center;
  color: #ffffff;
  padding: 20px 0 30px;
  font-size: 1.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033725}}
  #pro-services-row-wrapper #pro-services-logo {
    margin-left: 0px;
    max-width: 100%;
    height: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033730}}
  #pro-services-row-wrapper .row-inner {
    font-family: "Din", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0 30px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033735}}
  #pro-services-row-wrapper ul#proservices-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033739}}
    #pro-services-row-wrapper ul#proservices-list li {
      display: inline-block;
      list-style-type: none;
      padding: 0px 0;
      width: auto;
      position: relative;
      text-align: left;
      margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033747}}
      #pro-services-row-wrapper ul#proservices-list li a {
        color: #fff;
        padding-left: 30px;
        display: inline-block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033751}}
        #pro-services-row-wrapper ul#proservices-list li a:hover {
          filter: alpha(opactiy=40);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
          -moz-opacity: 0.4;
          -khtml-opacity: 0.4;
          opacity: 0.4;
          color: #000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033756}}
      #pro-services-row-wrapper ul#proservices-list li .custom-icon {
        position: absolute;
        top: 0;
        left: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033765}}
.region-sidebar-second .node-careers-posting .field-name-field-feature-image {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033769}}
#title-background-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  filter: alpha(opactiy=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033780}}
#block-addthis-addthis-block h2.block-title,
.addthis_toolbox .custom_images h2.block-title {
  float: left;
  margin-right: 5px;
  font-size: 1em;
  padding: 10px 0 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033790}}
.addthis_toolbox .custom_images {
  /*
  a {
  		width: 32px;
  		height: 32px;
  		display: inline-block;
  		text-indexnt: -2000px;
  		margin-right: 5px;
  		overflow: hidden;
  		background: url(http://ct1.addthis.com/static/r07/widget016_32x32_top.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
  		&.addthis_button_facebook {
  			background-position: 0 -160px !important;
  		}
  		&.addthis_button_twitter {
  			background-position: 0 -704px !important;
  		}
  		&.addthis_button_linkedin {
  			background-position: 0 -256px !important;
  		}
  		&.addthis_button_google {
  			background-position: 0 -320px !important;
  		}
  		
  	}
  	a.at16nc {
  		 background: url("http://ct1.addthis.com/static/r07/widget016_32x32_top.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
      display: none!important;
      height: 32px;
      line-height: 32px !important;
      overflow: hidden;
      width: 32px;
  	}
  */ }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033826}}
.field-name-body img.align-right,
.field-name-body img.right {
  float: right;
  margin: 0 0 20px 15px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033831}}
.field-name-body img.align-left,
.field-name-body img.left {
  float: right;
  margin: 0 15px 20px 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033839}}
.node-content .field-name-field-video,
.ds-1col .field-name-field-video {
  margin-bottom: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033846}}
.node-full .field-name-field-page-intro,
.node-default .field-name-field-page-intro {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033850}}
#edit-submitted-resume {
  background: #e1e3e4;
  padding: 5px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033854}}
#main-content-header .more-link {
  font-size: 14px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033860}}
.field-name-body .media-element-container {
  margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033862}}
  .field-name-body .media-element-container .field-name-field-file-image-title-text {
    font-size: .85em;
    font-style: italic;
    color: #999; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033869}}
img#cert-logos {
  position: absolute;
  top: 0;
  width: 300px;
  position: relative;
  margin-left: 10px;
  right: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033877}}
.field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033882}}
.field-name-field-award-name {
  font-weight: bold; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033889}}
#block-views-awards-block-4 .view-awards .responsive-cf {
  display: none !important; }
@media only screen and (min-width: 540px) and (max-width: 1023px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033892}}
  #block-views-awards-block-4 .view-awards .views-row {
    width: 50%;
    float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033897}}
    #block-views-awards-block-4 .view-awards .views-row:nth-child(2n+1) {
      clear: left; } }
@media only screen and (min-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033892}}
  #block-views-awards-block-4 .view-awards .views-row {
    width: 33.334%;
    float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/G-DRIVE\/Sites\/huntercivil\.co\.nz\/public_html\/sites\/all\/themes\/huntercivil\/sass\/global\.styles\.scss}line{font-family:\000033905}}
    #block-views-awards-block-4 .view-awards .views-row:nth-child(3n+1) {
      clear: left; } }

/*# sourceMappingURL=global.styles.css.map */
