@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * This is a modified version of bootstrap-grid - the intent is to only
 * include the elements of Bootstrap that we actually use.
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

  .d-print-block {
    display: block !important; }

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

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

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

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

/**
 * This is the css file from fancybox converted to scss
 */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/**
 * Variables used throughout the Te Arawhiti theme
 */
/**
 * Useful mixins and repeatable sections for the Te Arawhiti theme
 */
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("/resources/themes/tearawhiti/fonts/muli/Muli-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
/**
 * General styles and common classes used across the Te Arawhiti theme
 * Note: this file only contains modifications from Bootstrap
 */
html {
  font-size: 62.5%; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Muli", sans-serif;
  color: #4a4a4a;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      font-size: 1.8rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-weight: 700; }

h1, .h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 47px;
  line-height: 4.7rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 64px;
      font-size: 6.4rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      line-height: 64px;
      line-height: 6.4rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 33px;
  line-height: 3.3rem;
  color: #c72127;
  font-weight: 900; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      line-height: 40px;
      line-height: 4rem; } }

h3, .h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #c72127;
  font-weight: 900; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 992px) {
    h3, .h3 {
      line-height: 35px;
      line-height: 3.5rem; } }

h4, .h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 992px) {
    h4, .h4 {
      line-height: 22px;
      line-height: 2.2rem; } }

h5, .h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h5, .h5 {
      line-height: 20px;
      line-height: 2rem; } }

h6, .h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 992px) {
    h6, .h6 {
      line-height: 18px;
      line-height: 1.8rem; } }

p {
  margin-bottom: 1em; }

ol, ul {
  padding-left: 0;
  list-style-position: inside; }
  ol ol, ol ul, ul ol, ul ul {
    padding-left: 40px;
    margin-top: 1em; }

li {
  margin-bottom: 1em; }

a {
  color: #0081a3;
  font-weight: 700;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #0081a3;
    text-decoration: underline; }

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

blockquote {
  background: rgba(0, 129, 163, 0.05);
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  border-top: 5px solid #0081a3;
  margin-bottom: 1em; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 25px;
      font-size: 2.5rem; } }
  blockquote footer {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700; }
    @media (min-width: 992px) {
      blockquote footer {
        font-size: 16px;
        font-size: 1.6rem; } }

table {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (min-width: 992px) {
    table {
      font-size: 16px;
      font-size: 1.6rem; } }

tr {
  border-bottom: 1px solid #dddddd;
  background: rgba(0, 129, 163, 0.05); }
  tr:nth-child(even) {
    background: none; }
  tr:last-child {
    border-bottom: none; }

th {
  background-color: #0081a3;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 10px; }

td {
  overflow-wrap: break-word;
  padding: 10px;
  vertical-align: text-top; }
  @media (min-width: 992px) {
    td {
      overflow-wrap: normal; } }

hr {
  margin: 30px 0; }

.embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100% !important; }
  .embed iframe,
  .embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img.left {
  float: left;
  margin-right: 10px; }

img.right {
  float: right;
  margin-left: 10px; }

img.center {
  clear: both;
  display: block;
  margin: 10px auto; }

.page-title {
  margin-bottom: 45px; }

.sub-title {
  margin-bottom: 30px; }

.intro-text {
  font-size: 25px;
  line-height: 33px;
  font-weight: 400; }

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

.dropdown-table {
  width: 100%;
  margin: 30px 0; }
  .dropdown-table th {
    font-weight: 900;
    border-radius: 8px 8px 0 0; }
  .dropdown-table tbody {
    display: none; }
  .dropdown-table tbody tr td:first-child {
    font-weight: 300; }
  .dropdown-table .dropdown-table--toggle {
    display: block;
    color: #ffffff;
    line-height: 24px;
    line-height: 2.4rem;
    padding-right: 30px;
    background: url("/resources/themes/tearawhiti/images/table-arrow-down.png") right no-repeat; }
    @media (min-width: 992px) {
      .dropdown-table .dropdown-table--toggle {
        line-height: 24px;
        line-height: 2.4rem; } }
    .dropdown-table .dropdown-table--toggle:hover, .dropdown-table .dropdown-table--toggle:focus, .dropdown-table .dropdown-table--toggle:active {
      color: #ffffff;
      text-decoration: none; }
    .dropdown-table .dropdown-table--toggle.open {
      background-image: url("/resources/themes/tearawhiti/images/table-arrow-up.png"); }

.js--none .dropdown-table tbody {
  display: table-row-group; }

#main-body {
  transition: margin-left .5s; }

