@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

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

.field--name-field-gallery-items .field--type-image:before, .field--name-field-gallery-items .field--type-image:after,
#edit-actions:before,
#edit-actions:after,
.video.pause:before,
.video.pause:after,
.video.play:before,
.video.play:after,
.menu_toggle:before,
.menu_toggle:after,
.au-direction-link--left:before,
.au-direction-link--left:after,
.au-direction-link:before,
.au-direction-link:after,
.external-link:before,
.external-link:after,
.search-filter_holder .category:before,
.search-filter_holder .category:after,
form > .form-actions:before,
form > .form-actions:after,
.view-filters .form-wrapper > legend:before,
.view-filters .form-wrapper > legend:after,
.dropdown:before,
.dropdown:after,
[class^='icon-']:before,
[class^='icon-']:after,
[class*=' icon-']:before,
[class*=' icon-']:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
  content: "\e92a";
}

.icon-dashboard:before {
  content: "\e926";
}

.icon-fast-forward:before {
  content: "\e927";
}

.icon-reverse:before {
  content: "\e928";
}

.icon-volume-slider:before {
  content: "\e922";
}

.icon-scrubber:before {
  content: "\e91d";
}

.icon-text:before {
  content: "\e921";
}

.icon-sliderforscrubber:before {
  content: "\e924";
}

.icon-book:before {
  content: "\e911";
}

.icon-close:before {
  content: url("../images/svg/close_x.svg");
}

.icon-enlarge:before {
  content: "\e913";
}

.icon-gears:before {
  content: "\e914";
}

.icon-help:before {
  content: "\e915";
}

.icon-increase-font:before {
  content: "\e91b";
}

.icon-listen:before {
  content: "\e91c";
}

.icon-pause:before {
  content: "\e91e";
}

.icon-play:before {
  content: "\e91f";
}

.icon-scalable:before {
  content: "\e920";
}

.icon-settings:before {
  content: "\e923";
}

.icon-stop:before {
  content: "\e925";
}

.icon-translate:before {
  content: "\e929";
}

.icon-volume-trigger:before {
  content: "\e92b";
}

.icon-recurring:before {
  content: "\e904";
  margin-right: 8px;
}

.icon-disabled:before {
  content: "\e902";
  margin-right: 8px;
}

.icon-pt:before {
  content: "\e903";
  margin-right: 8px;
}

.icon-copylink:before {
  content: '\e901';
  margin-right: 8px;
}

.icon-location:before {
  content: '\e916';
}

.icon-time:before {
  content: '\e917';
}

.icon-Logofordark:before {
  content: '\e900';
}

.icon-left:before {
  content: '\e905';
}

.icon-play:before,
.gallery-nav .icon-right:before,
.slider-nav .icon-right:after {
  content: '\e906';
}

.icon-search:before {
  content: url("../images/svg/search_icon.svg");
}

.icon-search-blue:before {
  content: url("../images/svg/search_icon_blue.svg");
}

.icon-search-green:before {
  content: url("../images/svg/search_icon_green.svg");
}

.icon-navdraw:before {
  content: url("../images/svg/mobile_menu.svg");
}

.icon-close:before {
  content: url("../images/svg/close_x.svg");
}

.icon-pause:before {
  content: '\e909';
}

.icon-doc:before {
  content: '\e90d';
}

.icon-pdf:before {
  content: '\e90a';
}

.icon-External-Link:before {
  content: '\e90b';
}

.icon-sitenetwork:before {
  content: '\e918';
  margin-right: 10px;
}

.icon-filter:before {
  content: '\e90c';
  margin-right: 8px;
}

.icon-subscribe:before {
  content: '\e90e';
}

.icon-whatson:before {
  content: '\e90f';
}

.icon-sharefacebook:before {
  content: '\e910';
}

.icon-share-tweet:before {
  content: '\e919';
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARPQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARGQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARDQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4AROQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARBQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARNQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARMQ_mu72BiBLE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4ARCQ_mu72Bi.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyOzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyHzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyCzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyPzW1IPriezag.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyAzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyMzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyNzW1IPriezag.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(https://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZuyDzW1IPrie.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr6DRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr4TRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5DRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr6TRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5jRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr6jRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr6zRASf6M7VBj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRASf6M7Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVadyBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVYNyBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZdyBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVaNyBx2pqPIif.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZ9yBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVa9yBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVatyBx2pqPIif.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.au-body form .radios--wrapper span.fieldset-legend {
  padding-right: 5rem;
}

.au-body form > .form-wrapper fieldset.form-item legend {
  padding: 0;
}

.au-body form > .form-wrapper fieldset.form-item legend span:not(.visually-hidden) {
  padding: 1rem 0;
}

.au-body form .form-managed-file .form-type-checkbox label.au-control-input span.au-control-input__text {
  margin-top: 10px;
  margin-bottom: 6px;
}

.au-body form .form-managed-file span.file--image {
  display: block;
  padding: 20px 20px 20px 0;
}

.au-body .article-content form.webform-submission-form {
  overflow: hidden;
}

.au-body .article-content form.webform-submission-form #captcha {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .au-body .article-content form.webform-submission-form #captcha {
    padding: 10px 18px;
  }
}

.au-body .article-content form.webform-submission-form .form-item input {
  width: 100%;
}

.au-body .article-content form.webform-submission-form .form-item .form-type-datetime .container-inline {
  min-width: 345px;
}

@media screen and (max-width: 496px) {
  .au-body .article-content form.webform-submission-form .form-item .form-type-datetime .container-inline {
    min-width: auto;
  }
  .au-body .article-content form.webform-submission-form .form-item .form-type-datetime .container-inline .form-date {
    margin-bottom: 10px;
  }
}

.au-body .article-content form.webform-submission-form .form-actions {
  text-align: center;
}

.au-body .article-content form.webform-submission-form .js-webform-type-fieldset .form-text,
.au-body .article-content form.webform-submission-form .js-webform-type-fieldset .form-email,
.au-body .article-content form.webform-submission-form .js-webform-type-fieldset .form-textarea {
  width: 100%;
}

.au-body .article-content form.webform-submission-form .form-managed-file {
  max-width: 339px;
}

@media screen and (min-width: 1200px) {
  .au-body .article-content form.webform-submission-form .form-managed-file {
    max-width: none;
  }
}

@media screen and (min-width: 880px) and (max-width: 1024px) {
  .au-body .article-content form.webform-submission-form .form-managed-file {
    max-width: none;
  }
}

.au-body .article-content form.node-community-directory-form {
  overflow: hidden;
}

.au-body .article-content form.node-community-directory-form #captcha {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .au-body .article-content form.node-community-directory-form #captcha {
    padding: 10px 18px;
  }
}

.au-body .article-content form.node-community-directory-form .file-upload {
  max-width: none !important;
}

.au-body .article-content form.node-community-directory-form .form-item {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.personalisation_page {
  margin-top: -18px;
}

.personalisation_page .password-strength__indicator.is-weak {
  background-color: red;
}

.personalisation_page .password-strength__indicator.is-good {
  background-color: yellow;
}

.personalisation_page .password-strength__indicator.is-fair {
  background-color: orange;
}

.personalisation_page .password-strength__indicator.is-strong {
  background-color: green;
}

.personalisation_page .au-page-alerts-success {
  border-color: #39082b !important;
}

.personalisation_page .au-page-alerts-success:before {
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .personalisation_page header {
    padding-top: 1rem !important;
  }
}

.personalisation_page #block-whitehorse-uplift-tabs {
  background: #ffffff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 20px 0 rgba(39, 67, 80, 0.09);
  height: 50px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .personalisation_page #block-whitehorse-uplift-tabs {
    height: 215px;
  }
}

.personalisation_page nav .row .col-sm-6 {
  margin-top: 66px;
  background: #efefef;
  height: 64px;
  padding: 0;
  z-index: 3;
}

.personalisation_page nav .row .col-sm-6 p {
  position: absolute;
  margin-top: -3.5rem;
  font-size: 1.3rem;
}

.personalisation_page nav .row .col-sm-6 .first-login-steps {
  margin-top: 100px;
  padding: 15px;
  background: #efefef;
}

.personalisation_page nav .row .col-sm-6 .first-login-steps b {
  padding: 20px;
}

.personalisation_page nav .row .col-sm-6 h1 {
  margin-top: -95px;
  padding: 20px 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .personalisation_page nav .row .col-sm-6 h1 {
    padding: 20px 44px;
  }
}

@media screen and (max-width: 767px) {
  .personalisation_page nav .row .col-sm-6 h1 {
    padding: 35px 20px 15px;
    font-size: 1.8rem;
  }
}

.personalisation_page nav .row .col-sm-6 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 44px 0;
}

@media screen and (max-width: 767px) {
  .personalisation_page nav .row .col-sm-6 ul {
    background: #efefef;
    padding: 0 20px;
  }
}

.personalisation_page nav .row .col-sm-6 ul li {
  padding: 12px;
  width: 42%;
  text-align: center;
}

.personalisation_page nav .row .col-sm-6 ul li a {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #39082b;
  text-decoration: none;
  line-height: 0.9rem;
}

@media screen and (max-width: 767px) {
  .personalisation_page nav .row .col-sm-6 ul li a {
    font-size: 0.85rem;
  }
}

.personalisation_page nav .row .col-sm-6 ul li.is-active a {
  background: #39082b;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .personalisation_page nav .row .col-sm-6 ul li {
    padding: 5px 1px;
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .personalisation_page nav .row .col-sm-6 {
    width: 100%;
    margin-top: 156px;
  }
}

@media screen and (max-width: 767px) {
  .personalisation_page nav .row .col-sm-6 {
    background: none;
    margin-top: 119px;
  }
}

.personalisation_page .row .col-sm-6 .au-page-alerts {
  width: 100%;
}

.personalisation_page .row .col-sm-6 .au-page-alerts--success {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .personalisation_page .row .col-sm-6 .au-page-alerts--success {
    margin-top: -60px;
  }
}

.personalisation_page .page-admin + main .container {
  max-width: 1300px;
  margin: auto;
}

.personalisation_page .page-admin + main .chosen-container {
  max-width: 100%;
}

.personalisation_page .page-admin + main .article-content-start .block-system-breadcrumb-block {
  display: none;
  margin-left: -45px;
  margin-top: -17px;
}

.personalisation_page .page-admin + main .form-submit {
  border-radius: 16px;
}

.personalisation_page .page-admin + main .region-content-top {
  background: none;
  padding-top: 0;
}

.personalisation_page .page-admin + main .region-content-top .col-sm-6 {
  padding: 24px 60px 0;
  background: none;
}

@media screen and (max-width: 1024px) {
  .personalisation_page .page-admin + main .region-content-top .row {
    background: #fff;
  }
}

.personalisation_page .page-admin + main .region-content .status_message .col-sm-6 .au-page-alerts--warning {
  margin-top: 40px;
}

.personalisation_page .page-admin + main .row {
  background: none;
}

.personalisation_page .page-admin + main .col-sm-6 {
  padding: 0 60px;
  background: #fff;
}

.personalisation_page .page-admin + main .col-sm-6 h1 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .personalisation_page .page-admin + main .col-sm-6 {
    width: 100%;
    padding: 0 44px;
  }
}

@media screen and (max-width: 767px) {
  .personalisation_page .page-admin + main .col-sm-6 {
    width: 100%;
    padding: 0 20px;
  }
}

.personalisation_page .page-admin + main .user-login-form .description {
  display: none;
}

.personalisation_page .page-admin + main .user-login-form .forgot-password-register {
  position: absolute;
  right: 60px;
}

.personalisation_page .page-admin + main form.user-form .form-item {
  display: block;
  text-align: left;
}

.personalisation_page .page-admin + main form.user-form fieldset {
  border-bottom: 1px solid #e0e0e0;
}

.personalisation_page .page-admin + main form.user-form fieldset:last-of-type {
  border-bottom: none;
}

.personalisation_page .page-admin + main form.user-form input[type="submit"] {
  width: 42% !important;
}

.personalisation_page .page-admin + main form.user-login-form .form-item {
  border-bottom: 1px solid #e0e0e0;
}

.personalisation_page .page-admin + main form .description {
  padding-bottom: 0;
}

.personalisation_page .page-admin + main form .form-actions {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.personalisation_page .page-admin + main form #edit-cancel {
  width: 100%;
}

.personalisation_page .page-admin + main form #edit-actions {
  background: none;
  border-bottom: 1px solid #efefef;
  display: inline-block;
  text-align: right;
}

.personalisation_page .page-admin + main form .form-actions {
  background: none;
}

.personalisation_page .page-admin + main form label {
  display: block;
  font-weight: 500;
  padding: 0 0 10px 0;
}

.personalisation_page .page-admin + main form input,
.personalisation_page .page-admin + main form select,
.personalisation_page .page-admin + main form .chosen-container {
  max-width: 100% !important;
}

.personalisation_page .page-admin + main form .form-required:after {
  right: 10px;
}

.personalisation_page .page-admin + main form #edit-back-button {
  color: #39423f;
  background-color: #fff;
  border: 1px solid #828282;
  float: left;
}

.personalisation_page .page-admin + main form#views-exposed-form-related-content-block-6 {
  margin-top: 0 !important;
}

.personalisation_page .page-admin + main form input[type="submit"] {
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .personalisation_page .page-admin + main form input[type="submit"] {
    min-width: 183px;
  }
}

.personalisation_page .page-admin + main form fieldset p {
  margin: -110px 0 0 -50px;
}

.personalisation_page .page-admin + main form fieldset p b {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 300;
  color: #274350;
}

@media (max-width: 1024px) {
  .personalisation_page .page-admin + main form fieldset p {
    margin: -50px 0 0 0;
  }
}

@media (max-width: 767px) {
  .personalisation_page .page-admin + main form fieldset p {
    margin: 0;
    padding-top: 40px;
  }
  .personalisation_page .page-admin + main form fieldset p b {
    font-size: 1.5rem;
  }
}

.personalisation_page .page-admin + main form fieldset b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.41px;
  line-height: 24px;
}

.personalisation_page .page-admin + main form fieldset #adjust-your-interests legend,
.personalisation_page .page-admin + main form fieldset #email-subscription legend {
  padding: 1rem 0 0 0;
}

.personalisation_page .page-admin + main form fieldset .form-required {
  letter-spacing: 0.94px;
}

.personalisation_page .page-admin + main form fieldset #manage-password .fieldset-legend {
  font-size: 14px;
  letter-spacing: 0.82px;
  line-height: 16px;
  font-weight: normal;
}

.personalisation_page .page-admin + main form fieldset #manage-password .fieldset-legend b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.41px;
}

.personalisation_page .page-admin + main form fieldset .fieldset-legend {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.41px;
}

.personalisation_page .page-admin + main form fieldset .description {
  font-size: 14px;
  letter-spacing: 0.82px;
  line-height: 20px;
}

.personalisation_page .page-admin + main form fieldset label {
  padding-top: 10px;
  letter-spacing: 0.94px;
}

.personalisation_page .page-admin + main form fieldset #edit-account-deletion-text p.account_deletion_text {
  margin: 0;
}

.personalisation_page .page-admin + main form.poll-view-form {
  margin-top: 0 !important;
  display: block;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent b {
  margin-top: 10px;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent .email_hr {
  border-top: 2px solid #efefef !important;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent p {
  font-size: 1rem;
  font-weight: 300;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent .row .col-sm-6 {
  margin: 0 0 0 0;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  z-index: 9;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent .row .col-sm-6 .verify-email-msg {
  top: -55px;
  position: absolute;
  z-index: 9;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent #edit-footer-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent #edit-footer-after p {
  width: 60%;
}

.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent #edit-footer-after a {
  position: absolute;
  right: 7rem;
  color: #4F0D3C;
  font-size: 0.875rem;
  text-decoration: none;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent {
    background: none;
  }
}

.personalisation_page .page-admin + main #block-views-block-related-content-block-6 {
  margin-top: 40px;
}

.personalisation_page .page-admin + main #block-views-block-related-content-block-6 .paragraph-content h2 {
  font-weight: 600;
  font-size: 2rem;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .personalisation_page .page-admin + main #block-views-block-related-content-block-6 .paragraph-content h2 {
    font-weight: 500;
  }
}

.personalisation_page .page-admin + main #block-views-block-related-content-block-6 .paragraph-content .pill {
  display: none;
}

.personalisation_page .page-admin + main #block-views-block-related-content-block-6 .paragraph-content .view-header p a {
  background-color: #ffffff;
  right: 0;
  border: 1px solid lightgray;
  border-radius: 20px;
  padding: 5px 30px;
  letter-spacing: 0.2px;
  font-size: 0.9375rem;
  position: absolute;
  top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.personalisation_page .page-admin + main .paragraph--type--social .paragraph-content.container {
  margin: 120px 16px 0 16px;
}

.personalisation_page .page-admin + main .paragraph-content.container {
  margin: 0 16px;
}

.personalisation_page .page-admin + main .flexible-zone {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 21.4rem;
  width: 123.7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .personalisation_page .page-admin + main .flexible-zone {
    width: 100%;
  }
}

.personalisation_page .page-admin + main .flexible-zone .col-sm-6 {
  padding-bottom: 30px;
}

.personalisation_page .page-admin + main .user-flexible-form.user-form {
  margin-top: 0 !important;
  width: 100%;
}

.personalisation_page .page-admin + main .flexible-zone .status_message {
  display: none;
}

.personalisation_page .line.region-hero-banner {
  display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .personalisation_page .line.region-hero-banner {
    display: block;
    margin-bottom: 108px !important;
  }
}

.personalisation_page .poll h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.personalisation_page .poll .form-item-choice {
  padding-left: 10px;
}

.personalisation_page .poll .form-item-choice:first-of-type {
  margin-top: 10px;
}

.personalisation_page .poll label.au-control-input {
  padding-top: 0;
}

.personalisation_page #edit-field-mail-0 {
  display: none;
}

@media (max-width: 1299px) {
  .personalisation_page .au-body .article-content form {
    margin-top: 16px !important;
  }
}

.personalisation_page #block-whitehorse-uplift-flexiblezone .flexible-zone .col-sm-6 {
  padding: 0 20px;
}

.personalisation_page .au-body .navigation .five.menu_l1:after {
  height: 116px;
}

.personalisation_page .au-accordion__body-wrapper p {
  margin-top: 20px !important;
}

.path-user .page-admin + main .row,
.path-user .page-admin + main .col-sm-3 {
  background: none;
}

.path-user .personalisation_page .row .col-sm-6 .au-page-alerts--success {
  margin-bottom: 50px;
}

/* Backlog 676 spacing issue */
.user-logged-in.personalisation_page {
  /*Backlog 682*/
  /*Backlog 666 */
}

.user-logged-in.personalisation_page .block-system-breadcrumb-block {
  display: block !important;
}

.user-logged-in.personalisation_page .article-content-start {
  z-index: 4;
}

.user-logged-in.personalisation_page #block-whitehorse-uplift-flexiblezone #block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-title .field-content a {
  text-decoration: underline;
}

.user-logged-in.personalisation_page #block-whitehorse-uplift-flexiblezone #block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-field-date-of-major-update {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4f0d3c;
  font-weight: 700;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: capitalize;
}

.user-logged-in.personalisation_page .page-admin + main .row,
.user-logged-in.personalisation_page .page-admin + main [class^="col"] {
  background: none !important;
}

@media (max-width: 767) {
  .user-logged-in.personalisation_page .page-admin + main .row,
  .user-logged-in.personalisation_page .page-admin + main [class^="col"] {
    padding-top: 30px;
  }
}

.user-logged-in.personalisation_page .page-admin + main #block-whitehorse-uplift-mainpagecontent .row .col-sm-6 {
  margin: 70px 0 0 0;
}

.user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container {
  padding: 0;
  width: 50%;
  background: transparent;
  right: 0;
  position: absolute;
  top: 200px;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container {
    display: initial;
    position: unset;
  }
  .user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container img {
    max-width: 500px;
  }
}

.user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container .flexible-zone {
  background: none !important;
}

.user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container .flexible-zone .col-sm-6 {
  max-width: 307px;
  border: 1px solid #efefef;
  padding: 15px;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container .flexible-zone .col-sm-6 {
    margin-top: 30px;
    width: unset;
    height: unset;
  }
}

.user-logged-in.personalisation_page .block-whitehorse-uplift-personalisation-flexible-zone-block .container + .container p {
  font-size: 16px;
}

.user-logged-in.personalisation_page .flexible-zone {
  background: white !important;
  /* Backlog 682 */
}

.user-logged-in.personalisation_page .flexible-zone p {
  font-size: 16px;
}

.user-logged-in.personalisation_page .flexible-zone [class^="col"]:nth-child(2) {
  border-bottom: 1px solid #f7f7f7;
}

.user-logged-in.personalisation_page .flexible-zone [class^="col"]:nth-child(2) h4:first-child {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  color: #274350;
}

.user-logged-in.personalisation_page .flexible-zone [class^="col"]:nth-child(3) h4:first-child {
  color: #26302c;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}

.user-logged-in.personalisation_page .flexible-zone #digitalid-verify {
  text-align: center;
  margin-bottom: 20px;
}

.user-logged-in.personalisation_page .flexible-zone #digitalid-verified {
  display: none;
  width: 100%;
  height: 30px;
  margin: 0 100px 20px 100px;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page .flexible-zone {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .user-logged-in.personalisation_page .flexible-zone {
    margin-top: 115px !important;
  }
}

.user-logged-in.personalisation_page #digitalid-verified {
  background-image: url(/themes/custom/whitehorse_uplift/images/svg/digitalid-logo.svg), url(/themes/custom/whitehorse_uplift/images/svg/Verified.svg);
  background-repeat: no-repeat;
  background-position: left, center;
}

.user-logged-in.personalisation_page .layout--onecol #digitalid-verify {
  margin-top: 30px;
}

.user-logged-in.personalisation_page .layout--onecol #digitalid-verified {
  border-bottom: 2px solid #e0e0e0;
  background-size: 20%;
  margin-top: 30px;
}

.user-logged-in.personalisation_page .layout--onecol #digitalid-verified .form-item-field-digi-0-value label {
  font-size: 0;
}

.user-logged-in.personalisation_page .layout--onecol #digitalid-verified input {
  display: none;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page #block-whitehorse-uplift-tabs {
    height: 0;
  }
}

.user-logged-in.personalisation_page nav .row .col-sm-6 {
  background: none;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page nav .row .col-sm-6 {
    margin-top: 20px;
  }
}

.user-logged-in.personalisation_page .tabs-primary {
  margin-top: -3.9rem;
  padding: 0px !important;
}

.user-logged-in.personalisation_page .tabs-primary li:nth-child(1) a:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: "";
  width: 25px;
  height: 25px;
  padding-top: 17px;
  background-image: url(/themes/custom/whitehorse_uplift/images/menu-home-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.user-logged-in.personalisation_page .tabs-primary li:nth-child(2) a:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: "";
  width: 25px;
  height: 25px;
  padding-top: 17px;
  background-image: url(/themes/custom/whitehorse_uplift/images/menu-account-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.user-logged-in.personalisation_page .tabs-primary li:nth-child(3) a:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: "";
  width: 25px;
  height: 25px;
  padding-top: 17px;
  background-image: url(/themes/custom/whitehorse_uplift/images/menu-pay-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.user-logged-in.personalisation_page .tabs-primary li {
  width: unset !important;
  padding: unset !important;
}

.user-logged-in.personalisation_page .tabs-primary li a {
  color: #4F0D3C;
  border: none !important;
  padding: 10px 10px;
}

.user-logged-in.personalisation_page .tabs-primary li.is-active {
  border-bottom: 3px solid #4F0D3C;
}

.user-logged-in.personalisation_page .tabs-primary li.is-active a {
  background: none !important;
  color: #4F0D3C !important;
}

.user-logged-in.personalisation_page .tabs-primary.first-login-steps {
  margin-top: unset;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .user-logged-in.personalisation_page .tabs-primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .user-logged-in.personalisation_page .tabs-primary {
    margin-top: 30px;
    margin-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none !important;
    width: 80% !important;
  }
}

.user-logged-in.personalisation_page .view-footer p {
  text-align: center;
  max-width: unset;
}

.user-logged-in.personalisation_page .view-footer p a {
  font-weight: 300 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 1299px) {
  .user-logged-in.personalisation_page .view-footer p a {
    margin-top: 30px;
  }
}

.user-logged-in.personalisation_page #trans-navigation {
  margin-left: 50px;
  border: 1px solid #e0e0e0;
}

.user-logged-in.personalisation_page #trans-navigation h3 {
  font-weight: 300;
  line-height: 3rem;
  padding: 10px 15px;
}

.user-logged-in.personalisation_page #trans-navigation .field__item {
  border-top: 1px solid #e0e0e0;
  padding: 10px 15px;
}

.user-logged-in.personalisation_page #trans-navigation .field__item a {
  text-decoration: none !important;
  color: #4F0D3C;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page #trans-navigation {
    display: none;
  }
}

.user-logged-in.personalisation_page #block-manageaccountnavigation {
  margin-left: 50px;
}

.user-logged-in.personalisation_page #block-manageaccountnavigation h2 {
  display: none;
}

.user-logged-in.personalisation_page #block-manageaccountnavigation .field--name-body {
  border: 1px solid #e0e0e0;
}

.user-logged-in.personalisation_page #block-manageaccountnavigation .field--name-body p {
  border-bottom: 1px solid #e0e0e0;
  margin: unset;
  padding: 10px 15px;
}

.user-logged-in.personalisation_page #block-manageaccountnavigation .field--name-body p a {
  text-decoration: none;
}

.user-logged-in.personalisation_page #block-manageaccountnavigation .field--name-body p:first-child {
  color: #192320;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page #block-manageaccountnavigation {
    display: none;
  }
}

.user-logged-in.personalisation_page .view-my-transactions article p {
  font-size: 16px;
  margin-top: 60px;
}

.user-logged-in.personalisation_page .view-my-transactions article h2 {
  margin-top: -100px;
  margin-left: -50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .user-logged-in.personalisation_page .view-my-transactions article h2 {
    margin-top: -90px;
  }
}

.user-logged-in.personalisation_page .view-my-transactions article h2 a {
  text-decoration: none;
}

.user-logged-in.personalisation_page .view-my-transactions article h2 a span {
  color: #274350;
  font-size: 36px;
  line-height: 4rem;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page .view-my-transactions article h2 {
    margin-left: unset;
  }
}

@media (max-width: 767px) {
  .user-logged-in.personalisation_page .view-my-transactions article h2 {
    margin-bottom: unset;
  }
}

.user-logged-in.personalisation_page .view-my-transactions article .paragraph--type--accordion-group h2 {
  font-weight: 600;
  margin: unset;
  font-size: 18px !important;
  padding-left: 15px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .user-logged-in.personalisation_page .view-my-transactions article .paragraph--type--accordion-group h2 {
    background: white;
    margin-left: auto;
    margin-right: auto;
  }
}

.user-logged-in.personalisation_page .view-my-transactions article .paragraph--type--accordion-group a {
  font-weight: 300;
  font-size: 18px;
}

.user-logged-in.personalisation_page .view-my-transactions article .paragraph--type--accordion-group a:hover {
  color: #4f0d3c;
}

@media (max-width: 767px) {
  .user-logged-in.personalisation_page .view-my-transactions article {
    margin-top: 175px;
  }
}

@media (max-width: 1024px) {
  .user-logged-in.personalisation_page #views-element-container .views-row {
    background: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
}

