/* stylelint-disable */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* stylelint-disable */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("../font/OpenSans/OpenSans-Light.woff2") format("woff2"), url("../font/OpenSans/OpenSans-Light.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url("../font/OpenSans/OpenSans-LightItalic.woff2") format("woff2"), url("../font/OpenSans/OpenSans-LightItalic.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("../font/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url("../font/OpenSans/OpenSans-Italic.woff2") format("woff2"), url("../font/OpenSans/OpenSans-Italic.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url("../font/OpenSans/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans/OpenSans-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url("../font/OpenSans/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../font/OpenSans/OpenSans-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url("../font/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans/OpenSans-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;
  src: url("../font/OpenSans/OpenSans-BoldItalic.woff2") format("woff2"), url("../font/OpenSans/OpenSans-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  src: url("../font/OpenSans/OpenSans-ExtraBold.woff2") format("woff2"), url("../font/OpenSans/OpenSans-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  src: url("../font/OpenSans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../font/OpenSans/OpenSans-ExtraBoldItalic.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 100;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Thin.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Thin.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 200;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Light.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Light.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 300;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Book.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Book.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 400;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Medium.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Medium.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 700;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Bold.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Bold.woff") format("woff"); }

@font-face {
  font-family: Gustan;
  font-weight: 900;
  font-style: normal;
  src: url("../font/Gustan/Gustanlp-Web-Black.woff2") format("woff2"), url("../font/Gustan/Gustanlp-Web-Black.woff") format("woff"); }

:root {
  --g-bp-first: 320px;
  --g-bp-tinier: 350px;
  --g-bp-tiny: 500px;
  --g-bp-small: 624px;
  --g-bp-medium: 784px;
  --g-bp-large: 960px;
  --g-bp-larger: 1110px;
  --g-bp-wide: 1200px;
  --g-bp-wider: 1600px;
  --g-bp-mega: 1800px; }

.h1--first,
.h2--first {
  margin: 5rem 0 0; }
  @media screen and (min-width: 960px) {
    .h1--first,
    .h2--first {
      margin: 9rem 0 5rem !important; } }

@media screen and (min-width: 960px) {
  .h1--long {
    font-size: 7.30647rem;
    line-height: 8rem; } }

.h1--small {
  font-size: 5.13157rem;
  line-height: 5.5rem;
  margin-bottom: 1rem;
  color: var(--g-color-type); }
  @media screen and (min-width: 784px) {
    .h1--small {
      font-size: 8.21978rem;
      line-height: 9rem;
      margin-bottom: 1.5rem; } }

.h2--heavy {
  font-size: 3.60406rem;
  line-height: 4.5rem;
  margin-top: -0.9rem;
  line-height: 3.5rem;
  font-weight: 900;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @media screen and (min-width: 784px) {
    .h2--heavy {
      font-size: 7.30647rem;
      line-height: 8rem;
      line-height: 6.5rem; } }
  [class*='l-grid-'] > .h2--heavy--first:first-child {
    margin-top: 3rem; }
    @media screen and (min-width: 784px) {
      [class*='l-grid-'] > .h2--heavy--first:first-child {
        margin-top: 5rem; } }

.h2--small {
  padding-bottom: 1.625rem; }
  @media screen and (min-width: 784px) {
    .h2--small {
      padding-bottom: 2rem; } }

.h-sub-title {
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  margin: -1rem 0 1rem; }

.h2--no-margin-bottom {
  margin-bottom: 0; }

.p--author {
  font-size: 1.40466rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--g-color-type-heading-minor);
  text-transform: uppercase; }
  .p--author--by {
    text-transform: none; }
  .p--author--large {
    color: var(--g-color-type-heading-general); }
  @media screen and (min-width: 784px) {
    .p--author {
      line-height: 3rem; }
      .p--author--large {
        font-size: 2rem;
        line-height: 3rem;
        line-height: 2.5rem; } }

.p--time {
  font-size: 1.40466rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 3rem;
  font-weight: 400;
  color: var(--g-color-link-grey);
  text-transform: uppercase; }
  @media screen and (min-width: 784px) {
    .p--time {
      font-size: 1.40466rem;
      line-height: 1.5rem;
      margin-bottom: 0.375rem;
      line-height: 3rem; }
      .p--time--large {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
        line-height: 3rem; } }

.h-icon {
  vertical-align: -.15em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  fill: currentColor; }
  .h-icon--tiny {
    vertical-align: -.03em;
    width: .5em;
    height: .5em; }
  .h-icon--mini {
    vertical-align: -.03em;
    width: .75em;
    height: .75em; }
  .h-icon--small {
    width: .9em;
    height: .9em; }
  .h-icon--large {
    width: 1.2em;
    height: 1.2em; }
  .h-icon--spaced {
    width: .75em;
    height: .75em;
    margin-right: 1rem; }

.h-icon-foster-wrapper {
  display: inline-block; }

.h-block {
  display: block !important; }

.h-hide {
  display: none !important; }

.h-flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-between; }

.h-align-center {
  text-align: center; }

.h-no-border {
  border: 0; }

@media screen and (min-width: 624px) {
  .h-hide--above-small {
    display: none !important; } }

@media screen and (max-width: 623px) {
  .h-hide--below-small {
    display: none !important; } }

@media screen and (min-width: 784px) {
  .h-hide--above-medium {
    display: none !important; } }

@media screen and (max-width: 783px) {
  .h-hide--below-medium {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .h-hide--above-large {
    display: none !important; } }

@media screen and (max-width: 959px) {
  .h-hide--below-large {
    display: none !important; } }

.h-margin-bottom {
  margin-bottom: 2rem; }

.h-margin-bottom--compact {
  margin-bottom: 2rem; }
  @media screen and (min-width: 784px) {
    .h-margin-bottom--compact {
      margin-bottom: 2rem; } }

.h-margin-bottom--remove {
  margin-bottom: 0; }

.h-margin-top {
  margin-top: 4rem; }

.h-margin-top--compact {
  margin-top: 2rem; }
  @media screen and (min-width: 784px) {
    .h-margin-top--compact--medium {
      margin-top: 4rem; } }

.h-no-margin {
  margin: 0 !important; }

.h-overlay--is-active {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0 !important; }
  .h-overlay--is-active .b-message-js,
  .h-overlay--is-active #site-main,
  .h-overlay--is-active #site-footer {
    display: none; }
  @media screen and (min-width: 784px) {
    .h-overlay--is-active {
      overflow: auto; }
      .h-overlay--is-active .b-message-js,
      .h-overlay--is-active #site-main,
      .h-overlay--is-active #site-footer {
        display: block; } }

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

.h-visuallyshown {
  position: inherit;
  width: inherit;
  height: inherit;
  overflow: inherit;
  padding: inherit;
  border: inherit;
  margin: inherit;
  clip: auto; }

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

.h-invisible {
  visibility: hidden; }

.h-print {
  display: none; }

.js-enabled :focus {
  outline: 0; }

.js-disabled .h-no-js-hide {
  display: none !important; }

.js-enabled .h-js-hide {
  display: none; }

@media screen and (min-width: 960px) {
  .h-order-2--large {
    order: 2; } }

.h-print-inline {
  display: inline !important; }

.h-print-inline-block {
  display: inline-block !important; }

.h-print,
.h-print-block {
  display: block !important; }

.h-print-flex {
  display: flex !important; }

.h-print-table {
  display: table !important; }

.h-screen {
  display: none !important; }

html {
  font-size: 6pt; }

body {
  font-size: 12pt;
  transform: translateY(0) !important; }
  body::before {
    display: none !important; }

.l-row {
  display: block !important; }

.b-header-bar--with-buttons .b-header-bar__branding {
  height: auto; }

.b-nav-secondary,
.b-jumplinks,
.h-no-print,
.h-print-hide,
.b-header-bar__link,
.b-message-js,
.b-nav-primary-js,
.b-nav-global,
.b-breadcrumb,
.b-linkgroup,
.b-back-to-top,
.b-skip-links,
.b-login-realme,
.b-pagination__loadbutton,
.b-herobanner__img-wrap,
.b-share-tools,
.b-rule--header-bar,
.b-rule--nav-divider,
.b-navigation-bar-js,
.site-header .b-hide-show-js-expandmore {
  display: none !important; }

a:not([href^='/']):not([href^='../'])::after {
  display: inline-block;
  content: "(" attr(href) ")";
  margin-left: .5rem;
  font-size: 90%; }

a[href^='/']::after {
  display: inline-block;
  content: " (" "https://www.growregions.govt.nz" "" attr(href) ")";
  margin-left: .5rem;
  font-size: 90%; }

a[href^='#'] {
  text-decoration: none; }
  a[href^='#'] .h-icon {
    display: inline-block; }

a:not([href^='#']):not(.b-button):not(.b-in-page-cta__inner):not(.b-link-tile) {
  padding-right: 0;
  border-bottom: 0 !important;
  text-decoration: underline !important; }
  a  * {
    text-decoration: underline !important; }
  a  .h-icon {
    position: relative !important; }
  a .h-print-url-hide::after {
    display: none; }
  a :hover {
    border-bottom: 0 !important;
    text-decoration: underline; }

a.b-in-page-cta__inner * {
  border-bottom: 0; }

a.b-in-page-cta__inner .b-in-page-cta__content {
  text-decoration: none !important; }

a.b-link-tile {
  border-bottom: 0;
  border-left: 0;
  text-decoration: none !important; }
  a.b-link-tile *:not(.b-tag) {
    text-decoration: none !important; }
  a.b-link-tile .b-link-tile__title {
    text-decoration: underline !important; }
  a.b-link-tile:hover {
    border-bottom: 0 !important;
    text-decoration: underline; }

a .b-tag {
  text-decoration: none !important; }

html,
body,
a,
table th,
table tbody th,
form input[type=submit],
form input[type=reset],
form input[type=button],
form button, h1,
h2,
h3,
.h2--small,
h4,
h5,
h6,
.b-herobanner__content__summary,
.b-button,
.b-actionlink,
.b-blockquote__icon,
.b-link-tile--block-ghost .b-link-tile__title,
.b-person__subtitle,
.b-in-page-cta__inner *,
.b-mega-footer__global-nav__copyright,
.b-page-date,
.h-icon {
  color: #000 !important; }

input {
  page-break-inside: avoid; }

.b-herobanner {
  max-width: none;
  background: #fff !important;
  color: #000; }

.b-share-tools__divide {
  background-color: #000 !important; }

.userform-progress .step-buttons .step-button-wrapper.viewed .step-button-jump {
  background-color: #000;
  color: #fff; }

.b-page-date,
.b-rule--nav,
.b-box-out,
input[type='radio'] + label::before,
input[type='radio']:checked + label::after,
.b-in-page-cta__inner,
table td,
table th,
form input[type=submit],
form input[type=reset],
form input[type=button],
form button,
.b-tag,
.b-button,
.b-keydate-indicator {
  border-color: #000 !important;
  background: #fff !important;
  color: #000; }

input[type='checkbox']:checked + label::before {
  border-color: #000 !important;
  background: #000 !important;
  color: #000; }

* {
  background-image: none !important; }

.b-link-tile--thumbnail img {
  max-width: 50% !important; }

.modaal-noscroll {
  overflow: visible; }
  .modaal-noscroll article,
  .modaal-noscroll .site-main,
  .modaal-noscroll .site-footer {
    display: none !important; }

.modaal-overlay {
  opacity: 0 !important; }

.modaal-wrapper {
  position: static; }
  .modaal-wrapper .modaal-outer-wrapper {
    display: block; }
  .modaal-wrapper .modaal-inner-wrapper {
    display: block; }
  .modaal-wrapper .modaal-container {
    display: block;
    max-width: none; }

.b-header-bar {
  background: none; }
  .b-header-bar__branding__link {
    align-items: flex-start; }
    .b-header-bar__branding__link,
    .b-header-bar__branding__link * {
      text-decoration: none !important; }
    .b-header-bar__branding__link::after {
      display: none; }

.js-enabled .b-hide-show-js-expandmore__button {
  padding: 0;
  margin: 0; }

.b-hide-show-js-expandmore__to_expand,
.b-hide-show-js-expandmore__to_expand[data-hidden=true] {
  max-height: none;
  overflow: visible;
  padding: 0;
  visibility: visible;
  opacity: 1; }

.b-table-js .l-overflow-liner {
  overflow: visible; }

.l-ajax-js__inner--in {
  display: none; }

.b-logo--header {
  display: block;
  flex: unset;
  max-width: none; }
  .b-logo--header .b-logo__logo.h-print {
    display: inline-block !important;
    flex: unset;
    width: 44rem;
    max-width: none;
    min-width: auto; }

.b-mega-footer {
  background: none; }
  .b-mega-footer__logo-list__link {
    display: none; }

.site-footer {
  padding: 3rem;
  margin: 0; }
  .site-footer * {
    padding: 0 !important;
    margin: 0 !important; }
  .site-footer .h-print,
  .site-footer .h-print-block {
    display: none !important; }
  .site-footer .l-outer-container .b-mega-footer__nav-group .b-mega-footer__nav-wrapper {
    display: none; }
  .site-footer .l-outer-container .b-mega-footer__nav-group .b-mega-footer__global-nav .b-mega-footer__global-nav__list .b-mega-footer__global-nav__item {
    display: none; }
  .site-footer .l-outer-container .b-mega-footer__nav-group .b-mega-footer__global-nav .b-mega-footer__global-nav__list .b-mega-footer__global-nav__copyright {
    display: block; }

.b-video-js__trigger::before {
  background: transparent !important; }

.b-video-js__icon {
  width: 12rem;
  height: 12rem; }

.l-lockup-hero {
  padding-top: 0; }

.b-herobanner--link-tile .b-herobanner__inner,
.b-herobanner .b-herobanner__inner {
  min-height: unset;
  padding: 0; }

.b-herobanner__title {
  min-height: 0 !important;
  padding: 0 !important;
  margin: .67em 0 !important;
  font-size: 5.13157rem !important;
  line-height: 5.5rem !important;
  font-weight: 200 !important;
  text-align: left !important; }

.b-herobanner__content {
  width: auto;
  margin: 0; }

.b-blocklink {
  padding: 0; }

.b-herobanner__img-wrap {
  display: none; }

.b-herobanner__supporting-content {
  flex: unset;
  width: auto; }
  .b-herobanner__supporting-content .b-button {
    display: block;
    width: auto; }

.b-tile {
  display: inline-block; }
  .b-tile__icon {
    display: none !important; }
  .b-tile__title--document-icon {
    padding-left: 0; }

.b-button--with-icon .b-button__icon,
.b-button--with-icon.b-button--x-small .b-button__icon,
.b-button--with-icon.b-button--small .b-button__icon,
.b-button--with-icon.b-button--large .b-button__icon {
  right: auto;
  height: 1em; }

.b-button .h-icon {
  position: relative !important; }

.b-pagination {
  text-align: left; }

.l-list-grid-header--inline-link {
  display: block; }
  .l-list-grid-header--inline-link .l-list-grid-header__title,
  .l-list-grid-header--inline-link .l-list-grid-header__link {
    display: block;
    flex: unset;
    width: auto;
    max-width: none;
    text-align: left; }

.b-link-tile--block {
  background: #fff !important; }
  .b-link-tile--block .b-link-tile__title {
    color: #000; }

.b-link-tile,
.b-link-tile--plain-text,
.b-link-tile--block-ghost,
.b-link-tile--document.b-link-tile--plain-text,
.b-link-tile--document.b-link-tile--block,
.b-link-tile--document.b-link-tile--block-ghost {
  padding-left: 0; }

.b-link-tile--thumbnail .b-link-tile__title .h-icon.b-link-tile__icon--arrow-right-icon,
.b-link-tile--thumbnail .b-link-tile__title .h-icon.b-link-tile__icon--external-icon {
  top: 0; }

.b-box-out {
  border: 1px solid #000; }

.b-image-fullwidth,
.b-video-js {
  max-width: 50% !important; }

.b-page-date,
.b-blockquote,
blockquote {
  text-align: left; }