.main-content {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .main-content {
      padding-bottom: 100px; } }

.container__mobile-full {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 576px) {
    .container__mobile-full {
      padding-left: 15px;
      padding-right: 15px; } }
  .container__mobile-full .row {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 576px) {
      .container__mobile-full .row {
        margin-left: -15px;
        margin-right: -15px; } }
  .container__mobile-full .col {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 576px) {
      .container__mobile-full .col {
        padding-left: 15px;
        padding-right: 15px; } }

.no-breadcrumbs {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .no-breadcrumbs {
      margin-bottom: 100px; } }

@media (min-width: 992px) {
  .header__full {
    position: absolute;
    width: 100%;
    max-width: 100%;
    z-index: 100; } }

@media (min-width: 992px) {
  .header--left__full {
    padding: 0; } }

.header--right {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .header--right {
      display: flex;
      justify-content: flex-end; } }

@media (min-width: 992px) {
  .header--right__full {
    padding: 0;
    float: right; } }

.header--logo {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .header--logo {
      text-align: left; } }

.header--logo-image {
  width: 305px; }

@media (min-width: 992px) {
  .header--logo__full {
    background-color: #ffffff;
    border-radius: 0 85px 85px 0;
    padding: 25px 85px 25px 45px;
    float: left;
    margin-top: 25px; } }

.header--search {
  float: right; }
  @media (min-width: 576px) {
    .header--search {
      float: none; } }
  .header--search .field {
    margin: 0; }
  .header--search fieldset {
    float: left; }
  .header--search .btn-toolbar {
    float: right; }
    .header--search .btn-toolbar input {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      clip-path: inset(50%);
      border: 0; }
      .header--search .btn-toolbar input:active, .header--search .btn-toolbar input:focus {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
        clip-path: none; }
      .header--search .btn-toolbar input:active, .header--search .btn-toolbar input:focus {
        width: 33px;
        height: 33px; }
  .header--search input[type="text"] {
    border-radius: 16px;
    border-style: solid;
    border-color: #dddddd;
    padding: 3px 10px;
    box-shadow: inset 2px 2px 2px 1px #f4f4f4; }
    .header--search input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999999; }
    .header--search input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999; }
    .header--search input[type="text"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #999999; }
    .header--search input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #999999; }

@media (min-width: 992px) {
  .header--search__full {
    margin-top: 25px;
    margin-right: 30px; } }

.header--menu {
  text-align: right;
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .header--menu {
      text-align: left;
      margin-right: 30px;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .header--menu__full {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 30px 15px 20px 15px;
    align-self: flex-start; } }

.header--menu-toggle {
  color: #c72127;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 33px;
  line-height: 3.3rem;
  padding: 10px 0 10px 50px;
  transition: 0.5s; }
  @media (min-width: 992px) {
    .header--menu-toggle {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 992px) {
    .header--menu-toggle {
      line-height: 33px;
      line-height: 3.3rem; } }
  @media (min-width: 576px) {
    .header--menu-toggle {
      padding: 10px 20px 10px 50px; } }
  .header--menu-toggle:hover, .header--menu-toggle:focus, .header--menu-toggle:active {
    color: #c72127; }
  .header--menu-toggle:before {
    position: absolute;
    content: ' ';
    width: 32px;
    height: 33px;
    margin-left: -40px;
    background-image: url("/resources/themes/tearawhiti/images/menu-button.png");
    background-repeat: no-repeat; }
  .header--menu-toggle:hover:before, .header--menu-toggle:focus:before, .header--menu-toggle:active:before {
    background-image: url("/resources/themes/tearawhiti/images/menu-button-hover.png"); }

.tohu {
  position: relative; }

@media (min-width: 1350px) {
  .tohu__vertical:before {
    content: ' ';
    position: absolute;
    width: 76px;
    height: 100%;
    margin-left: -120px;
    background: transparent url("/resources/themes/tearawhiti/images/tohu-side-vertical.png") repeat-y; } }

@media (min-width: 992px) {
  .tohu__horizontal {
    height: 31px;
    background: transparent url("/resources/themes/tearawhiti/images/tohu-sidebar-horizontal.png") repeat-x;
    background-size: cover;
    margin-bottom: 20px; } }

.field {
  margin: 20px 0; }

#Form_ContactForm input[type="text"],
#Form_ContactForm input[type="email"],
#Form_ContactForm select,
#Form_ContactForm textarea {
  min-width: 100%; }
  @media (min-width: 992px) {
    #Form_ContactForm input[type="text"],
    #Form_ContactForm input[type="email"],
    #Form_ContactForm select,
    #Form_ContactForm textarea {
      min-width: 550px; } }

#Form_ContactForm select {
  padding: 3px 0; }

.required label:after {
  content: '*';
  color: #c72127;
  margin-left: 5px; }

.primary-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s; }

