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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong,
.strong {
    font-weight: bold
}

dfn,
em,
.em {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 25px
}

pre {
    margin: 0
}

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

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

small,
.small {
    font-size: 75%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0
}

menu {
    padding: 0 0 0 40px
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

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

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.clearfix,
.cf {
    zoom: 1
}

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

.clearfix:after,
.cf:after {
    clear: both
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic
}

@font-face {
    font-family: 'Shatter';
    src: url("../fonts/ShatterStd.eot");
    src: url("../fonts/ShatterStdd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ShatterStd.woff") format("woff"), url("../fonts/ShatterStd.ttf") format("truetype"), url("../fonts/ShatterStd.svg#ShatterStd") format("svg");
    font-weight: normal;
    font-style: normal
}

.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}

.default-button,
.button-large,
.button-invert,
.button-acc,
.btn-file {
    display: inline-block;
    position: relative;
    font-family: "Assistant", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #e7922e;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 25px;
    min-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color, color 0.3s ease-out;
    transition: background-color, color 0.3s ease-out;
	
}

.default-button:hover,
.button-large:hover,
.button-invert:hover,
.button-acc:hover,
.btn-file:hover,
.default-button:focus,
.button-large:focus,
.button-invert:focus,
.button-acc:focus,
.btn-file:focus {
    color: #167542;
    text-decoration: none;
    background-color: #ebebeb
}

.default-button:active,
.button-large:active,
.button-invert:active,
.button-acc:active,
.btn-file:active {
    text-decoration: none;
    color: #e7922e;
    top: 1px
}

.default-button::after,
.button-large::after,
.button-invert::after,
.button-acc::after,
.btn-file::after {
    content: "\f138";
    font: normal normal normal 1em/1.1 FontAwesome;
    margin-left: 3px
}

.default-button.right {
    float: right
}

.button-large {
    font-size: 1.4em;
    padding: 15px 35px;
    min-width: 250px
}

.button-large::after {
    font-size: 1em;
    margin-left: 6px
}

.button-invert {
    background: white
}

