/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 January 2018 21:23:50
*/


@charset "UTF-8";
/***
*   Public Trust Styles
***/
/***
*   Core
***/
/* Slider */
@import url("//fonts.googleapis.com/css?family=Raleway:300,400,500,700,900");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800");
@import url("//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/***
*   Settings - Color
***/
/***
*   Settings - Defaults
***/
/***
*   Settings - Responsive
***/
/***
*   Tools - Functions
***/
/***
*   Tools - Mixins
***/
/***
*   Tools - Responsive
***/
/***
*   Generic - Normalize
***/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

a:hover {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

td,
th {
  padding: 0;
}

/***
*   Generic - Box-sizing
***/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/***
*   Generic - Reset
***/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

/***
*   Base - Page
***/
html {
  min-width: 320px;
  min-height: 100%;
  background-color: #FFFFFF;
  color: #424242;
  font-size: 1em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/***
*   Base - Images
***/
img {
  display: block;
  max-width: 100%;
  font-style: italic;
}

.gm-style img,
img[width],
img[height] {
  max-width: none;
}

.img-round {
  border-radius: 50%;
}

/***
*   Base - Typography
***/
h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #5e5e5e;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

hr { 
  margin-top: 1.5em;
  margin-bottom: 1.5em;
} 

/***
*   Base - Colors
***/
.bgc-black {
  background-color: #000000 !important;
}

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important;
}

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.26) !important;
}

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.tc-black {
  color: #000000 !important;
}

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important;
}

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important;
}

.tc-black-3 {
  color: rgba(0, 0, 0, 0.26) !important;
}

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important;
}

.bgc-white {
  background-color: #FFFFFF !important;
}

.bgc-white-1 {
  background-color: #FFFFFF !important;
}

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.white {
  color: #FFFFFF !important;
}

.bgc-grey-50 {
  background-color: #FAFAFA !important;
}

.bgc-grey-100 {
  background-color: #F5F5F5 !important;
}

.bgc-grey-200 {
  background-color: #EEEEEE !important;
}

.bgc-grey-300 {
  background-color: #E0E0E0 !important;
}

.bgc-grey-400 {
  background-color: #BDBDBD !important;
}

.bgc-grey-500 {
  background-color: #9E9E9E !important;
}

.bgc-grey-600 {
  background-color: #757575 !important;
}

.bgc-grey-700 {
  background-color: #616161 !important;
}

.bgc-grey-800 {
  background-color: #424242 !important;
}

.bgc-grey-900 {
  background-color: #212121 !important;
}

.tc-grey-50 {
  color: #FAFAFA !important;
}

.tc-grey-100 {
  color: #F5F5F5 !important;
}

.tc-grey-200 {
  color: #EEEEEE !important;
}

.tc-grey-300 {
  color: #E0E0E0 !important;
}

.tc-grey-400 {
  color: #BDBDBD !important;
}

.tc-grey-500 {
  color: #9E9E9E !important;
}

.tc-grey-600 {
  color: #757575 !important;
}

.tc-grey-700 {
  color: #616161 !important;
}

.tc-grey-800 {
  color: #424242 !important;
}

.tc-grey-900 {
  color: #212121 !important;
}

.pt-red {
  color: #dd291e;
}

.pt-gray {
  color: #5e5e5e;
}

.pt-cement {
  color: #8e8e8e;
}

.pt-gravel {
  color: #999999;
}

.pt-lightergray {
  color: #f3f3f3;
}

.pt-lightgray {
  color: #efefef;
}

.pt-dimgray {
  color: #f9f9f9;
}

.pt-darkgray {
  color: #323232;
}

.pt-darkergray {
  color: #595959;
}

.pt-mustard {
  color: #cf9c01;
}

.pt-maroon {
  color: #993324;
}

.pt-orange {
  color: #e77721;
}

.pt-purple {
  color: #970175;
}

.pt-pink {
  color: #970076;
}

.pt-bg-red {
  background-color: #dd291e;
}

.pt-bg-gray {
  background-color: #5e5e5e;
}

.pt-bg-cement {
  background-color: #8e8e8e;
}

.pt-bg-gravel {
  background-color: #999999;
}

.pt-bg-lightergray {
  background-color: #f3f3f3;
}

.pt-bg-lightgray {
  background-color: #efefef;
}

.pt-bg-dimgray {
  background-color: #f9f9f9;
}

.pt-bg-darkgray {
  background-color: #323232;
}

.pt-bg-darkergray {
  background-color: #595959;
}

.pt-bg-mustard {
  background-color: #cf9c01;
}

.pt-bg-maroon {
  background-color: #993324;
}

.pt-bg-orange {
  background-color: #e77721;
}

.pt-bg-purple {
  background-color: #970175;
}

.pt-bg-pink {
  background-color: #970076;
}

.bgc-red {
  background-color: #dd291e !important;
}

.tc-red {
  color: #dd291e !important;
}

/***
*   Trumps - Helpers
***/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 74em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 1024px) {
  .container {
    padding: 0 1%;
  }
}

.clear {
  clear: both;
}

.vertical--top {
  vertical-align: top;
}

.vertical--middle {
  vertical-align: middle;
}

.vertical--bottom {
  vertical-align: bottom;
}

.display--block {
  display: block;
}

.display--inline {
  display: inline;
}

.display--inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.float--right {
  float: right !important;
}

.float--left {
  float: left  !important;
}

.float--none {
  float: none  !important;
}

.text--left {
  text-align: left   !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right  !important;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.clickable {
  cursor: pointer;
}

.border-right {
  border-right: 1px solid grey !important;
}

.border-left {
  border-left: 1px solid grey !important;
}

.border-top {
  border-top: 1px solid grey !important;
}

.border-bottom {
  border-bottom: 1px solid grey !important;
}

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

@media screen and (max-width: 1023px) {
  .hidden-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

/***
*   Objects - Bare List
***/
.bare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***
*   Components
***/
/***
*   Component - Content 
***/
@media screen and (max-width: 767px) {
  .container {
    padding: 0 4%;
  }
}

.main-content {
  overflow: auto;
}

.pt-team-member {
  margin: 40px 0;
}

table {
  width: 100%;
}

table td {
  padding: 20px;
  vertical-align: top;
  border: 1px solid grey;
}

table th {
  border: 1px solid grey;
}

table th img {
  display: inline-block;
}

table.no-borders td {
  border: none;
}

table.no-borders th {
  border: none;
}

#content {
  margin-bottom: 100px;
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}

#content h1 {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #content h1 {
    margin: 0;
  }
}

body.home #content {
  margin-bottom: 0;
}

.content {
  margin-bottom: 30px;
}

.content.full-width {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.content.has-leftsidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 78.33333%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
}

.content.has-leftsidebar.has-rightsidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56.66667%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
}

.content.has-rightsidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 78.33333%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 1023px) {
  .content {
    margin-bottom: 40px;
  }
  .content.has-leftsidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 78.33333%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
  .content.has-rightsidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 78.33333%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin: 40px 0;
  }
  .content.has-leftsidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .content.has-rightsidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .content.has-leftsidebar.has-rightsidebar {
      width: 100%;
  }
}