.user-logged-in.personalisation_page .views-element-container .paragraph--type--upcoming-events .container .views--layout .view-content .stack.stack--detail .stack__content .stack__summary .field--name-field-interests-categories {
  display: none;
}

.password-strength__title,
.password-strength__text {
  font-weight: 600;
  font-size: 0.875rem;
}

.password-confirm {
  font-weight: 600;
  font-size: 0.875rem;
}

.logged-out {
  position: relative;
  padding-left: 25px;
}

.logged-out:before {
  content: "";
  background: url(../images/login.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.logged-in {
  position: relative;
  padding-left: 27px;
  padding-right: 5px;
}

.logged-in:before {
  content: "";
  background: url(/themes/custom/whitehorse_uplift/images/menu-logout-icon.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

#block-termsandconditionsblock {
  margin-top: 25px;
  margin-bottom: 30px;
}

#block-termsandconditionsblock h2 {
  font-size: 15px !important;
  line-height: 0.5rem !important;
}

#block-termsandconditionsblock p {
  font-size: 13px !important;
  text-align: justify;
  max-width: unset;
}

#block-termsandconditionsblock .terms-wrapper {
  max-height: 4.5rem;
  overflow: hidden;
}

#block-termsandconditionsblock .foggy {
  height: 3.5rem;
  position: absolute;
  width: 100%;
  bottom: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -webkit-linear-gradient(transparent, #fff);
  background: linear-gradient(transparent, #fff);
}

@media (min-width: 1025px) {
  #block-termsandconditionsblock .foggy {
    width: 85%;
    bottom: 110px;
  }
}

#block-termsandconditionsblock .read-all-btn {
  background: #fff;
  position: absolute;
  bottom: 120px;
  left: 40%;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 600;
  padding: 15px 70px;
}

#block-termsandconditionsblock .read-all-btn:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  #block-termsandconditionsblock .read-all-btn {
    bottom: 95px;
    left: 34%;
  }
}

.path-whitehorse-personalisation .page-admin + main form fieldset p {
  margin: -40px 0 0 -50px;
}

.path-whitehorse-personalisation #edit-ceiling {
  margin-left: -50px;
}

@media (max-width: 767px) {
  .path-whitehorse-personalisation #edit-ceiling {
    margin-top: 130px;
  }
}

.path-whitehorse-personalisation #edit-ceiling .first-login-survey {
  font-size: 18px;
  line-height: 1.2rem;
  font-weight: 700;
  color: black;
}

.path-whitehorse-personalisation #edit-ceiling p {
  margin: 10px 0 10px 0 !important;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .path-whitehorse-personalisation #edit-ceiling p {
    margin: 80px 0 10px 0 !important;
  }
}

.path-whitehorse-personalisation #edit-ceiling b {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.path-whitehorse-personalisation .js-form-item-footer-after {
  margin: 66px 0 15px 60px;
}

@media (max-width: 767px) {
  .path-whitehorse-personalisation {
    margin: 66px 0 15px 0;
  }
}

.path-whitehorse-personalisation #edit-field-interests-categories--wrapper {
  border-bottom: none;
}

.adminimal-admin-toolbar.container.contextual {
  display: none;
}

/* Backlog 666 Admin layout change */
.personalisation_page.user-logged-in.site_administrator nav .row .col-sm-6 ul,
.personalisation_page.user-logged-in.whitehorse_administrator nav .row .col-sm-6 ul,
.personalisation_page.user-logged-in.webform_creator nav .row .col-sm-6 ul,
.personalisation_page.user-logged-in.content_approver nav .row .col-sm-6 ul,
.personalisation_page.user-logged-in.content_author nav .row .col-sm-6 ul,
.personalisation_page.user-logged-in.webform_admin nav .row .col-sm-6 ul {
  width: 150%;
}

/* For mailchimp as part of newsletter subscription, check subscription.scss */
#mc_embed_signup {
  background: #fff !important;
  clear: left !important;
  font: 14px Helvetica, Arial, sans-serif !important;
}

#mc_embed_signup form {
  margin-top: unset !important;
  width: unset;
  vertical-align: unset;
}

#mc_embed_signup form input[type="submit"] {
  background-color: #2d837c !important;
}

#mc_embed_signup form input[type="submit"]:hover {
  background-color: #2d837c !important;
}

#mc_embed_signup h2 {
  display: block;
  font-size: 1.4em !important;
  font-weight: bold !important;
}

#mc_embed_signup ul {
  margin-bottom: unset !important;
}

#mc_embed_signup .mc-field-group li {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  letter-spacing: unset;
  font-family: unset;
  padding: 6px 0 !important;
}

#mc_embed_signup .mc-field-group li input[type="checkbox"] {
  opacity: unset;
  height: 20px !important;
  width: 20px !important;
}

#mc_embed_signup .mc-field-group li input {
  transition: unset;
  -webkit-transition: unset;
  height: unset;
  font-size: unset;
  line-height: unset;
  margin: unset;
}

#mc_embed_signup .mc-field-group li label {
  padding-left: 10px !important;
  font-weight: unset !important;
  line-height: unset !important;
  font-size: 12pt !important;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.skip-link {
  display: block;
  padding: 8px;
  text-align: center;
  color: #fff;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  font-size: 16px;
  line-height: 16px;
  top: 0 !important;
  margin: 0;
  padding: 0;
  color: #192320;
}

img[src='/'] {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
}

.personalisation_page .au-body main .container .main-content {
  min-height: 531px;
  background: url(/themes/custom/whitehorse_uplift/images/lake-background.png);
  background-repeat: no-repeat;
  background-position: -1110px -30px;
}

@media (max-width: 1024px) {
  .personalisation_page .au-body main .container .main-content {
    background: none;
  }
}

.rsbtn.rsexpanded .rsbtn_exp {
  display: inline-block !important;
}

.toolsopen .rsbtn_toolpanel {
  min-width: 320px !important;
}

.skiptranslate .skiptranslate {
  display: none !important;
}

.translated-ltr body {
  margin-top: 40px;
}

.translated-ltr body .skiptranslate .skiptranslate {
  display: block !important;
}

.translated-ltr body .goog-te-menu-frame {
  top: 48px !important;
}

#google_translate_element .goog-te-gadget-simple {
  position: relative;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child, #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:last-child {
  display: inline-block;
  font-weight: 600;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:last-child {
  position: absolute;
  right: 8px;
  top: 8px;
}

.goog-te-gadget .goog-te-gadget-simple {
  padding: 6px 6px 4px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  top: -1.5px;
  background-color: #EFEFEF;
}

iframe.goog-te-menu-frame {
  margin-top: 8px !important;
  background-color: #fff !important;
  z-index: 200 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 165px !important;
  height: 225px !important;
  overflow: hidden !important;
  margin-left: 25px !important;
}

@media (min-width: 1025px) {
  iframe.goog-te-menu-frame {
    top: 40px !important;
  }
}

@media (max-width: 1024px) {
  iframe.goog-te-menu-frame {
    top: 53px !important;
  }
}

@media (min-width: 1025px) {
  .adminimal-admin-toolbar iframe.goog-te-menu-frame {
    top: 90px !important;
  }
}

.goog-te-spinner-pos + .goog-te-menu-frame {
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09) !important;
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09) !important;
}

.goog-te-spinner-pos + .goog-te-menu-frame .goog-te-menu2 {
  border: 0 none !important;
}

@media (min-width: 1024px) {
  .daterangepicker {
    margin-left: -257px;
  }
  .daterangepicker.opensright:before {
    right: 9px;
    left: auto;
  }
  .daterangepicker.opensright:after {
    right: 10px;
    left: auto;
  }
}

.daterangepicker .calendar-table th {
  cursor: default;
  border-radius: 0;
}

.daterangepicker .calendar-table th.available {
  cursor: pointer;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 5px;
}

.daterangepicker .drp-buttons .btn {
  min-width: 100px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  color: #192320;
  border: 1px solid #192320;
  background-color: #fff;
  margin-bottom: 8px;
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  color: #fff;
  background-color: #192320;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  border: 0 none;
}

.list {
  margin: 0 !important;
  padding: 0 19px;
}

.au-btn {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
}

.au-tags {
  margin-bottom: -14px;
}

.au-tags > li {
  border: 0 none;
}

.au-tags > li a {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1rem;
  margin-right: 8px;
  padding: 14px 8px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .au-tags > li a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
}

@media (min-width: 1025px) {
  main {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .au-grid .mobile-component {
    display: none;
  }
}

.au-grid .paragraph--type--upcoming-events.views-field-body {
  overflow: overlay;
}

.au-grid .col-sm-3 {
  padding: 0;
}

.au-grid .col-sm-3 figure {
  margin: 0;
}

.au-grid .col-sm-3 figure {
  margin: 0;
}

.au-grid .col-sm-3 a[href^='mailto'] {
  word-break: break-all;
}

.au-grid .col-sm-3 a {
  word-break: break-word;
}

.au-grid .col-sm-3 a.btn {
  word-break: break-word;
  line-height: 1.5;
}

.au-grid .col-sm-3 .holder .btn {
  line-height: 1.5;
  width: 100%;
  padding: 9px 16px;
  word-break: normal;
}

@media (min-width: 845px) {
  .au-grid .col-sm-3 .holder .btn {
    max-width: 230px;
  }
}

.au-grid .col-sm-3 .cta-holder {
  margin-left: 0;
}

.au-grid .col-sm-3 .cta-holder > div:last-child {
  text-align: left;
  margin-bottom: 0;
}

.au-grid .col-sm-3 .cta-holder > div:last-child .btn {
  max-width: 100%;
}

.au-grid .row {
  margin: 0;
}

@media (min-width: 1025px) {
  .au-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1300px) {
  .au-grid .row {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.block-system-branding-block a {
  display: block;
}

.au-body {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  /**
 * @file
 * Element options display styles.
 *
 * @see /webform/example_layout_basic
 */
  /**
 * Display columns for devices that are more than 400px wide.
 */
  /*// No longer used
form.search-form {
  input {
    &.search-input {
      font-size: $f16;
      padding: 14px 16px!important;
      border: 1px solid $grey;
      background-color: $dark;
      width: calc(100% - 49px);
      margin-right: -10px;
      height: 49px;
      border-radius: 0;
    }
    &.submit {
      font-size: $f16;
      padding: 14px 16px;
      width: 49px;
      height: 49px;
      border: 1px solid $grey;
      color: transparent!important;
      position: relative;
      background-image: url(/themes/custom/whitehorse/images/svg/right.svg);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: 50%;
      border-radius: 0;
      cursor: pointer;
    }
  }
}*/
  /* Backlog 676 */
  /* Footer styles */
  /* ------------------------
            LAYOUT
  --------------------------*/
  /* Backlog 676 Accordion gap issue - same as live */
}

.au-body .calendar-number {
  display: block;
}

.au-body .align-center {
  text-align: center;
}

.au-body .au-select:hover,
.au-body.au-body--dark a:hover,
.au-body a:hover,
.au-body .au-text-input:hover {
  outline: none !important;
}

.au-body .field--name-field-components {
  width: 100%;
}

.au-body .field--name-field-vote {
  background: #f7f7f7;
  margin-top: 30px;
  padding: 24px;
}

@media (min-width: 768px) {
  .au-body .field--name-field-vote {
    padding-bottom: 0;
  }
}

.au-body .field--name-field-vote form {
  margin-top: 0 !important;
}

.au-body .field--name-field-vote form .form-item {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio'] + .au-control-input__text {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  padding: 7px;
  margin: 0;
  text-align: center;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio'] + .au-control-input__text:hover {
  background-color: #fcf2ec;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio']:checked + .au-control-input__text {
  background-color: #fcf2ec;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio'] + .au-control-input__text:after,
.au-body .field--name-field-vote form .au-control-input__input[type='radio']:checked + .au-control-input__text:after {
  display: block;
  position: absolute;
  bottom: -20px;
  top: auto;
  background: none;
  height: auto;
  width: auto;
  white-space: nowrap;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  font-size: 0.875rem;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio'] + .au-control-input__text:hover:after,
.au-body .field--name-field-vote form .au-control-input__input[type='radio']:checked + .au-control-input__text:hover:after {
  opacity: 1;
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio']:checked + .au-control-input__text:after {
  opacity: 0.5;
}

.au-body .field--name-field-vote form .form-item:nth-child(1)
.au-control-input__input[type='radio'] + .au-control-input__text:after {
  content: 'poor';
}

.au-body .field--name-field-vote form .form-item:nth-child(2)
.au-control-input__input[type='radio'] + .au-control-input__text:after {
  content: 'neutral';
}

.au-body .field--name-field-vote form .form-item:nth-child(3)
.au-control-input__input[type='radio'] + .au-control-input__text:after {
  content: 'good';
}

.au-body .field--name-field-vote form .au-control-input__input[type='radio'] + .au-control-input__text:before {
  display: none;
}

.au-body .field--name-field-vote form input.form-submit {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

.au-body .field--name-field-vote .field__label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.375rem;
}

@media (max-width: 767px) {
  .au-body .field--name-field-vote .field__label {
    padding-bottom: 16px;
    padding-right: 10%;
  }
}

@media (min-width: 768px) {
  .au-body .field--name-field-vote .field__label,
  .au-body .field--name-field-vote .field__item {
    display: inline-block;
    vertical-align: top;
  }
  .au-body .field--name-field-vote .field__label {
    width: 54%;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 1.375rem;
    padding-right: 10%;
  }
  .au-body .field--name-field-vote .field__item {
    width: 45%;
  }
}

.au-body .region-alert {
  width: 100%;
}

.au-body .region-alert .views-element-container {
  max-width: 1300px;
  margin: auto;
}

.au-body .region-alert .views-element-container .view-alert {
  margin-left: -webkit-calc(275px + 12px);
  margin-left: calc(275px + 12px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffcccc;
  border-bottom: solid 3px #ff3333;
}

.au-body .region-alert .views-element-container .view-alert .close-button {
  z-index: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  cursor: pointer;
}

.au-body .region-alert .views-element-container .view-alert .close-button .form-submit {
  background: transparent;
  color: #000;
  width: auto;
  height: auto;
}

.au-body .region-alert .views-element-container .view-alert .close-button .ajax-progress {
  display: none !important;
}

.au-body .region-alert .views-element-container .view-alert .view-content {
  padding: 0.5rem 1rem 0.5rem -webkit-calc(40px + 1rem);
  padding: 0.5rem 1rem 0.5rem calc(40px + 1rem);
  width: 100%;
  z-index: 1;
  line-height: 1rem;
}

.au-body .region-alert .views-element-container .view-alert .view-content::before {
  content: "!";
  width: 25px;
  height: 25px;
  border: solid 2px #ff3333;
  border-radius: 50%;
  padding: 2px 6.5px 0px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ff3333;
  display: block;
  position: absolute;
  top: 20%;
  left: 20px;
}

.au-body .region-alert .views-element-container .view-alert .view-content .field-content {
  font-size: 1rem;
  max-width: 100%;
}

.au-body .region-alert .views-element-container .view-alert .view-content .field-content a {
  font-size: 1rem;
  font-weight: bold;
  color: #313131;
}

.au-body .region-alert .views-element-container .view-alert .view-content .field-content p {
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 100%;
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  .au-body .region-alert .views-element-container .view-alert {
    margin-left: 0;
  }
}

.au-body .field--name-field-components .paragraph--type--upcoming-events .views-element-container .view-filters .form-type-select, .au-body .field--name-field-components .paragraph--type--upcoming-events .views-element-container .view-filters .form-actions {
  display: none;
}

.au-body #block-views-block-related-content-block-6 {
  margin-top: 20%;
}

.au-body #block-views-block-related-content-block-6 #views-exposed-form-related-content-block-6 .form-type-select, .au-body #block-views-block-related-content-block-6 #views-exposed-form-related-content-block-6 .form-submit {
  display: none;
}

.au-body .webform-options-display-side-by-side > div {
  display: inline-block;
  margin-right: 0.5em;
}

@media (min-width: 400px) {
  .au-body .webform-options-display-two-columns {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    display: block;
    margin-top: 0.4em;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .au-body .webform-options-display-three-columns {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    display: block;
    margin-top: 0.4em;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .au-body .webform-options-display-two-columns div.form-item,
  .au-body .webform-options-display-three-columns div.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.au-body header form#views-exposed-form-content-search-page-1 .form-item-keys {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.au-body .article-content form#views-exposed-form-content-search-page-1 .form-item-keys {
  height: 74px;
}

.au-body label.js-form-required.form-required::after {
  content: ' *';
  color: red;
}

.au-body .article-content form {
  width: 100%;
  margin-top: 20px;
}

.au-body .article-content form fieldset.webform-type-webform-address {
  outline: none !important;
}

.au-body .article-content form .form-type-datetime label::after {
  bottom: auto;
}

.au-body .article-content form fieldset.required {
  margin-left: -2%;
  padding: 2%;
}

.au-body .article-content form fieldset.required input,
.au-body .article-content form fieldset.required select {
  -webkit-box-shadow: 0 4px 5px #cecece;
          box-shadow: 0 4px 5px #cecece;
}

.au-body .article-content form fieldset.required legend {
  width: 100%;
}

.au-body .article-content form fieldset.required .fieldset-legend {
  display: block;
}

.au-body .article-content form fieldset.required .fieldset-legend::after {
  bottom: 6px;
}

.au-body .article-content form .webform-document-file,
.au-body .article-content form .form-managed-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 448px;
}

@media (max-width: 600px) {
  .au-body .article-content form .webform-document-file,
  .au-body .article-content form .form-managed-file {
    width: 100%;
  }
}

.au-body .article-content form .webform-document-file .upload-button,
.au-body .article-content form .form-managed-file .upload-button {
  width: 41%;
  border-width: 1px 1px 1px 0;
}

.au-body .article-content form .webform-document-file input.form-file,
.au-body .article-content form .form-managed-file input.form-file {
  width: 59%;
  border-right: 0;
  padding-left: 0;
}

.au-body .article-content form .webform-document-file input.form-file::-webkit-file-upload-button,
.au-body .article-content form .form-managed-file input.form-file::-webkit-file-upload-button {
  visibility: hidden;
}

@media (max-width: 450px) {
  .au-body .article-content form .webform-document-file input.form-file,
  .au-body .article-content form .form-managed-file input.form-file {
    color: transparent;
  }
}

.au-body .article-content form .webform-options-display-side-by-side > div {
  width: 45%;
}

.au-body .article-content form .form-required {
  position: relative;
}

.au-body .article-content form .form-required:after {
  content: 'REQUIRED';
  color: #d14001;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 0.875rem;
  text-align: right;
  pointer-events: none;
  position: absolute;
  bottom: -16px;
  left: 396px;
  z-index: 10;
}

@media (max-width: 1240px) {
  .au-body .article-content form .form-required:after {
    right: 4px !important;
    left: auto;
  }
}

.au-body .article-content form .form-type-webform-document-file .form-required:after {
  bottom: 14px !important;
}

@media (max-width: 1200px) {
  .au-body .article-content form .form-type-webform-document-file .form-required:after {
    top: 5px !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    padding-left: 10px;
    bottom: auto !important;
  }
}

.au-body .article-content form .webform-select-other--wrapper legend {
  width: 100%;
}

.au-body .article-content form .webform-select-other--wrapper .form-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.au-body .article-content form .webform-select-other--wrapper .form-required:after {
  bottom: -25px !important;
}

.au-body .article-content form .form-type-webform-multiple .form-required::after {
  bottom: 15px;
}

.au-body .article-content form .fieldset-wrapper > .form-wrapper {
  padding-bottom: 16px;
}

.au-body .article-content form .form-actions {
  padding: 18px;
  vertical-align: top;
}

.au-body .article-content form .webform-multiple-table td input[type='image'] {
  padding: 0;
  width: 16px;
  height: 16px;
}

@media (min-width: 1300px) {
  .au-body .article-content form .form-actions {
    padding: 24px 60px 40px 60px;
  }
  .au-body .article-content form > .form-wrapper > .fieldset-wrapper {
    padding: 16px 60px;
  }
}

@media (max-width: 1299px) {
  .au-body .article-content form input[type='submit'] {
    width: 100%;
    margin: 8px 0;
  }
}

.au-body .article-content form .form-item input,
.au-body .article-content form textarea,
.au-body .article-content form select,
.au-body .article-content form .chosen-container {
  border: 1px solid #192320;
  border-radius: 2px;
  width: 100%;
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
}

@media (min-width: 1025px) {
  .au-body .article-content form .form-item input,
  .au-body .article-content form textarea,
  .au-body .article-content form select,
  .au-body .article-content form .chosen-container {
    max-width: 448px;
  }
}

.au-body .article-content form .form-item input.error,
.au-body .article-content form textarea.error,
.au-body .article-content form select.error,
.au-body .article-content form .chosen-container.error {
  border: 1px solid #d14001;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
}

.au-body .article-content form a.form-cancel {
  text-decoration: none;
}

.au-body .article-content form a.form-cancel:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .au-body .article-content form label {
    max-width: 448px;
  }
}

.au-body .article-content form .au-text-input.au-text-input--dark:invalid,
.au-body .article-content form .au-text-input:invalid,
.au-body .article-content form a.form-cancel,
.au-body .article-content form input.form-cancel {
  background-color: #ffffff;
}

.au-body .article-content form a.form-cancel,
.au-body .article-content form input.form-cancel {
  border: 1px solid #979797;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  height: auto;
  padding: 15px;
  color: #192320;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .au-body .article-content form a.form-cancel,
  .au-body .article-content form input.form-cancel {
    width: 183px;
    margin-right: 40px;
  }
}

.au-body .article-content form a.form-cancel:hover,
.au-body .article-content form input.form-cancel:hover {
  background-color: #313131;
  color: #fff;
}

.au-body .article-content form input.form-submit {
  border: 0 none;
  padding: 15px;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 100;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  border-radius: 8px;
  height: auto;
}

@media (min-width: 768px) {
  .au-body .article-content form input.form-submit {
    width: 183px;
  }
}

.au-body .article-content form > input[type='submit']:first-child {
  margin-left: 60px;
}

.au-body .article-content form fieldset {
  display: block;
  padding: 0;
  border: 0 none;
  background: none;
  min-width: 0;
}

.au-body .article-content form fieldset p {
  font-size: 0.875rem !important;
  letter-spacing: 0.82px;
  line-height: 1rem !important;
  margin: 25px 0;
}

.au-body #user-register-form,
.au-body #user-form,
.au-body #user-cancel-form {
  min-width: 100%;
}

.au-body #user-register-form .layout__region--content .field--name-field-last-,
.au-body #user-register-form .layout__region--content .form-item-mail,
.au-body #user-form .layout__region--content .field--name-field-last-,
.au-body #user-form .layout__region--content .form-item-mail,
.au-body #user-cancel-form .layout__region--content .field--name-field-last-,
.au-body #user-cancel-form .layout__region--content .form-item-mail {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.au-body #user-register-form input[type='submit'],
.au-body #user-form input[type='submit'],
.au-body #user-cancel-form input[type='submit'] {
  width: min-content;
}

.au-body #user-register-form .form-wrapper .register-content {
  margin-top: 20px;
  color: #192320;
  font-family: Helvetica;
  font-size: 16px;
  letter-spacing: 0.94px;
  line-height: 24px;
  font-weight: 400;
}

.au-body #user-register-form .form-wrapper .register-content b {
  font-family: 'Noto Sans';
}

.au-body #user-register-form .form-wrapper .register-content .js-form-required {
  font-family: 'Noto Sans';
  font-size: 16px;
  letter-spacing: 0.94px;
  line-height: 24px;
  font-weight: 100;
}

.au-body #user-register-form .form-wrapper .register-content .password-strength__title,
.au-body #user-register-form .form-wrapper .register-content .password-confirm {
  font-weight: 500;
}

.au-body #user-register-form .form-wrapper .register-content .fieldset-legend,
.au-body #user-register-form .form-wrapper .register-content .au-control-input__text {
  font-family: 'Noto Sans';
  font-size: 16px;
  letter-spacing: 0.94px;
  line-height: 24px;
  font-weight: 200;
}

.au-body form {
  display: inline-block;
  vertical-align: top;
}

.au-body form > .form-wrapper {
  background-color: #fff;
}

.au-body form > .form-wrapper > legend {
  color: #192320;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  width: 100%;
  background-color: #f7f7f7;
  padding-left: 44px;
  min-height: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1299px) {
  .au-body form > .form-wrapper > legend {
    padding-left: 18px;
  }
}

.au-body form > .form-wrapper fieldset legend {
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 0;
}

.au-body form > .form-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 10px 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.au-body form > .form-wrapper label.au-control-input {
  font-weight: 400;
}

.au-body form > .form-wrapper > .fieldset-wrapper fieldset,
.au-body form > .form-wrapper > .fieldset-wrapper > .js-form-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}

.au-body form > .form-wrapper > .fieldset-wrapper > .js-form-item:last-child {
  border-bottom: none;
}

.au-body form > .form-wrapper .form-item.form-type-checkbox .au-control-input,
.au-body form > .form-wrapper .form-item.form-type-radio .au-control-input {
  display: inline-block;
}

.au-body form .au-control-input__input:invalid + .au-control-input__text {
  background-color: transparent;
}

.au-body form .au-control-input__input[type='checkbox'] + .au-control-input__text {
  padding-left: 40px;
  margin-bottom: 12px;
}

.au-body form .au-control-input__input[type='checkbox'] + .au-control-input__text:before {
  background-image: none;
}

.au-body form .au-control-input__input[type='checkbox'] + .au-control-input__text:before,
.au-body form .au-control-input__input[type='checkbox'] + .au-control-input__text:after {
  top: 0;
  border: 1px solid #192320;
  border-radius: 3px;
  background-color: #fff;
  width: 32px;
  height: 32px;
}

.au-body form .au-control-input__input[type='radio'] + .au-control-input__text {
  padding-left: 45px;
  padding: 0 8px 16px 40px;
}

.au-body form .au-control-input__input[type='radio'] + .au-control-input__text:before {
  content: '';
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid #192320;
  background-image: none;
  background-color: #fff;
  left: 1px;
}

.au-body form .au-control-input__input[type='radio']:checked + .au-control-input__text:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  color: #192320;
  font-weight: 700;
  top: 6px;
  left: 10px;
  width: 14px;
  height: 14px;
  background-color: #192320;
  background-image: none;
  outline: none !important;
}

.au-body form .col-sm-6 .form-item-date-picker {
  border-bottom: 1px solid #c0c0c0;
}

.au-body form input {
  border-radius: 0;
  border: 1px solid #e0e0e0;
  height: 41px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-body form input[type='radio'], .au-body form input[type='checkbox'] {
  opacity: 0;
}

.au-body form input#date-picker {
  max-width: 100%;
  padding: 8px 45px 8px 12px;
  text-overflow: ellipsis;
  cursor: pointer;
  background-size: 2.5em 2.5em;
  background-repeat: no-repeat;
  background-position: top right;
}

.au-body form input[type='submit'] {
  width: 100%;
  margin-bottom: 0;
  width: 130px;
  border: 0 none;
  cursor: pointer;
}

.au-body form .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.au-body form .form-checkboxes > div {
  min-width: 50%;
}

.au-body .article-content #views-exposed-form-content-search-page-1 {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  position: relative;
  display: block;
}

.au-body .article-content #views-exposed-form-content-search-page-1 > .form-actions {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 74px;
  width: 74px;
  padding: 0;
}