.button-acc {
    background-color: #cb7817;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7922e), to(#cb7817));
    background-image: -webkit-linear-gradient(top, #e7922e, #cb7817);
    background-image: -moz-linear-gradient(top, #e7922e, #cb7817);
    background-image: -o-linear-gradient(top, #e7922e, #cb7817);
    background-image: linear-gradient(to bottom, #e7922e, #cb7817);
    color: white
}

.button-acc:hover,
.button-acc:active {
    background-color: #1ea05a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#167542), to(#1ea05a));
    background-image: -webkit-linear-gradient(top, #167542, #1ea05a);
    background-image: -moz-linear-gradient(top, #167542, #1ea05a);
    background-image: -o-linear-gradient(top, #167542, #1ea05a);
    background-image: linear-gradient(to bottom, #167542, #1ea05a);
    color: white
}

.btn-file {
    background-color: #cb7817;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7922e), to(#cb7817));
    background-image: -webkit-linear-gradient(top, #e7922e, #cb7817);
    background-image: -moz-linear-gradient(top, #e7922e, #cb7817);
    background-image: -o-linear-gradient(top, #e7922e, #cb7817);
    background-image: linear-gradient(to bottom, #e7922e, #cb7817);
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.btn-file:hover,
.btn-file:active {
    background-color: #1ea05a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#167542), to(#1ea05a));
    background-image: -webkit-linear-gradient(top, #167542, #1ea05a);
    background-image: -moz-linear-gradient(top, #167542, #1ea05a);
    background-image: -o-linear-gradient(top, #167542, #1ea05a);
    background-image: linear-gradient(to bottom, #167542, #1ea05a);
    color: white
}

.btn-file::after {
    content: "\f016";
    font: normal normal normal 1em/1.1 FontAwesome;
    margin-left: 3px
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block
}

.fileHelp {
    display: block
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 40px;
    line-height: 1em;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1.2em;
    color: #000;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 2px solid #c5c5c5;
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
    background-color: #f7f8fa;
    outline: none
}

input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4
}

input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2
}

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6
}

input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"].is-disabled:focus,
input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
    background-color: #d5edf8
}

input[type="password"] {
    letter-spacing: 0.3em
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em
}

label {
    line-height: 1.2em;
    font-weight: 200;
    font-size: 0.8em
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97.5% center
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0px;
    padding-right: 0px
}

.wrapper {
    width: 96%;
    max-width: 1230px;
    margin: 0 auto;
    position: relative
}

.JobEnquiry.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.no-gutter>[class^=col-] {
    padding-right: 0;
    padding-left: 0
}

.about-history .row [class^=col-]:first-child,
.about-technology .row [class^=col-]:first-child,
.about-NZ .row [class^=col-]:first-child {
    padding: 0;
    margin: 0
}

.about-history .row [class^=col-]:last-child,
.about-technology .row [class^=col-]:last-child,
.about-NZ .row [class^=col-]:last-child {
    padding: 30px;
    padding-top: 0;
}

.about-mission-statement,
.about-support,
.about-expertise {
    background: #eee
}

.about-mission-statement .row [class^=col-]:last-child,
.about-support .row [class^=col-]:last-child,
.about-expertise .row [class^=col-]:last-child {
    padding: 0;
    margin: 0
}

.about-mission-statement .row [class^=col-]:first-child,
.about-support .row [class^=col-]:first-child,
.about-expertise .row [class^=col-]:first-child {
    padding: 30px
}

.about-mission-statement img,
.about-support img,
.about-expertise img {
    float: right
}

a {
    color: #167542;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

a:hover,
a:focus {
    color: #e7922e
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
    margin-top: 0
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none !important
}

h1,
.h1 {
    font-family: "Assistant", sans-serif;
    font-weight: 200;
    font-size: 4em;
    line-height: 1em
}

h2,
.h2 {
    font-family: "Assistant", sans-serif;
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 15px;
    text-transform: uppercase
}

h3,
.h3 {
    font-family: "Assistant", sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1em;
    text-transform: uppercase
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px
}

.topHeader {
	min-height: 80px;
	background: #167542
}

.BottomHeader {
    background: #444;
    margin-bottom: 2px
}

.BottomHeader .wrapper::after {
    content: "";
    display: block;
    height: 0px;
    clear: both
}

.HeadlineHeader {
    min-height: 120px;
    background: url(../img/defaultsubheader.jpg) center center/cover no-repeat;
    -webkit-box-shadow: inset 0 -2px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 4px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 15px
}

.HeadlineHeader h1 {
    margin: 0;
    color: white;
    font-size: 2.4em;
    line-height: 1.1em
}

.HeadlineHeader .wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.logoType {
    font-family: "Shatter", sans-serif;
    font-size: 6em;
    color: white;
    text-transform: uppercase;
    position: relative;
    top: 5px
}

.logo {
    display: inline-block;
    text-align: center;
    background: #167542;
    padding-right: 25px;
    padding-left: 25px;
    min-height: 80px
}

.logo a {
    display: block;
    text-decoration: none
}

.breadcrumbs {
    color: white;
    padding-top: 20px;
    font-size: 0.8em;
    margin-bottom: 15px
}

.breadcrumbs span>a {
    color: #1a8a4e;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

.breadcrumbs span>a:hover,
.breadcrumbs span>a:focus {
    color: #22b566
}

.nav {          
    border: 0;
	margin: 0;
    float: right
}

.nav li {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    float: left;
    position: relative;
    margin-bottom: 0
}

.nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.75em;
    font-size: 1em;
    border-bottom: 0;
    background: none;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    min-height: 50px;
}

.nav li a:hover,
.nav li a:focus {
    text-decoration: none;
    color: #fff;
    background: #167542;
}

.nav li ul.sub-menu,
.nav li ul.children {
    position: static;
    float: none;
    display: block;
    background: transparent;
    margin-bottom: 10px
}

.nav li ul.sub-menu li,
.nav li ul.children li {
    border-bottom: 2px solid #585858
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
    background: #444;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2em
}

.nav li ul.sub-menu li a:hover,
.nav li ul.sub-menu li a:focus,
.nav li ul.children li a:hover,
.nav li ul.children li a:focus {
    text-decoration: none;
    background: #167542;
    color: white
}

.nav li ul.sub-menu li.current-menu-item a,
.nav li ul.sub-menu li.current_page_item a,
.nav li ul.sub-menu li.current_page_ancestor a,
.nav li ul.children li.current-menu-item a,
.nav li ul.children li.current_page_item a,
.nav li ul.children li.current_page_ancestor a {
    background: #126036
}

.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a,
.nav li.current-menu-ancestor a,
.nav li.current-menu-parent a {
    background: #126036
}

.nav .mobilesearch input {
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 1.3em
}

.nav .mobilesearch input::-webkit-input-placeholder {
    line-height: 1.3em
}

.nav .mobilesearch input:-moz-placeholder {
    line-height: 1.3em
}

.nav .mobilesearch input::-moz-placeholder {
    line-height: 1.3em;
    line-height: 2.5em
}

.nav .mobilesearch input:-ms-input-placeholder {
    line-height: 1.3em
}

main section img {
    max-width: 100%
}

#content {
    margin-top: 1.5em
}

.single-title,
.page-title,
.entry-title {
    margin: 0
}

.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0
}

.entry-content {
    padding: 1.5em 1.5em 0
}

.entry-content p {
    margin: 0 0 1.5em
}

.entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em
}

.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px
}

.entry-content tr {
    border-bottom: 1px solid #eaedf2
}

.entry-content tr:nth-child(even) {
    background-color: #f8f9fa
}

.entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2
}

.entry-content td:last-child {
    border-right: 0
}

.entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2
}

.entry-content th:last-child {
    border-right: 0
}

.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}

.tags {
    margin: 0
}

main {
    padding-top: 0;
    padding-bottom: 0;
}

main>.wrapper {
    padding-top: 25px;
    padding-bottom: 25px
}

main ul {
    margin-bottom: 25px
}

main ul>li {
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}

main ul>li::before {
    content: "\f111";
    font: normal normal normal 0.6em/1em FontAwesome;
    display: block;
    position: absolute;
    left: 5px;
    top: 7px;
    color: #167542
}

body.company-history article .desc {
    padding-left: 10px;
    border-left: 3px solid #167542
}

body.company-history article h3 {
    margin-top: 0
}

body.company-history article .caption {
    background: #167542;
    color: white;
    font-size: .8em;
    text-align: center;
    padding: 5px 0
}

body.company-history article .imageWrapper {
    margin-bottom: 25px
}

body.general-faqs .row>[class^=col-] h2,
body.employment section>h2 {
    color: white;
    font-size: 1.4em;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 20px
}

body.general-faqs h2 {
    background: #167542
}

body.general-faqs .row>[class^=col] {
    margin-bottom: 25px
}

body.general-faqs article.faq {
    padding-top: 25px
}

body.general-faqs article.faq .answer {
    display: none;
    margin: 0
}

body.general-faqs article.faq .answer p:last-child {
    margin-bottom: 0
}

body.general-faqs article.faq .answer p:first-child {
    padding-top: 10px
}

body.general-faqs article.faq h3 {
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

body.general-faqs article.faq h3:hover,
body.general-faqs article.faq h3:focus,
body.general-faqs article.faq h3.active {
    color: #e7922e
}

body.general-faqs article.faq h3::after {
    content: "Open";
    display: inline-block;
    font-size: .5em;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #eaedf2;
    position: relative;
    bottom: 4px;
    left: 10px
}

body.general-faqs article.faq h3.active::after {
    display: none
}

body.general-faqs .row>[class^=col-] .answer>p:first-child::before {
    content: "A: ";
    font-weight: bold
}

body.employment .pos {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 25px
}

body.employment .sd {
    font-weight: 800
}

body.employment section>h2 {
    margin-bottom: 25px;
    background: #167542
}

body.employment .cont>h2 {
    margin-top: 25px;
    background: #167542
}

article.service {
    margin-bottom: 45px
}

article.service.local .service-icon,
article.service.custom-delivery .service-icon,
article.service.warehousing .service-icon,
article.service.trans-tasman .service-icon,
article.service.international-air-sea-freight .service-icon,
article.service.domestic .service-icon {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #167542;
    float: none;
    position: relative;
    margin: 0 auto 25px auto
}

article.service.local .service-icon::before,
article.service.custom-delivery .service-icon::before,
article.service.warehousing .service-icon::before,
article.service.trans-tasman .service-icon::before,
article.service.international-air-sea-freight .service-icon::before,
article.service.domestic .service-icon::before {
    content: "";
    width: 50%;
    height: 50%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 25%;
    left: 25%
}

article.service .row>[class^=col-]:last-child {
    text-align: center
}

article.service .row>[class^=col-]:last-child .default-button {
    display: block;
    margin-bottom: 15px
}

article.service.local h3>a {
    color: #0D8C48
}

article.service.local .default-button {
    color: #0D8C48
}

article.service.local .service-icon {
    background-color: #0D8C48
}

article.service.local .service-icon::before {
    background-image: url("../images/LOCAL.png")
}

article.service.custom-delivery h3>a {
    color: #F15A24
}

article.service.custom-delivery .default-button {
    color: #F15A24
}

article.service.custom-delivery .service-icon {
    background-color: #F15A24
}

article.service.custom-delivery .service-icon::before {
    background-image: url("../images/CUSTOM.png");
    background-size: 100% auto
}

article.service.warehousing h3>a {
    color: #662D91
}

article.service.warehousing .default-button {
    color: #662D91
}

article.service.warehousing .service-icon {
    background-color: #662D91
}

article.service.warehousing .service-icon::before {
    background-image: url("../images/WAREHOUSE.png")
}

article.service.trans-tasman h3>a {
    color: #000000
}

article.service.trans-tasman .default-button {
    color: #000000
}

article.service.trans-tasman .service-icon {
    background-color: #000000
}

article.service.trans-tasman .service-icon::before {
    background-image: url("../images/TASMAN.png");
    background-size: 90% auto
}

article.service.international-air-sea-freight h3>a {
    color: #0536B0
}

article.service.international-air-sea-freight .default-button {
    color: #0536B0
}

article.service.international-air-sea-freight .service-icon {
    background-color: #0536B0
}

article.service.international-air-sea-freight .service-icon::before {
    background-image: url("../images/INTERNATIONAL.png")
}

article.service.domestic h3>a {
    color: #A6070C
}

article.service.domestic .default-button {
    color: #A6070C
}

article.service.domestic .service-icon {
    background-color: #A6070C
}

article.service.domestic .service-icon::before {
    background-image: url("../images/DOMESTIC.png")
}

article.service h3>a:hover,
article.service h3>a:focus {
    color: #167542
}

article.service .default-button:hover,
article.service .default-button:focus {
    color: #167542
}

body.local .HeadlineHeader,
body.domestic .HeadlineHeader,
body.international-air-sea-freight .HeadlineHeader,
body.distribution .HeadlineHeader,
body.warehousing .HeadlineHeader,
body.custom-delivery .HeadlineHeader {
    background: none
}

body.local .HeadlineHeader h1::before,
body.domestic .HeadlineHeader h1::before,
body.international-air-sea-freight .HeadlineHeader h1::before,
body.distribution .HeadlineHeader h1::before,
body.warehousing .HeadlineHeader h1::before,
body.custom-delivery .HeadlineHeader h1::before {
    content: "";
    display: inline-block;
    height: 45px;
    width: 45px;
    background: url("../img/icons/icon-local.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right: 15px
}

body .HeadlineHeader h1::before {
    display: none !important
}

body.local .HeadlineHeader {
    background: #b1c033
}

body.local .HeadlineHeader .breadcrumbs span>a {
    color: #798423;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.local .HeadlineHeader .breadcrumbs span>a:hover,
body.local .HeadlineHeader .breadcrumbs span>a:focus {
    color: #545b18
}

body.domestic .HeadlineHeader {
    background: #2d77ab
}

body.domestic .HeadlineHeader h1::before {
    background-image: url("../img/icons/icon-domestic.svg");
    width: 65px
}

body.domestic .HeadlineHeader .breadcrumbs span>a {
    color: #539dd2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.domestic .HeadlineHeader .breadcrumbs span>a:hover,
body.domestic .HeadlineHeader .breadcrumbs span>a:focus {
    color: #7bb4dc
}

body.international-air-sea-freight .HeadlineHeader {
    background: #aa256f
}

body.international-air-sea-freight .HeadlineHeader h1::before {
    background-image: url("../img/icons/icon-international.svg")
}

body.international-air-sea-freight .HeadlineHeader .breadcrumbs span>a {
    color: #d74596;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.international-air-sea-freight .HeadlineHeader .breadcrumbs span>a:hover,
body.international-air-sea-freight .HeadlineHeader .breadcrumbs span>a:focus {
    color: #e06fae
}

body.distribution .HeadlineHeader {
    background: #aa2349
}

body.distribution .HeadlineHeader h1::before {
    background-image: url("../img/icons/icon-distribution.svg")
}

body.distribution .HeadlineHeader .breadcrumbs span>a {
    color: #d8426c;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.distribution .HeadlineHeader .breadcrumbs span>a:hover,
body.distribution .HeadlineHeader .breadcrumbs span>a:focus {
    color: #e16c8d
}

body.warehousing .HeadlineHeader {
    background: #33a5ac
}

body.warehousing .HeadlineHeader h1::before {
    background-image: url("../img/icons/icon-warehousing.svg");
    width: 65px;
    margin-right: 5px
}

body.warehousing .HeadlineHeader .breadcrumbs span>a {
    color: #226c71;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.warehousing .HeadlineHeader .breadcrumbs span>a:hover,
body.warehousing .HeadlineHeader .breadcrumbs span>a:focus {
    color: #16474a
}

body.custom-delivery .HeadlineHeader {
    background: #32ac44
}

body.custom-delivery .HeadlineHeader h1::before {
    background-image: url("../img/icons/icon-custom-delivery.svg");
    width: 75px
}

body.custom-delivery .HeadlineHeader .breadcrumbs span>a {
    color: #21712d;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

body.custom-delivery .HeadlineHeader .breadcrumbs span>a:hover,
body.custom-delivery .HeadlineHeader .breadcrumbs span>a:focus {
    color: #15491d
}

body.single-services .row-eq-height>[class^=col-]:first-child {
    padding-right: 0;
    background: none
}

.serviceGallery {
    margin-bottom: 50px
}

.serviceGallery a {
    display: block;
    position: relative
}

.serviceGallery a>img {
    display: block;
    border: 1px solid #26cb72
}

.serviceGallery a::before {
    content: "\f002";
    font: normal normal normal 16px/1 FontAwesome;
    color: white;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px
}

.serviceGallery>[class^=col-] {
    padding: 3px
}

.resource h3::before,
.resource.mime-zip h3::before,
.resource.mime-pdf h3::before,
.resource.mime-docx h3::before,
.resource.mime-excel h3::before {
    content: "\f016";
    font: normal normal normal 1em/1 FontAwesome;
    color: #167542;
    margin-right: 10px
}

.resource {
    border: 1px solid #eaedf2;
    margin-bottom: 25px;
    padding: 25px
}

.resource .legend {
    font-size: .8em;
    color: #444;
    margin-bottom: 10px
}

.resource h3 {
    color: #167542
}

.resource.mime-zip h3::before {
    content: "\f1c6"
}

.resource.mime-pdf h3::before {
    content: "\f1c1"
}

.resource.mime-docx h3::before {
    content: "\f1c2"
}

.resource.mime-excel h3::before {
    content: "\f1c3"
}

.news .legend {
    color: #444;
    font-size: .8em;
    margin-bottom: 10px
}

.news .row>[class^=col-]:last-child {
    padding-top: 15px
}

.news article.has-post-thumbnail [class^=col]>a {
    position: relative;
    display: block
}

.news article.has-post-thumbnail [class^=col]>a::before {
    content: "Trala";
    position: absolute;
    color: white;
    content: "\f002";
    font: normal normal normal 16px/1 FontAwesome;
    color: white;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px
}

.news.news-category .row>[class^=col-]:last-child {
    padding-top: 0
}

.news.news-category .sidebar {
    padding: 15px
}

.news.news-category .sidebar .sidebar-widget ul>li::before {
    content: "\f054";
    font: normal 14px/1 FontAwesome;
    color: #167542;
    display: inline-block
}

.news.news-category .sidebar .sidebar-widget .widget_categories ul>li::before {
    margin-right: 3px
}

.single-post .wp-post-image {
    margin-bottom: 25px
}

.single-post .legend {
    color: #444;
    font-size: .8em;
    margin-bottom: 10px
}

.single-post .hentry {
    border: none
}

.acf-map {
    width: 100%;
    height: 250px;
    border: #ccc solid 1px;
    margin: 0
}

.contact-info .row:last-child>[class^=col-] {
    padding-top: 25px;
    display: block
}

.contact-info .default-button {
    display: block;
    float: none;
    width: 100%
}

.acf-map img {
    max-width: inherit !important
}

.address_content,
.email_content {
    border-bottom: 1px solid #eaedf2;
    padding-bottom: 2px;
    margin-bottom: 2px
}

.address_content span,
.email_content span {
    display: inline-block
}

.address_content span.adlabel,
.email_content span.adlabel {
    min-width: 165px;
    text-transform: uppercase
}

.contact .head-wrapper {
    padding-top: 20px;
    padding-bottom: 5px
}

.contact .wrapper.contact-info {
    padding-bottom: 20px;
    padding-top: 20px
}

.contact .row>[class^=col-] h3 {
    margin-top: 2em
}

.contact .row>[class^=col-] h3:first-child {
    margin-top: 0
}

span.crisis {
    font-family: "Shatter", sans-serif;
    text-transform: uppercase
}

.home_intro {
    min-height: 468px;
    position: relative;
    background: none
}

.home_intro .bx-wrapper {
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: none;
    background: #fff;
    margin-bottom: 0
}

.home_intro .bx-wrapper,
.home_intro .bx-viewport,
.home_intro .bx-slider {
    min-height: 468px !important
}

.home_intro .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 25px
}

.home_intro ul.bxslider>li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 700px !important;
    background-size: cover;
    background-color: #167542;
    background-position: center bottom
}

.home_intro ul.bxslider>li>div {
	min-height: 700px;
	width: 100%;
    /*width: calc(100% - 300px);*/
	background-repeat: no-repeat;
	background-size: contain,cover
}

.home_intro ul.bxslider>li.bx-one>div {
    background-image: url("../img/home_slider/iStock-1281145596sm.jpg");
	background-position: center bottom
}

.home_intro ul.bxslider>li.bx-two>div {
    background-image: url("../img/home_slider/iStock-1155038631sm.jpg");
    background-position: center bottom
}

.home_intro ul.bxslider>li.bx-three>div {
    background-image: url("../img/home_slider/iStock-868920610sm.jpg");
    background-position: center bottom
}

.home_intro ul.bxslider>li.bx-four>div {
    background-image: url("../img/home_slider/iStock-1407975939sm.jpg");
    background-position: center top
}

.home_intro ul.bxslider>li.bx-five>div {
    background-image: url("../img/home_slider/iStock-1194195748sm.jpg");
    background-position: center bottom
}

.home_intro ul.bxslider>li::before {
    display: none
}

.home_intro .rightCol {
    position: relative;
    z-index: 51;
    background: #167542;
    padding: 15px;
    color: white
}

.home_intro .rightCol h1 {
    line-height: 1.1em;
    font-size: 2.6em;
    text-align: center
}

.home_intro a.default-button {
    display: block
}


.home_slider {
    background: #444;
    color: white;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    /*padding-bottom: 60px;*/
    font-size: 1em
}

.home_slider .carousel-indicators {
    bottom: -40px
}

.home_slider .carousel-indicators li {
    border-color: white
}

.home_slider .carousel-indicators li.active {
    background-color: white
}

.home_slider h2 {
    font-weight: 400;
    font-size: 1.4em
}

.home_slider h2>span {
    font-weight: 200
}

.home_slider.inactive {
    padding-bottom: 15px;
    min-height: 40px
}

.home_services {
	padding-top: 50px;
	padding-bottom: 50px;
	/*background: url("../img/arrows.jpg") left bottom no-repeat*/
}

.home_services h1 {
    font-size: 3em;
    line-height: 1.1em;
    text-align: center;
    font-weight: bold;
}

.home_services .row {
    margin-bottom: 0
}

.home_services .row>[class^=col] {
    margin-bottom: 15px
}

.menu-button {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 13px;
    left: 15px
}

.menu-button:hover,
.menu-button:focus {
    text-decoration: none
}

.menu-button i {
    margin-right: 5px
}

.pagination,
.wp-prev-next {
    margin: 1.5em 0
}

.pagination {
    text-align: center
}

.pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2
}

.pagination a,
.pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #2980b9;
    color: #fff
}

.pagination .current {
    cursor: default;
    color: #000
}

.pagination .current:hover,
.pagination .current:focus {
    background-color: #fff;
    color: #000
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

.carousel-indicators li {
    border-color: #167542
}

.carousel-indicators li.active {
    background-color: #167542
}

.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid orange;
    border-radius: 2px;
    margin-bottom: 1.5em
}

.footer {
    clear: both;
    color: white
}

.footer .TopFooter {
    min-height: 180px;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
	background: url(../img/footerArrows.svg) left -30px top -45px no-repeat #167542
}

.footer .BottomFooter {
	background: #444;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left
}

.footer .BottomFooter::after {
    content: "";
    display: block;
    height: 0px;
    clear: both
}

.footer .BottomFooter ul {
    margin: 0;
    margin-bottom: 10px
}

.footer .BottomFooter ul>li {
    display: inline-block
}

.footer .BottomFooter ul>li>a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out
}

.footer .BottomFooter ul>li>a:hover,
.footer .BottomFooter ul>li>a:focus {
    color: #fff
}

.footer .BottomFooter ul>li span.footerSpacer {
    display: inline-block;
    padding-left: 6px;
    padding-right: 3px;
    text-align: center
}

.footer .BottomFooter ul>li:last-child span {
    display: none
}

.footer .BottomFooter .copyright {
    float: left;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.45)
}

.navbar-toggle {
    background: #167542
}

.navbar-toggle .icon-bar {
    background: white
}

.navbar-toggle.collapsed {
    background: #777;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out
}

.navbar-toggle.collapsed .icon-bar {
    background: #c4c4c4;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: #167542
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background: white
}

.clearrow {
    content: "";
    display: block;
    height: 0px;
    clear: both
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

table.city {
		/*border: 1px solid black;*/
		border-width: 0;
		border-spacing: 1px;  /* cellspacing on table elements*/
		width: 100%;
		text-align:left;
	}

td.header {
	font-family: verdana,helvetica,arial;
	background-color:#0D4919;
	color:#FFFFFF;
	font-weight:bold;
	font-size:100%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 3px; 
}

.totalSolution {
    color:white;
    display: inline-block;
    text-align: center;
    background: #167542;
    padding-right: 25px;
    /* padding-left: 25px; */
    min-height: 80px;
    font-size: 1.2em;
}
.rederror {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

@media only screen and (min-width: 481px) {
    
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }

    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }

    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }

}

@media only screen and (min-width: 768px) {

    .nav ul {
        background: #444;
        margin: 0
    }

    .nav ul::after {
        content: "";
        display: block;
        height: 0px;
        clear: both
    }

    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        background: #444;
        left: 0;
        min-width: 240px
    }

    .nav li ul.sub-menu li,
    .nav li ul.children li {
        float: none;
        border-bottom: none
    }

    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-right: 0;
        display: block;
        min-width: 200px;
        font-weight: 400;
        font-size: .9em;
        border-bottom: 1px solid #ccc;
        min-height: 0;
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out
    }

    .nav li ul.sub-menu li a:hover,
    .nav li ul.sub-menu li a:focus,
    .nav li ul.children li a:hover,
    .nav li ul.children li a:focus {
        background: #167542
    }

    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0
    }

    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%
    }

    .nav li:hover>ul {
        top: auto;
        visibility: visible
    }

    .nav ul>li.menu-item-has-children>a::after {
        content: "\f078";
        font: normal normal normal 12px/1 FontAwesome;
        position: relative;
        left: 3px;
        top: -3px
    }

    .navbar-collapse {
        padding: 0
    }

    .nav ul>li.dropdown .dropdown-menu {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        top: 45px;
        z-index: 52;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        border: none
    }

    .nav ul>li.dropdown:hover .dropdown-menu {
        max-height: 400px;
        opacity: 1;
        top: 50px;
        z-index: 52
    }

    .nav-account {
        position: absolute;
        right: 10%;
        top: 50px
    }

    .nav-account ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle
    }

    .nav-account li {
        display: inline-block;
        margin-left: 6px
    }

    .nav-account li:first-child {
        margin-left: 0
    }

    .nav-account form {
        display: inline-block;
        margin-left: 4px;
        position: relative;
        vertical-align: middle;
        height: 54px;
        width: 54px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }

    .nav-account form input {
        border: 2px solid #167542;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        background-color: transparent;
        position: relative;
        z-index: 2;
        padding-left: 0;
        margin-bottom: 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }

    .nav-account form:hover,
    .nav-account form:focus,
    .nav-account form:active {
        width: 250px
    }

    .nav-account form:hover input,
    .nav-account form:focus input,
    .nav-account form:active input {
        width: 250px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        text-indent: 0px;
        height: 31px;
        padding-left: 10px;
        margin-top: 1px;
        position: relative;
        background: transparent;
        top: 8px
    }

    .nav-account form:hover input::-webkit-input-placeholder,
    .nav-account form:focus input::-webkit-input-placeholder,
    .nav-account form:active input::-webkit-input-placeholder {
        font-size: 0.8em;
        line-height: 1.5em;
        color: #167542
    }

    .nav-account form:hover input:-moz-placeholder,
    .nav-account form:focus input:-moz-placeholder,
    .nav-account form:active input:-moz-placeholder {
        font-size: 0.8em;
        line-height: 1.5em;
        color: #167542
    }

    .nav-account form:hover input::-moz-placeholder,
    .nav-account form:focus input::-moz-placeholder,
    .nav-account form:active input::-moz-placeholder {
        font-size: 0.8em;
        line-height: 1.5em;
        color: #167542;
        line-height: 2.5em
    }

    .nav-account form:hover input:-ms-input-placeholder,
    .nav-account form:focus input:-ms-input-placeholder,
    .nav-account form:active input:-ms-input-placeholder {
        font-size: 0.8em;
        line-height: 1.5em;
        color: #167542
    }

    .nav-account form:hover:focus,
    .nav-account form:focus:focus,
    .nav-account form:active:focus {
        background: transparent
    }

    .nav-account form .fa-search {
        position: absolute;
        top: calc(50% - 10px);
        right: calc(50% - 8px);
        color: #167542;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }

    .nav-account form:hover .fa-search {
        right: 0px
    }

    .nav-account form>button {
        display: none
    }

    .nav-account li>a {
        display: inline-block;
        background: #444;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out
    }

    .nav-account li>a:hover,
    .nav-account li>a:focus {
        background-color: #555
    }

    .breadcrumbs {
        margin-bottom: 35px
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .home_slider .carousel-indicators {
        bottom: auto
    }

    .home_slider h2 {
        font-size: 1.8em
    }

    .HeadlineHeader h1 {
        font-size: 4em
    }

    body .HeadlineHeader h1::before {
        display: inline-block !important
    }

    .home_services .row>[class^=col] {
        margin-bottom: 25px
    }

    .home_services .row>[class^=col].serviceC {
        padding-right: 50px;
        background: url("../img/dots-vert.png") right 15px top repeat-y
    }

    .home_intro .rightCol {
        position: absolute;
        background: rgba(22, 117, 66, 0.95);
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 300px;
        padding: 50px 25px;
        color: white
    }

    .home_intro .rightCol h1 {
        line-height: 1.1em;
        font-size: 3.6em
    }

    body.company-history .row>[class^=col-]:first-child {
        padding-right: 35px;
        background: url(../img/dots-vert.png) right 10px top repeat-y
    }

    body.general-faqs .row>[class^=col] {
        margin-bottom: 0
    }

    article.service {
        margin-bottom: 75px
    }

    article.service.local .service-icon,
    article.service.custom-delivery .service-icon,
    article.service.warehousing .service-icon,
    article.service.trans-tasman .service-icon,
    article.service.international-air-sea-freight .service-icon,
    article.service.domestic .service-icon {
        float: right;
        position: relative
    }

    article.service.local .service-icon::before,
    article.service.custom-delivery .service-icon::before,
    article.service.warehousing .service-icon::before,
    article.service.trans-tasman .service-icon::before,
    article.service.international-air-sea-freight .service-icon::before,
    article.service.domestic .service-icon::before {
        content: "";
        width: 50%;
        height: 50%;
        background-size: 80% auto;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        top: 25%;
        left: 25%
    }

    article.service .row>[class^=col-]:last-child {
        text-align: left
    }

    article.service .row>[class^=col-]:last-child .default-button {
        display: inline-block;
        margin-bottom: 0
    }

    article.service.trans-tasman .service-icon::before {
        background-size: 110% auto
    }

    article.service.custom-delivery .service-icon::before {
        background-size: 100% auto
    }

    article.service.domestic .service-icon::before {
        background-size: 90% auto
    }

    body.single-services .row-eq-height>[class^=col-]:first-child {
        padding-right: 50px;
        background: url("../img/dots-vert.png") repeat-y right 15px top
    }

    .sidebar {
        background: #eaedf2
    }

    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em
    }

    .widget {
        padding: 0 10px;
        margin: 2.2em 0
    }

    .widget ul li {
        margin-bottom: 0.75em
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em
    }

    .hentry {
        background-color: #fff;
        border-radius: 0;
        margin-bottom: 1.5em;
        border: 1px solid #eaedf2
    }

    .hentry header {
        padding: 1.5em
    }

    .hentry footer {
        padding: 1.5em
    }

    .hentry footer p {
        margin: 0
    }

    main>.wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.about main>.wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .acf-map {
        height: 400px
    }

    .desktop {
        display: block
    }
    .BackendHeader .navBack #bs-example-navbar-collapse-2>ul {
        float: left
    }

    .BackendHeader .navBack #bs-example-navbar-collapse-2>ul>li>a:hover,
    .BackendHeader .navBack #bs-example-navbar-collapse-2>ul>li>a:active {
        background: #1a8a4e
    }

    .BackendHeader .navBack #bs-example-navbar-collapse-2 form input[type="search"] {
        width: 200px;
        float: right;
        margin-bottom: 0
    }

    .BackendHeader {
        background: #167542;
        margin-bottom: 2px;
    }
    
    .BackendHeader .navBack {
        float: none
    }
    
    .BackendHeader .navBack.nav ul {
        background: none
    }
    
    .BackendHeader .navBack.nav ul>li.dropdown .dropdown-menu {
        background: #444
    }
    
    .BackendHeader .wrapper::after::after {
        content: "";
        display: block;
        height: 0px;
        clear: both
    }
    .BackendHeader .wrapper::after {
        content: "";
        display: block;
        height: 0px;
        clear: both
    } 
}

@media only screen and (min-width: 1030px) {
    .wrap {
        width: 1040px
    }
}