h1 {
  margin: 5px 0 10px;
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2 {
  margin: 5px 0 10px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h3 {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-weight: 300;
}

h4 {
  font-weight: 300;
}

p {
  font-size: 16px;
  font-size: 1rem;
  margin: 5px 0 10px;
}

a {
  color: #dd291e;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-left: 20px;
}

ul li, ol li {
  font-size: 16px;
  font-size: 1rem;
}

#contact-centre-select-wrapper select {
  float: left;
  margin: 5px 15px 5px 0;
}

#contact-centre-select-wrapper input {
  float: left;
}

#contact-centre-select-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.form-error-text {
  color: red;
}

form fieldset {
  border: 0;
  margin-top: 20px;
}

form fieldset legend {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

form fieldset label {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
}

form fieldset select {
  display: block;
  height: 48px;
  outline: 0;
  border: 1px solid #efefef;
  width: 100%;
  margin-top: 4px;
  background: url("https://www.publictrust.co.nz/__data/assets/image/0020/106328/select-dropdown.png") #f9f9f9;
  background-position: 100% 0px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 10px 48px 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #595959;
}

form fieldset select::-ms-expand {
  display: none;
}

form fieldset input {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  background-color: #f9f9f9;
  margin-top: 4px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  display: block;
  border: 1px solid #efefef;
  padding: 10px;
  height: 48px;
  color: #595959;
}

form fieldset textarea {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 100%;
  max-height: 600px;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  resize: none;
  color: #595959;
}

form fieldset input[type=radio], form fieldset input[type=checkbox] {
  height: 15px;
  width: 18px;
  display: inline-block;
  color: #595959;
}

form fieldset input[type=radio].fixalign, form fieldset input[type=checkbox].fixalign {
  vertical-align: top;
  margin-top: 18px;
}

form fieldset input[type=radio] + label {
  display: inline-block;
}

form fieldset input[type=checkbox] + label {
  display: inline-block;
}

form fieldset input[type="file"] {
  padding: 15px 10px;
  display: block;
  width: 100%;
  color: #595959;
}

form fieldset input[type="date"] {
  padding: 10px;
  display: block;
  width: 100%;
  color: #595959;
}

form fieldset input[type="text"], form fieldset input[type="email"] {
  font-weight: 700;
  color: #595959;
  padding: 10px;
  display: block;
  width: 100%;
}

form fieldset input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #595959;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #5e5e5e;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #5e5e5e;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  color: #5e5e5e;
}

form :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #5e5e5e;
}

form ul li {
  list-style: none;
}

form ul li label {
  width: 80%;
}

form .sq-form-errors li {
  color: #dd291e;
}

form #form-errors {
  display: none;
}

form .required-marker {
  color: #dd291e;
}

form submit, form button[type=submit], form input[type=submit] {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  background-color: #dd291e;
  -webkit-transition: all, 0.4s ease-in-out;
  -moz-transition: all, 0.4s ease-in-out;
  transition: all, 0.4s ease-in-out;
  width: 100%;
  margin-top: 20px;
}

form submit:hover, form button[type=submit]:hover, form input[type=submit]:hover {
  background-color: #e5483f;
  text-decoration: none;
}

form .child-field {
  display: none;
}

form .child-field.show-fieldset {
  display: block;
}

form button#form_email_93104_submit {
  opacity: 0;
}

.information-listing {
  margin: 60px 0;
}

.information-listing li {
  border-top: 2px solid #dd291e;
  padding: 20px 0;
}

.information-listing li h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.information-more h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.date-time-header label {
  display: inline-block;
  clear: none;
}

.col-3 {
  float: left;
  width: 30.83%;
  margin-right: 2%;
}

.services .column-layout.col--1 > li {
  width: 48.57627%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.services .column-layout.col--1 > li:nth-child(2n+2) {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .services .column-layout.col--1 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .services .column-layout.col--1 > li:nth-child(2n+2) {
    float: left;
    margin-right: 2.5%;
  }
}

.services .column-layout.col--1 > li img {
  width: 100%;
}

.span1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.69492%;
}