.au-body .article-content #views-exposed-form-content-search-page-1 input.form-text {
  height: auto;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  border: 0 none;
  width: 100%;
  max-width: none;
}

@media (max-width: 767px) {
  .au-body .article-content #views-exposed-form-content-search-page-1 input.form-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1290px) {
  .au-body .article-content #views-exposed-form-content-search-page-1 input.form-text {
    font-size: 1.75rem;
  }
}

.au-body .article-content #views-exposed-form-content-search-page-1 input[type='submit'] {
  line-height: 3rem;
  height: 74px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  min-width: auto;
  z-index: 1;
}

.au-body .article-content #views-exposed-form-content-search-page-1 > .form-actions {
  position: relative;
}

.au-body .article-content #views-exposed-form-content-search-page-1 > .form-actions:after {
  content: '\e907';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  font-size: 38px;
  width: 38px;
  height: 38px;
}

.au-body .listing form {
  width: 100%;
}

@media (min-width: 1025px) {
  .au-body #views-exposed-form-community-directory-page-1 .view-filters {
    width: unset;
    position: unset;
    right: unset;
    z-index: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.au-body #edit-field-cd-logo-wrapper {
  padding-bottom: 0px;
}

.au-body form .view-filters {
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  display: block;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .au-body form .view-filters {
    width: 230px;
    position: absolute;
    right: -280px;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .au-body form .view-filters {
    margin-top: 0 !important;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    border-top: 0;
  }
  .au-body form .view-filters.show {
    max-height: 1000px;
  }
  .au-body form .view-filters .icon-filter {
    display: none;
  }
  .au-body form .view-filters input {
    width: 100%;
  }
}

.au-body form .view-filters .icon-filter {
  padding: 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
}

.au-body form .view-filters .filters legend {
  width: 100%;
}

.au-body form .view-filters .filters fieldset {
  margin: 0;
  background: #fff;
}

.au-body form .view-filters .filters fieldset > legend {
  padding-left: 16px;
  padding-right: 40px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  padding: 8px 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  position: relative;
}

.au-body form .view-filters .filters fieldset > legend:after {
  content: "\e906";
  display: block;
  right: 16px;
  height: 14px;
  width: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.au-body form .view-filters .filters fieldset > legend.isOpen {
  background-color: #fff !important;
  border-bottom: 0 none !important;
}

.au-body form .view-filters .filters fieldset > legend.isOpen:after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.au-body form .view-filters .filters fieldset > legend + .fieldset-wrapper {
  display: none;
}

.au-body form .view-filters .filters fieldset:nth-last-child(2) {
  border-bottom: 1px solid #e0e0e0;
}

.au-body form .view-filters .filters .fieldset-wrapper,
.au-body form .view-filters .filters #edit-actions {
  padding: 16px;
}

.au-body form .view-filters .filters .fieldgroup + #edit-actions {
  margin-top: 0;
}

.au-body form .view-filters .filters select {
  border: 1px solid #e0e0e0 !important;
}

.au-body form .view-filters .filters input {
  border: 1px solid #e0e0e0 !important;
  border-top: 0 none !important;
}

.au-body form .view-filters .filters input[type="submit"] {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 16px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  width: 100%;
}