.primary-nav--close {
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
  width: 33px;
  height: 33px;
  margin-left: 50px;
  background-image: url("/resources/themes/tearawhiti/images/menu-x.png");
  background-repeat: no-repeat; }
  .primary-nav--close:hover, .primary-nav--close:focus, .primary-nav--close:active {
    background-image: url("/resources/themes/tearawhiti/images/menu-x-hover.png"); }

.primary-nav--overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 1s; }

.primary-nav--menu {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 20px; }

.primary-nav--menu-item {
  position: relative; }

.primary-nav--menu-link {
  display: inline-block;
  margin-left: 30px;
  color: #4a4a4a; }
  .primary-nav--menu-link.current {
    color: #0081a3; }

.subnav--menu-link {
  font-weight: 400; }
  .subnav--menu-link.current {
    color: #0081a3; }

.primary-nav--toggle {
  display: inline-block;
  position: absolute;
  top: 3px;
  height: 20px;
  width: 20px;
  line-height: 27px;
  line-height: 2.7rem;
  background: url("/resources/themes/tearawhiti/images/arrow-menu-closed.png") center no-repeat; }
  @media (min-width: 992px) {
    .primary-nav--toggle {
      line-height: 27px;
      line-height: 2.7rem; } }
  .primary-nav--toggle.open {
    background-image: url("/resources/themes/tearawhiti/images/arrow-menu-open.png"); }

.subnav--menu {
  display: none; }

.js--none .subnav--menu {
  display: block; }

.breadcrumbs {
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    .breadcrumbs {
      margin-bottom: 55px; } }

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

.feature-image {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .feature-image {
      margin-bottom: 55px; } }

.feature-image--wrapper {
  display: inline-block;
  position: relative;
  right: -50%; }

.feature-image--image {
  position: relative;
  left: -50%;
  max-width: unset; }

.feature-image__landing {
  height: 450px; }

.feature-image__content {
  height: 240px; }

.toplinks {
  margin: 20px 15px; }
  @media (min-width: 576px) {
    .toplinks {
      margin: 20px 30px; } }
  @media (min-width: 992px) {
    .toplinks {
      display: flex; } }

.toplink {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #c72127;
  border-radius: 4px; }
  @media (min-width: 992px) {
    .toplink {
      width: 25%;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 30px; }
      .toplink:last-child {
        margin-right: 0; } }
  .toplink:nth-child(even) {
    background-color: #4d4d72; }

.toplink--link {
  display: block;
  position: relative;
  color: #ffffff; }
  .toplink--link:hover, .toplink--link:focus, .toplink--link:active {
    color: #ffffff; }

.toplink--icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.toplink--title {
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  margin-bottom: 0;
  margin-right: 40px; }
  @media (min-width: 992px) {
    .toplink--title {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 992px) {
    .toplink--title {
      line-height: 29px;
      line-height: 2.9rem; } }

.landing-tiles {
  margin-top: 40px;
  margin-bottom: 40px; }

.landing-tile {
  width: 100%;
  background: rgba(77, 77, 114, 0.05); }
  .landing-tile:nth-child(even) {
    background: rgba(77, 77, 114, 0.15); }

@media (min-width: 992px) {
  .landing-tiles--row {
    display: flex; }
    .landing-tiles--row .landing-tile {
      background: rgba(77, 77, 114, 0.05); }
      .landing-tiles--row .landing-tile:nth-child(even) {
        background: rgba(77, 77, 114, 0.15); }
    .landing-tiles--row:nth-child(even) .landing-tile {
      background: rgba(77, 77, 114, 0.15); }
      .landing-tiles--row:nth-child(even) .landing-tile:nth-child(even) {
        background: rgba(77, 77, 114, 0.05); } }

@media (min-width: 992px) {
  .landing-tiles--row__2 .landing-tile {
    width: 50%; } }

@media (min-width: 992px) {
  .landing-tiles--row__3 .landing-tile {
    width: 33.3333333%; } }

.landing-tile--content {
  padding: 30px; }

.landing-tile--outer {
  position: relative;
  overflow: hidden; }

.landing-tile--image-wrapper {
  display: inline-block;
  position: relative;
  right: -50%; }

.landing-tile--image {
  position: relative;
  left: -50%;
  max-width: unset; }

.landing-tile--link {
  color: #4d4d72; }
  .landing-tile--link:hover, .landing-tile--link:focus, .landing-tile--link:active {
    color: #4d4d72; }

.landing-tile--title {
  color: #4d4d72; }

.landing-tile--text {
  margin-bottom: 0; }

.sidebar {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .sidebar {
      margin-top: 0; } }

.sidebar__contact {
  margin-top: 0;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .sidebar__contact {
      margin: 0; } }

.sidebar--link-block {
  background-color: #f4f4f4;
  border-radius: 8px; }
  @media (min-width: 992px) {
    .sidebar--link-block {
      padding-top: 20px; } }

.sidebar--link-content {
  padding: 20px; }
  .sidebar--link-content > *:last-child {
    margin-bottom: 0; }

.sidebar--title {
  color: #646464;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-weight: 900;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .sidebar--title {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 992px) {
    .sidebar--title {
      line-height: 17px;
      line-height: 1.7rem; } }

.sidelink {
  margin-bottom: 30px; }
  .sidelink:last-child {
    margin-bottom: 0; }

.sidelink--link {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .sidelink--link {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    .sidelink--link {
      line-height: 24px;
      line-height: 2.4rem; } }
  .sidelink--link[target="_blank"] {
    background: transparent url("/resources/themes/tearawhiti/images/external.png") no-repeat right 2px;
    padding-right: 30px; }
  .sidelink--link[target="_blank"]:hover, .sidelink--link[target="_blank"]:focus, .sidelink--link[target="_blank"]:active {
    background-image: url("/resources/themes/tearawhiti/images/external-hover.png"); }

.sidelink--description {
  margin-bottom: 0; }

.search-results--results {
  list-style: none; }

.search-results--result {
  margin: 30px 0; }

.search-results--result-header {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .search-results--result-header {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 992px) {
    .search-results--result-header {
      line-height: 22px;
      line-height: 2.2rem; } }

.search-results--form {
  display: flex;
  margin-bottom: 10px; }
  .search-results--form fieldset {
    width: 70%; }
    .search-results--form fieldset .field {
      margin: 0; }
    .search-results--form fieldset input[type="text"] {
      width: 100%; }

.pagination {
  text-align: center; }

.pagination__search {
  margin-top: 55px; }

.pagination--list {
  list-style: none; }

.pagination--list-item {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 5px 10px; }
  @media (min-width: 992px) {
    .pagination--list-item {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 992px) {
    .pagination--list-item {
      line-height: 22px;
      line-height: 2.2rem; } }

/* 
 * Styling for the Homepage Carousel.  Taken from default Slick styling and modified accordingly
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 25px 20px 50px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 20px;
      width: 20px;
      background-color: transparent;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      margin: 10px 5px 10px 0;
      border-radius: 100%;
      border: 2px solid #ffffff; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        transition: background-color 800ms ease-in-out;
        background-color: #ffffff; }
    .slick-dots li.slick-active button {
      transition: background-color 800ms ease-in-out;
      background-color: #ffffff; }

.carousel {
  display: none; }
  @media (min-width: 992px) {
    .carousel {
      display: block; } }

.carousel--item {
  max-height: 760px;
  position: relative;
  overflow: hidden; }

.carousel--wrapper {
  display: inline-block;
  position: relative;
  right: -50%; }

.carousel--image {
  position: relative;
  left: -50%;
  max-width: unset; }

.sitemap-page ul {
  list-style: none;
  margin: 0; }
  .sitemap-page ul li {
    margin: 20px 0; }
  .sitemap-page ul > a:last-child, .sitemap-page ul > li:last-child {
    margin-bottom: 0; }
.sitemap-page .page-toggle {
  display: inline-block;
  vertical-align: top; }
.sitemap-page .page-toggle__children {
  display: inline-block;
  max-width: 90%; }

.sitemap-page .sitemap--list {
  margin-top: 50px; }

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 50vh 0 50vh #222222;
  background: #222222 url("/resources/themes/tearawhiti/images/tohu-footer.png"); }

.footer a {
  color: #ffffff; }
  .footer a:hover, .footer a:focus, .footer a:active {
    color: #ffffff;
    text-decoration: underline; }

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.footer-logo--link {
  display: block; }

.footer-logo--image {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .footer-logo--image {
      float: right;
      margin-top: 0; } }

.home--banner-wrapper {
  position: relative; }

.home--mobile-feature {
  max-height: 300px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .home--mobile-feature {
      display: none; } }

.home--mobile-feature-wrapper {
  display: inline-block;
  position: relative;
  right: -50%; }

.home--mobile-feature-image {
  position: relative;
  left: -50%;
  max-width: unset; }

.home--video-wrapper {
  margin: 20px 15px;
  padding: 0; }
  @media (min-width: 576px) {
    .home--video-wrapper {
      margin: 20px 30px; } }
  @media (min-width: 992px) {
    .home--video-wrapper {
      position: absolute;
      left: 0;
      bottom: 80px;
      margin: 0;
      background-color: #ffffff;
      border-radius: 0 85px 85px 0;
      padding: 25px 65px 25px 45px; } }

.home--video-title {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 56px;
  line-height: 5.6rem;
  font-weight: 300;
  color: #4a4a4a;
  margin-bottom: 1rem;
  display: inline-block; }
  @media (min-width: 992px) {
    .home--video-title {
      font-size: 56px;
      font-size: 5.6rem; } }
  @media (min-width: 992px) {
    .home--video-title {
      line-height: 56px;
      line-height: 5.6rem; } }

.home--video-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem; }
  @media (min-width: 992px) {
    .home--video-subtitle {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    .home--video-subtitle {
      line-height: 32px;
      line-height: 3.2rem; } }

.home--video-link {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 54px;
  margin-left: 30px;
  border-radius: 100%;
  background-color: #4d4d72; }
  .home--video-link:hover, .home--video-link:focus, .home--video-link:active {
    background-color: #c72127; }

.home--video-play {
  position: absolute;
  top: 14px;
  left: 17px; }

.home--content {
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .home--content {
      min-height: 400px;
      margin-top: 100px;
      margin-bottom: 100px; } }

.home--title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 47px;
  line-height: 4.7rem;
  font-weight: 400;
  color: #4a4a4a; }
  @media (min-width: 992px) {
    .home--title {
      font-size: 64px;
      font-size: 6.4rem; } }
  @media (min-width: 992px) {
    .home--title {
      line-height: 64px;
      line-height: 6.4rem; } }

.home--tohu {
  display: none; }
  @media (min-width: 992px) {
    .home--tohu {
      display: block;
      float: left;
      margin-right: 40px; } }

.sitebanner {
  width: 100%; }
  .sitebanner--info {
    background-color: #007fad; }
  .sitebanner--warning {
    background-color: #d93a17; }
  .sitebanner--alert {
    background-color: #c60000; }

.sitebanner__container {
  width: auto;
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 576px) {
    .sitebanner__container {
      margin-left: auto;
      margin-right: auto; } }

.sitebanner__content {
  color: #ffffff;
  display: inline-block;
  padding: 20px 20px 20px 50px; }
  .sitebanner__content p {
    margin: 0;
    padding: 0;
    height: 100%; }
  .sitebanner__content a {
    color: #ffffff;
    text-decoration: underline; }
    .sitebanner__content a:hover, .sitebanner__content a:focus {
      text-decoration-color: #000000; }
  .sitebanner__content::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    width: 32px;
    height: 32px; }
  .sitebanner__content--info::before {
    background-image: url("/resources/themes/tearawhiti/images/icons/info-white.svg"); }
  .sitebanner__content--warning::before {
    background-image: url("/resources/themes/tearawhiti/images/icons/info-white.svg"); }
  .sitebanner__content--alert::before {
    background-image: url("/resources/themes/tearawhiti/images/icons/alert-white.svg"); }

.sitebanner__content--close {
  padding-right: 50px; }

.sitebanner__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/resources/themes/tearawhiti/images/icons/close-white.svg");
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