.span2 {
  width: 48.57627%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span2:nth-child(2n+2) {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .span2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span2:nth-child(2n+2) {
    float: left;
    margin-right: 2.5%;
  }
}

.span3 {
  width: 31.66102%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span3:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .span3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span3:nth-child(3n+3) {
    float: left;
    margin-right: 2.5%;
  }
}

.span4 {
  width: 23.11864%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span4:nth-child(4n+4) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span4 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span4:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .span4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span4:nth-child(4n+4) {
    float: left;
    margin-right: 2.5%;
  }
}

.span5 {
  width: 18%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span5:nth-child(5n+5) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span5 {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span5:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .span5:nth-child(5n+5) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span5 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span5:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .span5:nth-child(5n+5) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .span5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
}

.span6 {
  width: 14.57627%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span6:nth-child(6n+6) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span6 {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span6:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .span6:nth-child(6n+6) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span6 {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span6:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span6 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span6:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .span6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
}

.span7 {
  width: 12.10169%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span7:nth-child(7n+7) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span7 {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span7:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .span7:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span7 {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span7:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .span7:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span7 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span7:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .span7:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .span7 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span7:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

.span8 {
  width: 10.30508%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span8:nth-child(8n+8) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span8 {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span8:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .span8:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span8 {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span8:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .span8:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span8 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span8:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .span8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span8:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

.span9 {
  width: 8.88136%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span9:nth-child(9n+9) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span9 {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span9:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .span9:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span9 {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span9:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span9 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span9:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .span9:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .span9 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .span9:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

.span10 {
  width: 7.74576%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span10:nth-child(10n+10) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span10 {
    width: 10.30508%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span10:nth-child(8n+8) {
    float: right;
    margin-right: 0;
  }
  .span10:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span10 {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span10:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
  .span10:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span10 {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span10:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
  .span10:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .span10 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span10:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

.span11 {
  width: 6.81525%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span11:nth-child(11n+11) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span11 {
    width: 8.88136%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span11:nth-child(9n+9) {
    float: right;
    margin-right: 0;
  }
  .span11:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span11 {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span11:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
  .span11:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span11 {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span11:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
  .span11:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .span11 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span11:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .span11:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

.span12 {
  width: 6.0339%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.span12:nth-child(12n+12) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .span12 {
    width: 8.88136%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span12:nth-child(9n+9) {
    float: right;
    margin-right: 0;
  }
  .span12:nth-child(12n+12) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .span12 {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span12:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .span12 {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span12:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .span12 {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .span12:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

.column-layout.col--1 > li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.69492%;
}

.column-layout.col--1 > li img {
  width: 100%;
}

.column-layout.col--2 > li {
  width: 48.57627%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--2 > li:nth-child(2n+2) {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .column-layout.col--2 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--2 > li:nth-child(2n+2) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--2 > li img {
  width: 100%;
}

.column-layout.col--3 > li {
  width: 31.66102%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--3 > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .column-layout.col--3 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--3 > li:nth-child(3n+3) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--3 > li img {
  width: 100%;
}

.column-layout.col--4 > li {
  width: 23.11864%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
  margin-bottom: 1.69492%;
}

.column-layout.col--4 > li:nth-child(4n+4) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--4 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--4 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--4 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--4 > li:nth-child(4n+4) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--4 > li img {
  width: 100%;
}

.column-layout.col--5 > li {
  width: 18%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--5 > li:nth-child(5n+5) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--5 > li {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--5 > li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--5 > li:nth-child(5n+5) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--5 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--5 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--5 > li:nth-child(5n+5) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--5 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
}

.column-layout.col--5 > li img {
  width: 100%;
}

.column-layout.col--6 > li {
  width: 14.57627%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--6 > li:nth-child(6n+6) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--6 > li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--6 > li:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--6 > li:nth-child(6n+6) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--6 > li {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--6 > li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--6 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--6 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--6 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
}

.column-layout.col--6 > li img {
  width: 100%;
}

.column-layout.col--7 > li {
  width: 12.10169%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--7 > li:nth-child(7n+7) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--7 > li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--7 > li:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--7 > li:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--7 > li {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--7 > li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--7 > li:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--7 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--7 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--7 > li:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--7 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--7 > li:nth-child(7n+7) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--7 > li img {
  width: 100%;
}

.column-layout.col--8 > li {
  width: 10.30508%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--8 > li:nth-child(8n+8) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--8 > li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--8 > li:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--8 > li:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--8 > li {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--8 > li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--8 > li:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--8 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--8 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--8 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--8 > li:nth-child(8n+8) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--8 > li img {
  width: 100%;
}

.column-layout.col--9 > li {
  width: 8.88136%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--9 > li:nth-child(9n+9) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--9 > li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--9 > li:nth-child(5n+5) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--9 > li:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--9 > li {
    width: 31.66102%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--9 > li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--9 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--9 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--9 > li:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--9 > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--9 > li:nth-child(9n+9) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--9 > li img {
  width: 100%;
}

.column-layout.col--10 > li {
  width: 7.74576%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--10 > li:nth-child(10n+10) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--10 > li {
    width: 10.30508%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--10 > li:nth-child(8n+8) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--10 > li:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--10 > li {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--10 > li:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--10 > li:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--10 > li {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--10 > li:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--10 > li:nth-child(10n+10) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--10 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--10 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

.column-layout.col--10 > li img {
  width: 100%;
}

.column-layout.col--11 > li {
  width: 6.81525%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--11 > li:nth-child(11n+11) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--11 > li {
    width: 8.88136%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--11 > li:nth-child(9n+9) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--11 > li:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--11 > li {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--11 > li:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--11 > li:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--11 > li {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--11 > li:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--11 > li:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--11 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--11 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--11 > li:nth-child(11n+11) {
    float: left;
    margin-right: 2.5%;
  }
}

.column-layout.col--11 > li img {
  width: 100%;
}

.column-layout.col--12 > li {
  width: 6.0339%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.column-layout.col--12 > li:nth-child(12n+12) {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .column-layout.col--12 > li {
    width: 8.88136%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--12 > li:nth-child(9n+9) {
    float: right;
    margin-right: 0;
  }
  .column-layout.col--12 > li:nth-child(12n+12) {
    float: left;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-layout.col--12 > li {
    width: 14.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--12 > li:nth-child(6n+6) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
  .column-layout.col--12 > li {
    width: 23.11864%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--12 > li:nth-child(4n+4) {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .column-layout.col--12 > li {
    width: 48.57627%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 1.69492%;
  }
  .column-layout.col--12 > li:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}

.column-layout.col--12 > li img {
  width: 100%;
}

.img-borders li:nth-child(5n+1) img, .img-borders div:nth-child(5n+1) img {
  border-bottom: 2px solid #dd291e;
}

.img-borders li:nth-child(5n+2) img, .img-borders div:nth-child(5n+2) img {
  border-bottom: 2px solid #cf9c01;
}

.img-borders li:nth-child(5n+3) img, .img-borders div:nth-child(5n+3) img {
  border-bottom: 2px solid #993324;
}

.img-borders li:nth-child(5n+4) img, .img-borders div:nth-child(5n+4) img {
  border-bottom: 2px solid #e77721;
}

.img-borders li:nth-child(5n+5) img, .img-borders div:nth-child(5n+5) img {
  border-bottom: 2px solid #970175;
}

ul.bullet-list {
  list-style: disc;
}

ul.bullet-list li {
  list-style: disc !important;
}

.radiogroup {
  margin: 10px 0;
}

.radiogroup .household-income {
  margin-bottom: 10px;
}

.situations {
  margin-top: 10px;
}

.button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  float: left;
  clear: left;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  background-color: #dd291e;
  -webkit-transition: all, 0.4s ease-in-out;
  -moz-transition: all, 0.4s ease-in-out;
  transition: all, 0.4s ease-in-out;
}

.form-step {
  background-color: transparent !important;
}

.wills-form .date-field select {
  width: 31.66102%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.69492%;
}

.wills-form .date-field select:last-of-type {
  float: right;
  margin-right: 0;
}

.wills-form .radio-button input {
  margin-right: 15px;
}

.wills-form .radio-button .radio-option {
  margin-bottom: 20px;
}

.wills-form .radio-button .radio-option label {
  display: inline;
}

.wills-form table th {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px;
}

.wills-form table td {
  line-height: 60px;
  padding: 0 10px;
}

.wills-form table td input {
  float: right;
  width: 80%;
}

.wills-form table label {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
}

.simple-will-calculator fieldset label {
  width: 90%;
}

.simple-will-calculator fieldset input {
  float: left;
  margin: 18px 10px 18px 0;
  clear: both;
}

.simple-will-calculator iframe {
  width: 100%;
}

.simple-will-calculator .btn {
  clear: none;
  margin: 15px 15px 0 0;
}

.simple-wills-form .date-field label {
  width: 0;
  height: 0;
  margin: 0;
  clear: none;
  visibility: hidden;
}

.simple-wills-form input[type="checkbox"] {
  margin-right: 15px;
}

.simple-wills-form input[type="radio"] {
  margin-right: 15px;
}

.simple-wills-form .radio-option input {
  float: left;
  margin: 17px 15px 0 0;
}

.simple-wills-form .radio-option label {
  width: 90%;
}

.error {
  color: red;
}

.form-controls {
  text-align: center;
  overflow: auto;
}

.form-controls .button {
  float: none;
}

.form-controls .back-button {
  float: left;
  clear: none;
  margin-top: 10px;
}

.form-controls .next-button {
  float: right;
  clear: none;
  margin-top: 10px;
}

.slider-nav {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0007/106675/progress-bar.gif") no-repeat 0 0;
  height: 79px;
  margin: 0 auto 10px;
  text-align: center;
  width: 575px;
}

.slider-nav div {
  width: 48px;
  float: left;
  margin: 0 73px 0 0;
  padding-top: 48px;
  color: #666;
  text-decoration: none;
}

.slider-nav div.slide-4 {
  margin: 0;
}

.slider-nav div.next-steps {
  margin: 0 0 0 50px;
  width: 94px;
}

.slide-1 .slide-1.activeSlide {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0008/106676/progress-bar-selected.gif") no-repeat 3px 3px;
  text-decoration: underline;
}

.slide-2 .slide-2.activeSlide {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0008/106676/progress-bar-selected.gif") no-repeat 4px 3px;
  text-decoration: underline;
}

.slide-3 .slide-3.activeSlide {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0008/106676/progress-bar-selected.gif") no-repeat 4px 3px;
  text-decoration: underline;
}

.slide-4 .slide-4.activeSlide {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0008/106676/progress-bar-selected.gif") no-repeat 5px 3px;
  text-decoration: underline;
}

.slider-nav .next-steps.activeSlide {
  background: url("https://www.publictrust.co.nz/__data/assets/image/0008/106676/progress-bar-selected.gif") no-repeat 28px 3px;
  text-decoration: underline;
}

.cycle-page-link {
  padding-left: 20px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/***
*   Component - Global Header
***/
header .global-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: right;
  margin-right: 0;
  position: relative;
}

/***
*   Component - Utility Nav
***/
#utility-links {
  width: 13.55932%;
  float: left;
  margin-right: 1.69492%;
  padding-left: 40px;
}

#utility-links .skip-to-home a {
  display: inline-block;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #utility-links .skip-to-home {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  #utility-links {
    width: 11.86441%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 0;
  }
}

/***
*   Component - Primary Nav
***/
@media screen and (max-width: 1023px) {
  #primary-nav {
    width: 61.01695%;
    float: left;
    margin-right: 1.69492%;
  }
  #primary-nav a {
    padding-right: 12px !important;
  }
}

@media screen and (min-width: 1024px) {
  #primary-nav {
    width: 58.47458%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media screen and (min-width: 768px) {
  #primary-nav li {
    display: inline-block;
  }
  #primary-nav li button {
    display: none;
  }
  #primary-nav li a {
    font-weight: 400;
    padding: 40px 20px 40px 0;
    display: inline-block;
    text-decoration: none;
    color: #5e5e5e;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto Slab", serif;
    -webkit-transition: color, 0.4s ease-in-out;
    -moz-transition: color, 0.4s ease-in-out;
    transition: color, 0.4s ease-in-out;
  }
  #primary-nav li a:hover {
    color: #dd291e;
  }
  #primary-nav li a:hover span {
    color: #b02118;
  }
  #primary-nav li a span {
    -webkit-transition: color, 0.4s ease-in-out;
    -moz-transition: color, 0.4s ease-in-out;
    transition: color, 0.4s ease-in-out;
    margin-left: 4px;
    font-weight: 700;
    color: #dd291e;
  }
  #primary-nav li ul {
    z-index: 1001;
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    padding: 40px;
    background: #FFFFFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #efefef;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #primary-nav li ul {
    top: 100px;
  }
}

@media screen and (min-width: 768px) {
  #primary-nav li ul li {
    width: 21.05263%;
    float: left;
    margin-bottom: 5px;
  }
  #primary-nav li ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #primary-nav li ul li:nth-child(4n + 2) {
    margin-left: 26.31579%;
    margin-right: -100%;
    clear: none;
  }
  #primary-nav li ul li:nth-child(4n + 3) {
    margin-left: 52.63158%;
    margin-right: -100%;
    clear: none;
  }
  #primary-nav li ul li:nth-child(4n + 4) {
    margin-left: 78.94737%;
    margin-right: -100%;
    clear: none;
  }
  #primary-nav li ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
  }
  #primary-nav li.hover > a {
    color: #dd291e;
  }
  #primary-nav li.hover > ul {
    display: block;
  }
  #primary-nav li.current > a {
    color: #dd291e;
  }
  #primary-nav > li:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #primary-nav > li:last-of-type {
    position: absolute;
    top: 4px;
    right: 12px;
  }
  #primary-nav > li:last-of-type > a {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  #primary-nav > li:last-of-type.hover > a:after {
    content: none;
  }
  #primary-nav > li.hover > a, #primary-nav > li.current > a {
    position: relative;
  }
  #primary-nav > li.hover > a:after, #primary-nav > li.current > a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 12px;
    content: url("/__data/assets/image/0012/106104/leaf-icon.png");
    width: 35px;
    height: 29px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #primary-nav > li {
    margin-right: 34px;
  }
  #primary-nav > li > a {
    padding: 0 14px;
    color: #FFFFFF;
  }
  #primary-nav > li > ul > li a {
    color: #FFFFFF;
    padding: 0 14px;
    background-color: #6a6a6a;
  }
  #primary-nav > li > ul > li > ul > li a {
    color: #FFFFFF;
    padding: 0 14px;
    background-color: #797979;
  }
}

/***
*   Component - Global search
***/
#global-search {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  padding: 32px 0 0 40px;
}

@media screen and (max-width: 1023px) {
  #global-search {
    padding: 32px 0 0 30px;
  }
  #global-search button {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 1023px) {
  #global-search {
    padding: 32px 0 25px 0px;
  }
  #global-search input {
    width: 152px !important;
  }
}

#global-search fieldset {
  border: 0;
  margin-top: 0;
}

#global-search input {
  -webkit-transition: all, 0.4s ease-in-out;
  -moz-transition: all, 0.4s ease-in-out;
  transition: all, 0.4s ease-in-out;
  padding: 4px;
  border: 1px solid #efefef;
  outline: 0;
  width: 145px;
  height: 30px;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 0;
  color: #595959;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-weight: 400;
}

#global-search input:focus, #global-search input:hover {
  border-color: #dd291e;
}

#global-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: none;
}

#global-search input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
}

#global-search input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: none;
}

#global-search input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
}

#global-search button {
  outline: 0;
  border: 0;
  background-color: transparent;
  display: inline-block;
  margin-left: 15px;
  width: auto;
  padding: 0;
  margin-top: 0;
}

#global-search button:hover i {
  color: #dd291e;
}

#global-search i {
  -webkit-transition: color, 0.2s ease-in-out;
  -moz-transition: color, 0.2s ease-in-out;
  transition: color, 0.2s ease-in-out;
  color: #5e5e5e;
}

/***
*   Component - Slider styles 
***/
.slider {
  position: relative;
  background-color: #FFFFFF;
}

.slider .slick-next, .slider .slick-prev {
  -webkit-transition: background-color, 0.4s ease-in-out;
  -moz-transition: background-color, 0.4s ease-in-out;
  transition: background-color, 0.4s ease-in-out;
  z-index: 10;
  background: #535353;
  /* The Fallback */
  background: rgba(83, 83, 83, 0.5);
  width: 60px;
  height: 60px;
}

.slider .slick-next:before, .slider .slick-prev:before {
  font-size: 22px;
  font-size: 1.375rem;
}

.slider .slick-next:hover, .slider .slick-prev:hover {
  background: #535353;
  /* The Fallback */
  background: rgba(83, 83, 83, 0.8);
}

@media screen and (max-width: 767px) {
  .slider .slick-next, .slider .slick-prev {
    width: 40px;
    height: 40px;
  }
}

.slider .slick-prev {
  left: 0;
}

.slider .slick-prev:before {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background-color: transparent;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .slider .slick-prev:before {
    width: 10px;
    height: 10px;
  }
}

.slider .slick-next {
  right: 0;
}

.slider .slick-next:before {
  display: inline-block;
  margin-right: 5px;
  content: "";
  background-color: transparent;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .slider .slick-next:before {
    width: 10px;
    height: 10px;
  }
}

.slider .slick-dots {
  bottom: 110px;
}

@media screen and (min-width: 1024px) {
  .slider .slick-dots {
    bottom: 12px;
  }
}

.slider .slick-dots li button:before {
  font-size: 55px;
  opacity: 1 !important;
  color: #595959;
}

.slider .slick-dots li.slick-active button:before {
  font-size: 60px;
  color: #FFFFFF;
}

.home .slider .homepage__slider--bg {
  position: relative;
  min-height: 360px;
  padding: 60px 140px;
  background-position: -270px !important;
}

@media screen and (max-width: 767px) {
  .home .slider .homepage__slider--bg {
    padding: 60px 90px;
  }
}

@media screen and (min-width: 1024px) {
  .home .slider .homepage__slider--bg {
    background-position: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .home .slider .slick-slide {
    position: relative;
  }
}

.home .slider .homepage__slider--content {
  position: relative;
  background: #dd291e;
  /* The Fallback */
  background: rgba(221, 41, 30, 0.92);
  color: #FFFFFF;
  float: right;
  padding: 15px 30px;
  width: 100%;
  text-align: left;
  max-height: 105px;
}

@media screen and (min-width: 1024px) {
  .home .slider .homepage__slider--content {
    position: absolute;
    min-height: 240px;
    max-width: 436px;
    padding: 40px 30px;
    width: auto;
    text-align: center;
    bottom: 59px;
    right: 140px;
  }
}

.home .slider .homepage__slider--content h2 {
  color: #FFFFFF;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .home .slider .homepage__slider--content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .home .slider .homepage__slider--content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.home .slider .homepage__slider--content p {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .home .slider .homepage__slider--content p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .home .slider .homepage__slider--content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .home .slider .homepage__slider--content:before {
    position: absolute;
    top: -29px;
    content: '';
    left: 200px;
    width: 36px;
    height: 34px;
    background: url("/__data/assets/image/0014/106115/leaf-icon.png");
  }
}

/***
*   Component - Services
***/
.services {
  padding: 40px 0;
}

@media screen and (max-width: 1023px) {
  .services {
    padding: 0;
  }
}

.services h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 85px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .services h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

.services ul li img {
  margin-bottom: 20px;
}

.services ul li h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 25px 0 15px;
  color: #5e5e5e;
}

.services ul li p {
  font-size: 16px;
  font-size: 1rem;
  color: #5e5e5e;
}

.services ul li a {
  margin-top: 15px;
  display: inline-block;
  color: #dd291e;
  cursor: pointer;
  padding-bottom: 2px;
  line-height: 0.8;
}

.services ul li a:hover {
  border-bottom: 2px solid #dd291e;
  text-decoration: none;
}

/***
*   Component - Location map
***/
.locations-map {
  margin-top: 65px;
  background-color: #dd291e;
}

@media screen and (max-width: 767px) {
  .locations-map .container {
    padding: 0px;
  }
}

.locations-map h2 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .locations-map h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .locations-map h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 200;
  }
}

.locations-map p {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.locations-map a {
  color: #FFFFFF;
}

.locations-map ul {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 40px 35px;
}

@media screen and (max-width: 767px) {
  .locations-map ul {
    padding: 0px;
  }
}

.locations-map ul li:first-of-type {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  padding: 90px 0;
}

@media screen and (max-width: 1023px) {
  .locations-map ul li:first-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .locations-map ul li:first-of-type {
    margin-bottom: 0;
    padding: 20px 0;
    padding: 20px 4%;
  }
}

.locations-map ul li:last-of-type {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .locations-map ul li:last-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.locations-map #locations-map {
  min-height: 455px;
}

@media screen and (max-width: 767px) {
  .locations-map #locations-map {
    display: none;
  }
}

.locations-map #locations-map-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 4%;
  background-color: #6a6a6a;
}

@media screen and (min-width: 768px) {
  .locations-map #locations-map-list {
    display: none;
  }
}

.locations-map #locations-map-list ul li {
  padding: 0;
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
  margin-bottom: 6px;
}

.locations-map #locations-map-list ul li:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.jvectormap-container {
  min-width: 600px;
  min-height: 455px !important;
}

@media screen and (max-width: 1280px) {
  .jvectormap-container {
    min-width: 0;
    width: 100%;
    min-height: 400px !important;
  }
  .jvectormap-container svg {
    margin-left: 30px;
    overflow: visible;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .jvectormap-container svg {
    margin-top: 0;
  }
}

/***
*   Component - Global footer
***/
footer {
  background-color: #323232;
  padding: 70px 0 80px;
  opacity: 1;
  -webkit-transition: opacity, 0.2s ease-in-out;
  -moz-transition: opacity, 0.2s ease-in-out;
  transition: opacity, 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
}

footer h4 {
  color: #fff;
}

footer .footer-logo {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  footer .footer-logo img {
    margin: 0 auto;
  }
}

footer .footer-utility {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  footer .footer-utility {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

footer .footer-utility__nav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

footer .footer-utility__nav > ul > li {
  width: 21.05263%;
  float: left;
  margin-right: 5.26316%;
}

footer .footer-utility__nav > ul > li:last-of-type {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  footer .footer-utility__nav > ul > li {
    width: 44.44444%;
    float: left;
    margin-right: 6%;
    margin-bottom: 40px;
    padding: 0 0 0 60px;
  }
  footer .footer-utility__nav > ul > li:nth-child(2) {
    float: right;
    margin-right: 0;
    padding: 0;
  }
  footer .footer-utility__nav > ul > li:last-of-type {
    float: right;
    margin-right: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-utility__nav > ul > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  footer .footer-utility__nav > ul > li h4 {
    margin: 0;
  }
}

footer .footer-utility__nav > ul > li ul li {
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  footer .footer-utility__nav > ul > li ul li:nth-child(1n+2) {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

footer .footer-utility__nav h4 {
  margin-bottom: 16px;
}

footer .footer-utility__nav h4 a {
  color: #8e8e8e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

footer .footer-utility__nav a {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}

footer .footer-utility__nav a:hover {
  text-decoration: underline;
}

footer .footer-utility__social-copy {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  footer .footer-utility__social-copy {
    margin-top: 20px;
  }
}

footer .footer-utility__social-copy p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}

footer .footer-utility__social-copy h4 {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

footer .footer-utility__social-copy li {
  width: 72.0339%;
  float: left;
  margin-right: 1.69492%;
  float: right;
}

@media screen and (max-width: 1023px) {
  footer .footer-utility__social-copy li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    position: relative;
    padding: 0 0 0 60px;
  }
  footer .footer-utility__social-copy li:first-of-type p {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-utility__social-copy li {
    padding: 0;
  }
}

footer .footer-utility__social-copy li:first-of-type p {
  max-width: 67%;
}

footer .footer-utility__social-copy li:last-of-type {
  width: 24.57627%;
  float: left;
  margin-right: 1.69492%;
  float: left;
}

footer .footer-utility__social-copy li:last-of-type h4 {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  footer .footer-utility__social-copy li:last-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  footer .footer-utility__social-copy li:last-of-type h4 {
    display: block;
  }
}

footer .footer-utility__social-copy li:last-of-type a {
  display: inline-block;
  margin-bottom: -12px;
  margin-left: 8px;
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 1023px) {
  footer .footer-utility__social-copy li:last-of-type a {
    margin-left: 0;
    margin-top: 8px;
  }
  footer .footer-utility__social-copy li:last-of-type a:last-of-type {
    margin-left: 8px;
  }
}

footer .footer-utility__social-copy li:last-of-type a.footer-utility__social-copy--fb {
  background: url(/__data/assets/image/0011/106112/fb-icon.png);
}

footer .footer-utility__social-copy li:last-of-type a.footer-utility__social-copy--fb:hover {
  background: url(/__data/assets/image/0010/106111/fb-icon-hover.png);
}

footer .footer-utility__social-copy li:last-of-type a.footer-utility__social-copy--in {
  background: url(/__data/assets/image/0013/106114/in-icon.png);
}

footer .footer-utility__social-copy li:last-of-type a.footer-utility__social-copy--in:hover {
  background: url(/__data/assets/image/0012/106113/in-icon-hover.png);
}

/***
*   Component - Hero Banners
***/
.hero-banner {
  margin-bottom: 30px;
}

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

/***
*   Component - Right sidebar Elements
***/
.right-sidebar {
  width: 21.18644%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .right-sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 78.33333%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .right-sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}

.right-sidebar__box {
  background-color: #5e5e5e;
  margin-bottom: 30px;
  padding: 20px 30px 30px;
}

.right-sidebar__box h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  color: #FFFFFF;
}

.right-sidebar__box p {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.right-sidebar__box a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}

.right-sidebar__box ul,
.right-sidebar__box ol {
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .right-sidebar__box:first-of-type {
    margin-top: 40px;
  }
}

/***
*   Component - Buttons
***/
.btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  background-color: #dd291e;
  -webkit-transition: all, 0.4s ease-in-out;
  -moz-transition: all, 0.4s ease-in-out;
  transition: all, 0.4s ease-in-out;
}

.btn:hover {
  background-color: #e5483f;
  text-decoration: none;
}

.btn.btn--pdf {
  padding: 0;
}

.btn.btn--pdf span {
  padding: 14px 30px;
  display: inline-block;
}

.btn.btn--pdf span:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn.btn--pdf span:last-of-type {
  display: inline-block;
  padding: 8px 17px 15px;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #5e5e5e;
}

.btn.btn--pdf img {
  display: inline-block;
  margin-bottom: -12px;
  width: 21px;
  height: 33px;
}

.btn.btn--full {
  display: block;
  width: 100% !important;
}

.btn.btn--darkgray {
  background-color: #323232;
}

.btn.btn--darkgray:hover {
  background-color: #464646;
}

.btn.btn--gray {
  background-color: #5e5e5e;
}

.btn.btn--gray:hover {
  background-color: #727272;
}

.btn.btn--lightgray {
  background-color: #efefef;
  color: #5e5e5e;
}

.btn.btn--lightgray:hover {
  background-color: white;
}

.btn.btn--cement {
  background-color: #8e8e8e;
}

.btn.btn--cement:hover {
  background-color: #a2a2a2;
}

.btn.btn--mustard {
  background-color: #cf9c01;
}

.btn.btn--mustard:hover {
  background-color: #f8bb01;
}

.btn.btn--maroon {
  background-color: #993324;
}

.btn.btn--maroon:hover {
  background-color: #ba3e2c;
}

.btn.btn--orange {
  background-color: #e77721;
}

.btn.btn--orange:hover {
  background-color: #eb8e46;
}

.btn.btn--purple {
  background-color: #970175;
}

.btn.btn--purple:hover {
  background-color: #c00194;
}

/***
*   Component - Secondary Nav
***/
.secondary-nav {
  width: 19.49153%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 2px solid #dd291e;
}

@media screen and (max-width: 767px) {
  .secondary-nav {
    display: none;
  }
}

.secondary-nav ul {
  background-color: #FFFFFF;
  padding-left: 20px;
}

.secondary-nav ul li {
  position: relative;
}

.secondary-nav ul li a {
  display: inline-block;
  padding: 5px 0px;
  color: #dd291e;
  text-decoration: none;
  font-weight: 700;
}

.secondary-nav ul li.has-child a {
  padding: 5px 0;
  max-width: 100%;
}

.secondary-nav ul li.has-child button {
  position: absolute;
  top: 0;
  left: -20px;
  float: left;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

.secondary-nav ul li.has-child button:before {
  -webkit-transition: rotate, 0.1s ease-in-out;
  -moz-transition: rotate, 0.1s ease-in-out;
  transition: rotate, 0.1s ease-in-out;
  display: inline-block;
  margin-left: 0px;
  content: "";
  background-color: transparent;
  border-left: 2px solid #dd291e;
  border-bottom: 2px solid #dd291e;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 2px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
}

.secondary-nav ul li.expanded > button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

.secondary-nav ul li.expanded > button:before {
  -webkit-transition: rotate, 0.1s ease-in-out;
  -moz-transition: rotate, 0.1s ease-in-out;
  transition: rotate, 0.1s ease-in-out;
  display: inline-block;
  margin-left: 0px;
  content: "";
  background-color: transparent;
  border-left: 2px solid #dd291e;
  border-bottom: 2px solid #dd291e;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.secondary-nav ul li ul {
  padding: 0 0 0 20px;
  display: none;
}

.secondary-nav ul li.expanded > ul, .secondary-nav ul li.is-active > ul, .secondary-nav ul li.is-parent > ul {
  display: block;
}

.secondary-nav ul li.expanded > ul li a, .secondary-nav ul li.is-active > ul li a, .secondary-nav ul li.is-parent > ul li a {
  display: inline-block;
  color: #323232;
  padding: 5px 10px;
}

.secondary-nav ul li.expanded > ul li.is-active, .secondary-nav ul li.is-active > ul li.is-active, .secondary-nav ul li.is-parent > ul li.is-active {
  background-color: #efefef;
}

.secondary-nav ul li.expanded > ul li > ul li a, .secondary-nav ul li.is-active > ul li > ul li a, .secondary-nav ul li.is-parent > ul li > ul li a {
  padding: 5px 10px;
}

.secondary-nav ul li.collapsed > ul {
  display: none;
}

/*



    > ul {
        > li {

            > a {
                display: inline-block;
                padding: 5px 20px;
                color: $pt-red;
                text-decoration: none;
                font-weight: $bold;
            }

            &.has-child {
                > a {
                    padding: 5px 0;
                    max-width: 80%;
                }

                button {
                    float: left;
                    background-color: transparent;
                    border: 0;
                    outline: 0;
                    padding: 0;
                    &:before {
                        @include transition(rotate, 0.1s ease-in-out);
                        display: inline-block;
                        margin-left: 0px;
                        content: "";
                        background-color: transparent;
                        border-left: 2px solid $pt-red;
                        border-bottom: 2px solid $pt-red;
                        width: 8px;
                        height: 8px;
                        margin-top: 6px;
                        margin-right: 10px;
                        margin-left: 2px;
                        -webkit-transform: rotate(-135deg);
                        -moz-transform: rotate(-135deg);
                        -ms-transform: rotate(-135deg);
                        -o-transform: rotate(-135deg);
                        transform: rotate(-135deg);
                        vertical-align: middle;
                    }
                }


                > ul {
                    padding: 0 0 0 20px;
                    display: none;

                    > li {
                        a {
                            padding: 6px 14px;
                            display: inline-block;
                            color: $pt-darkgray;
                            width: 100%;
                        }
                        &.has-child {
                            > a {
                                padding: 5px 0;
                                max-width: 80%;
                            }
                            > ul {
                                padding: 0 0 0 20px;
                                display: none;
                            }
                        }
                        &.active {
                            background-color: $pt-lightergray;
                        }
                        &.expanded {
                            > ul {
                                display: block;
                            }

                        }
                    }
                }

                &.expanded, &.is-active {
                    > ul {
                        display: block;

                        > li {
                            a {
                                padding: 6px 14px;
                                display: inline-block;
                                color: $pt-darkgray;
                                width: 100%;
                            }

                            &.is-active {
                                background-color: $pt-lightgray;
                            }
                        }
                    }

                    button {
                        background-color: transparent;
                        border: 0;
                        outline: 0;
                        padding: 0;


                        &:before {
                            @include transition(rotate, 0.1s ease-in-out);
                            display: inline-block;
                            margin-left: 0px;
                            content: "";
                            background-color: transparent;
                            border-left: 2px solid $pt-red;
                            border-bottom: 2px solid $pt-red;
                            width: 8px;
                            height: 8px;
                            margin-top: 6px;
                            margin-right: 10px;
                            margin-left: 2px;
                            -webkit-transform: rotate(-45deg);
                            -moz-transform: rotate(-45deg);
                            -ms-transform: rotate(-45deg);
                            -o-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                            vertical-align: middle;
                        }
                    }
                }
            }
        }
    }
} */
/***
*   Component - Mobile menu
***/
@media screen and (max-width: 767px) {
  body {
    overflow-y: scroll;
  }
  #utility-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 92px;
  }
  #utility-links li {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
    height: 93px;
  }
  #utility-links li:nth-child(3) {
    float: right;
    margin-right: 0;
  }
  #utility-links .skip-to-menu a {
    -webkit-transition: background-image, 0.1s ease-in-out;
    -moz-transition: background-image, 0.1s ease-in-out;
    transition: background-image, 0.1s ease-in-out;
    display: block;
    width: 34px;
    height: 24px;
    background-image: url("/__data/assets/image/0017/106109/menu-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 32px 0 0 15px;
  }
  body.mobile-menu-active #utility-links .skip-to-menu a {
    background-image: url("/__data/assets/image/0016/106108/menu-icon-close.png");
    background-position: 5px 0px;
  }
  #utility-links .skip-to-search a {
    float: right;
    -webkit-transition: background-image, 0.1s ease-in-out;
    -moz-transition: background-image, 0.1s ease-in-out;
    transition: background-image, 0.1s ease-in-out;
    display: block;
    width: 34px;
    height: 24px;
    background-image: url("/__data/assets/image/0009/106110/search-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 36px 10px 0 10px;
    background-position: 4px 0px;
  }
  body.mobile-search-active #utility-links .skip-to-search a {
    background-image: url("/__data/assets/image/0016/106108/menu-icon-close.png");
    background-position: 5px 0px;
  }
  .global-header nav {
    width: 380px;
    position: absolute;
    top: 92px;
    right: 0;
    bottom: 0;
    left: -420px;
    z-index: 9999;
  }
  body.mobile-menu-active .global-header nav {
    width: 100%;
    left: 0;
  }
  #primary-nav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-color: #5e5e5e;
    margin-top: 57px;
    border-bottom: 2px solid #FFFFFF;
  }
  #primary-nav > li:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  #primary-nav > li:last-of-type a {
    background-color: #dd291e;
    text-align: center;
    padding: 15px 0;
  }
  #primary-nav li {
    padding: 0 !important;
    margin: 0;
    position: relative;
    background-color: #595959;
  }
  #primary-nav li button {
    display: block;
  }
  #primary-nav li a {
    font-size: 1.125rem;
    padding: 15px 40px 15px 20px;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    width: 100%;
  }
  #primary-nav li.has-child button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    height: 56px;
    width: 45px;
    padding-left: 10px;
  }
  #primary-nav li.has-child button:before {
    -webkit-transition: rotate, 0.1s ease-in-out;
    -moz-transition: rotate, 0.1s ease-in-out;
    transition: rotate, 0.1s ease-in-out;
    display: inline-block;
    margin-left: 0px;
    content: "";
    background-color: transparent;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-right: 10px;
    margin-left: 2px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  #primary-nav li.has-child.second-level button {
    height: 42px;
  }
  #primary-nav li.has-child > ul {
    display: none;
  }
  #primary-nav li.has-child > ul > li a {
    padding: 10px 40px 10px 40px;
    display: inline-block;
    color: #323232;
    width: 100%;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  #primary-nav li.has-child > ul > li.active {
    background-color: #efefef;
  }
  #primary-nav li.has-child.expanded > ul, #primary-nav li.has-child.active > ul {
    display: block;
  }
  #primary-nav li.has-child.expanded > ul > li a, #primary-nav li.has-child.active > ul > li a {
    padding: 10px 40px 10px 40px;
    display: inline-block;
    color: #FFFFFF;
    width: 100%;
    font-weight: 500;
    background-color: #6a6a6a;
  }
  #primary-nav li.has-child.expanded > ul > li > ul > li a, #primary-nav li.has-child.active > ul > li > ul > li a {
    padding: 10px 40px 10px 60px;
    background-color: #999999;
  }
  #primary-nav li.has-child.expanded > ul > li.active, #primary-nav li.has-child.active > ul > li.active {
    background-color: #efefef;
  }
  #primary-nav li.has-child.expanded > button, #primary-nav li.has-child.active > button {
    background-color: transparent;
    border: 0;
    outline: 0;
  }
  #primary-nav li.has-child.expanded > button:before, #primary-nav li.has-child.active > button:before {
    -webkit-transition: rotate, 0.1s ease-in-out;
    -moz-transition: rotate, 0.1s ease-in-out;
    transition: rotate, 0.1s ease-in-out;
    display: inline-block;
    margin-left: 0px;
    content: "";
    background-color: transparent;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
  }
  body.mobile-search-active .global-header nav {
    width: 100%;
    left: 0;
  }
  body.mobile-search-active .global-header nav #primary-nav > li {
    display: none;
  }
  body.mobile-search-active .global-header nav #primary-nav > li:last-of-type {
    display: block;
    margin-top: 64px;
  }
  body.mobile-search-active .global-header nav #primary-nav > li:last-of-type a {
    text-align: center;
    background-color: #dd291e;
  }
  #global-search {
    position: absolute;
    top: 93px;
    right: 0;
    bottom: 0;
    left: -420px;
    width: 380px;
    z-index: 9999;
    background-color: #5e5e5e;
    min-height: 64px;
    padding: 10px 12px;
  }
  #global-search input {
    width: 100% !important;
    font-size: 14px !important;
    padding-right: 40px;
    height: 37px;
  }
  #global-search input:focus, #global-search input:valid {
    width: 100% !important;
  }
  body.mobile-search-active #global-search {
    width: 100%;
    left: 0px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  body.mobile-search-active #global-search {
    width: auto !important;
    left: 0 !important;
    right: 0;
    top: 93px;
  }
  body.mobile-search-active #global-search fieldset {
    position: relative;
  }
  body.mobile-search-active #global-search button {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 999;
    width: 40px;
    height: 36px;
    padding: 0;
  }
  body.mobile-search-active #global-search input:focus, body.mobile-search-active #global-search input:valid {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-overlay {
    opacity: 0;
  }
  body.mobile-menu-active .mobile-overlay, body.mobile-search-active .mobile-overlay {
    display: none;
  }
}