.au-body form .view-filters .filters input#date-picker {
  border: 0 none !important;
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__input[type="checkbox"]
+ .au-control-input__text:before {
  display: none;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .form-item {
  display: inline-block;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__text {
  padding: 4px 8px;
  padding-right: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #828282;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__text:after {
  content: "x";
  display: block;
  margin-left: 4px;
  color: #d14001;
  position: absolute;
  right: 4px;
  left: auto;
  border: 0 none;
  background: transparent;
  width: 10px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__input[type="checkbox"]:checked
+ .au-control-input__text:after {
  content: "✓";
}

.au-body form .view-filters .filters .search-filter-btn {
  height: 32px !important;
  padding: 0 !important;
  border-radius: 16px !important;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}

.au-body form .view-filters .filters .search-filter-btn:hover {
  color: #fff;
  text-decoration: underline;
}

.au-body form .view-filters .js-form-item-cat-sec-id {
  display: none;
}

.au-body .listing-filter {
  text-align: center;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-left: 0 none;
  border-right: 0 none;
}

.au-body .listing-filter .form-wrapper {
  background-color: transparent;
}

.au-body .listing-filter select {
  min-width: 160px;
}

.au-body .listing-filter select,
.au-body .listing-filter input {
  height: 41px;
  border-radius: 0;
  border: 0 none;
}

.au-body .listing-filter input[type="submit"] {
  height: 36px;
  border-radius: 0;
  border: 0 none;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.125rem;
  cursor: pointer;
  border-radius: 16px;
  vertical-align: middle;
  margin-left: 16px;
}

@media (min-width: 1024px) {
  .au-body .listing-filter select,
  .au-body .listing-filter input {
    border: 0 none;
    border-left: 1px solid #e0e0e0;
  }
  .au-body .listing-filter > div {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 1023px) {
  .au-body .listing-filter {
    border: 0 none;
  }
  .au-body .listing-filter select,
  .au-body .listing-filter input {
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .au-body .listing-filter input[type="submit"] {
    margin-top: 16px;
    margin-bottom: 16px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

.au-body form.user-login-form > div {
  padding: 16px 0;
}

.au-body form.user-login-form > div label {
  display: block;
}

.au-body form.user-login-form > .form-wrapper {
  background-color: transparent;
}

.au-body .webform-submission-form {
  -webkit-box-shadow: 0 4px 16px 0 #f5f6f7;
          box-shadow: 0 4px 16px 0 #f5f6f7;
}

.au-body .webform-flexbox .webform-flex:not(:only-child) .form-required:after {
  right: 4px;
  left: auto;
}

.au-body .au-control-input__input:invalid + .au-control-input__text::after {
  border-color: transparent;
}

.au-body .webform-submission-form .webform-name__title fieldset {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.au-body .webform-submission-form .webform-name__title fieldset legend span {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 10px 0 !important;
}

.au-body .webform-submission-form .webform-name__title fieldset select {
  height: 41px;
}

.au-body .webform-submission-form .webform-name__title fieldset .fieldset-wrapper {
  width: 100%;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive thead {
  display: none;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive tr {
  position: relative;
  display: block;
  padding: 0.5em 0;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive td {
  display: block;
  width: inherit;
  padding: 0.5em 1em;
  text-align: inherit;
  border: 0;
  background: transparent;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive td:after {
  display: table;
  clear: both;
  content: '';
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive td.webform-multiple-table--operations {
  position: absolute;
  top: 0.75em;
  right: 0;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive td.webform-multiple-table--weight {
  width: 100%;
}

.au-body .webform-submission-form .form-type-webform-custom-composite .webform-multiple-table-responsive td > div > label.visually-hidden {
  position: inherit !important;
  display: block;
  overflow: inherit;
  clip: inherit;
  width: inherit;
  height: inherit;
  margin: 0.2em 0;
}

.au-body .webform-submission-form a.tabledrag-handle {
  text-decoration: none;
}

.au-body .webform-submission-form a.tabledrag-handle .handle {
  overflow: visible;
  width: 25px;
  height: 25px;
}

.au-body .webform-submission-form .form-composite .webform-flex .webform-flex--container .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.au-body .webform-submission-form .form-composite .webform-flex .webform-flex--container .form-item legend {
  padding-bottom: 8px;
}

@media (max-width: 440px) {
  .au-body .g-recaptcha {
    transform: scale(0.74);
    -webkit-transform: scale(0.74);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.au-body .listing form {
  width: 100%;
}

@media (min-width: 1025px) {
  .au-body #views-exposed-form-community-directory-page-1 .view-filters {
    width: unset;
    position: unset;
    right: unset;
    z-index: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.au-body #edit-field-cd-logo-wrapper {
  padding-bottom: 0px;
}

.au-body form .view-filters {
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  display: block;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .au-body form .view-filters {
    width: 230px;
    position: absolute;
    right: -280px;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .au-body form .view-filters {
    margin-top: 0 !important;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    border-top: 0;
  }
  .au-body form .view-filters.show {
    max-height: 1000px;
  }
  .au-body form .view-filters .icon-filter {
    display: none;
  }
  .au-body form .view-filters input {
    width: 100%;
  }
}

.au-body form .view-filters .icon-filter {
  padding: 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
}

.au-body form .view-filters .filters legend {
  width: 100%;
}

.au-body form .view-filters .filters fieldset {
  margin: 0;
  background: #fff;
}

.au-body form .view-filters .filters fieldset > legend {
  padding-left: 16px;
  padding-right: 40px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  padding: 8px 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  position: relative;
}

.au-body form .view-filters .filters fieldset > legend:after {
  content: "\e906";
  display: block;
  right: 16px;
  height: 14px;
  width: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.au-body form .view-filters .filters fieldset > legend.isOpen {
  background-color: #fff !important;
  border-bottom: 0 none !important;
}

.au-body form .view-filters .filters fieldset > legend.isOpen:after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.au-body form .view-filters .filters fieldset > legend + .fieldset-wrapper {
  display: none;
}

.au-body form .view-filters .filters fieldset:nth-last-child(2) {
  border-bottom: 1px solid #e0e0e0;
}

.au-body form .view-filters .filters .fieldset-wrapper,
.au-body form .view-filters .filters #edit-actions {
  padding: 16px;
}

.au-body form .view-filters .filters .fieldgroup + #edit-actions {
  margin-top: 0;
}

.au-body form .view-filters .filters select {
  border: 1px solid #e0e0e0 !important;
}

.au-body form .view-filters .filters input {
  border: 1px solid #e0e0e0 !important;
  border-top: 0 none !important;
}

.au-body form .view-filters .filters input[type="submit"] {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 16px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  width: 100%;
}

.au-body form .view-filters .filters input#date-picker {
  border: 0 none !important;
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__input[type="checkbox"]
+ .au-control-input__text:before {
  display: none;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .form-item {
  display: inline-block;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__text {
  padding: 4px 8px;
  padding-right: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 6px;
  margin-right: 6px;
  color: #828282;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__text:after {
  content: "x";
  display: block;
  margin-left: 4px;
  color: #d14001;
  position: absolute;
  right: 4px;
  left: auto;
  border: 0 none;
  background: transparent;
  width: 10px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.au-body form .view-filters .filters #edit-tags-id--wrapper .au-control-input__input[type="checkbox"]:checked
+ .au-control-input__text:after {
  content: "✓";
}

.au-body form .view-filters .filters .search-filter-btn {
  height: 32px !important;
  padding: 0 !important;
  border-radius: 16px !important;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}

.au-body form .view-filters .filters .search-filter-btn:hover {
  color: #fff;
  text-decoration: underline;
}

.au-body form .view-filters .js-form-item-cat-sec-id {
  display: none;
}

.au-body .listing-filter {
  text-align: center;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-left: 0 none;
  border-right: 0 none;
}

.au-body .listing-filter .form-wrapper {
  background-color: transparent;
}

.au-body .listing-filter select {
  min-width: 160px;
}

.au-body .listing-filter select,
.au-body .listing-filter input {
  height: 41px;
  border-radius: 0;
  border: 0 none;
}

.au-body .listing-filter input[type="submit"] {
  height: 36px;
  border-radius: 0;
  border: 0 none;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.125rem;
  cursor: pointer;
  border-radius: 16px;
  vertical-align: middle;
  margin-left: 16px;
}

@media (min-width: 1024px) {
  .au-body .listing-filter select,
  .au-body .listing-filter input {
    border: 0 none;
    border-left: 1px solid #e0e0e0;
  }
  .au-body .listing-filter > div {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 1023px) {
  .au-body .listing-filter {
    border: 0 none;
  }
  .au-body .listing-filter select,
  .au-body .listing-filter input {
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .au-body .listing-filter input[type="submit"] {
    margin-top: 16px;
    margin-bottom: 16px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

.au-body .chosen-container .chosen-results li {
  background: #fff;
  color: #192320;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.au-body .chosen-container .chosen-results li.highlighted {
  background-color: #f7f7f7;
  background-image: none;
  color: #4F0D3C;
}

.au-body .chosen-container .chosen-drop {
  border-color: #192320;
  left: 0;
}

.au-body .chosen-container .chosen-single {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.au-body .chosen-container .chosen-single div {
  display: none;
}

.au-body .chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.au-body .chosen-container.au-select {
  padding: .5rem 0 0 .25rem;
}

.au-body .au-select {
  border: 1px solid #192320;
}

.au-body .navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.au-body .navigation .menu li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
}

.au-body .navigation .menu li a {
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  padding-right: 30px;
  display: block;
}

.au-body .navigation .menu li .menu {
  display: none;
}

.au-body .menu_l1 > li > .menu_toggle {
  color: #c1c1c1;
}

.au-body .menu-link-l1 {
  color: #fff;
  border-top: 1px solid #5c6361;
}

.au-body .menu-link-l2,
.au-body .menu-link-l3,
.au-body .menu-link-l4 {
  border-bottom: 1px solid #e0e0e0;
}

.au-body .menu_toggle {
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 48px;
  width: 30px;
}

.au-body .menu_toggle:after {
  content: '\e906';
  width: 8px;
  display: block;
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  position: absolute;
}

.au-body .menu_l1 {
  background-color: rgba(25, 35, 31, 0.8);
}

.au-body .menu_l2 {
  background: #fff;
}

.au-body .menu_l3,
.au-body .menu_l4 {
  background: #fff;
}

@-webkit-keyframes bgFade {
  from {
    background-color: rgba(25, 35, 31, 0);
  }
  to {
    background-color: rgba(25, 35, 31, 0.65);
  }
}

@keyframes bgFade {
  from {
    background-color: rgba(25, 35, 31, 0);
  }
  to {
    background-color: rgba(25, 35, 31, 0.65);
  }
}

@media (min-width: 1025px) {
  .au-body .language {
    width: fit-content;
    position: absolute;
    right: 474px;
    top: -53px;
  }
  .au-body .language.home {
    right: 171px;
  }
  .au-body .language a {
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 1.25rem;
  }
  .au-body .language .goog-te-gadget-simple {
    border: none;
  }
  .au-body header .main-header .block-system-branding-block {
    display: block !important;
  }
  .au-body .menu_l3,
  .au-body .menu_l4 {
    border: 1px solid #e0dfe0;
  }
  .au-body .user-logged-in .au-body.nav-isOpen .navigation .region-navigation {
    top: 77px;
  }
  .au-body ul + ul,
  .au-body nav + nav,
  .au-body ul.menu.menu_l1 {
    display: none;
  }
  .au-body #block-whitehorse-uplift-mainnavigation,
  .au-body #block-whitehorse-uplift-headernavigation {
    float: right;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile {
    display: none;
  }
  .au-body .navigation .menu li:hover, .au-body .navigation .menu li:focus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .au-body .navigation .menu li:hover > ul, .au-body .navigation .menu li:focus > ul {
    display: block !important;
  }
  .au-body .navigation .menu li a:hover, .au-body .navigation .menu li:focus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .au-body .navigation .menu_l1:after {
    background-color: #192320;
    content: '';
    display: block;
    width: 235px;
  }
  .au-body .navigation .one.menu_l1:after {
    height: 334px;
  }
  .au-body .navigation .two.menu_l1:after {
    height: 286px;
  }
  .au-body .navigation .three.menu_l1:after {
    height: 238px;
  }
  .au-body .navigation .four.menu_l1:after {
    height: 190px;
  }
  .au-body .navigation .five.menu_l1:after {
    height: 95px;
  }
  .au-body .navigation .six.menu_l1:after {
    height: 94px;
  }
  .au-body .navigation .seven.menu_l1:after {
    height: 45.5px;
  }
  .au-body.header-lock .navigation .menu_l1 > li:last-child:after {
    display: none;
  }
  .au-body.header-lock .navigation .region-navigation {
    position: fixed;
    top: -800px;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  .au-body.header-lock .navigation .region-navigation .menu_l1 {
    background-color: #192320;
  }
  .au-body.header-lock .navigation .region-navigation #block-whitehorse-uplift-sitebranding,
  .au-body.header-lock .navigation .region-navigation .nav-toggle {
    display: none;
  }
  .au-body.header-lock .navigation .region-navigation .menu.menu__main {
    background-color: #192320;
    width: 275px;
    padding: 60px 16px 16px 16px;
  }
  .au-body #mobile-terms-conditions {
    display: none;
  }
  .au-body.nav-isOpen .navigation .region-navigation {
    top: 0;
    padding-top: 63px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    left: 0;
    -webkit-animation-name: bgFade;
            animation-name: bgFade;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .au-body.nav-isOpen .navigation .region-navigation ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0 none;
  }
  .au-body.nav-isOpen .navigation .region-navigation #block-whitehorse-uplift-mainnavigation,
  .au-body.nav-isOpen .navigation .region-navigation #block-whitehorse-uplift-headernavigation {
    padding-left: 32px;
  }
  .au-body.header-lock.nav-isOpen .navigation .region-navigation {
    height: 100vh;
  }
  .au-body .navigation {
    margin: auto;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .au-body .navigation {
    /* IE10+ CSS styles go here */
    width: 1616px;
  }
}

@media (min-width: 1025px) {
  .au-body .navigation .block-system-branding-block a {
    height: 120px;
    width: 86px;
    padding-left: 18px;
    padding-right: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .au-body .navigation .block-system-branding-block a img {
    /* Backlog 678 */
    min-width: 52px;
    max-height: 120px;
    max-width: 86px;
  }
  .au-body .navigation .block-system-branding-block .close-nav-btn {
    display: none;
  }
  .au-body .navigation .region-navigation {
    position: relative;
    z-index: 120;
  }
  .au-body .navigation ul li:hover > .menu_toggle:after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.5) translate(0);
            transform: scale(1.5) translate(0);
  }
  .au-body .menu_l2,
  .au-body .menu_l3,
  .au-body .menu_l4 {
    width: 250px;
    right: -250px;
  }
  .au-body .menu-link-l1,
  .au-body .menu-link-l2,
  .au-body .menu-link-l3,
  .au-body .menu-link-l4 {
    padding: 12px 11px 11px;
  }
  .au-body .menu_toggle {
    font-size: 12px;
  }
  .au-body .menu > li:nth-last-child(1) > ul.large {
    top: auto;
    bottom: 0;
  }
  .au-body .menu > li:nth-last-child(2) > ul.large {
    top: auto;
    bottom: -48px;
  }
  .au-body .menu > li:nth-last-child(3) > ul.large {
    top: auto;
    bottom: -webkit-calc(-48px + -48px);
    bottom: calc(-48px + -48px);
  }
  .au-body .menu > li:nth-last-child(4) > ul.large {
    top: auto;
    bottom: -webkit-calc(-48px + -48px + -48px);
    bottom: calc(-48px + -48px + -48px);
  }
  .au-body .menu > li:nth-last-child(5) > ul.large {
    top: auto;
    bottom: -webkit-calc(-48px + -48px + -48px + -48px);
    bottom: calc(-48px + -48px + -48px + -48px);
  }
  .au-body .menu > li:nth-last-child(6) > ul.large {
    top: auto;
    bottom: -webkit-calc(-48px + -48px + -48px + -48px + -48px);
    bottom: calc(-48px + -48px + -48px + -48px + -48px);
  }
  .au-body .menu_l1 .menu-item:first-child ul.large,
  .au-body .menu_l2 .menu-item:first-child ul.large,
  .au-body .menu_l3 .menu-item:first-child ul.large,
  .au-body .header-lock + .navigation ul.large {
    bottom: auto !important;
    top: 0 !important;
  }
}

@media (max-width: 399px) {
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-actions {
    right: 40px !important;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-actions {
    right: 30px !important;
  }
}

@media (min-width: 500px) and (max-width: 650px) {
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-actions {
    right: 20px !important;
  }
}

@media (max-width: 1024px) {
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile {
    display: none;
    position: absolute;
    top: 75px;
    z-index: 1000;
    left: 1%;
    right: 1%;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile.isOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form {
    width: 98vw;
    border-radius: 8px;
    background-color: #efefef;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-item {
    width: 92%;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-item input {
    height: 96px;
    font-size: 1.3rem;
    color: #222;
    border-radius: 8px;
    background-color: #efefef;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-item input::-webkit-input-placeholder {
    color: unset;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-item input:-ms-input-placeholder {
    color: unset;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-item input::placeholder {
    color: unset;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-actions {
    position: relative;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form .form-actions input {
    height: 56px;
    width: 56px;
    background-color: #2d837c;
    padding: 10px;
    background-color: #2d837c;
    border-radius: 8px;
  }
  .au-body .tbm--mobile {
    margin-top: 30px;
  }
  .au-body .tbm--mobile .tbm-button {
    display: none !important;
  }
  .au-body .tbm--mobile .tbm-collapse {
    display: block !important;
    padding-top: 0 !important;
  }
  .au-body .tbm--mobile .tbm-collapse .tbm-nav {
    background-color: #373635;
  }
  .au-body .tbm--mobile .tbm-item.level-1 {
    background-color: #373635;
    border-bottom: 0px;
    border-top: 0px;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    border-right: none;
  }
  .au-body .tbm--mobile .tbm-item.level-1.other-submenu-open {
    display: none;
  }
  .au-body .tbm--mobile .tbm-item.level-1.this-submenu-open {
    background-color: #373635 !important;
  }
  .au-body .tbm--mobile .tbm-item.level-1.this-submenu-open .tbm-link-container a.tbm-link.level-1 {
    left: 90px;
    position: absolute;
    top: 20px;
    color: #fff;
  }
  .au-body .tbm--mobile .tbm-item.level-1.this-submenu-open .tbm-submenu-toggle {
    display: none;
  }
  .au-body .tbm--mobile .tbm-item.level-1.this-submenu-open .tbm-submenu.tbm-item-child {
    border-radius: 8px;
  }
  .au-body .tbm--mobile .tbm-item.level-1.open {
    background-color: #fff;
  }
  .au-body .tbm--mobile .tbm-item.level-1.open .tbm-link.level-1 {
    color: #222;
  }
  .au-body .tbm--mobile .tbm-item.level-1 .tbm-link-container {
    height: 72px;
  }
  .au-body .tbm--mobile .tbm-item.level-1 .tbm-link-container .tbm-submenu-toggle {
    background-color: #666666;
    right: 10px;
    border-radius: 6px;
    height: 72px;
    width: 72px;
    top: 4px;
  }
  .au-body .tbm--mobile .tbm-item.level-1 .tbm-link-container .tbm-submenu-toggle::before {
    content: url(../images/svg/downward-arrow-white.svg);
  }
  .au-body .tbm--mobile .tbm-link.level-1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .au-body .tbm--mobile .tbm-link.level-1:hover {
    color: #222;
  }
  .au-body .tbm--mobile .tbm-item.level-2 .tbm-link-container.this-submenu-open {
    position: absolute;
    top: 15px;
  }
  .au-body .tbm--mobile .tbm-item.level-2 .tbm-link-container.this-submenu-open .mobile-submenu-dropdown-div {
    width: 72px;
    height: 72px;
    background-color: #666666;
    border-radius: 6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 25px;
  }
  .au-body .tbm--mobile .tbm-item.level-2 .tbm-link-container.this-submenu-open .mobile-submenu-dropdown-div .mobile-submenu-dropdown::before {
    content: url("../images/svg/downward-arrow-white.svg");
  }
  .au-body .tbm--mobile .tbm-item.level-2 .tbm-group-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .au-body .tbm--mobile .tbm-item.level-2.other-submenu-open {
    display: none;
  }
  .au-body .tbm--mobile .tbm-link.level-2 {
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    font-size: 14px;
  }
  .au-body .tbm--mobile .tbm-link.level-2.submenu-open {
    display: none;
  }
  .au-body .tbm--mobile .tbm-group-container,
  .au-body .tbm--mobile .tbm-submenu,
  .au-body .tbm--mobile .tbm-item {
    border-top: none;
  }
  .au-body .tbm--mobile .mobile-submenu-dropdown-div {
    width: 15%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    text-align: center;
    padding: 20px;
  }
  .au-body .tbm--mobile .mobile-submenu-dropdown-div .mobile-submenu-dropdown::before {
    content: url("../images/svg/downward-arrow-black.svg");
  }
  .au-body .tbm--mobile .mobile-submenu-dropdown-div.submenu-open {
    display: none;
  }
  .au-body .tbm--mobile .tbm-item.level-3 .tbm-link-container {
    height: fit-content;
  }
  .au-body .tbm--mobile .tbm-link.level-3 {
    text-decoration: underline;
  }
  .au-body .tbm--mobile .tbm-column.other-submenu-open {
    display: none;
  }
  .au-body .navigation .block-system-branding-block a {
    padding: 10px 16px;
    display: block;
  }
  .au-body .navigation .block-system-branding-block a img {
    height: 50px;
  }
  .au-body .navigation .block-system-branding-block a.search-btn-mobile {
    display: block;
    right: 90px;
    top: 20px;
    position: absolute;
    padding: 8px 16px;
    text-align: center;
    border-radius: 16px;
    z-index: 99;
  }
  .au-body .navigation .block-system-branding-block a.close-nav-btn {
    display: table-cell;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #111;
  }
  .au-body .navigation .block-system-branding-block a.close-nav-btn span {
    display: block;
    font-size: 0.625rem;
    text-align: right;
  }
  .au-body .region-navigation {
    position: fixed;
    top: -800px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    background-color: #373635;
    width: 100%;
    z-index: 5000;
  }
  .au-body .region-navigation .icon-close:before {
    margin-right: 8px;
  }
  .au-body .region-navigation form {
    background-color: #fff;
  }
  .au-body .region-navigation form .form-wrapper {
    background: transparent;
  }
  .au-body .region-navigation form input {
    height: 49px;
  }
  .au-body .region-navigation form #edit-actions {
    position: relative;
  }
  .au-body .region-navigation form #edit-actions:after {
    content: '\e907';
    display: block;
    position: absolute;
    top: 25px;
    bottom: 0;
    margin: auto;
    right: -6px;
    font-size: 25px;
    width: 49px;
    height: 49px;
  }
  .au-body .region-navigation form input.form-submit,
  .au-body .region-navigation form input.submit {
    background: transparent;
    color: transparent;
    width: 80px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .au-body.nav-isOpen .region-navigation {
    height: 100vh;
    top: 0;
    left: 0;
  }
  .au-body.nav-isOpen .region-navigation .nav-toggle {
    display: none;
  }
  .au-body #block-whitehorse-uplift-exposedformcontent-searchpage-1-mobile form {
    max-width: 1616px;
    margin: auto;
  }
  .au-body .navigation .menu {
    width: 50%;
    background-color: #111111;
    border-bottom: 0px;
  }
  .au-body .navigation .menu.au-link-list {
    padding-top: 20px;
  }
  .au-body .navigation .menu.au-link-list a {
    color: #fff;
    padding: 8px 11px;
    font-size: 0.875rem;
  }
  .au-body .navigation .menu li a {
    padding-right: 67px;
  }
  .au-body .menu_l2,
  .au-body .menu_l3,
  .au-body .menu_l4 {
    background: #f1f1f1;
  }
  .au-body .menu_l2.target,
  .au-body .menu_l3.target,
  .au-body .menu_l4.target {
    background: #fff;
    width: 200%;
  }
  .au-body .menu_l1 li.isOpen > a.menu_toggle {
    color: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .au-body a.menu_toggle {
    height: 48px;
    width: 48px;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
  }
  .au-body a.menu_toggle:after {
    top: 0;
    position: absolute;
    bottom: 0;
    height: 16px;
    width: 16px;
  }
  .au-body .menu_l1 {
    border-bottom: 1px solid #fff;
  }
  .au-body .menu-link-l1,
  .au-body .menu-link-l2,
  .au-body .menu-link-l3 {
    padding: 12px 16px;
  }
  .au-body a.menu-link-l2 {
    padding-left: 32px;
  }
  .au-body a.menu-link-l3 {
    padding-left: 40px !important;
  }
  .au-body a.menu-link-l4 {
    padding: 5px 48px;
    border-bottom: 0 none;
    color: #192320;
  }
  .au-body .menu_l4 {
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .au-body .tbm-link.level-1 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

@media (min-width: 1025px) and (max-width: 1133px) {
  .au-body .tbm-link.level-1 {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .au-body .tbm-column.span6 {
    margin-bottom: 30px;
  }
  .au-body .region-navigation #block-whitehorse-uplift-sitebranding {
    display: none;
  }
  .au-body .search-btn-holder a {
    display: none;
  }
  .au-body .mobile-nav-btns {
    display: none;
  }
  .au-body a.tbm-link.level-3 {
    text-decoration: underline;
  }
  .au-body a.tbm-link.level-3:hover {
    text-decoration: none;
    color: #2d837c !important;
  }
  .au-body .tbm-item.level-2 {
    margin-top: 40px;
    margin-right: 50px;
  }
  .au-body nav.tbm.tbm-main,
  .au-body nav.tbm.tbm-header-navigation {
    height: 62px;
    background-color: #FFFFFF;
  }
  .au-body nav.tbm.tbm-main .tbm-collapse,
  .au-body nav.tbm.tbm-header-navigation .tbm-collapse {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .au-body .tbm-link.level-1 {
    width: max-content;
    font-weight: 600;
    border-radius: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .au-body .tbm-link.level-1:hover,
  .au-body .tbm-link.level-1:focus {
    background-color: #2d837c;
    color: #FFFFFF;
  }
  .au-body .tbm-link.level-1:hover:after {
    -webkit-transform: rotateX(180deg) translateY(3px);
            transform: rotateX(180deg) translateY(3px);
    content: url("../images/svg/upward-arrow.svg");
  }
  .au-body .tbm-link.level-1:after {
    content: url("../images/svg/downward-arrow-green.svg");
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .au-body .tbm-item.level-1 {
    border-right: unset;
    background-color: #FFFFFF;
    margin-right: 5px;
  }
  .au-body .tbm-item.level-1.open .tbm-link.level-1 {
    background-color: #2d837c;
    color: #FFFFFF;
  }
  .au-body .tbm-item.level-1.open .tbm-link.level-1:after {
    content: url("../images/svg/upward-arrow.svg");
    -webkit-transform: rotateX(180deg) translateY(3px);
            transform: rotateX(180deg) translateY(3px);
  }
  .au-body .tbm-submenu-toggle {
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .au-body .tbm-submenu-toggle:hover,
  .au-body .tbm-submenu-toggle:focus {
    background-color: unset;
  }
  .au-body .tbm-item > .tbm-submenu {
    min-height: 100vh;
    min-width: 110%;
    padding-left: 40px;
  }
}

.au-body .tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover,
.au-body .tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:focus {
  color: #2d837c !important;
}

.au-body .tbm-submenu-toggle:before,
.au-body .tbm-item--has-flyout .tbm-submenu-toggle:before {
  content: url("../images/svg/downward-arrow-green.svg");
  border-left: unset;
  border-right: unset;
  border-top: unset;
}

.au-body .tbm-item--has-flyout.open > .tbm-link-container > .tbm-submenu-toggle:before {
  -webkit-transform: translateY(-0.175rem) translateX(-0.175rem) rotate(180deg);
          transform: translateY(-0.175rem) translateX(-0.175rem) rotate(180deg);
}

.au-body .tbm-submenu {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.au-body header {
  padding-top: 0;
  width: 100%;
  background-color: #ffffff;
}

.au-body header .main-header {
  position: relative;
  padding: 8px 0;
  z-index: 111;
}

.au-body header .main-header .block-system-branding-block,
.au-body header .main-header .language,
.au-body header .main-header .btn-holders,
.au-body header .main-header h1,
.au-body header .main-header .sites,
.au-body header .main-header .share-holder .search-btn-holder {
  display: inline-block;
  margin-top: 0;
}

.au-body header .main-header .language {
  position: absolute;
}

@media (min-width: 1025px) {
  .au-body header .main-header .language {
    right: 434px;
  }
  .au-body header .main-header .language.home {
    right: 131px;
  }
}

.au-body header .main-header .search-btn-holder .view-filters {
  display: none !important;
}

.au-body header .main-header .block-system-branding-block {
  border-radius: 1px;
}

.au-body header .main-header .language a {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
}

.au-body header .main-header .btn-holders {
  border-radius: 16px;
  text-align: center;
}

.au-body header .main-header .btn-holders a {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
}

.au-body header .main-header .sites {
  position: absolute;
  right: 276px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 1rem;
  border: 1px solid #efefef;
  padding: 6px 12px 6px 14px;
  border-radius: 50px;
  top: 15px;
}

.au-body header .main-header .sites.home {
  right: -27px;
}

.au-body header .main-header .sites a.isOpen:after {
  color: #d5d5d5;
}

.au-body header .main-header .sites img {
  vertical-align: bottom;
  content: url("../images/svg/downward-arrow-green.svg");
}

.au-body header .main-header .sites .isOpen img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  content: url("../images/svg/upward-arrow.svg");
}

.au-body header .main-header .myWhitehorse {
  background: #fff;
  position: absolute;
  right: 270px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1rem;
  padding: 6px 30px 6px 10px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  top: 15px;
}

.au-body header .main-header .myWhitehorse a {
  color: #4F0D3C;
  font-weight: 600;
}

.au-body header .main-header .myWhitehorse a img {
  vertical-align: text-bottom;
  margin-right: 3px;
  width: 12%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 1160px) {
  .au-body header .main-header .myWhitehorse {
    display: none;
  }
}

.au-body header .main-header .share-holder {
  position: absolute;
  right: 170px;
}

.au-body header .main-header h1 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  line-height: 2rem;
  /*Backlog 676 Sticky nav buttons overlapping,
      * change ml from 105px to 2rem */
  margin-left: 2rem;
}

.au-body header .main-header .block-system-branding-block,
.au-body header .main-header .btn-holders,
.au-body header .main-header h1,
.au-body header .main-header .share-holder {
  display: none;
}

.au-body header #block-whitehorse-uplift-userbutton {
  position: absolute;
  border: 1px solid #e0e0e0;
  padding: 8px 23px 8px 10px;
  border-radius: 50px;
  top: 26px;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}

@media (min-width: 1025px) {
  .au-body header #block-whitehorse-uplift-userbutton {
    top: unset;
    right: 631px;
  }
}

.au-body .col-sm-3 .share-holder {
  width: 64%;
  padding-top: 5px;
  padding-bottom: 3px;
}

.au-body .share-holder {
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #ffffff;
}

.au-body .share-holder a,
.au-body .share-holder span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 1.25rem;
}

.au-body .share-holder a:last-child, .au-body .share-holder a.copy,
.au-body .share-holder span:last-child,
.au-body .share-holder span.copy {
  margin-right: 0;
}

@media (min-width: 1300px) {
  .au-body .col-sm-3:last-child > div.share-holder {
    margin-right: 48px;
  }
}

@media (min-width: 1025px) and (max-width: 1299px) {
  .au-body .col-sm-3:last-child > div.share-holder {
    margin-right: 80px;
    min-width: 174px;
  }
}

@media (min-width: 1025px) {
  .au-body header {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    top: 28px;
    position: relative;
    margin-bottom: 40px;
  }
  .au-body header .btn-holders a.icon-search {
    display: none;
  }
  .au-body header .main-header {
    height: 50px;
  }
  .au-body header .main-header .block-system-branding-block {
    margin-top: 24px;
    padding: 16px;
    top: 28px;
    position: inherit;
    left: 30px;
  }
  .au-body header .main-header .block-system-branding-block img {
    min-width: 52px;
    max-height: 120px;
  }
  .au-body header .main-header .btn-holders {
    margin-left: 32px;
    padding: 0 20px;
  }
  .au-body header .main-header .btn-holders .mobile-menu-text {
    display: none !important;
  }
  .au-body header .sites {
    top: unset !important;
    background-color: #EFEFEF;
  }
  .au-body header .sites a.explored-sites {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
  }
  .au-body header .sites a.explored-sites.isOpen {
    color: #fff;
  }
  .au-body header .sites:has(a.explored-sites.isOpen) {
    background-color: #2d837c;
  }
  .au-body header .search-btn-holder {
    position: absolute;
    right: -28px;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 + .search-btn {
    display: none;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 .form-item input {
    height: 50px;
    background-color: #EFEFEF;
    border: none;
    color: #222;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 .form-item input::-webkit-input-placeholder {
    color: unset;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 .form-item input:-ms-input-placeholder {
    color: unset;
  }
  .au-body header .search-btn-holder #views-exposed-form-content-search-page-1 .form-item input::placeholder {
    color: unset;
  }
  .au-body header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 + .search-btn {
    display: none;
  }
  .au-body header .search-btn-holder a.icon-search.fill:hover {
    text-decoration: none;
  }
  .au-body header .search-btn-holder a.icon-search.fill:before {
    vertical-align: -80%;
  }
  .au-body header .search-btn-holder form {
    height: 50px;
    width: 288px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    margin-left: auto;
    margin-right: 0;
    background-color: #fff;
    max-width: 960px;
    -webkit-box-shadow: -10px 10px 80px #e0e0e0;
            box-shadow: -10px 10px 80px #e0e0e0;
  }
  .au-body header .search-btn-holder form input {
    padding: 7px;
    border-radius: 8px !important;
    font-size: 1.125rem;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 42px;
    height: 42px;
    margin-top: 4px;
    background-color: #2d837c;
  }
  .au-body header .search-btn-holder form div {
    display: inline-block !important;
  }
  .au-body header .search-btn-holder form div:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .au-body header .search-btn-holder.isOpen {
    top: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .au-body header .search-btn-holder.isOpen form {
    height: auto;
    width: 100%;
    height: 63px;
    overflow: hidden;
  }
  .au-body header .search-btn-holder.isOpen form div:nth-child(1) {
    width: -webkit-calc(100% - 131px) !important;
    width: calc(100% - 131px) !important;
    border: 1px solid #e0e0e0;
  }
  .au-body header .search-btn-holder.isOpen form div:nth-child(2) {
    opacity: 1;
    margin-right: -1px;
  }
  .au-body header .search-btn-holder.isOpen a.icon-search.fill {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
    z-index: -1;
  }
  .au-body.header-lock header {
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
            box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
    position: fixed;
    -webkit-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    z-index: 111;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    overflow: visible;
  }
  .au-body.header-lock header .search-btn-holder.isOpen {
    display: block;
    margin-right: 32px;
    width: 100%;
    overflow: hidden;
  }
  .au-body.header-lock header .main-header {
    margin-left: 32px;
  }
  .au-body.header-lock header .block-system-branding-block,
  .au-body.header-lock header .btn-holders,
  .au-body.header-lock header h1,
  .au-body.header-lock header .share-holder {
    display: block;
  }
  .au-body.header-lock header .share-holder {
    top: 15px;
    right: 290px;
    /* Backlog 676 Sticky nav buttons overlapping ,
        * remove right property for share-holder (main.scss)*/
  }
}

@media screen and (min-width: 1025px) and (max-width: 1160px) {
  .au-body.header-lock header .share-holder {
    right: 190px;
  }
}

@media (min-width: 1025px) {
  .au-body.header-lock header .share-holder a {
    top: -2px;
    position: relative;
  }
  .au-body.header-lock header .language,
  .au-body.header-lock header .sites {
    display: none;
  }
  .au-body .col-sm-3 .share-holder {
    margin-bottom: 155px;
  }
  .au-body .col-sm-3 .share-holder:last-child {
    margin-bottom: 0;
  }
}

@-webkit-keyframes show {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes show {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #222;
    position: absolute;
    right: 5px;
    height: 72px;
    width: 144px;
    border-radius: 6px;
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .search-btn-holders {
    display: table;
    height: 64px;
    width: 66px;
    border-radius: 6px;
    cursor: pointer;
    margin: 3px;
    background-color: #111;
    text-align: center;
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .search-btn-holders a {
    display: table-cell;
    vertical-align: middle;
    right: unset;
    top: unset;
    position: unset;
    padding: unset;
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .search-btn-holders a::before {
    content: url(../images/svg/search_icon.svg);
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .search-btn-holders.isOpen {
    background-color: #fff;
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .search-btn-holders.isOpen a::before {
    content: url(../images/svg/search_icon_green.svg);
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .menu-btn-holders-close {
    display: table;
    height: 64px;
    width: 66px;
    border-radius: 6px;
    cursor: pointer;
    margin: 3px;
    background-color: #111;
    text-align: center;
  }
  .au-body #block-whitehorse-uplift-sitebranding .mobile-nav-btns .menu-btn-holders-close a {
    display: table-cell;
    vertical-align: middle;
  }
  .au-body header.au-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 109;
  }
  .au-body header .main-header {
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
            box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  }
  .au-body header .main-header .btn-holders {
    position: absolute;
    right: 6%;
    display: block;
    min-width: 90px;
    padding: 0 16px;
    height: 36px;
    cursor: pointer;
  }
  .au-body header .main-header .btn-holders .icon-navdraw {
    margin-right: 8px;
  }
  .au-body header .main-header .btn-holders a {
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-top: 2px;
    cursor: pointer;
  }
  .au-body header .main-header .btn-holders .mobile-menu-text {
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 0.25rem;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .au-body header .main-header .mobile-nav-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #EFEFEF;
    position: absolute;
    right: 5px;
    height: 72px;
    width: 144px;
    border-radius: 6px;
  }
  .au-body header .main-header .mobile-nav-btns.home {
    width: 72px;
  }
  .au-body header .main-header .mobile-nav-btns.home .search-btn-holders {
    display: none;
  }
  .au-body header .main-header .search-btn-holders {
    display: table;
    height: 64px;
    width: 66px;
    border-radius: 6px;
    cursor: pointer;
    margin: 3px;
    background-color: #fff;
    text-align: center;
  }
  .au-body header .main-header .search-btn-holders a {
    display: table-cell;
    vertical-align: middle;
  }
  .au-body header .main-header .search-btn-holders.isOpen {
    background-color: #2d837c;
  }
  .au-body header .main-header .search-btn-holder {
    display: none;
  }
  .au-body header .main-header .search-btn-holder #views-exposed-form-content-search-page-1 + .search-btn {
    display: none;
  }
  .au-body header .main-header .search-btn-holder #views-exposed-form-content-search-page-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body header .main-header .search-btn-holder.isOpen {
    position: absolute;
    top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 1%;
    right: 1%;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 {
    width: 98vw;
    border-radius: 8px;
    height: 96px;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-text {
    height: 96px;
    font-size: 1.3rem;
    background-color: #EFEFEF;
    color: #222;
    border-radius: 8px;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-text::-webkit-input-placeholder {
    color: unset;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-text:-ms-input-placeholder {
    color: unset;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-text::placeholder {
    color: unset;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-wrapper {
    background-color: #EFEFEF;
  }
  .au-body header .main-header .search-btn-holder.isOpen #views-exposed-form-content-search-page-1 .form-actions input {
    width: 56px;
    height: 56px;
    padding: 10px;
    background-color: #2d837c;
    position: absolute;
    right: 10px;
    top: 20px;
    border-radius: 8px;
  }
  .au-body header .main-header .menu-btn-holders {
    display: table;
    height: 64px;
    width: 66px;
    border-radius: 6px;
    cursor: pointer;
    margin: 3px;
    background-color: #fff;
    text-align: center;
  }
  .au-body header .main-header .menu-btn-holders a {
    display: table-cell;
    vertical-align: middle;
  }
  .au-body header .main-header .sites,
  .au-body header .main-header .share-holder {
    display: none;
  }
  .au-body header .main-header .language {
    position: absolute;
  }
  .au-body header .main-header .language .lang {
    display: none;
  }
  .au-body header .main-header .language .icon-translate {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    display: inline-block;
    padding: 7px 16px;
    text-align: center;
  }
  .au-body header .main-header .language .icon-translate:before {
    font-size: 1.125rem;
    margin-right: 0;
  }
  .au-body .col-sm-3 .share-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .au-body header .main-header .block-system-branding-block {
    left: 0;
    display: block;
    padding: 16px;
    position: absolute;
    top: 0;
  }
  .au-body header .main-header .block-system-branding-block img {
    /* Backlog 678 */
    min-width: 70px;
    max-height: 120px;
    max-width: 120px;
  }
  .au-body header .main-header .language {
    left: 30%;
  }
  .au-body header .main-header #block-whitehorse-uplift-userbutton {
    left: 61%;
  }
}

@media (max-width: 1024px) {
  .au-body header > .container {
    margin-right: 0 !important;
  }
  .au-body header .main-header .block-system-branding-block {
    display: block;
    padding: 5px 16px 16px 16px;
    position: absolute;
    top: 0;
    /* Backlog 678 */
    height: 90px;
  }
  .au-body header .main-header .block-system-branding-block img {
    /* Backlog 678 */
    min-width: 30px;
    max-height: 70px;
  }
  .au-body header .main-header .language {
    left: 36%;
  }
  .au-body header .main-header #block-whitehorse-uplift-userbutton {
    left: 54%;
  }
  .au-body header .main-header #block-whitehorse-uplift-userbutton span {
    display: none;
  }
}

.au-body .region-hero-banner {
  position: relative;
}

.au-body .region-hero-banner .sound {
  display: none;
}

.au-body .region-hero-banner .field--name-field-media-image {
  display: block;
}

.au-body .region-hero-banner .field--name-field-featured-image-text {
  padding: 22px 24px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

.au-body .region-hero-banner h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.42px;
}

.au-body .region-hero-banner h2 a {
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}

.au-body .region-hero-banner h2 a:hover {
  text-decoration: underline;
}

.au-body .region-hero-banner p {
  margin-bottom: 33px;
}

@media (min-width: 1200px) {
  .au-body .region-hero-banner .field--name-field-featured-image-text {
    position: absolute;
    right: 0;
    max-width: 383px;
    margin-top: -48px;
    margin-right: 32px;
  }
}

@media (min-width: 1025px) {
  .au-body .region-hero-banner .sound {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    height: 50px;
    width: 50px;
    padding: 11px 8px;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
  }
  .au-body .region-hero-banner .sound img {
    display: none;
    margin: 0;
    width: 34px;
  }
  .au-body .region-hero-banner .sound.sound-on img.on {
    display: block;
  }
  .au-body .region-hero-banner .sound.sound-off img.off {
    display: block;
  }
  .au-body .region-hero-banner .sound.hidden {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    opacity: 0;
    height: 0;
    width: 0;
  }
  .au-body .region-hero-banner h2 {
    margin-bottom: 24px;
  }
  .au-body .region-hero-banner .block-whitehorse-uplift-general-banner-block .field--name-field-media-image {
    position: relative;
    display: block;
    overflow: hidden;
    height: 576px;
  }
  .au-body .region-hero-banner.inner article .field--name-field-media-image img {
    height: 528px;
  }
  .au-body .region-hero-banner #block-whitehorse-uplift-herobanner img {
    max-width: 100%;
  }
  .au-body .region-hero-banner.thin #block-whitehorse-uplift-herobanner {
    overflow: hidden;
    max-height: 165px;
    margin-bottom: 16px;
  }
  .au-body .region-hero-banner.thin #block-whitehorse-uplift-herobanner img {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .au-body .region-hero-banner.line #block-whitehorse-uplift-herobanner {
    max-height: 1px;
    margin-bottom: 16px;
    padding-top: 1px;
  }
  .au-body .region-hero-banner.line #block-whitehorse-uplift-herobanner .field--name-field-featured-image {
    display: none;
  }
  .au-body .region-hero-banner .video {
    position: relative;
    overflow: hidden;
    height: 576px;
  }
  .au-body .region-hero-banner .video video {
    position: relative;
    right: -5px;
  }
  .au-body .region-hero-banner .video.play:after {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    padding: 35px;
    content: "\e906";
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    border-radius: 50%;
  }
  .au-body .region-hero-banner .video.play:hover:after, .au-body .region-hero-banner .video.play:focus:after, .au-body .region-hero-banner .video.pause:hover:after, .au-body .region-hero-banner .video.pause:focus:after {
    opacity: 0.85;
  }
  .au-body .region-hero-banner .video.pause:after {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    padding: 35px;
    content: "\e909";
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    border-radius: 50%;
  }
  .au-body .region-hero-banner .video:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 287px;
    height: 100%;
    content: "";
  }
  .au-body .region-hero-banner .video .field--name-field-media-image {
    display: none;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .au-body .region-hero-banner video {
    padding-left: 250px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .au-body .region-hero-banner #block-whitehorse-uplift-herobanner img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1300px;
    height: 100%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
  .au-body .region-hero-banner .field--name-field-featured-image-text h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .au-body .region-hero-banner .field--name-field-featured-text,
  .au-body .region-hero-banner .field--name-field-featured-link {
    display: none;
  }
}

@media (max-width: 1024px) {
  .au-body .region-hero-banner.line {
    height: 0;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .au-body .region-hero-banner .field--name-field-featured-image video {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .au-body .region-hero-banner h2 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .au-body .region-hero-banner.line {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .au-body #block-whitehorse-uplift-herobanner .field--name-field-featured-image-text {
    max-width: 29% !important;
  }
  .au-body #block-quicklinks .container {
    max-width: 100% !important;
  }
}

.au-body .block-hero-quick-links {
  max-width: 1616px;
  margin: auto;
  margin-top: 4px;
}

.au-body .block-hero-quick-links .field--type-image img {
  height: 35px;
}

.au-body .block-hero-quick-links .container {
  border-radius: 16px;
  min-height: 193px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #107166;
}

.au-body .block-hero-quick-links .container .hero-quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px;
  gap: 5px;
}

.au-body .block-hero-quick-links .container .hero-quicklinks > div {
  border: 1.5px solid #036A5C;
  background-color: #217A70;
  padding: 20px;
  height: 125px;
  min-width: 24.6%;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media all and (min-width: 1024px) and (max-width: 1111px) {
  .au-body .block-hero-quick-links .container .hero-quicklinks > div {
    padding: 10px 5px 10px 5px;
  }
}

@media screen and (max-width: 1024px) {
  .au-body .block-hero-quick-links .container .hero-quicklinks > div {
    width: 49%;
  }
}

.au-body .block-hero-quick-links .container a {
  text-decoration: none !important;
  font-size: 1rem;
  letter-spacing: 0.36px;
  line-height: 1.875rem;
  display: inline-block;
  font-weight: 500;
  color: #ffffff !important;
}

.au-body .block-hero-quick-links .container a.link-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.23px;
  line-height: 2.5rem;
}

.au-body .block-hero-quick-links .container a.link-title p {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
}

.au-body .block-hero-quick-links .container a.more {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .au-body .block-hero-quick-links .container .group {
    min-width: 120px;
  }
}

.au-body .important-dates {
  max-width: 1616px;
  margin: auto;
  width: auto;
  padding: 0;
}

.au-body .important-dates .paragraph--type--important-dates {
  margin-left: 20px;
  margin-right: 20px;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 1024px) {
  .au-body .important-dates .paragraph--type--important-dates .wrapper {
    gap: 20px;
  }
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .media {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  .au-body .important-dates .paragraph--type--important-dates .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .au-body .important-dates .paragraph--type--important-dates .wrapper .media {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .field--name-field-media-image img {
  border-radius: 24px;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .field--name-field-link a:link {
  text-decoration: none;
  line-height: none;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .field--name-field-sub-link a {
  color: #222222;
  text-decoration: underline;
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .content-wrapper {
  line-height: 2.0;
}

.au-body .important-dates .paragraph--type--important-dates .wrapper .content-wrapper .paragraph--type--important-dates-content {
  border-bottom: 1px solid #a6a4a4;
  padding: 10px 20px 10px 0;
}

.au-body .paragraph--type--home-highlight {
  max-width: 1616px;
  margin: auto;
  width: auto;
  padding: 0;
}

.au-body .paragraph--type--home-highlight .paragraph-content {
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.au-body .paragraph--type--home-highlight .paragraph-content a:link, .au-body .paragraph--type--home-highlight .paragraph-content a:visited, .au-body .paragraph--type--home-highlight .paragraph-content a:hover, .au-body .paragraph--type--home-highlight .paragraph-content a:active {
  color: #2D837C;
  text-decoration: none;
}

.au-body .paragraph--type--home-highlight .paragraph-content a:hover {
  text-decoration: underline;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 31px;
}

@media screen and (max-width: 768px) {
  .au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-content {
  width: 85%;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-content > .field__item {
  padding: 16px 0;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-content > .field__item:not(:last-child) {
  border-bottom: 1px solid #a6a4a4;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-media-image img {
  border-radius: 16px;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-more-link a {
  border: 1px solid #2D837C;
  border-radius: 8px;
  padding: 10px 16px;
  display: block;
  width: 200px;
  height: 50px;
  background-color: #efefef;
  position: relative;
}

.au-body .paragraph--type--home-highlight .paragraph-content .field--name-field-section > .field__item .field--name-field-highlight-more-link a::after {
  position: absolute;
  top: 12px;
  right: 16px;
  content: url("/themes/custom/whitehorse_uplift/images/svg/arrow_right.svg");
  cursor: pointer;
}

.au-body #block-whitehorse-uplift-searchblock {
  max-width: 1616px;
  margin: auto;
  width: auto;
  padding: 0;
}

.au-body #block-whitehorse-uplift-searchblock .container {
  min-height: 236px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px;
  margin-top: -390px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .au-body #block-whitehorse-uplift-searchblock .container {
    padding: 16px;
    margin-top: -500px;
  }
  .au-body #block-whitehorse-uplift-searchblock .container .article-content {
    margin-top: 5px;
  }
}

.au-body #block-whitehorse-uplift-searchblock .container .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .au-body #block-whitehorse-uplift-searchblock .container .search-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.au-body #block-whitehorse-uplift-searchblock .container form {
  margin-top: 0;
}

.au-body #block-whitehorse-uplift-searchblock .container .inline-search-box .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  position: relative;
}

.au-body #block-whitehorse-uplift-searchblock .container .inline-search-box .wrapper input[type=search] {
  border: 0;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 2px 60px 2px 20px;
  outline: 0;
  background-color: #efefef;
}

.au-body #block-whitehorse-uplift-searchblock .container .inline-search-box .wrapper input[type=search]:focus {
  border: 1px solid #2D837C;
}

.au-body #block-whitehorse-uplift-searchblock .container .inline-search-box .wrapper a {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  width: 56px;
  border-radius: 8px;
  background-color: #2D837C;
}

.au-body #block-whitehorse-uplift-searchblock .container .inline-search-box .wrapper a::after {
  position: absolute;
  top: 15px;
  right: 16px;
  content: url("/themes/custom/whitehorse_uplift/images/svg/search_icon.svg");
  cursor: pointer;
}

.au-body #block-whitehorse-uplift-searchblock .container .title {
  font-weight: 700;
  font-size: 50px;
  leading-trim: Cap height;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) {
  .au-body #block-whitehorse-uplift-searchblock .container .title {
    font-size: 40px;
    width: 40%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .au-body #block-whitehorse-uplift-searchblock .container .title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords > div {
  border: 1px solid #2D837C;
  border-radius: 80px;
  padding: 4px 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords > div a:link, .au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords > div a:visited, .au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords > div a:hover, .au-body #block-whitehorse-uplift-searchblock .container .frequent-keywords > div a:active {
  color: #2D837C;
  text-decoration: none;
  line-height: none;
}

.au-body .region-hero-banner {
  margin-bottom: 50px;
}

.au-body .block-home-page-hero {
  width: 100%;
}

.au-body .block-home-page-hero .hero-background-image {
  background-repeat: no-repeat;
  width: 100%;
  background-position: 70% 30%;
  height: 731px;
}

@media screen and (max-width: 1024px) {
  .au-body .block-home-page-hero .hero-background-image {
    width: 100%;
    background-position: 70% 30%;
    background-size: auto 560px;
    height: 731px;
  }
}

.au-body .paragraph--type--upcoming-events {
  background-color: #f7f7f7;
  /* Backlog 676 Change the min-width from 950 to 1300px,
  * Resolve overlapping issue for filter button and h2 
  * across all the sites */
  /* Backlog 676 Change the max-width from 949 to 1299px,
  * Resolve overlapping issue for filter button and h2 
  * across all the sites */
}

.au-body .paragraph--type--upcoming-events .view-filters form {
  width: 100%;
}

.au-body .paragraph--type--upcoming-events > .container {
  position: relative;
}

.au-body .paragraph--type--upcoming-events h2 {
  color: #274350;
  display: inline-block;
}

.au-body .paragraph--type--upcoming-events h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 12px;
}

.au-body .paragraph--type--upcoming-events p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: 1.5rem;
}

.au-body .paragraph--type--upcoming-events .views-row {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.au-body .paragraph--type--upcoming-events .views-row.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.au-body .paragraph--type--upcoming-events .views-row:nth-child(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.au-body .paragraph--type--upcoming-events .views-row:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.au-body .paragraph--type--upcoming-events .views-row:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.au-body .paragraph--type--upcoming-events .views-row:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.au-body .paragraph--type--upcoming-events .stack_content {
  position: relative;
}

.au-body .paragraph--type--upcoming-events .stack .field--name-field-event-date {
  position: absolute;
  top: 0;
  background-color: #f7f7f7;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 8px;
  margin-left: 16px;
  z-index: 10;
  display: block;
}

.au-body .paragraph--type--upcoming-events .stack .field--name-field-event-date.hidden {
  display: none;
  /* Backlog 676 */
}

.au-body .paragraph--type--upcoming-events .field--name-field-read-more {
  text-align: center;
}

@media (max-width: 767px) {
  .au-body .paragraph--type--upcoming-events .field--name-field-read-more .btn {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .au-body .paragraph--type--upcoming-events .view-content {
    margin-bottom: 48px;
  }
  .au-body .paragraph--type--upcoming-events h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
    margin-left: 110px;
    margin-top: 20px;
    max-width: 33%;
    display: inline-block;
  }
  .au-body .paragraph--type--upcoming-events .stack {
    padding: 0;
    min-height: 384px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .au-body .paragraph--type--upcoming-events .stack .au-tags {
    position: absolute;
    bottom: 32px;
  }
  .au-body .paragraph--type--upcoming-events .stack .au-tags li {
    border: 0 none;
  }
  .au-body .paragraph--type--upcoming-events .stack .au-tags li a {
    display: block;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1rem;
    padding: 4px 12px;
    border-radius: 16px;
    text-decoration: none;
    /* Backlog 676 */
  }
}

@media (max-width: 1299px) {
  .au-body .paragraph--type--upcoming-events > .container {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .au-body .paragraph--type--upcoming-events h2 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 2rem;
  }
  .au-body .paragraph--type--upcoming-events .stack {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1300px) {
  .au-body .paragraph--type--upcoming-events .filter-btn {
    display: none !important;
  }
  .au-body .paragraph--type--upcoming-events .view-filters {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media (min-width: 1300px) {
  .au-body .paragraph--type--upcoming-events .view-filters {
    top: 0;
  }
}

@media (max-width: 1299px) {
  .au-body .paragraph--type--upcoming-events .view-filters {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .au-body .paragraph--type--upcoming-events .view-filters.show {
    max-height: 500px;
  }
  .au-body .paragraph--type--upcoming-events .view-filters a {
    display: block;
    margin: 8px 0;
  }
  .au-body .paragraph--type--upcoming-events .view-filters form {
    width: 100%;
  }
  .au-body .paragraph--type--upcoming-events .filter-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    background-color: #ffffff;
    min-width: 160px;
  }
  .au-body .paragraph--type--upcoming-events .filter-btn.is-active .icon-filter:before {
    color: #fff;
  }
}

.au-body .paragraph--type--related {
  background-color: #f7f7f7;
}

.au-body .paragraph--type--related .views--layout .view-content {
  margin: 0;
}

.au-body .paragraph--type--related.section {
  padding: 36px 0 !important;
}

.au-body .paragraph--type--related h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6875rem;
  margin-bottom: -webkit-calc(36px - 24px);
  margin-bottom: calc(36px - 24px);
}

.au-body .stack--detail {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-body .stack--detail img {
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
          transform: translate3d(0, 0, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 1300px) {
  .au-body .paragraph--type--related {
    margin-bottom: 48px;
  }
  .au-body .paragraph--type--related .container > h3 {
    margin-left: 83px;
  }
  .au-body .paragraph--type--related .stack__content {
    min-height: 224px;
  }
  .au-body .stack--detail:hover {
    -webkit-transform: scale(1.049);
            transform: scale(1.049);
  }
}

@media (max-width: 1299px) {
  .au-body .paragraph--type--related .container > h3 {
    margin-left: 18px;
  }
}

.au-body .node-community-directory-form .chosen-container,
.au-body .node-community-event-form .chosen-container,
.au-body .node-community-event-edit-form .chosen-container,
.au-body .node-community-directory-edit-form .chosen-container {
  display: none !important;
}

.au-body .node-community-directory-form .upload-button,
.au-body .node-community-event-form .upload-button,
.au-body .node-community-event-edit-form .upload-button,
.au-body .node-community-directory-edit-form .upload-button {
  display: none !important;
}

.au-body .node-community-directory-form .image-widget,
.au-body .node-community-event-form .image-widget,
.au-body .node-community-event-edit-form .image-widget,
.au-body .node-community-directory-edit-form .image-widget {
  display: block !important;
}

.au-body .node-community-directory-form label.file-upload,
.au-body .node-community-event-form label.file-upload,
.au-body .node-community-event-edit-form label.file-upload,
.au-body .node-community-directory-edit-form label.file-upload {
  max-width: 194.2px !important;
}

.au-body .node-community-directory-form input[name='field_cd_logo_0_remove_button'] + .file-upload,
.au-body .node-community-event-form input[name='field_cd_logo_0_remove_button'] + .file-upload,
.au-body .node-community-event-edit-form input[name='field_cd_logo_0_remove_button'] + .file-upload,
.au-body .node-community-directory-edit-form input[name='field_cd_logo_0_remove_button'] + .file-upload {
  display: none;
}

.au-body .article-content form #edit-field-category-wrapper .shs-widget-container,
.au-body .article-content form #edit-field-secondary-category-wrapper .shs-widget-container {
  width: 48.5%;
  display: inline-block;
}

.au-body .article-content form #edit-field-category-wrapper .shs-widget-container:nth-child(2),
.au-body .article-content form #edit-field-secondary-category-wrapper .shs-widget-container:nth-child(2) {
  margin-left: 8px;
}

.au-body .article-content form .form-item-field-event-categories select {
  min-height: 138px;
  background-image: none;
}

.au-body .article-content form .shs-widget-container {
  width: 100%;
}

.au-body .article-content form .form-item-field-suburb-0-select-other-text-input {
  display: none;
}

.au-body .article-content form #edit-field-event-date-0 .fieldset-wrapper {
  padding-top: 16px;
  border-bottom: 0;
}

.au-body .article-content form #edit-field-event-date-0 .fieldset-wrapper .form-wrapper {
  border-bottom: 0;
}

@media (min-width: 1025px) {
  .au-body .article-content form #edit-field-event-date-0 .fieldset-wrapper {
    max-width: 448px;
  }
}

.au-body .article-content form #edit-field-event-date-0 legend,
.au-body .article-content form #edit-field-event-date-0 .fieldset-legend.form-required:after {
  display: none;
}

.au-body .article-content form #edit-field-event-date-0 h4 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 1.5rem;
  padding-bottom: 8px;
  padding-top: 8px;
}

.au-body .article-content form #edit-field-event-date-0 h4.form-required:after {
  bottom: 10px;
}

.au-body .article-content form #edit-field-event-date-0 div.js-form-type-date,
.au-body .article-content form #edit-field-event-date-0 div.js-form-type-time {
  width: 49%;
  display: inline-block;
}

.au-body .article-content form #edit-field-event-date-0 input::-webkit-outer-spin-button,
.au-body .article-content form #edit-field-event-date-0 input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.au-body .article-content form #edit-field-event-date-0 input[type='number'],
.au-body .article-content form #edit-field-event-date-0 input[type='date'],
.au-body .article-content form #edit-field-event-date-0 input[type='time'] {
  -moz-appearance: textfield;
  /* Firefox */
}

.au-body .article-content form #edit-field-event-date-0 div.js-form-type-date input {
  padding: 8px;
}

.au-body .article-content form #edit-field-event-date-0 div.js-form-type-date input[type='date'] {
  background: url("/themes/custom/whitehorse_uplift/images/svg/picker-date.svg") 100% 50% no-repeat #fff;
  padding-right: 0;
}

.au-body .article-content form #edit-field-event-date-0 div.js-form-type-date input[type='date']:hover, .au-body .article-content form #edit-field-event-date-0 div.js-form-type-date input[type='date']:focus {
  background-image: none;
}

.au-body .article-content form #edit-field-event-date-0 div.js-form-type-date input[type='time'] {
  padding-right: 33px;
  background: url("/themes/custom/whitehorse_uplift/images/svg/picker-time.svg") 100% 50% no-repeat #fff;
}

.au-body .article-content form #edit-field-secondary-category-wrapper {
  padding-top: 20px;
}

.au-body .article-content form .view-filters #edit-actions {
  border-top: 1px solid #e0e0e0;
  margin-top: 8px;
}

.au-body .article-content form .js-hide,
.au-body .article-content form .hidden {
  display: none;
}

.au-body .article-content form #edit-field-event-agreement-wrapper legend,
.au-body .article-content form #edit-field-event-agreement-wrapper span,
.au-body .article-content form #edit-field-agreements-wrapper legend,
.au-body .article-content form #edit-field-agreements-wrapper span {
  width: 100%;
  display: block;
}

.au-body .article-content form #edit-field-event-agreement-wrapper .form-required:after,
.au-body .article-content form #edit-field-agreements-wrapper .form-required:after {
  bottom: 16px;
}

.au-body .article-content form #edit-field-cd-logo-0-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
  .au-body .article-content form > .form-wrapper > legend {
    padding-left: 35px;
  }
}

.au-body .article-content form > .form-wrapper > .fieldset-wrapper {
  padding: 0 18px;
}

.au-body .article-content form #edit-field-agreements-wrapper fieldset,
.au-body .article-content form #edit-field-agreements-wrapper .js-form-item,
.au-body .article-content form #edit-field-event-date-wrapper,
.au-body .article-content form #edit-field-facilities--wrapper,
.au-body .article-content form #edit-field-agreements-wrapper,
.au-body .article-content form #edit-field-event-agreement-wrapper {
  padding-bottom: 0;
  border-bottom: 0;
}

.au-body .article-content form #edit-field-facilities label {
  padding: 0;
}

.au-body .article-content form .file-upload {
  border: 1px solid #192320;
  background-color: #fff;
  padding: 0;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 448px;
}

.au-body .article-content form .file-upload span {
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

.au-body .article-content form .file-upload strong {
  background-color: #e0e0e0;
  width: 160px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.82px;
  text-align: center;
  font-weight: 400;
  padding-right: 10px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.au-body .article-content form .file-upload strong:hover {
  background-color: #c7c6c6;
}

.au-body .article-content form .file-upload strong img {
  margin-right: 10px;
  vertical-align: middle;
}

.au-body .article-content form .description {
  color: #192320;
  font-size: 0.875rem;
  letter-spacing: 0.82px;
  line-height: 1rem;
  padding: 16px 0;
  padding: 0px;
}

.au-body .article-content form .au-control-input__input + .au-control-input__text {
  position: relative;
  font-size: 0.9375rem;
}

.au-body .article-content form .js-form-item-field-category .form-required:after,
.au-body .article-content form #edit-field-suburb-wrapper .form-required:after {
  bottom: 13px;
}

.au-body .article-content form .js-form-item-field-category .form-required:after #edit_field_suburb_chosen,
.au-body .article-content form #edit-field-suburb-wrapper .form-required:after #edit_field_suburb_chosen {
  margin-bottom: 10px;
  width: 493px;
}

.au-body .article-content form select.shs-select {
  position: initial !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 36px 8px 12px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

@media (max-width: 1299px) {
  .au-body .article-content form {
    margin-top: 0 !important;
  }
}

@media (max-width: 1170px) {
  .au-body .article-content form .form-required:after {
    right: 10px;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .au-body .article-content form .shs-container {
    max-width: 448px;
  }
}

@media (min-width: 768px) {
  .au-body .article-content form .node-community-directory-form .shs-widget-container {
    width: 49%;
    display: inline-block;
  }
  .au-body .article-content form > .form-wrapper > .fieldset-wrapper {
    padding: 0 48px;
  }
  .au-body .article-content form .form-item-field-postcode-0-value label:after {
    left: auto;
    right: 77%;
  }
  .au-body .article-content form #edit-field-postcode-0-value {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .au-body .article-content form .form-cancel {
    width: 100%;
  }
  .au-body .article-content form #edit-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.au-body #block-whitehorse-uplift-exposedformcommunity-directorypage-1 .field--name-body p {
  margin: 16px 0;
}

.au-body #views-exposed-form-community-directory-page-1 {
  position: relative;
}

.au-body #views-exposed-form-community-directory-page-1 > div:first-child {
  padding: 0;
}

.au-body #views-exposed-form-community-directory-page-1 > div:first-child label {
  display: none;
}

.au-body #views-exposed-form-community-directory-page-1 > div:first-child input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #ffffff;
  max-width: none;
  font-size: 15px;
}

.au-body #views-exposed-form-community-directory-page-1 > .form-actions:last-child {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  width: 41px;
  height: 41px;
}

.au-body #views-exposed-form-community-directory-page-1 > .form-actions:last-child input.form-submit {
  width: 41px;
  height: 41px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18.51px;
  background-position: 50%;
  color: transparent;
  margin: 0;
}

.au-body #views-exposed-form-community-directory-page-1 .icon-filter {
  border-bottom: 1px solid #e0e0e0;
}

.au-body #views-exposed-form-community-directory-page-1 label {
  display: block;
  padding-bottom: 5px;
  padding-left: 14px;
  font-weight: 700;
}

.au-body #views-exposed-form-community-directory-page-1 .form-item {
  padding: 5px;
}

.au-body #views-exposed-form-community-directory-page-1 .search-filter-btn {
  text-decoration: none;
}

.au-body #views-exposed-form-community-directory-page-1 .search-filter-btn:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .au-body .col-sm-3.cd-sidebar-content {
    padding-top: 350px;
  }
  .au-body .col-sm-3.cd-sidebar-content div.cta-holder {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .au-body .col-sm-3.cd-sidebar-content {
    width: 100%;
  }
}

.au-body .view-community-directory .view-header {
  color: #828282;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  margin: 12px 0;
}

.au-body .view-community-directory .views-row {
  border: 1px solid #e0e0e0;
  margin-bottom: 16px;
  padding: 16px;
}

.au-body .view-community-directory h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.5rem;
}

.au-body .view-community-directory h3 a {
  text-decoration: none;
}

.au-body .view-community-directory h3 a:hover {
  text-decoration: underline;
}

.au-body .view-community-directory .search__tags > div {
  width: 49%;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.au-body .view-community-directory .search__tags > div .field__item {
  font-weight: 400;
}

.au-body .view-community-directory .search__tags > div .field__item a {
  text-decoration: none;
}

.au-body .view-community-directory .search__tags > div .field__item a:hover {
  text-decoration: underline;
}

.au-body .listing .article-content .details-wrapper a {
  word-break: break-all;
}

.au-body .listing .article-content .field--name-field-cd-logo {
  text-align: center;
}

@media (min-width: 768px) {
  .au-body .listing .article-content .au-header-heading {
    padding-left: 0;
  }
  .au-body .listing .article-content .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .listing .article-content .details-wrapper .field--type-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100%;
    max-width: 40%;
  }
  .au-body .listing .article-content .details-wrapper .field--type-image img {
    padding: 20px;
    max-height: 250px;
    max-width: 250px;
  }
  .au-body .listing .article-content .details-wrapper .details-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .au-body .listing .article-content .au-header-heading {
    font-size: 1.5rem;
  }
  .au-body .listing .article-content .details-block {
    width: 100%;
  }
}

.au-body .article-content .au-accordion {
  border: 0 none;
  margin: 15px 0;
}

.au-body .article-content .au-accordion a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.6875rem;
  background-color: #f7f7f7;
  text-decoration: none;
}

.au-body .article-content .au-accordion a.au-accordion--open {
  color: #192320;
  background-color: #efefef;
}

.au-body .article-content .au-accordion__title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.au-body .article-content .au-accordion__title:focus {
  outline: 0 none;
}

.au-body .article-content .au-accordion__body-wrapper {
  border: 0 none;
  background-color: #f7f7f7;
}

.au-body .article-content .au-accordion__body-wrapper a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.au-body .paragraph--type--image-gallery {
  width: 100%;
}

.au-body .paragraph--type--gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.au-body .paragraph--type--gallery .container a:focus {
  outline: none;
}

.au-body .paragraph--type--gallery .container .field__item {
  outline: none;
}

.au-body .paragraph--type--gallery .container .gallery-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.au-body .paragraph--type--gallery .container .gallery-nav a {
  color: #fff;
  position: relative;
}

.au-body .paragraph--type--gallery .container .gallery-nav a > span {
  display: block;
  text-align: center;
}

.au-body .paragraph--type--gallery .container .gallery-nav a.disabled {
  background-color: #e0e0e0;
  pointer-events: none;
}

.au-body .paragraph--type--gallery .container .gallery-nav a:before, .au-body .paragraph--type--gallery .container .gallery-nav a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
}

.au-body .paragraph--type--gallery .container .gallery-nav a:before {
  left: 16px;
}

.au-body .paragraph--type--gallery .container .gallery-nav a:after {
  right: 16px;
}

.au-body .paragraph--type--gallery .container .gallery-nav .prev-btn,
.au-body .paragraph--type--gallery .container .gallery-nav .next-btn {
  padding: 13px 16px;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 14px;
}

@media (min-width: 768px) {
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero .field--type-image,
  .au-body .paragraph--type--gallery .container .field.field--name-field-media-image-blur,
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items {
    height: 609px;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-item-info {
    max-width: 678px;
    margin: 0 auto;
  }
  .au-body .paragraph--type--gallery .container .erd-list--gallery-landscape {
    position: relative;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero {
    max-width: 1102px;
    width: 85%;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero .erd-list--gallery-landscape {
    overflow: hidden;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero .field--name-field-media-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero img {
    max-height: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero .field.field--name-field-media-image-blur {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    position: absolute;
    top: 0;
    opacity: 0.5;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero .field--name-field-sider-text {
    margin-top: 16px;
  }
  .au-body .paragraph--type--gallery .container .gallery-slider {
    height: -webkit-calc(609px - 88px);
    height: calc(609px - 88px);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 40px;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items {
    overflow: hidden;
    width: -webkit-calc(150px + 24px + 6px);
    width: calc(150px + 24px + 6px);
    position: relative;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .slick-track {
    width: -webkit-calc(150px + 24px + 6px);
    width: calc(150px + 24px + 6px);
    padding-left: 24px;
    padding-right: 2px;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image {
    width: 154px;
    height: 70px;
    overflow: hidden;
    padding-top: 2px;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    width: -webkit-calc(100% + 22px);
    width: calc(100% + 22px);
    z-index: 1;
    border-radius: 8px 0 0 8px;
    opacity: 0;
    color: #fff;
    background-image: url("/themes/custom/whitehorse_uplift/images/svg/left.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 6px 50%;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image img {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    min-width: 100%;
    min-height: 100%;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image.isActive:after, .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image:hover:after {
    opacity: 1;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image:hover {
    cursor: pointer;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image.isActive:hover {
    cursor: default;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .gallery-slider:hover .field--type-image.isActive {
    opacity: 0.5;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items .field--name-field-sider-text {
    display: none;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav {
    position: absolute;
    height: 100%;
    width: 150px;
    top: 0;
    padding-left: 27px;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li:first-child {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li:last-child {
    padding-top: 4px;
    bottom: 0;
    position: absolute;
    height: 44px;
    width: 100%;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li .icon-left:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li .icon-right:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .au-body .paragraph--type--gallery .container .gallery-nav .prev-btn {
    border-radius: 8px 8px 0 0;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav .next-btn {
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 767px) {
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-hero {
    display: none;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-gallery-items {
    width: 100%;
  }
  .au-body .paragraph--type--gallery .container .paragraph--type--gallery-item {
    position: relative;
    height: 310px;
    background-color: #e0e0e0;
  }
  .au-body .paragraph--type--gallery .container .paragraph--type--gallery-item img {
    position: absolute;
    z-index: 2;
  }
  .au-body .paragraph--type--gallery .container .field--name-field-sider-text {
    position: absolute;
    bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #fff;
    z-index: 3;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav {
    margin-top: 4px;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li {
    width: 49.5%;
    display: inline-block;
    text-align: center;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li:last-child {
    float: right;
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li:last-child .icon-right:before {
    content: '';
  }
  .au-body .paragraph--type--gallery .container .gallery-nav li:last-child .icon-right:after {
    content: '\e906';
  }
}

.au-body .paragraph--type--image-slider .container h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.au-body .paragraph--type--image-slider .container .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 58%;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 2px 10px;
  width: 190px;
}

@media (max-width: 767px) {
  .au-body .paragraph--type--image-slider .container .slider-nav {
    width: 200px;
  }
}

.au-body .paragraph--type--image-slider .container .slider-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.au-body .paragraph--type--image-slider .container .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-right: -3px;
}

.au-body .paragraph--type--image-slider .container .slider-nav li:nth-child(1) {
  text-align: left;
}

.au-body .paragraph--type--image-slider .container .slider-nav li:nth-child(2) {
  text-align: center;
  padding-top: 2px;
}

.au-body .paragraph--type--image-slider .container .slider-nav li:nth-child(3) {
  text-align: right;
}

.au-body .paragraph--type--image-slider .container .slider-nav .icon-left:before {
  padding-right: 5px;
}

.au-body .paragraph--type--image-slider .container .slider-nav .autoplay {
  font-size: 0.9375rem;
}

.au-body .paragraph--type--image-slider .container .slider-nav .icon-right:after {
  padding-left: 5px;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .au-body .section.paragraph.paragraph--type--image-slider {
    padding-bottom: 129px;
  }
  .au-body .section.paragraph.paragraph--type--image-slider .paragraph-content {
    position: relative;
  }
  .au-body .paragraph--type--image-slider .container .slider-nav {
    top: auto;
  }
  .au-body .paragraph--type--image-slider .container .field--name-field-sider-text {
    display: none;
  }
  .au-body .paragraph--type--image-slider .container > .field__items {
    height: 530px;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item {
    position: relative;
    vertical-align: top;
    width: 25%;
    display: inline-block;
    padding: 6px 0;
    cursor: pointer;
    height: 33%;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item div {
    height: 100%;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item img {
    max-width: none;
  }
}

@media (min-width: 1025px) and (min-width: 1210px) {
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1209px) {
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item:first-child {
    float: left;
    margin-right: 1%;
    width: 74%;
    cursor: default;
    height: 100%;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item:first-child img {
    height: 100%;
    width: auto;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item:first-child .field--name-field-sider-text {
    display: block;
    height: auto;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item .field--name-field-media-image {
    overflow: hidden;
  }
  .au-body .paragraph--type--image-slider .container > .field__items > .field__item .field--name-field-sider-text {
    position: absolute;
    bottom: -72px;
  }
  .au-body .paragraph--type--image-slider .container .field--name-field-sider-text {
    padding: 40px 48px;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
            box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
    max-width: 560px;
    margin-left: 32px;
    margin-top: -124px;
    position: relative;
    z-index: 1;
  }
  .au-body .paragraph--type--image-slider .container .field--name-field-sider-text h2 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 2rem;
  }
  .au-body .paragraph--type--image-slider .container .container {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .au-body .slick-slide img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .au-body .field--name-field-sider-text {
    padding: 16px 24px;
  }
  .au-body .field--name-field-sider-text h2 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .au-body .paragraph--type--image-slider {
    position: relative;
  }
  .au-body .paragraph--type--image-slider .container .slider-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .au-body .slick-slide img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-hero .field--type-image,
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field.field--name-field-media-image-blur,
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-items {
    height: 298px;
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .gallery-slider {
    height: -webkit-calc(298px - 80px);
    height: calc(298px - 80px);
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-hero {
    max-width: 539px;
    width: 77%;
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-items {
    width: -webkit-calc(115px + 24px + 8px);
    width: calc(115px + 24px + 8px);
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-items .field--type-image {
    width: -webkit-calc(115px + 4px);
    width: calc(115px + 4px);
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .field--name-field-gallery-items .slick-track {
    width: -webkit-calc(115px + 24px + 8px);
    width: calc(115px + 24px + 8px);
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .gallery-nav {
    width: 115px;
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .gallery-nav a > span {
    padding-left: 15px;
  }
  .au-body .col-sm-6.article-content .paragraph--type--gallery .container .gallery-nav span span {
    display: none;
  }
  .au-body .field--name-field-slider-items .field--name-field-item-image .field__item {
    background-size: cover;
  }
  .au-body .field--name-field-slider-items .field--name-field-item-image .field__item img {
    vertical-align: middle;
    -webkit-animation-name: showImage;
            animation-name: showImage;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

@-webkit-keyframes showImage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showImage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.au-body .newsletter-subscription-homepage {
  background-color: #efefef;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription {
  max-width: 1616px;
  margin: auto;
  margin-top: 4px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper {
    padding: 16px;
  }
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .title {
  font-weight: 500;
  font-size: 45px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .title {
    font-size: 32px;
  }
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  letter-spacing: 0%;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .image img {
  width: 532px;
  height: auto;
  border-radius: 16px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form {
  margin-top: 20px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form h2 {
  display: none !important;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadown: none;
  width: 100%;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form {
  padding: 0;
  margin: 0;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .clear {
  margin-top: 10px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .signup-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .signup-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .signup-fields div:nth-of-type(1) {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

@media screen and (max-width: 768px) {
  .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .signup-fields div:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form input[type="submit"] {
  border-radius: 8px;
  height: 63px;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form input[type="email"], .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form input[type="number"] {
  background-color: #efefef !important;
  border-radius: 8px;
  height: 64px;
  padding: 4px 10px;
  border: 0;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form input[type="email"] :focus, .au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form input[type="number"] :focus {
  border: 1px solid #164e8a !important;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .asterisk {
  display: none;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form #mc_embed_signup form .button {
  margin: 10px 0 0 0;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form .mc-field-group {
  padding: unset !important;
  margin: 0 !important;
  border: none !important;
  width: unset !important;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .wrapper .form .mc-field-group input {
  width: unset !important;
}

.au-body .newsletter-subscription-homepage .paragraph--type--newsletter-subscription .paragraph-content .field--name-field-body {
  margin-top: 0;
}

.au-body .subscription-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.au-body .col-sm-3 .subscription-holder {
  margin-bottom: 48px;
}

@media (min-width: 1025px) {
  .au-body .col-sm-3 .subscription-holder {
    max-width: 230px;
  }
}

.au-body .col-sm-3 .subscription-holder .holder {
  display: block;
  text-align: left;
}

.au-body .col-sm-3 .subscription-holder .header {
  margin-bottom: 16px;
  padding-right: 0;
}

.au-body .col-sm-3 .subscription-holder .header span:first-child {
  max-width: 30px;
}

.au-body .col-sm-3 .subscription-holder .header span:last-child {
  max-width: 150px;
}

.au-body .col-sm-3 .subscription-holder form,
.au-body .col-sm-3 .subscription-holder div {
  width: 100%;
}

.au-body .col-sm-3 .subscription-holder input {
  width: 100%;
  margin-bottom: 15px;
}

.au-body .col-sm-3 .subscription-holder input[type='submit'] {
  margin-bottom: 0;
}

.au-body .subscription-holder {
  text-align: center;
  background-color: #f7f7f7;
  padding: 16px;
}

@media (min-width: 1300px) {
  .au-body .subscription-holder {
    margin-bottom: 40px;
  }
}

.au-body .subscription-holder .paragraph-content div,
.au-body .subscription-holder .paragraph-content span {
  display: inline-block;
}

.au-body .subscription-holder .header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
}

.au-body .subscription-holder .header span {
  text-align: left;
  vertical-align: middle;
}

.au-body .subscription-holder .header span:first-child {
  margin-right: 16px;
}

.au-body .subscription-holder .header span:last-child {
  border-left: 1px solid #828282;
  padding-left: 16px;
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 1.375rem;
}

.au-body .subscription-holder .header img {
  vertical-align: middle;
  width: 36px;
}

.au-body .subscription-holder input[type='submit'] {
  text-align: left;
  background-image: url(/themes/custom/whitehorse_uplift/images/svg/right.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .au-body .subscription-holder .header {
    padding: 0;
    margin-bottom: 10px;
  }
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup {
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup form {
  padding: 1rem 2rem;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup h2 {
  color: #192320;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .indicates-required {
  display: none;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group {
  width: 90%;
  padding: 1rem;
  margin: auto;
  border-bottom: solid 1px #e0e0e0;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group label {
  position: relative;
  color: #192320;
  /*Backlog 685 */
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0 0 10px 0;
  margin-bottom: 0;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group label span.asterisk {
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: -0.14px;
  line-height: 0.875rem;
  text-align: right;
  position: absolute;
  top: 35px;
  left: auto;
  right: 5px;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group label span.asterisk::after {
  content: 'REQUIRED';
  color: #d14001;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group input[type='text'],
.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group input[type='email'] {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  height: 41px;
  width: 100%;
  background-color: #ffffff !important;
  color: #313131;
  border: 1px solid #192320;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group.input-group {
  padding-bottom: 0;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group.input-group strong {
  font-size: 1rem;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group.input-group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group.input-group li label {
  padding: 0 1rem;
}

.au-body .paragraph--type--newsletter-subscription #mc_embed_signup .button {
  height: 48px;
  width: 199px;
  color: #ffffff;
  background: #4f0d3c;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-align: center;
  margin: 2rem 2.8rem 1rem;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  max-height: 75px;
  overflow: hidden;
  -webkit-transition: ease max-height 0.5s;
  transition: ease max-height 0.5s;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body p {
  font-size: 0.8125rem;
  color: #192320;
  padding: 0 2rem;
  line-height: 16px;
  margin: 10px 0;
  max-width: 100%;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body p a {
  font-size: 0.8125rem;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 70px;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body.active {
  max-height: 1000px;
  -webkit-transition: ease max-height 0.5s;
  transition: ease max-height 0.5s;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body .controls {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  z-index: 2;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body .controls .read-more-button {
  height: 48px;
  width: 199px;
  color: #39423f;
  border: 1px solid #828282;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.au-body .paragraph--type--newsletter-subscription .field--name-field-body .controls .read-more-button:focus {
  outline: 0;
}

@media (max-width: 1299px) {
  .au-body .col-sm-3 .subscription-holder {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .au-body form.subscription-form {
    display: block;
    padding-top: 16px;
  }
  .au-body form.subscription-form div,
  .au-body form.subscription-form input {
    display: block;
    width: 100%;
  }
  .au-body .paragraph--type--newsletter-subscription #mc_embed_signup .mc-field-group {
    width: 100%;
  }
  .au-body .paragraph--type--newsletter-subscription #mc_embed_signup .button {
    margin: 2rem 1rem 1rem;
  }
}

@media (max-width: 767px) {
  .au-body .col-sm-3 .subscription-holder {
    max-width: 100%;
  }
}

.au-body .video-embed-field-responsive-video {
  position: relative;
}

.au-body .video-embed-field-responsive-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.au-body .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.au-body .au-body
.paragraph--type--large-promo
.video-embed-field-responsive-video::before,
.au-body .au-body .paragraph--type--promo .video-embed-field-responsive-video::before {
  display: block;
  content: '';
  width: 100%;
}

.au-body .video-embed-field-responsive-modal {
  max-width: 100%;
}

.au-body .video-embed-field-lazy {
  cursor: pointer;
  position: relative;
}

.au-body .video-embed-field-lazy img {
  width: 100%;
}

.au-body .video-embed-field-lazy-play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("icons/play.svg") no-repeat;
  cursor: pointer;
  background-size: 72px 72px;
}

.au-body .paragraph--type--promo {
  width: 100%;
}

.au-body .promo_details {
  text-align: left !important;
}

.au-body .promo_details p {
  margin-bottom: 24px;
}

.au-body .paragraph--type--detailed-promo {
  background-color: #eef2f9;
}

.au-body .paragraph--type--detailed-promo > .container {
  position: relative;
  min-height: -webkit-calc(480px - 48px - 48px);
  min-height: calc(480px - 48px - 48px);
}

.au-body .paragraph--type--detailed-promo p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: 1.5rem;
}

.au-body .paragraph--type--detailed-promo a {
  font-size: 1rem;
  letter-spacing: 0.22px;
  line-height: 2rem;
}

.au-body .paragraph--type--detailed-promo .field--name-field-links {
  display: inline-block;
}

.au-body .paragraph--type--large-promo {
  background-color: #eaf7f8;
}

.au-body .paragraph--type--promo.dark .container {
  background: #192320;
}

.au-body .paragraph--type--promo.dark .container .promo_details {
  background: #192320;
  color: #fff;
}

.au-body .paragraph--type--promo.light .container {
  background: #eaeaea;
}

.au-body .paragraph--type--promo.light .container .promo_details {
  background: #eaeaea;
}

.au-body .paragraph--type--promo.light .container .promo_details .icon-time:before,
.au-body .paragraph--type--promo.light .container .promo_details .icon-location:before {
  color: #192320;
}

.au-body .paragraph--type--promo .promo_details {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.au-body .paragraph--type--promo .promo_details h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 22px;
}

.au-body .paragraph--type--promo .icon-time,
.au-body .paragraph--type--promo .icon-location {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-bottom: 8px;
  margin-top: 0;
  position: relative;
  margin-left: 25px;
}

.au-body .paragraph--type--promo .icon-time:before,
.au-body .paragraph--type--promo .icon-location:before {
  position: absolute;
  left: -25px;
}

.au-body .paragraph--type--promo .icon-time:before {
  margin-right: 8px;
  font-size: 1rem;
}

.au-body .paragraph--type--promo .icon-location:before {
  margin-right: 8px;
  font-size: 1.25rem;
}

.au-body .paragraph--type--promo .description {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

@media (min-width: 1025px) {
  .au-body .paragraph--type--detailed-promo h2 {
    padding-left: 18px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
    max-width: 334px;
  }
  .au-body .paragraph--type--detailed-promo .holder {
    position: absolute;
    bottom: 0;
  }
  .au-body .paragraph--type--detailed-promo .field--name-field-body {
    max-width: 334px;
    padding: 18px;
    display: inline-block;
    bottom: 0;
    margin-right: 4.5%;
  }
  .au-body .paragraph--type--promo .btn {
    width: 325px;
  }
  .au-body .paragraph--type--large-promo .btn {
    width: -webkit-calc(325px - 80px);
    width: calc(325px - 80px);
    max-width: 100%;
  }
  .au-body .paragraph--type--large-promo + .paragraph--type--whats-around {
    margin-top: -48px;
  }
  .au-body .paragraph--type--promo .field--name-field-item-image img {
    max-width: inherit;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .au-body .paragraph--type--large-promo .btn,
  .au-body .paragraph--type--promo .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .au-body .paragraph--type--large-promo .paragraph-content,
  .au-body .paragraph--type--promo .paragraph-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .paragraph--type--large-promo .promo_details,
  .au-body .paragraph--type--promo .promo_details {
    min-height: 535px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 40px;
  }
  .au-body .paragraph--type--large-promo .promo_details h2,
  .au-body .paragraph--type--promo .promo_details h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 22px;
  }
  .au-body .paragraph--type--large-promo .field--name-field-item-image,
  .au-body .paragraph--type--promo .field--name-field-item-image {
    width: 74%;
    display: inline-block;
    vertical-align: top;
  }
  .au-body .paragraph--type--promo {
    padding-top: 0 !important;
  }
  .au-body .paragraph--type--promo .field--name-field-item-image,
  .au-body .paragraph--type--promo .promo_details {
    width: 50%;
  }
  .au-body .paragraph--type--promo .field--name-field-item-image {
    position: relative;
    overflow: hidden;
  }
  .au-body .paragraph--type--promo .field--name-field-item-image::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: -webkit-calc(($height / $width) * 100%);
    padding-top: calc(($height / $width) * 100%);
  }
  .au-body .paragraph--type--promo .field--name-field-item-image img {
    position: absolute;
    top: 0;
  }
  .au-body .paragraph--type--large-promo .field--name-field-item-image {
    width: 75%;
  }
  .au-body .paragraph--type--large-promo .field--name-field-item-image img {
    margin-bottom: -5px;
  }
  .au-body .paragraph--type--large-promo .promo_details {
    width: 25%;
  }
  .au-body .paragraph--type--promo .description {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media (max-width: 1024px) {
  .au-body .paragraph--type--detailed-promo.section.paragraph {
    padding: 16px;
  }
  .au-body .paragraph--type--detailed-promo .holder {
    padding: 0 8px;
  }
  .au-body .paragraph--type--detailed-promo h2 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 2rem;
    margin-bottom: 16px;
  }
  .au-body .paragraph--type--detailed-promo img {
    width: 100%;
    margin-bottom: 16px;
  }
  .au-body .paragraph--type--detailed-promo .field--name-field-body {
    margin-bottom: 32px;
  }
  .au-body .paragraph--type--detailed-promo .field--type-link a {
    letter-spacing: 0.22px;
  }
  .au-body .paragraph--type--promo + .paragraph--type--promo {
    margin-top: 0;
  }
  .au-body .paragraph--type--large-promo img {
    max-width: none;
    width: 100%;
  }
  .au-body .paragraph--type--large-promo .promo_details,
  .au-body .paragraph--type--promo .promo_details {
    padding: 24px;
  }
  .au-body .paragraph--type--large-promo .promo_details h2,
  .au-body .paragraph--type--promo .promo_details h2 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 2rem;
    margin-bottom: 16px;
  }
  .au-body .paragraph--type--large-promo .video-embed-field-responsive-video,
  .au-body .paragraph--type--promo .video-embed-field-responsive-video {
    position: relative;
    overflow: hidden;
  }
  .au-body .paragraph--type--large-promo .video-embed-field-responsive-video::before,
  .au-body .paragraph--type--promo .video-embed-field-responsive-video::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: -webkit-calc(($height / $width) * 100%);
    padding-top: calc(($height / $width) * 100%);
  }
  .au-body .paragraph--type--large-promo .video-embed-field-responsive-video iframe,
  .au-body .paragraph--type--promo .video-embed-field-responsive-video iframe {
    position: absolute;
    top: 0;
  }
  .au-body .paragraph--type--large-promo.section.paragraph {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .au-body .promo_details {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .au-body .promo_details .field--name-field-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .au-body .promo_details .field--name-field-body .btn {
    margin-top: auto;
    margin-bottom: 0;
  }
}

@media (width: 1024px) {
  .au-body .paragraph--type--detailed-promo p {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .au-body .paragraph--type--detailed-promo img {
    width: 40%;
    max-width: 529px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .au-body .paragraph--type--detailed-promo .holder {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .au-body .paragraph--type--detailed-promo .field--name-field-media-image img {
    width: 100%;
  }
  .au-body .promo_details a.btn {
    width: 100%;
  }
}

.au-body .paragraph--type--whats-around form#search-box,
.au-body .paragraph--type--whats-around form[id^='search-box'],
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] {
  width: 100%;
}

.au-body .paragraph--type--whats-around form#search-box input,
.au-body .paragraph--type--whats-around form[id^='search-box'] input,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box input,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] input {
  padding: 16px;
  width: 100%;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list .search-d1,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list .search-d1,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list .search-d1,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list .search-d1 {
  padding: 6px;
  cursor: pointer;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list .search-d1 .index-hl,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list .search-d1 .index-hl,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list .search-d1 .index-hl,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list .search-d1 .index-hl {
  display: inline-block;
  padding: 0 6px;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list.autocomplete-items .items-list,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list.autocomplete-items .items-list,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list {
  padding: 0;
  margin: 0;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1 {
  border: none;
  padding: 0;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1:hover, .au-body .paragraph--type--whats-around form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1:focus,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1:hover,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1:focus,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1:hover,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list.autocomplete-items .items-list .search-d1:focus,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1:hover,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list .search-d1:focus {
  cursor: pointer;
  background-color: transparent;
}

.au-body .paragraph--type--whats-around form#search-box #autocomplete-list.autocomplete-items .items-list a,
.au-body .paragraph--type--whats-around form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list a,
.au-body .section.paragraph.paragraph--type--gis-map-details form#search-box #autocomplete-list.autocomplete-items .items-list a,
.au-body .section.paragraph.paragraph--type--gis-map-details form[id^='search-box'] #autocomplete-list.autocomplete-items .items-list a {
  color: #313131;
  font-size: 1rem;
  padding: 8px 0;
}

.au-body .paragraph--type--whats-around form#search-box input {
  background-color: transparent;
  color: #fff;
}

.au-body .paragraph--type--whats-around form#search-box input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.au-body .paragraph--type--whats-around form#search-box input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.au-body .paragraph--type--whats-around form#search-box input::placeholder {
  color: #fff;
  font-weight: 300;
}

.au-body .paragraph--type--whats-around .container {
  background-image: url(/themes/custom/whitehorse_uplift/images/map.gif);
  background-size: cover;
}

.au-body .paragraph--type--whats-around article {
  background-color: #192320;
  max-width: 512px;
  padding: 35px;
}

.au-body .paragraph--type--whats-around article .body {
  vertical-align: top;
  display: inline-block;
}

.au-body .paragraph--type--whats-around article .body h3 {
  color: #fff;
}

.au-body .paragraph--type--whats-around article .body p {
  margin-bottom: 24px;
}

.au-body .paragraph--type--whats-around article p {
  color: #fff;
}

.au-body .paragraph--type--whats-around .dropdown {
  font-size: 1rem;
  padding: 14px 16px !important;
  border: 1px solid #e0e0e0;
  background-color: #192320;
  color: #fff;
  height: 49px;
  display: block;
  position: relative;
}

.au-body .paragraph--type--whats-around .dropdown:after {
  content: '\e906';
  display: block;
  right: 30px;
  top: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.au-body .paragraph--type--whats-around .dropdown + ul {
  display: none;
}

.au-body .paragraph--type--whats-around ul {
  margin-top: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
}

.au-body .paragraph--type--whats-around ul li {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}

.au-body .paragraph--type--whats-around ul li a {
  padding: 10px;
  display: block;
}

.au-body .paragraph--type--whats-around ul li a:hover {
  background-color: whitesmoke;
}

@media (min-width: 1300px) {
  .au-body .paragraph--type--whats-around .header {
    display: inline-block;
    max-width: 74px;
    margin-right: 21px;
  }
  .au-body .paragraph--type--whats-around .header img {
    padding-left: 10px;
  }
  .au-body .paragraph--type--whats-around .body {
    width: 77%;
  }
  .au-body .paragraph--type--whats-around .body img {
    display: none;
  }
  .au-body .paragraph--type--whats-around .body p {
    margin-top: 0;
  }
}

@media (max-width: 1299px) {
  .au-body .paragraph--type--whats-around > .container {
    padding: 32px 0;
  }
  .au-body .paragraph--type--whats-around .header {
    display: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #343f3b;
  }
  .au-body .paragraph--type--whats-around .header p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
  }
  .au-body .paragraph--type--whats-around .header img {
    vertical-align: middle;
    margin-right: 34px;
  }
  .au-body .paragraph--type--whats-around p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 1.375rem;
  }
  .au-body .paragraph--type--whats-around .body {
    width: 100%;
    padding-top: 24px;
  }
  .au-body .paragraph--type--whats-around .body div.field--type-text-long {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .au-body .section.paragraph.paragraph--type--gis-map-details {
    padding: 0;
  }
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content > div:first-child {
    margin: 0 auto;
  }
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-left,
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-right {
    width: 50%;
    background-color: #f7f7f7;
    padding: 48px 24px;
  }
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-left {
    padding-right: 24px;
  }
  .au-body .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-right {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .au-body .section.paragraph.paragraph--type--gis-map-details {
    padding: 16px;
    background-color: #f7f7f7;
  }
}

.au-body .section.paragraph.paragraph--type--gis-map-details #detail-results h2 {
  margin: 16px 0;
}

.au-body .section.paragraph.paragraph--type--gis-map-details #detail-results p {
  margin: 0;
  margin-bottom: 6px;
}

.au-body .section.paragraph.paragraph--type--gis-map-details #detail-results a {
  text-decoration: underline;
}

.au-body .section.paragraph.paragraph--type--gis-map-details #detail-results table {
  margin: 0;
  border: 0 none;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
}

.au-body .section.paragraph.paragraph--type--gis-map-details .map-left {
  padding-bottom: 0;
}

.au-body .section.paragraph.paragraph--type--gis-map-details .map-right {
  padding-top: 16px;
}

.au-body .section.paragraph.paragraph--type--gis-map-details .map-right .map {
  display: block !important;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .au-body .section.paragraph.paragraph--type--gis-map-details .map-right .map {
    min-height: 300px;
  }
}

.au-body .section.paragraph.paragraph--type--gis-map-details .map-right .map #map-img,
.au-body .section.paragraph.paragraph--type--gis-map-details .map-right .map #selection-map-img {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.au-body .section.paragraph.paragraph--type--gis-map-details .map-right .map #selection-map-img {
  z-index: 1;
}

.au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details {
  padding: 0;
}

@media (max-width: 767px) {
  .au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details {
    margin: 0 -16px;
  }
  .au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details .map-left {
    padding-bottom: 0 !important;
  }
}

.au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details .paragraph-content {
  display: block;
}

.au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-left,
.au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details .paragraph-content .map-right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 16px;
}

.au-body .col-sm-6 .section.paragraph.paragraph--type--gis-map-details .paragraph-content > .map-right {
  height: 400px;
}

@media (min-width: 768px) {
  .au-body .paragraph--type--gis-map-interactive,
  .au-body .paragraph--type--gis-vector-layer-map-interactive {
    padding: 40px;
  }
}

@media (min-width: 1025px) {
  .au-body .paragraph--type--gis-map-interactive .paragraph-content,
  .au-body .paragraph--type--gis-vector-layer-map-interactive .paragraph-content {
    max-width: 70%;
    margin: 0 auto;
  }
}

.au-body .paragraph--type--gis-map-interactive #gis-filter,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter {
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter span,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter span {
  display: inline-block;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter span input,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter span input {
  height: 0;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter div,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter div {
  text-align: center;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Playgroup'],
.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Family'],
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Playgroup'],
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Family'] {
  position: relative;
  padding-left: 45px;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Playgroup']:before,
.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Family']:before,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Playgroup']:before,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Family']:before {
  content: url("/themes/custom/whitehorse_uplift/images/map/playgroup.png");
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 10px;
  top: 5px;
}

.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Playgroup']:before,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Playgroup']:before {
  content: url("/themes/custom/whitehorse_uplift/images/map/playgroup.png");
}

@media (min-width: 1024px) {
  .au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Playgroup']:hover:before,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Playgroup']:hover:before {
    content: url("/themes/custom/whitehorse_uplift/images/map/playgroup-w.png");
  }
}

.au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Family']:before,
.au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Family']:before {
  content: url("/themes/custom/whitehorse_uplift/images/map/family.png");
}

@media (min-width: 1024px) {
  .au-body .paragraph--type--gis-map-interactive #gis-filter label[for='Family']:hover:before,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label[for='Family']:hover:before {
    content: url("/themes/custom/whitehorse_uplift/images/map/family-w.png");
  }
}

@media (max-width: 767px) {
  .au-body .paragraph--type--gis-map-interactive #gis-filter,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter {
    padding: 0 16px;
  }
  .au-body .paragraph--type--gis-map-interactive #gis-filter span,
  .au-body .paragraph--type--gis-map-interactive #gis-filter label,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter span,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter label {
    width: 100%;
    display: block;
  }
  .au-body .paragraph--type--gis-map-interactive #gis-filter span,
  .au-body .paragraph--type--gis-vector-layer-map-interactive #gis-filter span {
    line-height: 1em;
  }
}

.au-body .paragraph--type--gis-map-interactive .map,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher {
  top: 0.5rem;
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher button,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher button {
  padding: 3px;
  background-position: center;
  background-origin: content-box;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511 511' style='enable-background:new 0 0 511 511;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M500.9,237.6l-82.1-41l82.1-41c14.7-7.3,14.7-28.4,0-35.7L265.4,2.1c-5.6-2.8-12.2-2.8-17.9,0L12,119.9 c-14.7,7.3-14.7,28.4,0,35.7l82.1,41l-82.1,41C-2.7,245-2.7,266,12,273.4l82.1,41l-82.1,41c-14.7,7.3-14.7,28.4,0,35.7l235.5,117.8 c5.6,2.8,12.2,2.8,17.9,0l235.5-117.8c14.7-7.3,14.7-28.4,0-35.7l-82.1-41l82.1-41C515.6,266,515.6,245,500.9,237.6z M256.5,42.3 l190.9,95.5l-190.9,95.5L65.6,137.7L256.5,42.3z M447.4,373.3l-190.9,95.5L65.6,373.3l73.1-36.6l108.8,54.4c5.6,2.8,12.2,2.8,17.9,0 l108.8-54.4L447.4,373.3z M256.5,351L65.6,255.5l73.1-36.6l108.8,54.4c5.6,2.8,12.2,2.8,17.9,0l108.8-54.4l73.1,36.6L256.5,351z'/%3E%3C/svg%3E");
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher .panel > ul,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher .panel > ul {
  padding-left: 0;
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group > label,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group > label {
  display: none;
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group .layer,
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group .layer {
  width: 100%;
  text-align: center;
}

.au-body .paragraph--type--gis-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group .layer input[type='radio'],
.au-body .paragraph--type--gis-vector-layer-map-interactive .map .layer-switcher .panel > ul .layer-switcher-base-group .layer input[type='radio'] {
  display: none;
}

.au-body .paragraph--type--gis-map-interactive .reset-map,
.au-body .paragraph--type--gis-vector-layer-map-interactive .reset-map {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 489.5 489.5' style='enable-background:new 0 0 489.5 489.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M268.2,488.2c98.2-11,176.9-89.5,188.1-187.7C471,172.1,371.2,62.8,246.1,61.4V3.8c0-3.2-4-4.9-6.7-2.9 L120.8,88c-2,1.5-2,4.4,0,5.9L239.4,181c2.7,2,6.7,0.2,6.7-2.9v-57.5c87.9,1.4,158.3,76.2,152.3,165.6 c-5.1,76.9-67.8,139.3-144.7,144.2c-81.5,5.2-150.8-53-163.2-130c-2.3-14.3-14.8-24.7-29.2-24.7c-17.9,0-31.9,15.9-29.1,33.6 C49.6,419,150.9,501.3,268.2,488.2z'/%3E%3C/g%3E%3C/svg%3E");
  content: '';
  display: block;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin: auto;
  background-repeat: no-repeat;
}

.au-body .paragraph--type--gis-map-interactive #info-box:not(:empty),
.au-body .paragraph--type--gis-vector-layer-map-interactive #info-box:not(:empty) {
  position: relative;
  padding: 16px 30px 16px 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
}

.au-body .paragraph--type--gis-map-interactive #info-box:not(:empty) #close-info,
.au-body .paragraph--type--gis-vector-layer-map-interactive #info-box:not(:empty) #close-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.au-body .paragraph--type--gis-map-interactive #info-box:not(:empty) p,
.au-body .paragraph--type--gis-vector-layer-map-interactive #info-box:not(:empty) p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: 1.5rem;
}

.au-body .paragraph--type--gis-map-interactive #info-box:not(:empty) .title,
.au-body .paragraph--type--gis-vector-layer-map-interactive #info-box:not(:empty) .title {
  font-weight: bold;
  text-transform: capitalize;
}

.au-body .paragraph--type--gis-map-interactive #info-box:not(:empty) a,
.au-body .paragraph--type--gis-vector-layer-map-interactive #info-box:not(:empty) a {
  text-decoration: underline;
}

.au-body .paragraph--type--gis-map-interactive input[type='radio'] + label,
.au-body .paragraph--type--gis-vector-layer-map-interactive input[type='radio'] + label {
  padding: 8px 35px;
  border-radius: 16px;
  background-color: #fff;
  font-weight: 400;
  border: solid 1px #fff;
}

@media (max-width: 768px) {
  .au-body .paragraph--type--gis-map-interactive .ol-control.reset-map,
  .au-body .paragraph--type--gis-vector-layer-map-interactive .ol-control.reset-map {
    top: 5em;
  }
}

@media screen and (min-width: 768px) {
  .au-body .col-sm-6 .paragraph.paragraph--type--gis-vector-layer-map-interactive {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .au-body .col-sm-6 .paragraph.paragraph--type--gis-vector-layer-map-interactive {
    margin: 0 -16px !important;
  }
}

@media screen and (min-width: 1025px) {
  .au-body .col-sm-6 .paragraph.paragraph--type--gis-vector-layer-map-interactive .paragraph-content {
    max-width: none;
    margin: 0 auto;
  }
}

.au-body .col-sm-6 .paragraph.paragraph--type--gis-vector-layer-map-interactive .ol-control {
  display: none;
}

.au-body .copy {
  margin-right: 0;
}

.au-body .copied {
  position: absolute;
  background: #f2f2f2;
  padding: 8px;
  margin-left: -20px;
  border-radius: 16px;
  opacity: 0;
  min-width: 200px;
}

.au-body .copied.clicked {
  -webkit-animation: fadeInOut 2s;
          animation: fadeInOut 2s;
  z-index: 10;
}

.au-body .copied p {
  margin: 0;
  font-size: 0.875rem;
}

.au-body .copied:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 40%;
}

.au-body .col-sm-3 .copied {
  top: 0;
}

.au-body .col-sm-3 .copied:after {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #f2f2f2;
}

.au-body header .copied {
  top: 40px;
}

.au-body header .copied:after {
  top: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.au-body .icon-share-tweet {
  position: relative;
  margin-right: 24px !important;
}

.au-body .icon-share-tweet:after {
  content: '';
  display: inline-block;
  height: 33px;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: -8px;
  margin-left: 8px;
  margin-right: 16px;
}

.au-body .paragraph--type--social {
  padding: 0 !important;
}

.au-body .paragraph--type--social > .container {
  background-color: #efefef;
}

.au-body .paragraph--type--social .container {
  position: relative;
}

.au-body .paragraph--type--social .links {
  display: inline-block;
}

.au-body .paragraph--type--social .links a {
  text-decoration: none;
}

.au-body .paragraph--type--social .header a {
  margin-right: 24px;
}

.au-body .paragraph--type--social a img {
  width: 40px;
  height: 40px;
}

@media (min-width: 1300px) {
  .au-body .paragraph--type--social > .container {
    padding: 48px 0 !important;
  }
  .au-body .paragraph--type--social .header {
    padding-left: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .paragraph--type--social .header span {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2.5rem;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
  .au-body .paragraph--type--social .header .links {
    text-align: center;
    width: 33.33%;
  }
  .au-body .paragraph--type--social .body {
    margin-top: 56px;
  }
  .au-body .paragraph--type--social a.btn {
    position: absolute;
    top: 48px;
    right: 32px;
  }
}

@media (max-width: 1299px) {
  .au-body .paragraph--type--social {
    text-align: center;
  }
  .au-body .paragraph--type--social > .container {
    padding: 32px 0 !important;
  }
  .au-body .paragraph--type--social .header {
    text-align: center;
  }
  .au-body .paragraph--type--social .header span {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4375rem;
    margin-bottom: 24px;
    display: block;
  }
  .au-body .paragraph--type--social .body {
    margin-top: 24px;
  }
  .au-body .paragraph--type--social a {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
}

.au-body .paragraph--type--sponsors {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 36px 0;
}

.au-body .paragraph--type--sponsors h4 {
  padding-left: 44px;
  text-align: left;
  color: #313131;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3rem;
  border-bottom: 1px solid #979797;
}

.au-body .paragraph--type--sponsors [class$="-level"] > h4 + .field {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.au-body .paragraph--type--sponsors .first-level img {
  max-width: 180px;
  max-height: 180px;
}

.au-body .paragraph--type--sponsors .second-level img {
  max-width: 120px;
  max-height: 120px;
}

.au-body .paragraph--type--sponsors .third-level img,
.au-body .paragraph--type--sponsors .fourth-level img {
  max-width: 90px;
  max-height: 90px;
}

@media (min-width: 768px) {
  .au-body .paragraph--type--sponsors .paragraph-content {
    max-width: 75%;
  }
  .au-body .paragraph--type--sponsors h4 {
    padding-left: 44px;
  }
  .au-body .paragraph--type--sponsors .field__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .au-body .paragraph--type--sponsors .field__items > .field__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.au-body .paragraph--type--sponsors .paragraph-content {
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .au-body .paragraph--type--sponsors .paragraph-content {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .au-body .paragraph--type--sponsors .paragraph-content {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .au-body .paragraph--type--sponsors {
    margin-bottom: 0;
  }
  .au-body .paragraph--type--sponsors h4 {
    padding-left: 16px;
  }
  .au-body .paragraph--type--sponsors img {
    padding-bottom: 30px;
  }
  .au-body .paragraph--type--sponsors .third-level .field__items,
  .au-body .paragraph--type--sponsors .fourth-level .field__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .au-body .paragraph--type--sponsors .third-level .field__items > .field__item,
  .au-body .paragraph--type--sponsors .fourth-level .field__items > .field__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.au-body footer {
  border-top: 0 none;
}

.au-body footer a[href*="mailto:"],
.au-body footer a[href*="/about-council"] {
  position: relative;
}

.au-body footer a[href*="mailto:"]:after,
.au-body footer a[href*="/about-council"]:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.au-body footer a[href*="mailto:"]:hover:after,
.au-body footer a[href*="/about-council"]:hover:after {
  width: 100%;
}

.au-body footer .block-system-branding-block {
  margin-bottom: 8px;
  max-height: 107px;
}

.au-body footer .block-system-branding-block img {
  max-height: 107px;
  height: 100%;
  width: auto;
  /*Backlog 678 */
  min-width: 62px;
}

.au-body footer .underline:after {
  -webkit-box-shadow: 0 0 1px 0 #192320 inset, 0 0 1px 0 #192320;
          box-shadow: 0 0 1px 0 #192320 inset, 0 0 1px 0 #192320;
}

.au-body footer div {
  vertical-align: top;
}

.au-body footer.au-footer.au-footer--dark {
  background-color: #000;
  margin: auto;
}

.au-body footer .au-link-list {
  margin-left: 32px;
}

.au-body footer .container {
  position: relative;
}

.au-body footer .postscript a {
  color: #fff;
}

.au-body footer .back-to-top {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 2.5rem;
  text-align: center;
  display: block;
  top: -88px;
  right: 0;
  width: 144px;
  position: absolute;
}

.au-body footer .group .field--name-field-icon {
  max-width: 30px;
}

.au-body footer .group a {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.36px;
  /*line-height: $f40;*/
  padding: 0.5rem 0;
}

.au-body footer ul {
  list-style: none;
}

.au-body footer .footer-links,
.au-body footer .footer-quicklinks,
.au-body footer .footer-address {
  display: inline-block;
}

.au-body footer #block-whitehorse-uplift-websiteinfo h3 {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 300;
  margin-top: 2.27rem;
}

.au-body footer #block-whitehorse-uplift-websiteinfo .field--name-body.field--type-text-with-summary > p:first-child {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 300;
  margin-top: 2.27rem;
}

.au-body footer #block-whitehorse-uplift-websiteinfo .field--name-body.field--type-text-with-summary > p:nth-child(2) {
  margin-top: 12.5px;
  margin-bottom: 27px;
}

.au-body footer #block-whitehorse-uplift-websiteinfo .field--name-body.field--type-text-with-summary p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .au-body footer .block-system-branding-block {
    margin-left: 32px;
  }
  .au-body footer.au-body {
    margin-top: 48px !important;
  }
  .au-body footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body footer a.back-to-top:hover {
    text-decoration: underline;
  }
  .au-body footer .footer-links li {
    line-height: 1.1875rem;
  }
  .au-body footer .footer-links a {
    font-size: 0.875rem;
  }
  .au-body footer .footer-quicklinks {
    vertical-align: top;
    width: 50%;
    padding-left: 60px;
  }
  .au-body footer .footer-quicklinks .field--type-image img {
    height: 35px;
  }
  .au-body footer .footer-quicklinks .link-list {
    padding-left: 0;
    margin-top: 10px;
  }
  .au-body footer .footer-quicklinks .link-list li {
    padding: 3px 8px;
    font-size: 1rem;
  }
  .au-body footer .footer-quicklinks nav > ul {
    padding: 0;
    margin-top: 0;
  }
  .au-body footer .footer-quicklinks nav > ul > li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .au-body footer .footer-address {
    vertical-align: top;
    width: 33%;
  }
  .au-body footer .footer-address p {
    font-size: 0.875rem;
    margin-top: 12.5px;
    margin-bottom: 27px;
  }
}

@media (max-width: 1299px) {
  .au-body footer .block-system-branding-block {
    padding-bottom: 32px;
    padding-right: 32px;
  }
  .au-body footer.au-body {
    margin-top: 0 !important;
    padding: 32px 24px;
  }
  .au-body footer .footer-address h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
  }
  .au-body footer .footer-address p {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-top: 13px;
  }
  .au-body footer .footer-address p.address {
    margin-bottom: 24px;
  }
}

.au-body footer {
  /* Define viewport breakpoints */
}

.au-body footer a:link, .au-body footer .link-list > li > a:link {
  text-decoration: underline !important;
}

.au-body footer a:hover, .au-body footer .link-list > li > a:hover {
  text-decoration: none !important;
}

.au-body footer a:after, .au-body footer .link-list > li > a:after {
  background: none !important;
}

@media (max-width: 1299x) {
  .au-body footer .desktop-only, .au-body footer .footer-quicklinks {
    display: block !important;
  }
}

.au-body footer h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}

@media all and (max-width: 768px) {
  .au-body footer h3 {
    font-size: 18px !important;
  }
}

@media all and (max-width: 768px) {
  .au-body footer .underline:link {
    text-decoration: underline !important;
  }
  .au-body footer .underline:hover {
    text-decoration: none !important;
  }
  .au-body footer .underline:after {
    background: none !important;
  }
}

.au-body footer.au-footer--dark {
  background-color: #222222 !important;
}

.au-body footer .container .row {
  padding: unset;
}

.au-body footer .col-sm-12 {
  padding: 0 !important;
}

.au-body footer .block-system-branding-block {
  margin-left: 0 !important;
  margin-bottom: 30px !important;
}

.au-body footer .footer-links {
  border-right: 1px solid #a6a4a4;
  width: 40%;
}

.au-body footer .footer-links .wcc-acknowledge-text {
  margin-top: 20px;
}

.au-body footer .footer-links .wcc-acknowledge-text .field--name-body {
  max-width: 550px;
  padding-right: 10px;
}

@media all and (max-width: 1024px) {
  .au-body footer .footer-links {
    width: 100% !important;
    border-right: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #a6a4a4;
    padding-bottom: 40px;
  }
}

.au-body footer .footer-quicklinks {
  padding-left: 30px !important;
  white-space: nowrap;
  width: 50% !important;
  display: block !important;
}

.au-body footer .footer-quicklinks ul {
  margin: 0 !important;
  padding: 0 !important;
}

.au-body footer .footer-quicklinks .accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.au-body footer .footer-quicklinks .accordion-wrapper .accordion-container {
  margin-right: 20px;
}

@media all and (max-width: 1024px) {
  .au-body footer .footer-quicklinks {
    padding-left: 0 !important;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .au-body footer .footer-quicklinks ul > li {
    margin-right: 0 !important;
  }
  .au-body footer .footer-quicklinks .accordion-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .au-body footer .footer-quicklinks .accordion-container {
    margin-bottom: 20px;
    position: relative;
  }
  .au-body footer .footer-quicklinks .accordion-container .accordion-header {
    margin-top: 20px !important;
  }
  .au-body footer .footer-quicklinks .accordion-container .accordion-header:before {
    content: url("/themes/custom/whitehorse/images/svg/button-arrow-down.svg");
    position: absolute;
    right: 0;
    top: -10px;
  }
}

.au-body footer .footer-quicklinks li {
  margin-top: 0 !important;
  padding: 0 !important;
  line-height: 40px;
  margin-right: 17%;
}

.au-body footer .footer-quicklinks .link-list li {
  margin-right: 0 !important;
}

.au-body footer .footer-address {
  line-height: 40px;
}

@media all and (max-width: 1024px) {
  .au-body footer .footer-address .address-link {
    display: none;
  }
}

.au-body footer .region-legal {
  border-top: 0;
  /* Social footer */
  /* Legal footer */
}

.au-body footer .region-legal .social-footer {
  padding: 16px;
  background-color: #333333;
  border-radius: 8px;
}

.au-body footer .region-legal .social-footer .social-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0 0 10px;
}

.au-body footer .region-legal .social-footer .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.au-body footer .region-legal .social-footer .social-container .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1280px) {
  .au-body footer .region-legal .social-footer .social-container .social-item {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .au-body footer .region-legal .social-footer .social-container .social-item {
    width: 50%;
  }
}

.au-body footer .region-legal .social-footer .social-container .social-item .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.au-body footer .region-legal .social-footer .social-container .social-item .social-icons div {
  margin-right: 10px;
}

.au-body footer .region-legal .social-footer .social-container .social-item .social-label {
  margin: 10px 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: 0%;
}

.au-body footer .region-legal .legal-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0 0 !important;
  border-top: 1px solid #a6a4a4;
  padding-top: 20px;
}

@media all and (max-width: 1024px) {
  .au-body footer .region-legal .legal-footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .au-body footer .region-legal .legal-footer-container div {
    width: 100%;
  }
  .au-body footer .region-legal .legal-footer-container .footer-copyright {
    margin-top: 20px;
  }
  .au-body footer .region-legal .legal-footer-container .menu.au-link-list {
    line-height: 2.5;
  }
}

.au-body footer .region-legal .legal-footer-container div, .au-body footer .region-legal .legal-footer-container .menu-item {
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
}

.au-body footer .region-legal .legal-footer-container .menu.au-link-list {
  margin-left: 0 !important;
}

.au-body footer .region-legal .legal-footer-container .menu.au-link-list .menu-item {
  display: inline-block !important;
  margin-right: 20px !important;
}

.au-body footer .region-legal .legal-footer-container .menu.au-link-list .menu-item a {
  color: #ffffff !important;
}

.au-body .levy-calculator-wrapper {
  padding: 18px;
}

.au-body .levy-button {
  border: 0 none;
  padding: 15px;
  width: 183px;
  border-radius: 8px;
  font-size: 0.9375rem;
  cursor: pointer;
}

.au-body .levy-button:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.au-body #levy-submit {
  background-color: #2d837c;
  color: white;
}

.au-body #levy-reset,
.au-body #levy-download {
  background-color: white;
  color: #2d837c;
  border: 1px solid #e0e0e0;
}

.au-body #levy-download {
  width: 100%;
}

.au-body .form-item {
  overflow: visible !important;
}

.au-body span.fieldset-legend {
  font-weight: bold !important;
}

.au-body form > .form-wrapper fieldset legend {
  padding: 10px 0px !important;
}

.au-body #levy-calculate-result {
  margin: 18px;
}

.au-body #levy-calculate-result h3 {
  margin-bottom: 18px;
}

.au-body #levy-calculate-result .box {
  padding: 20px 20px;
  text-align: center;
}

.au-body #levy-calculate-result .error {
  color: red;
}

.au-body #levy-calculate-result .levy-result {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 14px;
}

.au-body #levy-calculate-result .levy-type {
  background-color: #efefef;
  padding: 7px 16px;
}

.au-body .levy-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  margin: 18px;
}

@media (max-width: 767px) {
  .au-body .levy-calculator-wrapper {
    padding: 18px;
    text-align: center;
  }
  .au-body .levy-calculator-submit {
    width: 100%;
  }
  .au-body .levy-calculator-reset {
    width: 100%;
  }
}

@media print {
  .au-body body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .au-body #fb-root,
  .au-body .au-header,
  .au-body .navigation,
  .au-body .page-help,
  .au-body .page-admin,
  .au-body .au-footer,
  .au-body #back-to-top,
  .au-body #readspeaker_button1,
  .au-body .levy-button,
  .au-body #block-whitehorse-uplift-socialmediablock,
  .au-body .region-hero-banner,
  .au-body .paragraph--type--gis-map-interactive,
  .au-body #block-whitehorse-uplift-breadcrumbs--2,
  .au-body .share-holder,
  .au-body #goog-gt-tt {
    display: none;
  }
  .au-body main input[type=checkbox],
  .au-body main input[type=radio] {
    opacity: 1 !important;
  }
  .au-body .box {
    padding: 0px !important;
    margin: 0px;
  }
  .au-body .au-control-input__input {
    position: relative;
  }
  .au-body .levy-result {
    border-radius: 0px !important;
  }
}

@media (min-width: 1300px) {
  .au-body .desktop-only {
    display: block;
  }
  .au-body .mobile-only {
    display: none !important;
  }
  .au-body .au-tags > li > a:hover {
    text-decoration: underline;
    background: transparent;
  }
  .au-body .site-holder li {
    padding: 18px;
  }
  .au-body .field--name-field-components {
    margin-bottom: 32px;
  }
  .au-body table {
    padding: 10px;
    border: 10px solid #fff;
    border-top: 0 none;
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
            box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
  }
  .au-body .section.paragraph {
    padding: 48px 0;
  }
  .au-body .col-sm-3 > .holder {
    max-width: 230px;
    margin-bottom: 48px;
  }
  .au-body .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
  .au-body .article-content {
    color: #000;
    /* Backlog 676 What's Happening Component Tag issue,
      * remove ul */
  }
  .au-body .article-content a {
    text-decoration: underline;
  }
  .au-body .article-content table {
    border: 0 none;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
  .au-body .article-content ol {
    margin-bottom: 1.5rem;
  }
  .au-body .article-content li {
    font-size: 1.125rem !important;
  }
  .au-body .paragraph--type--video,
  .au-body .paragraph--type--map {
    margin-bottom: 40px;
  }
  .au-body .paragraph--type--map.small iframe {
    height: 240px;
  }
  .au-body .paragraph--type--map.medium iframe {
    height: 480px;
  }
  .au-body .paragraph--type--map.large iframe {
    height: 640px;
  }
  .au-body .listing .region-content-top .article-content {
    margin-bottom: 10px;
  }
  .au-body .listing .article-content {
    padding: 0;
  }
  .au-body .listing .article-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem;
    padding-left: 25px;
  }
  .au-body .pager {
    margin: 30px auto;
  }
  .au-body .pager .is-active a {
    color: #192320;
  }
  .au-body .pager a {
    text-decoration: none;
  }
  .au-body .pager a:hover {
    text-decoration: underline;
  }
}

.au-body .paragraph--type--map .cta-holder > div {
  margin-bottom: 10px;
}

@media (max-width: 1299px) {
  .au-body .mobile-only {
    display: block !important;
  }
  .au-body .col-sm-3 > .holder,
  .au-body .paragraph--type--video,
  .au-body .paragraph--type--map {
    margin-bottom: 32px;
  }
  .au-body .col-sm-3 > .holder {
    padding: 16px;
  }
  .au-body .col-sm-6 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .au-body .section.paragraph {
    padding: 32px 0;
  }
  .au-body .region-content-top {
    padding-top: 16px;
  }
  .au-body .article-content {
    margin-bottom: 0;
    /* Backlog 676 */
    /* Backlog 676  remove important */
  }
}

@media screen and (max-width: 1299px) and (max-width: 767px) {
  .au-body .article-content {
    margin-top: 2rem;
  }
}

@media (max-width: 1299px) {
  .au-body .article-content form {
    margin-top: 16px;
  }
  .au-body .article-content .bread + h2,
  .au-body .article-content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    letter-spacing: 0.4px;
  }
  .au-body .article-content h2 {
    letter-spacing: 0.4px;
    font-size: 2.25rem;
    line-height: 3rem;
    padding-bottom: 20px;
  }
  .au-body .pager {
    width: 100%;
    margin: 24px 0;
  }
  .au-body .pager a {
    font-size: 1rem;
  }
  .au-body .paragraph--type--map.small iframe {
    height: 240px;
  }
  .au-body .paragraph--type--map.medium iframe, .au-body .paragraph--type--map.large iframe {
    height: 480px;
  }
}

@media (max-width: 480px) {
  .au-body .article-content .details-wrapper {
    display: block;
  }
  .au-body .article-content .details-wrapper .field--type-image {
    max-width: 100%;
  }
  .au-body .article-content .details-wrapper .field--type-image img {
    padding: 15px 0;
    margin: 0 auto;
  }
}

.au-body .container {
  width: auto;
  padding: 0;
}

.au-body header > .container,
.au-body .paragraph--type--upcoming-events > .container,
.au-body .paragraph--type--related > .container,
.au-body .paragraph--type--image-slider > .container,
.au-body .paragraph--type--detailed-promo > .container,
.au-body .paragraph--type--large-promo > .container,
.au-body .paragraph--type--promo > .container,
.au-body .paragraph--type--whats-around > .container,
.au-body .paragraph--type--social > .container,
.au-body footer > .container {
  max-width: 1616px;
  margin: auto;
}

.au-body .layout-container > .container {
  max-width: unset;
  margin: auto;
}

.au-body header > .container {
  max-width: unset;
  margin-right: 60px;
}

.au-body .paragraph--type--video,
.au-body .paragraph--type--map {
  max-width: 1616px;
  margin: auto;
}

.au-body h1 a,
.au-body h2 a {
  text-decoration: none;
  color: #192320;
}

.au-body h1,
.au-body h2,
.au-body h3,
.au-body h4,
.au-body h5,
.au-body h6 {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}

.au-body h1 {
  font-size: 2.25rem;
}

.au-body h2 {
  font-size: 1.875rem;
}

.au-body .article-content h2 a,
.au-body .article-content h3 a,
.au-body .article-content h4 a,
.au-body .article-content h5 a,
.au-body .article-content h6 a {
  font-size: 100%;
  font-weight: 700;
}

.au-body .article-content a:not([href]) {
  color: #000;
  text-decoration: none !important;
}

.au-body .bread + h2 {
  font-size: 2.25rem !important;
  line-height: 3rem !important;
}

.au-body h3 {
  font-size: 1.625rem;
}

.au-body h4 {
  font-size: 1.5rem;
}

.au-body h5 {
  font-size: 1.375rem;
}

.au-body h6 {
  font-size: 1.25rem;
}

.au-body .col-sm-3 h1,
.au-body .col-sm-3 h2,
.au-body .col-sm-3 h3,
.au-body .col-sm-3 h4,
.au-body .col-sm-3 h5,
.au-body .col-sm-3 h6 {
  display: inline;
}

.au-body .external-link {
  position: relative;
}

.au-body .external-link:after {
  font-size: 1.375rem;
  display: inline-block;
  margin-left: 4px;
  content: '\e90b';
}

.au-body .external-link a {
  display: inline-block;
}

.au-body .underline {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

.au-body .underline a {
  text-decoration: none !important;
}

.au-body .underline:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  -webkit-transition: width 0.1s ease !important;
  transition: width 0.1s ease !important;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .au-body .underline:hover, .au-body .underline:focus {
    text-decoration: none !important;
  }
  .au-body .underline:hover:after, .au-body .underline:focus:after {
    width: 100%;
    height: 2px;
    min-height: 2px;
    max-height: 2px;
  }
}

.au-body img.underline {
  display: block;
}

.au-body img.underline:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.au-body a {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.au-body a.btn {
  font-size: 0.9375rem;
  font-weight: 700 !important;
  line-height: 1.25rem;
  display: inline-block;
  padding: 18px 48px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none !important;
}

.au-body a.btn:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.au-body a.pill {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-left: 16px;
  padding: 8px 35px;
  text-align: center;
  letter-spacing: -0.2px;
  border-radius: 16px;
  background-color: #fff;
  text-decoration: none !important;
}

.au-body a.pill:hover {
  text-decoration: underline !important;
}

.au-body a.filter-btn span:before {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.au-body a.filter-btn.is-active span:before {
  color: #fff;
}

.au-body p,
.au-body li {
  font-family: 'Noto Sans', 'Noto Sans CJK', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 32px;
}

.au-body .paragraph-full p {
  font-size: 1.125rem;
}

.au-body .paragraph-full a {
  text-decoration: underline;
}

.au-body .tags {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.au-body .tags .tag {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.875rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 4px 8px;
  text-decoration: underline;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: #828282;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #fff;
}

.au-body .article-content ul {
  /* Backlog 676 What's Happening Component Tag issue,
    * remove margin-bottom */
  margin-top: 10px;
}

.au-body ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .au-body ul.two-column,
  .au-body ol.two-column {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.au-body .table-holder {
  overflow-x: auto;
  max-width: 1300px;
  margin: 0 auto;
}

.au-body table {
  margin-top: 24px;
  margin-bottom: 24px;
}

.au-body table p {
  margin-bottom: 0;
}

.au-body table p p + p {
  margin-top: 32px;
}

.au-body table td {
  vertical-align: top;
}

.au-body table td ul {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 24px;
}

.au-body table td ul li {
  margin-top: 0;
  font-size: 1rem !important;
}

.au-body table th {
  color: #fff;
  background-color: #39423f;
}

.au-body table tr td {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.2px;
  border-right: 1px solid #d8d8d8;
}

.au-body table tr td p {
  font-size: 1.125rem !important;
  line-height: 1.375rem;
  letter-spacing: 0.2px;
}

.au-body table tr td:last-child {
  border-right: 0 none;
}

.au-body table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.au-body table tr:nth-child(even) th {
  background-color: #5c6361;
}

.au-body table tr:nth-child(odd) {
  background-color: #efeeef;
}

.au-body table tr:nth-child(odd) th {
  background-color: #39423f;
}

.au-body .layout-container > .container {
  position: relative;
  max-width: 1616px;
}

.au-body .col-sm-3 h1,
.au-body .col-sm-3 h2,
.au-body .col-sm-3 h3,
.au-body .col-sm-3 h4,
.au-body .col-sm-3 h5,
.au-body .col-sm-3 h6 {
  font-size: 1rem;
}

.au-body .col-sm-3.thin-first {
  padding-top: 320px;
}

.au-body .region-content-top {
  position: relative;
  max-width: 1616px;
  margin: auto;
}

.au-body #block-whitehorse-uplift-mainpagecontent .row {
  max-width: 1616px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.au-body #block-whitehorse-uplift-mainpagecontent .row .paragraph-content {
  width: 100%;
  overflow-x: auto;
}

.au-body #block-whitehorse-uplift-mainpagecontent .row:first-child .article-content > p:first-child {
  font-size: 1.375rem;
  letter-spacing: 0.3px;
  line-height: 2rem;
}

.au-body #block-whitehorse-uplift-mainpagecontent .row:first-child .article-content > p:first-child a {
  font-size: inherit;
}

.au-body .article-content:first-child > p:first-child,
.au-body .article-content .details + p {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.au-body .article-content .embedded-entity.video {
  width: 100%;
}

.au-body .paragraph--type--cta-tiles {
  background-color: #f7f7f7;
}

.au-body .paragraph--type--cta-tiles > div {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media (min-width: 1025px) {
  .au-body .paragraph--type--cta-tiles > div {
    margin-bottom: 48px;
  }
}

.au-body .stack__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.36px;
}

.au-body .view-govcms-news-and-media .search__info {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: absolute;
  top: 12px;
  left: 10px;
  display: block !important;
  max-width: 44px;
  text-align: center;
  letter-spacing: 0.36px;
  word-break: normal;
}

.au-body span.file-info {
  font-size: 0.75rem;
}

.au-body .field--name-field-listing .view-content {
  margin-right: 0;
  margin-left: 0;
}

.au-body .field--name-field-listing .view-content .views-row {
  position: relative;
  margin-top: 16px;
  padding: 16px;
  padding-left: 70px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.au-body .field--name-field-listing .view-content .views-row:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 54px;
  height: 100%;
  content: '';
  background-color: #f7f7f7;
}

.au-body .field--name-field-listing .view-content .views-row.icon-PDF:before, .au-body .field--name-field-listing .view-content .views-row.icon-DOC:before {
  background-repeat: no-repeat;
  background-position: 50% 16px;
  background-size: 40px 40px;
}

.au-body .field--name-field-listing .view-content .views-row.icon-DOC:before {
  background-image: url(/themes/custom/whitehorse_uplift/images/svg/doc.svg);
}

.au-body .field--name-field-listing .view-content .views-row.icon-PDF:before {
  background-image: url(/themes/custom/whitehorse_uplift/images/svg/pdf.svg);
}

.au-body .field--name-field-listing .view-content .views-row .search__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  word-break: break-word;
}

.au-body .field--name-field-listing .view-content .views-row .search__title a:hover {
  text-decoration: underline;
}

.au-body .field--name-field-listing .view-content .views-row .search__info {
  display: none;
}

.au-body .field--name-field-listing .view-content .views-row .search__summary p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.94px;
  word-break: break-word;
}

.au-body .cta-holder {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 48px 16px 33px;
  text-align: right;
  background-color: #fff !important;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
          box-shadow: 0 8px 16px 0 rgba(39, 67, 80, 0.09);
}

.au-body .cta-holder > div {
  text-align: left;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .au-body .cta-holder > div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .au-body .cta-holder > div:first-child, .au-body .cta-holder > div:last-child {
    width: 25%;
  }
  .au-body .cta-holder > div:last-child {
    width: 24%;
    text-align: right;
  }
}

.au-body .cta-holder h2 {
  font-size: 1rem;
}

.au-body .cta-holder h2,
.au-body .cta-holder a {
  min-width: 198px;
  max-width: 320px;
}

.au-body .cta-holder h2,
.au-body .cta-holder p,
.au-body .cta-holder a {
  margin: 0;
}

.au-body .cta-holder a.btn {
  padding: 13px 18px;
}

.au-body .col-sm-3 .cta-holder > div {
  width: 100%;
}

.au-body .col-sm-3 .cta-holder p + p,
.au-body .col-sm-3 .cta-holder p + article {
  margin-top: 24px;
}

.au-body .col-sm-3 .cta-holder div:empty + div {
  margin-top: -24px;
}

.au-body .col-sm-3 .cta-holder h2,
.au-body .col-sm-3 .cta-holder p {
  padding: 0;
}

.au-body .col-sm-3 .cta-holder a {
  text-decoration: underline;
}

.au-body .article-content {
  /* Backlog Item 676 */
}

.au-body .article-content.col-sm-6 h1 {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .au-body .article-content.col-sm-6 h1 {
    /* Backlog 676 Change margin from 32 to 16px*/
    margin-bottom: 32px;
  }
}

.au-body .article-content h1 {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 8px;
}

.au-body .article-content h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  padding: 15px 0;
}

.au-body .article-content p,
.au-body .article-content a,
.au-body .article-content li {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
}

.au-body .article-content li {
  margin-bottom: 0;
}

.au-body .article-content a {
  font-size: inherit;
  /* Backlog Item 676 */
  font-weight: 700;
}

.au-body .article-content p a {
  font-size: inherit;
  font-weight: 300;
}

.au-body .article-content li > a {
  font-size: inherit;
  font-weight: 300;
}

.au-body .article-content a.btn {
  font-size: 0.9375rem;
  padding: 10px 48px;
}

.au-body .article-content div.subheading {
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}

.au-body .article-content .details {
  /* Backlog 676 Change top-down padding from 16 to 8px */
  padding: 8px 22px;
  background-color: #f7f7f7;
  margin: 1px 0;
}

.au-body .article-content .details .mt-5 {
  margin-top: 5px;
}

.au-body .article-content .details p,
.au-body .article-content .details a {
  font-size: 0.9375rem;
  margin: 0;
}

.au-body .article-content .details .field--type-text-long p {
  margin: 0.9375rem 0;
}

.au-body .article-content .details .map-link {
  margin-left: 16px;
  text-decoration: underline;
}

.au-body .article-content .tags {
  padding: 24px 0 0;
  border-bottom: 0 none;
}

.au-body .article-content .search__title a:hover {
  text-decoration: underline;
}

.au-body .article-content .view-content-search .view-header {
  font-size: 0.875rem;
  padding: 5px 0 0 0;
  color: #313131;
}

.au-body .article-content .view-header {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  padding-left: 25px;
  color: #313131;
}

.au-body .pager {
  text-align: center;
}

.au-body .pager .pager__items {
  display: inline-block;
  margin: auto;
  padding: 2px 8px 4px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #fff;
}

@media (min-width: 1300px) {
  .au-body .pager .pager__items a {
    min-width: 14px;
  }
  .au-body .pager .pager__items a,
  .au-body .pager .pager__items span {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 0.875rem;
  }
  .au-body .pager .pager__items .pager__item--previous {
    padding-right: 50px;
  }
  .au-body .pager .pager__items .au-direction-link--left:before {
    width: 12px;
    height: 12px;
  }
  .au-body .pager .pager__items .pager__item--next {
    padding-left: 50px;
  }
}

@media (max-width: 1299px) {
  .au-body .pager .pager__items ul {
    width: 100%;
  }
  .au-body .pager .pager__items a {
    min-width: 30px;
  }
  .au-body .pager .pager__items .pager__item--previous {
    float: left;
  }
  .au-body .pager .pager__items .pager__item--next {
    float: right;
  }
}

.au-body .pager .pager__items .pager__item--first,
.au-body .pager .pager__items .pager__item--last {
  display: none;
}

.au-body .pager .pager__items ul {
  margin: 0;
  padding: 0;
}

.au-body .pager .pager__items a {
  display: block;
}

.au-body .pager .pager__items .au-direction-link--left:before {
  content: '\e906';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.au-body .pager .pager__items .au-direction-link:after {
  content: '\e906';
}

@media (min-width: 1300px) {
  .au-body .reader {
    right: 100px;
  }
}

@media (min-width: 1025px) and (max-width: 1299px) {
  .au-body .site-holder li {
    padding: 6px;
  }
}

@media (min-width: 1025px) {
  .au-body .language .goog-te-gadget-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .language .goog-te-gadget-simple img {
    display: none;
  }
  .au-body .language .goog-te-gadget-simple span {
    position: relative;
    top: 2px;
  }
  .au-body .language .goog-te-gadget-simple span a:hover, .au-body .language .goog-te-gadget-simple span a:focus {
    color: #222;
  }
  .au-body .language .goog-te-gadget-simple span a span:first-child {
    display: inline-block;
  }
  .au-body .language .goog-te-gadget-simple span a span {
    display: none;
  }
  .au-body .language .goog-te-gadget-simple::after {
    content: url("../images/svg/downward-arrow-green.svg");
    position: relative;
    top: 3px;
  }
  .au-body .language.isOpen .goog-te-gadget-simple {
    background-color: #2d837c;
  }
  .au-body .language.isOpen .goog-te-gadget-simple span a {
    color: #fff;
  }
  .au-body .language.isOpen .goog-te-gadget-simple:after {
    content: url("../images/svg/upward-arrow.svg");
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    top: -3px;
  }
  .au-body .other-site-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .au-body .other-site-desc {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
  }
  .au-body .other-site-desc:hover, .au-body .other-site-desc:focus {
    text-decoration: none;
  }
  .au-body .other-site-logo {
    margin-bottom: 20px;
    width: 88px;
    height: 88px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .au-body .site-holder {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: min-height 0.5s ease;
    transition: min-height 0.5s ease;
    background-color: #fff;
    right: 0;
    z-index: 1;
    min-height: 0;
  }
  .au-body .site-holder.isOpen {
    min-height: 100vh;
  }
  .au-body .site-holder.isOpen a {
    pointer-events: inherit;
  }
  .au-body .site-holder a {
    font-size: 1rem;
    display: block;
    text-align: center;
    color: #222;
  }
  .au-body .site-holder a:hover, .au-body .site-holder a:focus {
    color: #2d837c;
    outline: none;
  }
  .au-body .site-holder a:hover span.underline:after, .au-body .site-holder a:focus span.underline:after {
    width: 100%;
  }
  .au-body .site-holder span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .au-body .site-holder span.underline {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 200px;
  }
  .au-body .site-holder img {
    max-width: 88px;
    max-height: 88px;
  }
  .au-body .site-holder ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    margin: 0 40px;
    padding: 0;
    list-style: none;
  }
  .au-body .site-holder li {
    margin-right: 30px;
  }
  .au-body .site-holder li:nth-child(9), .au-body .site-holder li:nth-child(10), .au-body .site-holder li:nth-child(11), .au-body .site-holder li:nth-child(12) {
    border-bottom: 0 none;
  }
  .au-body .reader {
    position: absolute;
  }
  .au-body .bread {
    margin: 10px 0;
    padding: 0;
  }
  .au-body .bread li {
    display: inline-block;
  }
  .au-body .bread li::after {
    display: inline-block;
    margin-right: 16px;
    margin-left: 16px;
    content: '/';
    color: #194a46;
  }
  .au-body .bread li:last-of-type::after {
    content: '';
  }
  .au-body .bread a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.1875rem;
  }
  .au-body .bread a:hover {
    text-decoration: underline;
  }
  .au-body .article-content {
    /* Backlog 675 */
  }
  .au-body .article-content a.filter-btn.pill {
    display: none;
  }
  .au-body .article-content-start + .col-sm-3.rs_skip {
    padding-top: 80px;
  }
  .au-body .cta-holder {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .au-body #block-whitehorse-uplift-mainpagecontent {
    margin-bottom: 40px;
  }
  .au-body #block-whitehorse-uplift-mainpagecontent > .cta-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body #block-whitehorse-uplift-mainpagecontent > .cta-holder p {
    margin-right: 16px;
  }
  .au-body .pill:hover {
    text-decoration: underline;
  }
  .au-body .col-sm-3:last-child > div {
    margin-right: 0;
    margin-left: auto;
  }
  .au-body .col-sm-3 > .holder {
    padding: 16px;
    background-color: #efefef;
  }
}

@media (max-width: 1024px) {
  .au-body header.au-header {
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    position: fixed;
  }
  .au-body .mobile-top-dropdown {
    background-color: #222;
    margin-top: 9.5px;
    height: 42px;
  }
  .au-body .mobile-top-dropdown .menu_l1 {
    margin-left: 4px;
    width: 48%;
    height: 34px;
    position: relative;
    top: 4px;
    border-radius: 4px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded {
    height: 34px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu-link-l1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    border-radius: 4px;
    border: none;
    height: 34px;
    padding: 6px;
    background-color: #111111;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu-link-l1::after {
    content: url("../images/svg/downward-arrow-white.svg");
    position: absolute;
    right: 10px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded.isOpen .menu-link-l1 {
    background-color: #fff;
    color: #111;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded.isOpen .menu-link-l1::after {
    content: url("../images/svg/downward-arrow-black.svg");
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    top: 0px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 {
    position: relative;
    width: 98vw;
    border-radius: 4px;
    z-index: 1000;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    display: -ms-grid;
    display: grid;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 60px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .menu-item a {
    padding-right: 20px;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-logo {
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-title:hover, .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-title:focus {
    color: #2d837c;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-desc {
    color: #222;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
  }
  .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-desc:hover, .au-body .mobile-top-dropdown .menu_l1 .menu-item--expanded .menu_l2 .other-site-desc:focus {
    color: #2d837c;
  }
  .au-body .language {
    width: 48%;
    float: right;
    margin-right: 8px;
    margin-top: 15px;
  }
  .au-body .language .goog-te-gadget-simple {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    padding: 2px;
    background-color: #111;
    border: none;
  }
  .au-body .language .goog-te-gadget-simple img {
    display: none;
  }
  .au-body .language .goog-te-gadget-simple span {
    position: relative;
    top: 2px;
    width: 100%;
  }
  .au-body .language .goog-te-gadget-simple span a {
    color: #fff;
  }
  .au-body .language .goog-te-gadget-simple span a span:first-child {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
  .au-body .language .goog-te-gadget-simple span a span {
    display: none;
  }
  .au-body .language .goog-te-gadget-simple::after {
    content: url("../images/svg/downward-arrow-white.svg");
    position: relative;
    top: 5px;
  }
  .au-body .language.isOpen .goog-te-gadget-simple {
    background-color: #2d837c;
  }
  .au-body .language.isOpen .goog-te-gadget-simple span a {
    color: #fff;
  }
  .au-body .language.isOpen .goog-te-gadget-simple:after {
    content: url("../images/svg/upward-arrow.svg");
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    top: -1px;
  }
  .au-body .site-holder,
  .au-body .bread {
    display: none !important;
  }
  .au-body .article-content {
    /* Backlog 676 */
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .au-body .article-content .paragraph--type--upcoming-events .paragraph-content h2 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 1024px) {
  .au-body .article-content h2 {
    padding-bottom: 20px;
    /* Backlog 676 */
    margin-bottom: 1rem;
  }
  .au-body .article-content a.filter-btn.pill {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    display: inline-block;
    min-width: 150px;
    padding: 5px 8px;
    letter-spacing: -0.2px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    margin-left: 0;
  }
  .au-body .article-content a.filter-btn.pill:visited, .au-body .article-content a.filter-btn.pill:hover {
    text-decoration: none !important;
  }
  .au-body .article-content a.filter-btn.pill + .views-element-container {
    margin-top: 18px;
  }
  .au-body .article-content form {
    width: 100%;
  }
  .au-body .cta-holder {
    margin-bottom: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1299px) {
  .au-body .reader {
    right: 75px;
  }
  .au-body .col-sm-3 > div {
    max-width: 230px;
  }
  .au-body .col-sm-3:first-child > div {
    margin-left: 32px;
    padding-right: 16px;
  }
  .au-body .col-sm-3:last-child > div {
    margin-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .au-body .paragraph--type--map .cta-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .au-body .paragraph--type--map .cta-holder p {
    margin-left: 8px;
  }
  .au-body .col-sm-6 {
    width: 70%;
    padding-left: 32px;
  }
  .au-body .col-sm-3 {
    width: 30%;
    padding-right: 32px;
  }
  .au-body .listing {
    background-color: transparent;
  }
  .au-body .listing .col-sm-6 {
    width: 100%;
  }
  .au-body .col-sm-3:last-child {
    padding-left: 16px;
  }
  .au-body .reader {
    margin-left: 32px;
    position: absolute;
  }
  .au-body .list {
    padding: 8px 24px;
  }
  .au-body .list__item {
    width: 50% !important;
  }
  .au-body a.filter-btn.pill {
    position: absolute;
    right: 16px;
    top: 14px;
  }
}

@media (max-width: 1024px) {
  .au-body .col-sm-3 .share-holder,
  .au-body .col-sm-3:first-child {
    display: none;
  }
  .au-body a.menu-link-l1:hover {
    color: #fff;
  }
  .au-body .col-sm-3 a.btn {
    min-width: auto !important;
  }
}

@media (max-width: 767px) {
  .au-body .paragraph--type--map .cta-holder {
    padding: 16px;
  }
  .au-body .paragraph--type--map .cta-holder h2,
  .au-body .paragraph--type--map .cta-holder a {
    max-width: 100%;
  }
  .au-body .paragraph--type--map .cta-holder > div {
    width: 100%;
    text-align: center;
    padding: 4px;
  }
  .au-body a.btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .au-body .col-sm-6.article-content a:last-child.btn {
    margin-bottom: 25px;
  }
  .au-body .col-sm-3:first-child {
    display: none;
  }
  .au-body .reader {
    margin-left: 16px;
    margin-top: 80px;
    position: absolute;
  }
  .au-body .list__item {
    padding: 0 !important;
  }
  .au-body a.filter-btn.pill {
    width: 100%;
    /* Backlog 676 */
    margin-top: 3.5rem;
  }
}

@media (max-width: 430px) {
  .au-body #block-whitehorse-uplift-exposedformcommunity-directorypage-1 h2 {
    font-size: 1.9rem !important;
    line-height: 2rem !important;
  }
  .au-body .listing h2 + a.filter-btn.pill {
    top: 57px;
  }
  .au-body main a {
    word-break: break-word;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .au-grid .views--layout--quarters .view-content .views-row {
    width: 50%;
  }
  body {
    padding-top: 90px;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
  }
}

@media (max-width: 767px) {
  #block-whitehorse-uplift-mainpagecontent > .cta-holder > div {
    width: 100%;
    margin-bottom: 16px;
  }
  .translated-ltr body .goog-te-menu-frame {
    top: 88px !important;
  }
  .translated-ltr .au-body header.au-header {
    top: 40px;
  }
  .translated-ltr .au-body.nav-isOpen .region-navigation {
    top: 40px;
  }
  .goog-te-gadget .goog-te-menu-value span:first-child {
    display: none !important;
  }
  .views--layout .view-content .views-row {
    margin-top: 18px;
  }
  body {
    padding-top: 90px;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
  }
}

.browsehappy {
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  color: #000;
  background: #fff8e2;
}

.sr-only {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

.view-community-directory .search__content h3.search__title {
  margin-bottom: 0;
}

.page-node-type-community-event .article-content .field--name-field-cd-logo {
  padding-top: 10px;
}

.paragraph--type--gis-vector-layer-map-interactive {
  padding: 0;
}

@media (max-width: 767px) {
  .paragraph--type--gis-vector-layer-map-interactive {
    margin: 0 -16px;
  }
}

.paragraph--type--gis-vector-layer-map-interactive #map2 {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #f7f7f7;
}

.paragraph--type--gis-vector-layer-map-interactive #map {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: auto;
  visibility: hidden;
}

.paragraph--type--gis-vector-layer-map-interactive #map canvas.ol-unselectable {
  height: 400px !important;
}

.paragraph--type--gis-vector-layer-map-interactive .ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

.paragraph--type--gis-vector-layer-map-interactive .ol-popup a {
  color: #337ab7 !important;
}

.paragraph--type--gis-vector-layer-map-interactive .ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.paragraph--type--gis-vector-layer-map-interactive .ol-popup-closer:after {
  content: 'X';
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content {
  max-width: none;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content .map-right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 16px;
  height: 440px;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content .map-right .map {
  display: block;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content .map-left {
  width: 100%;
  background-color: #f7f7f7;
  padding: 16px;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content .map-left form {
  width: 100%;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content #search-box input,
.paragraph--type--gis-vector-layer-map-interactive .paragraph-content [id^='search-box'] input {
  padding: 16px;
  width: 100%;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content #search-box #autocomplete-list,
.paragraph--type--gis-vector-layer-map-interactive .paragraph-content [id^='search-box'] #autocomplete-list {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content #search-box #autocomplete-list .search-d1,
.paragraph--type--gis-vector-layer-map-interactive .paragraph-content [id^='search-box'] #autocomplete-list .search-d1 {
  padding: 6px;
  cursor: pointer;
}

.paragraph--type--gis-vector-layer-map-interactive .paragraph-content #search-box #autocomplete-list .search-d1 .index-hl,
.paragraph--type--gis-vector-layer-map-interactive .paragraph-content [id^='search-box'] #autocomplete-list .search-d1 .index-hl {
  display: inline-block;
  padding: 0 6px;
}

.paragraph--type--gis-map-interactive #map .ol-control button,
.paragraph--type--gis-vector-layer-map-interactive #map .ol-control button {
  /* 678 Change the theme color from #4f0d3c*/
  background-color: #2d837c !important;
}

#block-whitehorse-uplift-mainpagecontent .gis-map-cta {
  padding: 0;
  margin-top: 2px;
}

#block-whitehorse-uplift-mainpagecontent .paragraph--type--map.field--name-field-location-map {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.au-body .gis-map-cta .subscription-holder div {
  display: inline-block;
}

.au-body .gis-map-cta .subscription-holder div span {
  display: inline-block;
}

.au-body .gis-map-cta .subscription-holder div.header {
  padding-bottom: 5px;
}

.au-body .gis-map-cta .subscription-holder div a.btn {
  margin-top: 0;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 {
  width: 30%;
  margin-left: 340px;
  margin-top: 30px;
  min-width: 624px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 h2 {
  color: #192320;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.41px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 40px 565px;
      grid-template-columns: 40px 565px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-title {
  -ms-grid-column: 2;
      grid-column: 2;
  font-weight: 600;
  padding-top: 10px;
  font-size: 18px;
  margin: 10px 30px 0 30px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-title a {
  /* 678 Backlog */
  color: #2d837c;
  letter-spacing: 0.36px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-field-major-up {
  -ms-grid-column: 2;
      grid-column: 2;
  margin: 0 30px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-field-major-up p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: 24px;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .views-row .views-field-field-date-of-major-update {
  -ms-grid-column: 1;
      grid-column: 1;
  grid-row: 1/3;
  width: 55px;
  background: #f7f7f7;
  padding: 5px;
  text-transform: uppercase;
  color: #39423f;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#block-whitehorse-uplift-views-block-recent-updates-block-1 .view-footer .btn {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  #block-whitehorse-uplift-views-block-recent-updates-block-1 {
    padding: 0 10px;
    width: unset;
    margin-left: unset;
  }
}

.field--type-date-recur .form-item--error-message strong {
  color: red;
}

.page-node-type-govcms-standard-page {
  /*Backlog 615 */
}

.page-node-type-govcms-standard-page .main-content .region-content #block-whitehorse-uplift-mainpagecontent {
  /* Backlog 676 */
}

.page-node-type-govcms-standard-page .main-content .region-content #block-whitehorse-uplift-mainpagecontent .row .article-content-start {
  margin: 0 !important;
}

.page-node-type-govcms-standard-page .main-content .region-content #block-whitehorse-uplift-mainpagecontent .col-sm-6.article-content ul {
  margin-bottom: 2rem;
}

/* Backlog 676 Accordion Issue */
.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent {
  /* Backlog 615 */
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start {
  /* Backlog 676 */
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start .align-left {
  float: left;
  text-align: center;
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start .align-right {
  float: right;
  text-align: center;
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start figure + .paragraph.paragraph--type--accordion-group {
  display: inline-block;
  width: 100%;
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start .paragraph.paragraph--type--accordion-group .paragraph-content .field--name-field-body p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6.article-content.article-content-start {
    overflow-x: auto;
  }
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .field__items .paragraph-content .list__item .stack.stack--detail .stack__content .stack__title span a {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .field__items .paragraph-content .list__item .stack.stack--detail .stack__content .stack__title span a:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  overflow: hidden;
}

.au-body .region.region-content #block-whitehorse-uplift-mainpagecontent .field__items .paragraph-content .list__item .stack.stack--detail .stack__content .stack__title span a:hover:after {
  width: 100%;
}

/* Backlog 680 */
.article-content form .form-item-field-event-categories select[name='field_event_categories[]'] {
  display: unset !important;
  position: unset !important;
  width: 100% !important;
  height: unset !important;
  clip: unset !important;
  opacity: unset !important;
}

/* Backlog 676  Sidebar heading*/
.au-body .container .main-content .region.region-content #block-whitehorse-uplift-mainpagecontent .col-sm-3 .paragraph--type--sidebar-cta-content.paragraph--view-mode--default div h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
}

/* Backlog 662 pg-client-portal-calendar */
#pg-client-portal-calendar iframe {
  min-height: 700px;
}

/* Backlog 675 Remove repeat rule*/
body:not(.user-logged-in) .layout-container .main-content .region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6 .article-content .node-form .form-wrapper .fieldset-wrapper #edit-field-recurring-d-0 .fieldset-wrapper .form-item-field-recurring-d-0-rrule {
  display: none !important;
}

body:not(.user-logged-in) .layout-container .main-content .region-content #block-whitehorse-uplift-mainpagecontent .row .col-sm-6 .article-content .node-form .form-wrapper .fieldset-wrapper #edit-field-recurring-d-0 .fieldset-wrapper #edit-field-recurring-d-0--description {
  display: none !important;
}

/* Drupal 9 Upgrade, Fix card height and Community & Council tag hover issue in UAT */
body .views-field-fieldset {
  height: 100%;
}

/* Drupal 9 Upgrade, Fix underline isn't appearing on hover for file links in UAT */
.au-body .article-content p a:hover {
  text-decoration: underline;
}

/* Backlog 711 Spacing around left aligned images */
@media (min-width: 1300px) {
  .align-left.embedded-entity > div > img {
    padding-right: 15px;
  }
}

@media (max-width: 1299px) {
  .align-left.embedded-entity > div > img {
    padding-right: 10px;
  }
}

@media (min-width: 1300px) {
  .align-right.embedded-entity > div > img {
    padding-left: 5px;
  }
}

@media (max-width: 1299px) {
  .align-right.embedded-entity > div > img {
    padding-left: 3px;
  }
}

/* Backlog 721 Community Directory issues */
.path-node.page-node-type-community-directory.user-logged-in #block-whitehorse-uplift-tabs {
  display: block;
}

.path-node.page-node-type-community-directory #block-whitehorse-uplift-tabs {
  display: none;
}

.path-node.page-node-type-community-event.user-logged-in #block-whitehorse-uplift-tabs {
  display: block;
}

.path-node.page-node-type-community-event #block-whitehorse-uplift-tabs {
  display: none;
}

/* Backlog 714 new search capabilities */
.views-element-container .views-exposed-form.listing-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 1rem;
}

@media (max-width: 500px) {
  .views-element-container .views-exposed-form.listing-filter {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.views-element-container .views-exposed-form.listing-filter .form-actions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 183px;
  padding: 0;
}

.views-element-container .views-exposed-form.listing-filter .form-actions input.form-submit {
  margin: 0;
  min-width: 64px;
}

.captchaErrorMsg {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ec1111;
}

.captchaText {
  font-size: 12pt;
  margin-top: 5px;
}

.au-body.au-page-alerts.au-page-alerts--error {
  max-width: 700px;
}

.au-body table td.vertical-align-top,
.au-body table th.vertical-align-top {
  vertical-align: top;
}

.au-body table td.vertical-align-mid,
.au-body table th.vertical-align-mid {
  vertical-align: middle;
}

.au-body table td.vertical-align-bot,
.au-body table th.vertical-align-bot {
  vertical-align: bottom;
}

#block-whitehorse-uplift-aocblock {
  max-width: 1200px;
  margin: auto;
}

#block-whitehorse-uplift-aocblock p {
  max-width: 100%;
  font-size: 12pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-whitehorse-uplift-aocblock img {
  max-height: 60px;
  margin: auto;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  #block-whitehorse-uplift-aocblock {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 700px) {
  #block-whitehorse-uplift-aocblock img {
    margin-top: 7px;
  }
  #block-whitehorse-uplift-aocblock p {
    display: block;
  }
  #block-whitehorse-uplift-aocblock {
    margin: 20px;
  }
}

@media (max-width: 500px) {
  .au-body header .main-header .language {
    left: 45%;
  }
  .au-body header .main-header .btn-holders {
    right: 2%;
  }
}

.crt-feed .crt-post .crt-post-footer .crt-post-share {
  position: absolute;
  right: 10px;
  min-width: 40px;
}

.crt-feed .crt-post .crt-post-footer .crt-post-share a {
  min-width: 20px;
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon + img {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .au-body .article-content h1.au-header-heading + a.filter-btn.pill {
    display: none;
  }
}

.paragraph--type--upcoming-events .container .view-content .views-row .views-field .field-content .stack .views-field-fieldset-1 .field-content .stack__content .views-field p br {
  display: none;
}

.paragraph-full [class^='accordion-group'],
.paragraph-full .field--type-video-embed-field {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.col-sm-6.article-content [class^='accordion-group'],
.col-sm-6.article-content .field--type-video-embed-field {
  padding-right: 0;
  padding-left: 0;
}

.au-body .article-content .paragraph-full .au-accordion .au-accordion__title:hover, .au-body .article-content .paragraph-full .au-accordion .au-accordion__title:focus {
  text-decoration: underline;
  outline: 3px solid #9263de;
}

@media (max-width: 500px) {
  .main-header .goog-te-gadget .goog-te-gadget-simple a span:first-child {
    display: none;
  }
}

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