/***
*   Component - Content slider
***/
.content-slider {
  padding: 0 0 60px;
}

.content-slider .slider-item {
  background-color: #dd291e;
}

.content-slider .slider-item .slider-item__content {
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
  padding: 40px 0px 40px 100px;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .content-slider .slider-item .slider-item__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content-slider .slider-item .slider-item__content h2 {
  font-weight: 300;
  color: #FFFFFF;
}

.content-slider .slider-item .slider-item__image {
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .content-slider .slider-item .slider-item__image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content-slider .slider-item .slider-item__image img {
  width: 100%;
}

.content-slider .slick-dots {
  bottom: 16px;
}

.content-slider .slick-dots li button:before {
  font-size: 55px;
  opacity: 1 !important;
  color: #595959;
}

.content-slider .slick-dots li.slick-active button:before {
  font-size: 60px;
  color: #FFFFFF;
}

/* Hide Slider in Content Area Until Move */
.content .content-slider.slider-move {
  display: none;
}

/***
*   Component - Related links
***/
.related-links {
  margin: 40px 0 0 0;
}

.related-links ul li {
  padding: 30px 0;
  border-top: 2px solid #dd291e;
}

.related-links ul li h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.related-links ul.col--3 li {
  width: 26.66102%;
  float: left;
  margin-right: 9.5%;
  margin-bottom: 1.69492%;
}

.related-links ul.col--3 li:last-of-type {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .related-links ul.col--3 li {
    width: 100%;
    margin: 0;
    margin-bottom: 2%;
  }
}

/***
*   Component - Search styling
***/
.search-page input#search-again-button {
  margin-top: 4px;
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

.search-page input#queries_keyword_query {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
}

#search-results ul li.search-result {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

#search-results ul li.search-result h2 a {
  color: #595959;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 100;
}

#search-results-intro {
      font-weight: 700;
}

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

.pagination li {
  display: inline-block;
}

.pagination li.item {
  margin: 0px 5px;
}

.pagination li:first-of-type {
  float: left;
}

.pagination li:last-of-type {
  float: right;
}

.pagination li span:not(.btn) {
  display: inline-block;
  padding: 10px;
}

.pagination li span.btn {
  display: none;
  cursor: not-allowed;
  background-color: #efefef;
  color: #5e5e5e;
}

.pagination li span.btn:hover {
  background-color: #efefef;
}

.pagination li a span.btn {
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #dd291e;
}

.pagination li a span.btn:hover {
  background-color: #e5483f !important;
}

/***
*   Component - Breadcrumbs
***/
.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumbs li a {
  text-decoration: underline;
}

.breadcrumbs li.active a {
  color: #595959;
  text-decoration: none;
}

.breadcrumbs span {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumbs i {
  color: #acacac;
  font-size: 12px;
  font-size: 0.75rem;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(images/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(images/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(images/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(images/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(images/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(images/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(images/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(images/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

#pt-popup {
  position: relative;
  top: 25%;
  margin: 0 auto;
  width: 600px;
  height: 500px;
  background-image: url("https://www.publictrust.co.nz/__data/assets/image/0016/110194/JWP_1622_f_Extended-copy2.png");
  background-position: center;
  background-size: cover;
  padding: 10px;
  z-index: 10001;
}

#pt-popup .popup-content {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(204, 22, 16, 0.65);
  background-blend-mode: multiply;
  width: 65%;
  padding: 30px;
}

#pt-popup .popup-content h2 {
  font-size: 34px;
  font-size: 2.125rem;
  color: white;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  #pt-popup .popup-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
  }
}

#pt-popup .popup-content ul {
  font-family: "Roboto Slab", serif;
  color: white;
}

#pt-popup .popup-content img {
  position: static;
  display: block;
  float: none;
}

@media screen and (max-width: 767px) {
  #pt-popup .popup-content img {
    width: 70%;
  }
}

#pt-popup h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  margin: 0;
  position: absolute;
  bottom: 120px;
  left: 30px;
}

@media screen and (max-width: 767px) {
  #pt-popup h3 {
    left: 5px;
    bottom: 95px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#pt-popup a {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #dc291e;
  border-radius: 5px;
  padding: 2px 7px;
  text-transform: uppercase;
  position: absolute;
  bottom: 70px;
  left: 30px;
  color: white;
}

@media screen and (max-width: 767px) {
  #pt-popup a {
    left: 5px;
    bottom: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#pt-popup img {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  #pt-popup img {
    width: 30%;
  }
}

#pt-popup button {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif;
  float: right;
  text-decoration: underline;
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  left: 22px;
  padding: 8px;
  border: 0;
  color: white;
}

@media screen and (max-width: 767px) {
  #pt-popup button {
    left: 5px;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #pt-popup {
    width: 100%;
    height: 400px;
    top: 5%;
  }
}

#pt-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: rgba(32, 32, 32, 0.5);
}

#pt-top-popup {
  text-align: center;
  background-color: #dd291e;
}

#pt-top-popup h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  margin: 0;
  padding: 5px 0;
}

#pt-top-popup a {
  color: white;
  font-weight: normal;
}

#pt-top-popup button {
  color: white;
  background-color: transparent;
  border: 0;
}
