@charset "UTF-8";
/** Version: 0.10.13 | Tuesday, October 14, 2025, 1:16 PM */
@charset "UTF-8";
/*============================================================================*\
| VICTORIA UI TOOLKIT STYLES
\*============================================================================*/
/*= CORE VICTORIA UTILITIES ==================================================*/
/*============================================================================*\
| PROJECT-SPECIFIC OVERRIDES OF CORE UTILITIES' VARIABLES
\*============================================================================*/
/*= LAYOUT ===================================================================*/
/*============================================================================*\
| RE-USABLE SCSS - VARIABLES, MIXINS AND FUNCTIONS
\*============================================================================*/
/*= FUNCTIONS ================================================================*/
/*============================================================================*\
| VALIDATOR FUNCTIONS
\*============================================================================*/
/*= LISTS ====================================================================*/
/*= SIZING ===================================================================*/
/*============================================================================*\
| BUILDING/ASSEMBLY FUNCTIONS
\*============================================================================*/
/*= PATHS ====================================================================*/
/*= COLOURS ==================================================================*/
/*= LENGTHS & SIZES MANIPULATION =============================================*/
/*= VARIABLES ================================================================*/
/*============================================================================*\
| CORE UTILITIES' DEFAULT SETTINGS
\*============================================================================*/
/*= PATHS ====================================================================*/
/*= FONT IMPORTS =============================================================*/
/*= LAYOUT ===================================================================*/
/*============================================================================*\
| SIZES, LENGTHS AND DIMENSIONS
\*============================================================================*/
/*= SCALING RATIOS ===========================================================*/
/*============================================================================*\
| COLOUR PALETTE
\*============================================================================*/
/*= BASIC =================================================================== */
/*= BRANDED ==================================================================*/
/* new colours */
/* Brandcolours */
/*= GREYS ====================================================================*/
/*= GREENS ===================================================================*/
/*= BLUES ====================================================================*/
/*= REDS =====================================================================*/
/*= YELLOWS AND ORANGES ======================================================*/
/*= COLOUR MODIFIERS =========================================================*/
/*= SPECIFIC COLOUR VARIATIONS ===============================================*/
/*============================================================================*\
| ANIMATIONS, TRANSITIONS AND EFFECTS
\*============================================================================*/
/*============================================================================*\
| RESPONSIVE ATTRIBUTES
\*============================================================================*/
/* = SASS-MQ SETTINGS ======================================================= */
/* = BREAKPOINT DEFINITIONS ================================================= */
/*============================================================================*\
| CHARACTERS
\*============================================================================*/
/* ===== CHARACTER CODES =====================================================*/
/*============================================================================*\
| ICONS
\*============================================================================*/
/*= ICON CODES ===============================================================*/
/*= ICON CODES ===============================================================*/
/*============================================================================*\
| BACKGROUNDS
\*============================================================================*/
/*= SEMI-OPAQUE ==============================================================*/
/*= SOLID ====================================================================*/
/*============================================================================*\
| FONTS & TYPOGRAPHY UTILITY VARIABLES
\*============================================================================*/
/* ===== FONT DEFINITIONS ====================================================*/
/* ===== FONT WEIGHTS ========================================================*/
/* ===== TEXT COLOURS ========================================================*/
/* ===== TEXT SIZING AND SCALING =============================================*/
/* ===== TEXT POSITIONING ====================================================*/
/* ===== FAMILY DEFINITION ===================================================*/
/* ===== DECORATION ==========================================================*/
/*============================================================================*\
| BOX APPEARANCE
\*============================================================================*/
/*= BORDERS ==================================================================*/
/*= SHADOWS ==================================================================*/
/*= CORNERS ==================================================================*/
/*============================================================================*\
| LAYOUT-RELATED VARIABLES
\*============================================================================*/
/*= POSITIONING ==============================================================*/
/*= SPACING ==================================================================*/
/*============================================================================*\
| GRID SYSTEMS' PROPERTIES
\*============================================================================*/
/*= BOURBON-NEAT GRID ========================================================*/
/*============================================================================*\
| MEDIA-RELATED PROPERTIES
\*============================================================================*/
/*= IMAGERY ==================================================================*/
/*============================================================================*\
| TABLE PROPERTIES
\*============================================================================*/
/*============================================================================*\
| BUTTONS' PROPERTIES
\*============================================================================*/
/*= GENERAL APPEARANCE =======================================================*/
/*= TYPE VARIATIONS ==========================================================*/
/*============================================================================*\
| LISTS
\*============================================================================*/
/*= BULLET POINT DECORATIONS =================================================*/
/*= MIXINS ===================================================================*/
/*==================================================
=            VICTORIA'S MIXINS COLLECTION          =
==================================================*/
/*******************************************************************************

  Mixins collection that can be used to simplify SCSS development.

  *HIGHLY RECOMMENDED* to read through comments of all available mixins before
  you start an active development!

  Also, all use or be combined with Bourbon's mixins.


/*******************************************************************************


/* ===== BOX MODEL ========================================================== */
/*******************************************************************************
 * Transforms non-object element (eg. pseudo-elements) into object one.
 *
 * @display         - Type of box of the object element.
 * @content         - Optional text content (useful for icons).
 * @position        - Specifies type of positioning method used for an element.
 */
/*******************************************************************************
 * Basic most commonly used skeleton for :after pseudo-class that turns it into
 * stylable element.
 *
 * @content - :after's additional properties.
 */
/*******************************************************************************
 * Basic most commonly used skeleton for :before pseudo-class that turns it into
 * stylable element.
 *
 * @content - :before's additional properties.
 */
/* ===== TYPOGRAPHY ========================================================= */
/*******************************************************************************
 * Shorter definition of all active states of an element.
 *
 * { @content }     - Definition of the active states' styles.
 */
/***************************************************************************
* Non-underlined decoration to underlined on hover.
*/
/*******************************************************************************
 * Turns potentially non-object element into a font icon container.
 *
 * @display         - Type of box of the object element.
 * @ico-code        - Unicode code of the icon from the $font-family.
 * @font-family     - Name or type of the font icon.
 */
/*============================================================================*\
| LAYOUT-RELATED MIXINS
\*============================================================================*/
/*= SIZING ===================================================================*/
/*= BASE STYLES ==============================================================*/
/*= SPACING ==================================================================*/
/* Target IE only
  Usage:
  @include target-ie {
    color: cyan;
  }
*/
/*============================================================================*\
| TYPOGRAPHY AND FONTS MIXINS
\*============================================================================*/
/*= FONT IMPORTS =============================================================*/
/*= LINKS ====================================================================*/
/*= BASE STYLES ==============================================================*/
/*= COMPATIBILITY HACKS ======================================================*/
/*============================================================================*\
| FORMS AND INPUTS MIXINS
\*============================================================================*/
/*= BASE STYLES ==============================================================*/
/*============================================================================*\
| RESPONSIVE MIXINS
\*============================================================================*/
/*= BREAKPOINTS ==============================================================*/
/*============================================================================*\
| ICONS MIXINS
\*============================================================================*/
/*= ICON MANAGEMENT TOOLS ====================================================*/
/*= ICON GENERATORS ==========================================================*/
/*============================================================================*\
| GRID-RELATED MIXINS
\*============================================================================*/
/*= REGULAR GRID WITHOUT GUTTER ==============================================*/
/*============================================================================*\
| ANIMATION & TRANSITION MIXINS
\*============================================================================*/
/*============================================================================*\
| MEDIA-RELATED MIXINS
\*============================================================================*/
/*= IMAGES ===================================================================*/
/*============================================================================*\
| DECORATION-PURPOSE MIXINS
\*============================================================================*/
/*= STRIPS & LINES ===========================================================*/
/*= OTHER SHAPES =============================================================*/
/*= IMPORTS ================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap");
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*= BASE STYLES INITIALISATIONS ==============================================*/
/*============================================================================*\
| INITIALISATION MIXINS
\*============================================================================*/
/*============================================================================*\
| PROJECT'S SETTINGS
\*============================================================================*/
/*= PATHS ====================================================================*/
/*= FONT DEFINITIONS =========================================================*/
/*= COLORS / THEME ===================================================================*/
/*= IMPORTS AND CONFIG ============================*/
/*==================================================
=                APP-SPECIFIC MIXINS               =
==================================================*/
/*******************************************************************************

  Application-specific mixins collection.

  As a rule of thumb, only mixins that are re-used by multiple objects,
  components or trumps should be placed here.

/*******************************************************************************/
/** Single menu/submenu item */
/*============================================================================*\
| PROJECT-RELATED VARIABLES
\*============================================================================*/
/*= LAYOUT ===================================================================*/
/** Links & Hovers */
/** Margins and paddings */
/** verticale padding **/
/** Imagery */
/** Miscs */
/*============================================================================*\
| PROJECT-ONLY 3RD PARTY IMPORTS
\*============================================================================*/
/*= PLAIN CSS ================================================================*/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*= SASS/SCSS ================================================================*/
/*= PROJECT-ONLY UTILITIES ========================*/
/*! Toolkit's generated styles */
/*============================================================================*\
| BASE STYELS INITIALISATIONS
\*============================================================================*/
* {
  margin: 0;
  padding: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

/**
  * 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
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

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

/**
  * 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 size in all browsers.
  */
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

/**
  * 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;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
  * 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 {
  padding: 0;
  border-style: none;
}

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

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: .35em .75em .625em;
}

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

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

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

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

/**
  * 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 in Chrome and Safari on macOS.
  */
[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 Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}

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

/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}

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

@font-face {
  font-family: "National";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NationalWebLF-Regular.woff") format("woff"), url("./fonts/NationalWebLF-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "National";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/NationalWebLF-Semibold.woff") format("woff"), url("./fonts/NationalWebLF-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "National";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/NationalWebLF-Extrabold.woff") format("woff"), url("./fonts/NationalWebLF-Extrabold.ttf") format("truetype");
}

@font-face {
  font-family: "VicIcons";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/vicicons.woff") format("woff"), url("./fonts/vicicons.ttf") format("truetype");
}

html {
  height: 100%;
}

@media (max-width: 29.99em) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 30em) and (max-width: 42.99em) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  html {
    font-size: 92.5%;
  }
}

@media (min-width: 61em) and (max-width: 87.99em) {
  html {
    font-size: 100%;
  }
}

@media (min-width: 88em) {
  html {
    font-size: 100%;
  }
}

html body {
  display: -webkit-box;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

html body > footer {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  line-height: 1.6;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 61em) {
  body {
    text-rendering: optimizeLegibility;
  }
}

h1 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tereo-h1 {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-weight: 600;
  color: #0D4C38;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1, .h1 {
  font-size: 2.70271rem;
}

h2, .h2 {
  font-size: 2.21533rem;
}

h3, .h3 {
  font-size: 1.81585rem;
}

h4, .h4 {
  font-size: 1.4884rem;
}

h5, .h5 {
  font-size: 1.22rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 1.6;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

/** Prevent zoom on input (see: stackoverflow.com/a/16255670/1081234) */
/* stylelint-disable */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 100%;
  }
}

/*============================================================================*\
| PROJECT-SPECIFIC NORMALISATIONS
\*============================================================================*/
.flex {
  display: -webkit-box;
  display: flex;
}

.flex.s-gap {
  gap: .25rem;
}

.flex.gap {
  gap: .5rem;
}

.flex.l-gap {
  gap: 1rem;
}

.flex.space-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.flex.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}

.grid-flex,
.columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem;
}

.grid-flex pre,
.columns pre {
  white-space: initial;
}

.grid-flex > *,
.columns > * {
  margin-bottom: 1rem;
}

@media (min-width: 61em) {
  .grid-flex.col-4 > *,
  .columns.col-4 > * {
    width: calc( 25% - 1rem);
  }
  .grid-flex.col-4 > *:nth-child(4n+4),
  .columns.col-4 > *:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid-flex.col-3 > *,
  .columns.col-3 > * {
    width: calc( 33.3% - 1rem);
  }
  .grid-flex.col-3 > *:nth-child(3n+3),
  .columns.col-3 > *:nth-child(3n+3) {
    margin-right: 0;
  }
  .grid-flex.col-2 > *,
  .grid-flex.columns2 > *,
  .columns.col-2 > *,
  .columns.columns2 > * {
    width: calc( 50% - 1rem);
  }
  .grid-flex.col-2 > *:nth-child(2n+2),
  .columns.col-2 > *:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .grid-flex.col-4 > *,
  .grid-flex.col-3 > *,
  .grid-flex.col-2 > *,
  .grid-flex.columns2 > *,
  .columns.col-4 > *,
  .columns.col-3 > *,
  .columns.col-2 > *,
  .columns.columns2 > * {
    -webkit-box-flex: 0;
            flex: 0 1;
    flex-basis: calc( 50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .grid-flex.col-4 > *:nth-child(2n+2),
  .grid-flex.col-3 > *:nth-child(2n+2),
  .grid-flex.col-2 > *:nth-child(2n+2),
  .grid-flex.columns2 > *:nth-child(2n+2),
  .columns.col-4 > *:nth-child(2n+2),
  .columns.col-3 > *:nth-child(2n+2),
  .columns.col-2 > *:nth-child(2n+2),
  .columns.columns2 > *:nth-child(2n+2) {
    margin-right: 0;
  }
}

.ggrid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 auto;
  width: 100%;
}

.ggrid > * {
  width: auto !important;
}

.ggrid.dynamic-fill {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.ggrid.dynamic {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.ggrid.col-2 {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 42.99em) {
  .ggrid.col-2 {
    grid-template-columns: 1fr;
  }
}

.ggrid.col-3 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media (max-width: 60.99em) {
  .ggrid.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 42.99em) {
  .ggrid.col-3 {
    grid-template-columns: 1fr;
  }
}

.ggrid .c1, .ggrid .c2, .ggrid .c3, .ggrid .c4, .ggrid .c5, .ggrid .c6,
.ggrid .c7, .ggrid .c8, .ggrid .c9, .ggrid .c10, .ggrid .c11, .ggrid .c12 {
  grid-column-end: span 12;
}

.ggrid .nested {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}

.ggrid .merge-two-rows {
  grid-row-end: span 2;
}

.ggrid .merge-three-rows {
  grid-row-end: span 3;
}

.ggrid .merge-four-rows {
  grid-row-end: span 4;
}

.ggrid .merge-five-rows {
  grid-row-end: span 5;
}

.ggrid .merge-six-rows {
  grid-row-end: span 6;
}

@media (min-width: 50em) {
  .ggrid .c1 {
    grid-column-end: span 1;
  }
  .ggrid .c2 {
    grid-column-end: span 2;
  }
  .ggrid .c3 {
    grid-column-end: span 3;
  }
  .ggrid .c4 {
    grid-column-end: span 4;
  }
  .ggrid .c5 {
    grid-column-end: span 5;
  }
  .ggrid .c6 {
    grid-column-end: span 6;
  }
  .ggrid .c7 {
    grid-column-end: span 7;
  }
  .ggrid .c8 {
    grid-column-end: span 8;
  }
  .ggrid .c9 {
    grid-column-end: span 9;
  }
  .ggrid .c10 {
    grid-column-end: span 10;
  }
  .ggrid .c11 {
    grid-column-end: span 11;
  }
}

.ggrid.align-end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.ggrid.align-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

/*= GENERIC =======================================*/
/*============================================================================*\
| ELEMENTS OF FORMS AND INPUTS
\*============================================================================*/
/*============================================================================*\
| LAYOUT ELEMENTS
\*============================================================================*/
/*============================================================================*\
| TYPOGRAPHY OF ELEMENTS
\*============================================================================*/
h1 {
  font-weight: 800;
}

dl dt {
  font-weight: 700;
}

time {
  color: #8B8B8B;
}

a {
  cursor: pointer;
  color: #005EA5;
  text-decoration: none;
}

a > span::before, a > span::after {
  text-decoration: none;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 0.0625rem solid #DDD;
}

/*============================================================================*\
| TABLE-RELATED ELEMENTS
\*============================================================================*/
table {
  width: 100%;
}

table th,
table td {
  padding: 0.75rem;
  text-align: left;
}

table th {
  background-color: #D1E0DA;
  font-weight: 700;
}

table th strong,
table th b {
  font-weight: inherit;
}

table td {
  border-bottom: 0.0625rem solid #DDD;
}

table img {
  display: inline-block;
  width: auto;
}

/*============================================================================*\
| MEDIA ELEMENTS
\*============================================================================*/
/*= IMAGERY ==================================================================*/
img {
  vertical-align: middle;
}

a > img:hover, a > img:active, a > img:focus {
  opacity: 0.9;
}

figure:hover img, figure:active img, figure:focus img {
  -webkit-filter: none;
          filter: none;
}

figure img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.formatting figure img + figcaption {
  margin-top: 0.75rem;
}

.reset-formatting figure img + figcaption {
  margin-top: initial;
}

/*= ELEMENTS (ATOMS SPECIFIED BY HTML ELEMENT) ====*/
/*============================================================================*\
| STANDARD FORMATTING OBJECTS
\*============================================================================*/
.formatting article {
  margin-bottom: 1.3rem;
}

.formatting p {
  margin-bottom: 1.3rem;
  color: #424242;
}

.formatting p:last-child {
  margin-bottom: 0;
}

.formatting a:hover h1,
.formatting a:hover h2,
.formatting a:hover h3,
.formatting a:hover h4,
.formatting a:hover h5,
.formatting a:hover h6, .formatting a:active h1,
.formatting a:active h2,
.formatting a:active h3,
.formatting a:active h4,
.formatting a:active h5,
.formatting a:active h6, .formatting a:focus h1,
.formatting a:focus h2,
.formatting a:focus h3,
.formatting a:focus h4,
.formatting a:focus h5,
.formatting a:focus h6 {
  color: #005EA5;
  text-decoration: none;
}

.formatting a h1,
.formatting a h2,
.formatting a h3,
.formatting a h4,
.formatting a h5,
.formatting a h6 {
  color: #005EA5;
  text-decoration: underline;
}

.formatting a:visited h1,
.formatting a:visited h2,
.formatting a:visited h3,
.formatting a:visited h4,
.formatting a:visited h5,
.formatting a:visited h6 {
  color: #513391;
}

.formatting p a,
.formatting h1 a,
.formatting h2 a,
.formatting h3 a,
.formatting h4 a,
.formatting h5 a,
.formatting h6 a,
.formatting ul a,
.formatting ol a,
.formatting table a,
.formatting figcaption a {
  color: #005EA5;
  text-decoration: underline;
}

.formatting p a:not(.button):visited,
.formatting h1 a:not(.button):visited,
.formatting h2 a:not(.button):visited,
.formatting h3 a:not(.button):visited,
.formatting h4 a:not(.button):visited,
.formatting h5 a:not(.button):visited,
.formatting h6 a:not(.button):visited,
.formatting ul a:not(.button):visited,
.formatting ol a:not(.button):visited,
.formatting table a:not(.button):visited,
.formatting figcaption a:not(.button):visited {
  color: #513391;
}

.formatting p a:hover, .formatting p a:active, .formatting p a:focus,
.formatting h1 a:hover,
.formatting h1 a:active,
.formatting h1 a:focus,
.formatting h2 a:hover,
.formatting h2 a:active,
.formatting h2 a:focus,
.formatting h3 a:hover,
.formatting h3 a:active,
.formatting h3 a:focus,
.formatting h4 a:hover,
.formatting h4 a:active,
.formatting h4 a:focus,
.formatting h5 a:hover,
.formatting h5 a:active,
.formatting h5 a:focus,
.formatting h6 a:hover,
.formatting h6 a:active,
.formatting h6 a:focus,
.formatting ul a:hover,
.formatting ul a:active,
.formatting ul a:focus,
.formatting ol a:hover,
.formatting ol a:active,
.formatting ol a:focus,
.formatting table a:hover,
.formatting table a:active,
.formatting table a:focus,
.formatting figcaption a:hover,
.formatting figcaption a:active,
.formatting figcaption a:focus {
  color: #005EA5;
  text-decoration: none;
}

.formatting h1,
.formatting h2,
.formatting h3,
.formatting h4,
.formatting h5,
.formatting h6 {
  margin-bottom: 1.3rem;
}

.formatting h1 > em,
.formatting h2 > em,
.formatting h3 > em,
.formatting h4 > em,
.formatting h5 > em,
.formatting h6 > em {
  margin-left: 0.3125em;
  font-style: normal;
  color: #8B8B8B;
}

.formatting h2:not(:first-child) {
  margin-top: 2.275rem;
}

.formatting h3:not(:first-child) {
  margin-top: 2.145rem;
}

.formatting h4:not(:first-child) {
  margin-top: 1.95rem;
}

.formatting .subtitle {
  display: inline-block;
  margin-bottom: 1.3rem;
  color: #555;
  line-height: 1.35;
}

.formatting .subtitle strong + span::before {
  position: static;
  display: inline-block;
  content: "·";
  margin-right: 0.5em;
  margin-left: 0.3125em;
  font-weight: 700;
}

.formatting h1 + .subtitle {
  margin-top: -0.55rem;
  font-size: 1.22rem;
}

.formatting > header {
  margin-bottom: 1.3rem;
}

.formatting > header > h1 {
  margin-bottom: 0.75rem;
}

.formatting > header > h1 + .subtitle {
  margin-top: 0;
}

.formatting .intro {
  margin-top: 1.5rem;
  font-size: 1.22rem;
  font-weight: 600;
  color: #424242;
}

.formatting .inline {
  clear: right;
}

.formatting .inline,
.formatting .portrait,
.formatting > img,
.formatting p > img,
.formatting p > img ~ img {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}

.formatting .portrait {
  float: right;
  margin-left: 1.5rem;
  width: 10rem;
}

.formatting ul,
.formatting ol {
  margin-bottom: 1.8rem;
  padding-left: 1.5rem;
}

.formatting ul li,
.formatting ol li {
  margin-bottom: 0.5em;
  padding-left: 0.3125em;
  list-style-position: outside;
}

.formatting ul ul,
.formatting ul ol,
.formatting ol ul,
.formatting ol ol {
  margin: 0.5rem 0 0.75rem;
}

.formatting ul li {
  list-style-type: square;
}

.formatting ul ul li {
  list-style-type: circle;
}

@media (min-width: 43em) {
  .layout main > .formatting:last-child,
  .layout aside > .formatting:last-child {
    padding-bottom: 3rem;
  }
}

.formatting hr {
  margin: 2.25rem 0;
}

.reset-formatting article {
  margin-bottom: initial;
}

.reset-formatting p {
  margin-bottom: initial;
  color: inherit;
}

.reset-formatting p:last-child {
  margin-bottom: initial;
}

.reset-formatting a:hover h1,
.reset-formatting a:hover h2,
.reset-formatting a:hover h3,
.reset-formatting a:hover h4,
.reset-formatting a:hover h5,
.reset-formatting a:hover h6, .reset-formatting a:active h1,
.reset-formatting a:active h2,
.reset-formatting a:active h3,
.reset-formatting a:active h4,
.reset-formatting a:active h5,
.reset-formatting a:active h6, .reset-formatting a:focus h1,
.reset-formatting a:focus h2,
.reset-formatting a:focus h3,
.reset-formatting a:focus h4,
.reset-formatting a:focus h5,
.reset-formatting a:focus h6 {
  color: inherit;
  text-decoration: initial;
}

.reset-formatting a h1,
.reset-formatting a h2,
.reset-formatting a h3,
.reset-formatting a h4,
.reset-formatting a h5,
.reset-formatting a h6 {
  color: inherit;
  text-decoration: initial;
}

.reset-formatting a:visited h1,
.reset-formatting a:visited h2,
.reset-formatting a:visited h3,
.reset-formatting a:visited h4,
.reset-formatting a:visited h5,
.reset-formatting a:visited h6 {
  color: inherit;
}

.reset-formatting p a,
.reset-formatting h1 a,
.reset-formatting h2 a,
.reset-formatting h3 a,
.reset-formatting h4 a,
.reset-formatting h5 a,
.reset-formatting h6 a,
.reset-formatting ul a,
.reset-formatting ol a,
.reset-formatting table a,
.reset-formatting figcaption a {
  color: #005EA5;
  text-decoration: underline;
}

.reset-formatting p a:not(.button):visited,
.reset-formatting h1 a:not(.button):visited,
.reset-formatting h2 a:not(.button):visited,
.reset-formatting h3 a:not(.button):visited,
.reset-formatting h4 a:not(.button):visited,
.reset-formatting h5 a:not(.button):visited,
.reset-formatting h6 a:not(.button):visited,
.reset-formatting ul a:not(.button):visited,
.reset-formatting ol a:not(.button):visited,
.reset-formatting table a:not(.button):visited,
.reset-formatting figcaption a:not(.button):visited {
  color: inherit;
}

.reset-formatting p a:hover, .reset-formatting p a:active, .reset-formatting p a:focus,
.reset-formatting h1 a:hover,
.reset-formatting h1 a:active,
.reset-formatting h1 a:focus,
.reset-formatting h2 a:hover,
.reset-formatting h2 a:active,
.reset-formatting h2 a:focus,
.reset-formatting h3 a:hover,
.reset-formatting h3 a:active,
.reset-formatting h3 a:focus,
.reset-formatting h4 a:hover,
.reset-formatting h4 a:active,
.reset-formatting h4 a:focus,
.reset-formatting h5 a:hover,
.reset-formatting h5 a:active,
.reset-formatting h5 a:focus,
.reset-formatting h6 a:hover,
.reset-formatting h6 a:active,
.reset-formatting h6 a:focus,
.reset-formatting ul a:hover,
.reset-formatting ul a:active,
.reset-formatting ul a:focus,
.reset-formatting ol a:hover,
.reset-formatting ol a:active,
.reset-formatting ol a:focus,
.reset-formatting table a:hover,
.reset-formatting table a:active,
.reset-formatting table a:focus,
.reset-formatting figcaption a:hover,
.reset-formatting figcaption a:active,
.reset-formatting figcaption a:focus {
  color: #005EA5;
  text-decoration: none;
}

.reset-formatting h1,
.reset-formatting h2,
.reset-formatting h3,
.reset-formatting h4,
.reset-formatting h5,
.reset-formatting h6 {
  margin-bottom: initial;
}

.reset-formatting h1 > em,
.reset-formatting h2 > em,
.reset-formatting h3 > em,
.reset-formatting h4 > em,
.reset-formatting h5 > em,
.reset-formatting h6 > em {
  margin-left: initial;
  font-style: inherit;
  color: inherit;
}

.reset-formatting h2:not(:first-child) {
  margin-top: initial;
}

.reset-formatting h3:not(:first-child) {
  margin-top: initial;
}

.reset-formatting h4:not(:first-child) {
  margin-top: initial;
}

.reset-formatting .subtitle {
  display: initial;
  margin-bottom: initial;
  color: inherit;
  line-height: inherit;
}

.reset-formatting .subtitle strong + span::before {
  position: initial;
  display: inline;
  content: initial;
  margin-right: initial;
  margin-left: initial;
  font-weight: inherit;
}

.reset-formatting h1 + .subtitle {
  margin-top: initial;
  font-size: inherit;
}

.reset-formatting > header {
  margin-bottom: initial;
}

.reset-formatting > header > h1 {
  margin-bottom: initial;
}

.reset-formatting > header > h1 + .subtitle {
  margin-top: initial;
}

.reset-formatting .intro {
  margin-top: initial;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.reset-formatting .inline {
  clear: initial;
}

.reset-formatting .inline,
.reset-formatting .portrait,
.reset-formatting > img,
.reset-formatting p > img,
.reset-formatting p > img ~ img {
  height: initial;
  width: initial;
  margin-bottom: initial;
}

.reset-formatting .portrait {
  float: initial;
  margin-left: initial;
  width: initial;
}

.reset-formatting ul,
.reset-formatting ol {
  margin-bottom: initial;
  padding-left: initial;
}

.reset-formatting ul li,
.reset-formatting ol li {
  margin-bottom: initial;
  padding-left: initial;
  list-style-position: inherit;
}

.reset-formatting ul ul,
.reset-formatting ul ol,
.reset-formatting ol ul,
.reset-formatting ol ol {
  margin: initial;
}

.reset-formatting ul li {
  list-style-type: inherit;
}

.reset-formatting ul ul li {
  list-style-type: inherit;
}

@media (min-width: 43em) {
  .layout main > .reset-formatting:last-child,
  .layout aside > .reset-formatting:last-child {
    padding-bottom: initial;
  }
}

.reset-formatting hr {
  margin: initial;
}

/*= WIDGET-BAR CONTENT FORMATTING DIFFERENCES ================================*/
aside > .formatting > article:not(:last-child) {
  margin-bottom: 2.25rem;
}

aside > .formatting h2 {
  font-size: 1.4884rem;
}

aside > .formatting h2::before {
  position: static;
  display: block;
  content: "";
  height: 0;
  width: 2rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  border-top: 0.1875rem solid #0D4C38;
  margin-bottom: 0.125em;
}

aside > .formatting h3,
aside > .formatting h4 {
  color: #555;
  margin-bottom: 0.5rem;
}

aside > .formatting h3:not(:first-child),
aside > .formatting h4:not(:first-child) {
  margin-top: 0.75rem;
}

aside > .formatting h3 {
  font-size: 1.22rem;
}

aside > .formatting h4 {
  font-size: 1rem;
}

/*= SPECIAL LINKS ============================================================*/
a.link-more {
  color: #005EA5;
  text-decoration: underline;
  float: right;
  -webkit-box-ordinal-group: 100;
          order: 99;
}

a.link-more:hover, a.link-more:active, a.link-more:focus {
  color: #005EA5;
  text-decoration: none;
}

/*= TYPOGRAPHICAL UTILITIES ==================================================*/
.break {
  overflow: hidden;
  visibility: hidden;
  display: block;
  width: 100%;
}

.formatting > .break {
  margin-bottom: 1.3rem;
}

body#hubv4 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

body#hubv4 h1,
body#hubv4 h2,
body#hubv4 h3,
body#hubv4 h4,
body#hubv4 h5,
body#hubv4 a,
body#hubv4 li,
body#hubv4 ul,
body#hubv4 .tereo-h1, body#hubv4 p,
body#hubv4 button {
  font-family: "Inter", sans-serif;
}

body#hubv4:not(.hub-page) .content-panel main h1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .tereo-h1 {
  display: block;
  color: #424242;
  margin-bottom: .25rem;
}

body#hubv4 .formatting h1,
body#hubv4 h1,
body#hubv4 h2,
body#hubv4 .tereo-h1 {
  font-weight: 700;
}

body#hubv4 aside > .formatting h2 {
  font-size: 1.4rem;
}

body#hubv4 aside > .formatting h3 {
  font-size: 1.2rem;
}

body#hubv4 .content-panel main h1, body#hubv4 .content-panel main .h1, body#hubv4 .content-panel main .tereo-h1 {
  font-size: 2.4rem;
}

body#hubv4 .content-panel main h2, body#hubv4 .content-panel main .h2 {
  font-size: 1.8rem;
}

body#hubv4 .content-panel main h3, body#hubv4 .content-panel main .h3 {
  font-size: 1.6rem;
}

/*============================================================================*\
| ICONS
\*============================================================================*/
/*= INITIALISATIONS ==========================================================*/
[class^=icon-] {
  font-size: 100%;
  font-style: normal;
}

[class^=icon-]::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

a [class^=icon-]::before {
  text-decoration: underline;
}

a [class^=icon-]::before {
  text-decoration: none;
}

.icon-search::before {
  content: "";
}

.icon-mail::before {
  content: "";
}

.icon-heart::before {
  content: "";
}

.icon-check::before {
  content: "";
}

.icon-star::before {
  content: "";
}

.icon-help::before {
  content: "";
}

.icon-people::before {
  content: "";
}

.icon-user::before {
  content: "";
}

.icon-info::before {
  content: "";
}

.icon-home::before {
  content: "";
}

.icon-back::before {
  content: "";
}

.icon-pictures::before {
  content: "";
}

.icon-popup::before {
  content: "";
}

.icon-clock::before {
  content: "";
}

.icon-tag::before {
  content: "";
}

.icon-book::before {
  content: "";
}

.icon-book-open::before {
  content: "";
}

.icon-pin::before {
  content: "";
}

.icon-vcard::before {
  content: "";
}

.icon-chat::before {
  content: "";
}

.icon-flag::before {
  content: "";
}

.icon-external::before {
  content: "";
}

.icon-printer::before {
  content: "";
}

.icon-camera::before {
  content: "";
}

.icon-lock::before {
  content: "";
}

.icon-lock-open::before {
  content: "";
}

.icon-phone::before {
  content: "";
}

.icon-attention::before {
  content: "";
}

.icon-resize-up::before {
  content: "";
}

.icon-resize-down::before {
  content: "";
}

.icon-mic::before {
  content: "";
}

.icon-cog::before {
  content: "";
}

.icon-share::before {
  content: "";
}

.icon-basket::before {
  content: "";
}

.icon-comment::before {
  content: "";
}

.icon-caret-down-thin::before {
  content: "";
}

.icon-caret-left-thin::before {
  content: "";
}

.icon-caret-right-thin::before {
  content: "";
}

.icon-caret-up-thin::before {
  content: "";
}

.icon-caret-down::before {
  content: "";
}

.icon-caret-left::before {
  content: "";
}

.icon-caret-right::before {
  content: "";
}

.icon-caret-up::before {
  content: "";
}

.icon-triangle-down::before {
  content: "";
}

.icon-triangle-left::before {
  content: "";
}

.icon-triangle-right::before {
  content: "";
}

.icon-triangle-up::before {
  content: "";
}

.icon-refresh::before {
  content: "";
}

.icon-graduation-cap::before {
  content: "";
}

.icon-ticket::before {
  content: "";
}

.icon-megaphone::before {
  content: "";
}

.icon-calendar::before {
  content: "";
}

.icon-globe::before {
  content: "";
}

.icon-dots::before {
  content: "";
}

.icon-arrow-down::before {
  content: "";
}

.icon-arrow-left::before {
  content: "";
}

.icon-layout::before {
  content: "";
}

.icon-attach::before {
  content: "";
}

.icon-menu::before {
  content: "";
}

.icon-arrow-right::before {
  content: "";
}

.icon-arrow-up::before {
  content: "";
}

.icon-edit::before {
  content: "";
}

.icon-download::before {
  content: "";
}

.icon-audio::before {
  content: "";
}

.icon-quote-down::before {
  content: "";
}

.icon-quote-up::before {
  content: "";
}

.icon-list::before {
  content: "";
}

.icon-money::before {
  content: "";
}

.icon-plane::before {
  content: "";
}

.icon-creditcard::before {
  content: "";
}

.icon-cross::before {
  content: "";
}

/*= ICONS WITH UNUSUAL STYLING ============================================== */
.icon-arrow-right::before {
  margin-right: 0;
  margin-left: 0.5em;
}

/*= CUSTOM-BUILT ICONS ====================================================== */
.small-icon::before, .small-icon::after {
  font-size: 65%;
}

.hanging-icon {
  float: left;
}

.social-icon img {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.3125rem;
}

.play-button,
.icon-square-play {
  height: 2.5em;
  width: 4em;
  position: relative;
  margin-top: 0.75rem;
  background-color: #FFF;
  border-radius: 0.75em;
  text-align: center;
}

.play-button::after,
.icon-square-play::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0D4C38;
  border-width: 0.6em 0 0.6em 1.32em;
  margin: .65em auto 0;
}

.play-button.play-button--green,
.icon-square-play.play-button--green {
  background-color: #0D4C38;
}

.play-button.play-button--green:after,
.icon-square-play.play-button--green:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 0.6em 0 0.6em 1.32em;
}

/*===== ALIASES ============================================================= */
.link-external::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.link-external::after {
  content: "";
}

.link-external::after {
  margin-left: 0.3125em;
}

.link-external::after {
  text-decoration: underline;
}

.link-external::after {
  text-decoration: none;
}

.link-restricted::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.link-restricted::after {
  content: "";
}

.link-restricted::after {
  margin-left: 0.3125em;
  vertical-align: 7.5%;
  text-decoration: none !important;
}

.link-restricted::after {
  text-decoration: underline;
}

.link-restricted::after {
  text-decoration: none;
}

.link-download::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.link-download::before {
  content: "";
}

.link-download::before {
  font-size: 92.5%;
}

.link-download::before {
  text-decoration: underline;
}

.link-download::before {
  text-decoration: none;
}

.link-more::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.link-more::after {
  content: "";
}

.link-more::after {
  margin-right: 0;
  margin-left: 0.3125em;
  font-size: 107.5%;
}

.link-more::after {
  text-decoration: underline;
}

.link-more::after {
  text-decoration: none;
}

.link-audio::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.link-audio::before {
  content: "";
}

.link-audio::before {
  text-decoration: underline;
}

.link-audio::before {
  text-decoration: none;
}

/*============================================================================*\
| ATOMIC BUTTONS
\*============================================================================*/
button, .button, #hubv4 .news-row header a.link-more {
  display: inline-block;
  padding: 0.3125em 0.75em;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-weight: 600;
  line-height: 1.6;
  border-radius: 0.125rem;
  cursor: pointer;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #424242;
  background-color: #DDD;
}

.formatting button, .formatting .button, .formatting #hubv4 .news-row header a.link-more, #hubv4 .news-row header .formatting a.link-more {
  color: inherit;
  text-decoration: none;
}

.formatting button:hover, .formatting button:active, .formatting button:focus, .formatting .button:hover, .formatting #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .formatting a.link-more:hover, .formatting .button:active, .formatting #hubv4 .news-row header a.link-more:active, #hubv4 .news-row header .formatting a.link-more:active, .formatting .button:focus, .formatting #hubv4 .news-row header a.link-more:focus, #hubv4 .news-row header .formatting a.link-more:focus {
  color: inherit;
}

.reset-formatting button, .reset-formatting .button, .reset-formatting #hubv4 .news-row header a.link-more, #hubv4 .news-row header .reset-formatting a.link-more {
  color: #424242;
  text-decoration: initial;
}

.reset-formatting button:hover, .reset-formatting button:active, .reset-formatting button:focus, .reset-formatting .button:hover, .reset-formatting #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .reset-formatting a.link-more:hover, .reset-formatting .button:active, .reset-formatting #hubv4 .news-row header a.link-more:active, #hubv4 .news-row header .reset-formatting a.link-more:active, .reset-formatting .button:focus, .reset-formatting #hubv4 .news-row header a.link-more:focus, #hubv4 .news-row header .reset-formatting a.link-more:focus {
  color: #424242;
}

button:hover, button:active, button:focus,
.button:hover,
#hubv4 .news-row header a.link-more:hover,
.button:active,
#hubv4 .news-row header a.link-more:active,
.button:focus,
#hubv4 .news-row header a.link-more:focus {
  color: #424242;
  background: #CCC;
}

button.flat,
.button.flat,
#hubv4 .news-row header a.flat.link-more {
  color: #005EA5;
  text-decoration: underline;
  background-color: transparent;
}

button.flat:hover, button.flat:active, button.flat:focus,
.button.flat:hover,
#hubv4 .news-row header a.flat.link-more:hover,
.button.flat:active,
#hubv4 .news-row header a.flat.link-more:active,
.button.flat:focus,
#hubv4 .news-row header a.flat.link-more:focus {
  color: #005EA5;
  text-decoration: none;
}

button.primary,
.button.primary,
#hubv4 .news-row header a.primary.link-more {
  background-color: #3363B3;
  color: #FFF;
}

button.primary:hover, button.primary:active, button.primary:focus,
.button.primary:hover,
#hubv4 .news-row header a.primary.link-more:hover,
.button.primary:active,
#hubv4 .news-row header a.primary.link-more:active,
.button.primary:focus,
#hubv4 .news-row header a.primary.link-more:focus {
  color: #FFF;
  background: #285189;
}

button.flat-border,
.button.flat-border,
#hubv4 .news-row header a.flat-border.link-more {
  background: transparent;
  border: 0.125rem solid #424242;
  color: #424242;
}

button.flat-border.primary,
.button.flat-border.primary,
#hubv4 .news-row header a.flat-border.primary.link-more {
  border: 0.125rem solid #3363B3;
  color: #3363B3;
}

button.flat-border.primary:hover, button.flat-border.primary:active, button.flat-border.primary:focus,
.button.flat-border.primary:hover,
#hubv4 .news-row header a.flat-border.primary.link-more:hover,
.button.flat-border.primary:active,
#hubv4 .news-row header a.flat-border.primary.link-more:active,
.button.flat-border.primary:focus,
#hubv4 .news-row header a.flat-border.primary.link-more:focus {
  color: #FFF;
  background: #3363B3;
}

button.flat-border:hover, button.flat-border:active, button.flat-border:focus,
.button.flat-border:hover,
#hubv4 .news-row header a.flat-border.link-more:hover,
.button.flat-border:active,
#hubv4 .news-row header a.flat-border.link-more:active,
.button.flat-border:focus,
#hubv4 .news-row header a.flat-border.link-more:focus {
  color: #FFF;
  background: #424242;
}

button.danger,
.button.danger,
#hubv4 .news-row header a.danger.link-more {
  background-color: #AF1B1B;
  color: #FFF;
}

button.danger:hover, button.danger:active, button.danger:focus,
.button.danger:hover,
#hubv4 .news-row header a.danger.link-more:hover,
.button.danger:active,
#hubv4 .news-row header a.danger.link-more:active,
.button.danger:focus,
#hubv4 .news-row header a.danger.link-more:focus {
  background: #831212;
  color: #FFF;
}

button.danger-hover:hover, button.danger-hover:active, button.danger-hover:focus,
.button.danger-hover:hover,
#hubv4 .news-row header a.danger-hover.link-more:hover,
.button.danger-hover:active,
#hubv4 .news-row header a.danger-hover.link-more:active,
.button.danger-hover:focus,
#hubv4 .news-row header a.danger-hover.link-more:focus {
  background: #AF1B1B;
  color: #FFF;
}

button[disabled], button.disabled,
.button[disabled],
#hubv4 .news-row header a.link-more[disabled],
.button.disabled,
#hubv4 .news-row header a.disabled.link-more {
  background: #DDD;
  color: #BFBFBF;
  cursor: default;
}

button[disabled]:hover, button[disabled]:active, button[disabled]:focus, button.disabled:hover, button.disabled:active, button.disabled:focus,
.button[disabled]:hover,
#hubv4 .news-row header a.link-more[disabled]:hover,
.button[disabled]:active,
#hubv4 .news-row header a.link-more[disabled]:active,
.button[disabled]:focus,
#hubv4 .news-row header a.link-more[disabled]:focus,
.button.disabled:hover,
#hubv4 .news-row header a.disabled.link-more:hover,
.button.disabled:active,
#hubv4 .news-row header a.disabled.link-more:active,
.button.disabled:focus,
#hubv4 .news-row header a.disabled.link-more:focus {
  color: #BFBFBF;
}

button.large,
.button.large,
#hubv4 .news-row header a.large.link-more {
  font-size: 115%;
}

button.extra-large,
.button.extra-large,
#hubv4 .news-row header a.extra-large.link-more {
  font-size: 150%;
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  content: "";
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  top: 0;
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  text-decoration: underline;
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  text-decoration: none;
}

button:not(.flat):not(.no-icon)::after,
.button:not(.flat):not(.no-icon)::after,
#hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  display: inline;
}

button.muted:not(.primary),
.button.muted:not(.primary),
#hubv4 .news-row header a.muted.link-more:not(.primary) {
  color: #8B8B8B;
}

input.button {
  border: 0;
  cursor: pointer;
}

/*= SPECIALISED BUTTONS ======================================================*/
/** Fixed rounded buttons floating on the edges of the screen */
.btn-floating {
  height: 3.8rem;
  width: 3.8rem;
  z-index: 10;
  position: fixed;
  right: 0;
  display: block;
  margin: 2.25rem 2%;
  padding: 0.75rem;
  text-align: center;
  color: #8B8B8B;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
  background-color: #EEE;
  border-radius: 3.8rem;
  font-size: 92.5%;
}

.btn-floating:hover, .btn-floating:active, .btn-floating:focus {
  background-color: #DDD;
  color: #005EA5;
}

.btn-floating [class^=icon-] {
  font-size: 150%;
}

.btn-floating [class^=icon-]::before {
  margin-right: 0;
}

.btn-floating.top {
  top: 0;
}

.btn-floating.bottom {
  bottom: 0;
}

.btn-floating.sticky {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.global.no-top ~ .btn-floating.sticky {
  opacity: 1;
}

/*= BUTTON CONTAINERS ========================================================*/
.button-right {
  text-align: right;
}

.button-list .button, .button-list #hubv4 .news-row header a.link-more, #hubv4 .news-row header .button-list a.link-more {
  margin: 0.3125rem 0.125rem;
}

.button-list .disabled {
  background: transparent;
}

.button-list span.button {
  background-color: inherit;
}

.button-list span.button:hover, .button-list span.button:active, .button-list span.button:focus {
  background-color: inherit;
  cursor: not-allowed;
}

#hubv4 .button:not(.flat):not(.no-icon), #hubv4 .news-row header a.link-more:not(.flat):not(.no-icon) {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
          justify-content: center;
}

#hubv4 .button:not(.flat):not(.no-icon)::after, #hubv4 .news-row header a.link-more:not(.flat):not(.no-icon)::after {
  content: "\f156";
  font-family: "Favorites";
  vertical-align: -1px;
  display: inline-block;
}

#hubv4 main .button + .button, #hubv4 main .news-row header a.link-more + .button, #hubv4 .news-row header main a.link-more + .button, #hubv4 main .news-row header .button + a.link-more, #hubv4 .news-row header main .button + a.link-more, #hubv4 main .news-row header a.link-more + a.link-more, #hubv4 .news-row header main a.link-more + a.link-more {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 42.99em) {
  #hubv4 .button + .button, #hubv4 .news-row header a.link-more + .button, #hubv4 .news-row header .button + a.link-more, #hubv4 .news-row header a.link-more + a.link-more {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

#hubv4 .btn,
#hubv4 .button,
#hubv4 .news-row header a.link-more,
#hubv4 a.btn {
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #CCDCD7;
  color: #0D4C38;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

#hubv4 .btn:hover,
#hubv4 .button:hover,
#hubv4 .news-row header a.link-more:hover,
#hubv4 a.btn:hover {
  text-decoration: none;
  background-color: #eaf1ef;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#hubv4 .btn:active,
#hubv4 .button:active,
#hubv4 .news-row header a.link-more:active,
#hubv4 a.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hubv4 .btn.rounded,
#hubv4 .button.rounded,
#hubv4 .news-row header a.rounded.link-more,
#hubv4 a.btn.rounded {
  border-radius: 100px;
}

#hubv4 .btn.accent,
#hubv4 .button.accent,
#hubv4 .news-row header a.accent.link-more,
#hubv4 a.btn.accent {
  background-color: #FCE500;
  color: #222;
}

#hubv4 .btn.raised,
#hubv4 .button.raised,
#hubv4 .news-row header a.raised.link-more,
#hubv4 a.btn.raised {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#hubv4 .btn.primary,
#hubv4 .button.primary,
#hubv4 .news-row header a.primary.link-more,
#hubv4 a.btn.primary {
  background-color: #0D4C38;
  color: #FEF9F0;
}

#hubv4 .btn.primary:hover,
#hubv4 .button.primary:hover,
#hubv4 .news-row header a.primary.link-more:hover,
#hubv4 a.btn.primary:hover {
  background-color: #669787;
  background-color: #11664b;
}

#hubv4 .btn.primary:active, #hubv4 .btn.primary:focus,
#hubv4 .button.primary:active,
#hubv4 .news-row header a.primary.link-more:active,
#hubv4 .button.primary:focus,
#hubv4 .news-row header a.primary.link-more:focus,
#hubv4 a.btn.primary:active,
#hubv4 a.btn.primary:focus {
  background-color: #669787;
  background-color: #11664b;
}

#hubv4 .btn.fade,
#hubv4 .button.fade,
#hubv4 .news-row header a.fade.link-more,
#hubv4 a.btn.fade {
  background-color: #f1f6f0;
  color: #3E9C4F;
}

#hubv4 .btn.fade:hover,
#hubv4 .button.fade:hover,
#hubv4 .news-row header a.fade.link-more:hover,
#hubv4 a.btn.fade:hover {
  background-color: #c0cfbc;
  color: #3E9C4F;
}

#hubv4 .btn.flat,
#hubv4 .button.flat,
#hubv4 .news-row header a.flat.link-more,
#hubv4 a.btn.flat {
  background-color: transparent;
  outline: 1px transparent solid;
}

#hubv4 .btn.flat:hover,
#hubv4 .button.flat:hover,
#hubv4 .news-row header a.flat.link-more:hover,
#hubv4 a.btn.flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px #DDD solid;
}

#hubv4 .btn.text,
#hubv4 .button.text,
#hubv4 .news-row header a.text.link-more,
#hubv4 a.btn.text {
  background-color: transparent;
  color: #005ea5;
  border: none;
  text-decoration: underline;
}

#hubv4 .btn.text:hover,
#hubv4 .button.text:hover,
#hubv4 .news-row header a.text.link-more:hover,
#hubv4 a.btn.text:hover {
  background-color: #eee;
}

#hubv4 .btn.text:active, #hubv4 .btn.text:focus,
#hubv4 .button.text:active,
#hubv4 .news-row header a.text.link-more:active,
#hubv4 .button.text:focus,
#hubv4 .news-row header a.text.link-more:focus,
#hubv4 a.btn.text:active,
#hubv4 a.btn.text:focus {
  background-color: #eee;
}

#hubv4 .btn.secondary,
#hubv4 .button.secondary,
#hubv4 .news-row header a.secondary.link-more,
#hubv4 a.btn.secondary {
  color: #232323;
}

#hubv4 .btn.secondary:hover,
#hubv4 .button.secondary:hover,
#hubv4 .news-row header a.secondary.link-more:hover,
#hubv4 a.btn.secondary:hover {
  background-color: #eee;
  color: #232323;
}

#hubv4 .btn.submit-button:after,
#hubv4 .button.submit-button:after,
#hubv4 .news-row header a.submit-button.link-more:after,
#hubv4 a.btn.submit-button:after {
  content: none !important;
}

/*============================================================================*\
| MEDIA-RELATED OBJECTS
\*============================================================================*/
/*= IMAGERY ==================================================================*/
.images {
  margin-bottom: 1.6rem;
}

.images img {
  height: auto;
  width: auto;
  display: inline-block;
  margin: 0 0.3125rem 0.3125rem 0;
}

img .a {
  fill: #FFF;
}

main:first-child > .formatting.block:first-child > img:first-child {
  margin-top: -1.5rem;
}

.formatting.block > img:first-child {
  margin-left: -1.5rem;
  width: calc( 100% + 3rem);
}

@media (min-width: 43em) {
  .formatting .inline,
  .formatting p > img,
  .formatting p > img ~ img {
    clear: right;
    float: right;
    margin-left: 1.5rem;
    width: 17rem;
  }
}

@media (min-width: 43em) {
  .reset-formatting .inline,
  .reset-formatting p > img,
  .reset-formatting p > img ~ img {
    clear: initial;
    float: initial;
    margin-left: initial;
    width: initial;
  }
}

/*= ANY MEDIA ================================================================*/
.formatting .grid figure {
  margin-bottom: 1.5rem;
}

.reset-formatting .grid figure {
  margin-bottom: initial;
}

/*============================================================================*\
| LAYOUTS, CONTAINERS AND BLOCKS
\*============================================================================*/
/*= BASIC BUILDING BLOCKS ====================================================*/
/** BLOCK - Universal building block with standard paddings. */
.block {
  padding: 1.5rem;
}

/** CENTRALISER - Restricts the width of the content to allowed centered maximum and aligns to center. */
.centraliser {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 88rem;
}

.centraliser::after {
  clear: both;
  display: table;
  content: '';
}

/** SECTOR - Single page section container with unlimited width and no paddings/margins. Can be used to group related components within a layout. */
.sector,
.separated {
  border-bottom: 0.0625rem solid #DDD;
}

.sector::after,
.separated::after {
  clear: both;
  display: table;
  content: '';
}

#hubv4 .sector, #hubv4
.separated {
  border-bottom: none;
}

/** LAYOUT - Contains all the content's columns and layout combinations */
.layout {
  width: 100%;
  /* IE10+ fix for tablet and smaller where layout has white space below */
}

.layout.block {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

body > .layout {
  display: block;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

@media (max-width: 60.99em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .layout {
    height: 100%;
  }
}

@media (max-width: 60.99em) {
  .layout.block {
    padding-right: 0;
    padding-left: 0;
  }
}

/*= 3/2/1-COLUMN MAIN LAYOUTS ================================================*/
.content-panel {
  position: relative;
  width: 100%;
}

.content-panel::after {
  clear: both;
  display: table;
  content: '';
}

.content-panel > img {
  width: 100%;
}

.content-panel > main,
.content-panel > aside {
  vertical-align: top;
}

@media (min-width: 43em) {
  .content-panel {
    /** 1st Content bar + 2nd widgets bar */
    /** Main content *ONLY* */
    /** Main content + widgetbar */
  }
  .content-panel > main:last-child {
    overflow-x: hidden;
    width: 100%;
  }
  .content-panel > main:not(:last-child) {
    float: left;
    width: 75%;
  }
  .content-panel > aside {
    float: left;
    width: 25%;
  }
}

#hubv4 .content-panel > img {
  margin-bottom: 2rem;
}

@media (min-width: 75em) {
  #hubv4 .content-panel > img {
    padding-left: 1.5rem;
  }
}

.sidebar {
  z-index: 1;
  position: relative;
}

@media (min-width: 61em) {
  /** 1st Left sidebar + Main content panel 2nd*/
  body > .layout {
    display: -webkit-box;
    display: flex;
  }
}

@media all and (min-width: 61em) and (-ms-high-contrast: none), (min-width: 61em) and (-ms-high-contrast: active) {
  body > .layout {
    height: 100%;
  }
}

@media (min-width: 61em) {
  .sidebar {
    float: left;
    -webkit-box-flex: 0;
            flex: 0 1 17rem;
    width: 20%;
  }
  .content-panel {
    /** Content panel *ONLY* */
    /** 1st Sidebar + 2nd Content panel */
  }
  .content-panel:first-child > main:last-child > .block {
    padding-left: 0;
  }
  #hubv4 .content-panel:first-child > main:last-child > .block {
    padding-left: 1.5rem;
  }
  .content-panel > main:last-child > .block {
    padding-right: 0;
  }
  #hubv4 .content-panel > main:last-child > .block {
    padding-right: 1.5rem;
  }
  .content-panel:not(:first-child) {
    float: left;
    -webkit-box-flex: 1;
            flex: 1 0 46.5rem;
    width: 80%;
  }
  .content-panel > aside > .block {
    padding-right: 0;
  }
}

/*= COLUMN-BASED LAYOUTS =====================================================*/
@media (min-width: 61em) {
  .two-columns.divider-line {
    position: relative;
  }
  .two-columns.divider-line::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    left: calc( 50% - 0.125rem);
    border-left: 0.25rem solid #DDD;
  }
  .two-columns .column {
    float: left;
    width: calc( 50% - 1.125rem);
  }
  .two-columns .column:nth-child(2n+1) {
    clear: left;
  }
  .two-columns .column:not(:nth-child(2n+1)) {
    margin-left: 1.125rem;
  }
  .two-columns .column:not(:nth-child(2n+0)) {
    margin-right: 1.125rem;
  }
}

/*= BLOCK CONTAINERS =========================================================*/
.panel {
  padding: 2.25rem 1.5rem;
  background-color: #EEE;
}

/*= SITE BEHAVIOUR CONTROL ===================================================*/
.unscrollable {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*============================================================================*\
| GENERIC LISTINGS
\*============================================================================*/
/*= ARTICLES LISTING =========================================================*/
/** Generic holder for list of all article-like overviews. */
.formatting .articles-container > ul,
.formatting .articles-container > ul > li {
  padding-left: 0;
  list-style-type: none;
}

.formatting .articles-container article {
  margin-bottom: 0;
}

.formatting .articles-container:not(:last-child) {
  margin-bottom: 3rem;
}

.panel .articles-container {
  background-color: #FFF;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

@media (min-width: 43em) {
  .articles-container {
    margin: 0 auto;
  }
}

.articles-container > header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 1.5rem;
}

.articles-container > header h2 {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.articles-container > ul::after {
  clear: both;
  display: table;
  content: '';
}

.articles-container > ul > li::after {
  clear: both;
  display: table;
  content: '';
}

.articles-container > ul > li:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #DDD;
}

.articles-container .summary h1,
.articles-container .summary h2,
.articles-container .summary h3,
.articles-container .summary h4,
.articles-container .summary h5 {
  margin-bottom: 0.3125rem;
}

.articles-container .summary time,
.articles-container .summary p {
  margin-bottom: 0.75rem;
}

.articles-container .summary p:last-child {
  margin-bottom: 0;
}

.articles-container .media img,
.articles-container .media iframe {
  margin-bottom: 0;
}

/*= TEXTS LISTING ============================================================*/
.grid > ul {
  margin-bottom: 0;
}

/*=========================================
=     QUOTES, CITATION, BIBLIOGRAPHY      =
=========================================*/
blockquote.quote {
  font-style: italic;
}

.quote {
  margin-bottom: 1.6rem;
  /** Inline (related) block /w source */
  /** Full block quotation /w source */
}

.quote blockquote {
  margin-bottom: .35em;
  font-size: 1.22rem;
  font-style: normal;
}

.quote figcaption {
  padding-left: 2.0625rem;
  position: relative;
}

.quote figcaption::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 0;
  width: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-top: 0.125rem solid #3D6353;
  top: 0.75em;
  margin: 0 0.75rem 0 -1.75rem;
}

.quote:not(.full) {
  margin-left: .85rem;
  padding: 0 0 0 1rem;
  padding: 1rem;
  border-left: 0.25rem solid #D1E0DA;
}

.quote:not(.full) figcaption strong {
  font-weight: 500;
}

.quote.full blockquote,
.quote.full q {
  font-size: 1.22rem;
}

.quote.full blockquote::before,
.quote.full q::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.quote.full blockquote::before,
.quote.full q::before {
  content: "";
}

.quote.full blockquote::before,
.quote.full q::before {
  top: -.1em;
  margin-left: -0.5em;
}

.quote.full blockquote::before,
.quote.full q::before {
  text-decoration: underline;
}

.quote.full blockquote::before,
.quote.full q::before {
  text-decoration: none;
}

.quote.full blockquote::after,
.quote.full q::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.quote.full blockquote::after,
.quote.full q::after {
  content: "";
}

.quote.full blockquote::after,
.quote.full q::after {
  margin-right: -0.5em;
}

.quote.full blockquote::after,
.quote.full q::after {
  text-decoration: underline;
}

.quote.full blockquote::after,
.quote.full q::after {
  text-decoration: none;
}

.quote.full blockquote::before, .quote.full blockquote::after,
.quote.full q::before,
.quote.full q::after {
  display: inline;
  font-style: normal;
  font-size: 130%;
  line-height: 1;
  color: #CCC;
}

.quote.full figcaption {
  font-weight: 500;
  font-size: 1.15em;
  color: #0D4C38;
}

.quote.full.quote-template {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.quote.full.quote-template blockquote {
  -webkit-box-flex: 1;
          flex: 1 1;
  padding-right: .5rem;
}

.quote.full.quote-template .quote-author-image {
  width: 100px;
  border-radius: 50%;
  margin-bottom: .5rem;
}

.quote.full.quote-template figcaption {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  margin-top: .5rem;
  font-weight: 400;
}

.quote.full.quote-template figcaption p {
  display: inline;
}

.quote.full.quote-template .button, .quote.full.quote-template #hubv4 .news-row header a.link-more, #hubv4 .news-row header .quote.full.quote-template a.link-more {
  margin-left: 2.0625rem;
  margin-top: .5rem;
}

@media (max-width: 29.99em) {
  .quote.full.quote-template .quote-author-image {
    display: none;
  }
}

#hubv4 figure.quote.quote-template {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem;
  margin: 1rem 0;
}

#hubv4 figure.quote.quote-template img {
  width: 120px;
}

#hubv4 figure.quote.quote-template blockquote::after, #hubv4 figure.quote.quote-template blockquote::before {
  color: #669787;
}

#hubv4 figure.quote.quote-template figcaption {
  margin-top: 0;
  padding: 1rem;
}

#hubv4 figure.quote.quote-template figcaption::before {
  top: 0;
  margin: 0 0.75rem 0 -1.75rem;
  display: block;
  margin-bottom: 0.8rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #669787;
  margin-left: 2px;
}

#hubv4 figure.quote.quote-template figcaption p > strong {
  color: #0D4C38;
}

#hubv4 figure.quote.quote-template figcaption p {
  display: block;
  margin-bottom: 0;
}

#hubv4 figure.quote.quote-template figcaption p:not(:first-child) {
  font-size: 1rem;
}

#hubv4 figure.quote.quote-template img {
  border: 3px solid #99B9AF;
}

#hubv4 .quote-panel.quote-image {
  padding: 1.5rem;
  background-color: #EEE;
}

#hubv4 .quote-panel.quote-image.quote-white {
  background-color: #fff;
}

#hubv4 .quote-panel.quote-image.quote-green {
  background-color: #0D4C38;
}

#hubv4 .quote-panel.quote-image.quote-green .quote {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hubv4 .quote-panel.quote-image.quote-green .quote img {
  border-radius: 50%;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content h4 {
  color: #FCE500 !important;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content p {
  color: #CCDCD7;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content blockquote h3 {
  color: #FEF9F0 !important;
  font-weight: 500;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content blockquote h3:before, #hubv4 .quote-panel.quote-image.quote-green .quote .quote-content blockquote h3:after {
  color: #FCE500;
  display: block;
  font-size: 140%;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content blockquote h3:after {
  margin-left: auto;
  margin-right: 1rem;
}

#hubv4 .quote-panel.quote-image.quote-green .quote .quote-content blockquote h3:before {
  margin-bottom: .5rem;
}

#hubv4 .quote-panel.quote-image svg.quote-open {
  position: absolute;
  top: -30px;
  left: -80px;
  opacity: 0.3;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image svg.quote-open {
    max-width: 50px;
    left: -50px;
  }
}

#hubv4 .quote-panel.quote-image .quote {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

#hubv4 .quote-panel.quote-image .quote img {
  border-radius: 50%;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3 {
  font-weight: 500;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:before, #hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:after {
  display: block;
  font-size: 140%;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:after {
  margin-left: auto;
  margin-right: 1rem;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:before {
  margin-bottom: .5rem;
}

#hubv4 .quote-panel.quote-image .quote::after {
  content: none;
}

@media (max-width: 42.99em) {
  #hubv4 .quote-panel.quote-image .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#hubv4 .quote-panel.quote-image .quote .image-container {
  position: relative;
  -webkit-clip-path: polygon(-0.25% -3px, 88% -13.74%, 99.5% 100%, 0px 100%);
          clip-path: polygon(-0.25% -3px, 88% -13.74%, 99.5% 100%, 0px 100%);
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote .image-container {
    -webkit-clip-path: initial;
            clip-path: initial;
    -webkit-box-flex: 1;
            flex: 1 0 20%;
  }
}

#hubv4 .quote-panel.quote-image .quote .image-container:before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(90%, #3b7b07), to(#0D4C38)) 0% 0%;
  background: linear-gradient(180deg, #fff 0%, #3b7b07 90%, #0D4C38 100%) 0% 0%;
  opacity: 0;
  z-index: 10;
}

#hubv4 .quote-panel.quote-image .quote img {
  border-radius: 50%;
  height: 100%;
  width: auto;
  max-width: 300px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote img {
    max-width: 150px;
    margin: auto;
    height: auto;
    margin-right: 1rem;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .quote-panel.quote-image .quote img {
    margin: 0;
  }
}

#hubv4 .quote-panel.quote-image .quote .quote-content {
  margin-left: 2rem;
  padding-bottom: 1rem;
  display: block;
  -webkit-box-flex: 1;
          flex: 1 0 65%;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote .quote-content {
    margin-left: 10px;
    -webkit-box-flex: 1;
            flex: 1 0 50%;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .quote-panel.quote-image .quote .quote-content {
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote {
  padding: 1rem 0;
  position: relative;
  width: 100%;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote .quote-content blockquote {
    font-size: 1.2rem;
    padding: 10px;
  }
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3 {
  font-weight: 500;
  line-height: 1.2;
  color: #424242 !important;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
  }
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::before {
  content: "";
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::before {
  top: -.1em;
  margin-left: -0.5em;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::before {
  text-decoration: underline;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::before {
  text-decoration: none;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::after {
  content: "";
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::after {
  margin-right: -0.5em;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::after {
  text-decoration: underline;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3::after {
  text-decoration: none;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:before, #hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:after {
  color: #0D4C38;
  display: block;
  font-size: 140%;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:after {
  margin-left: auto;
  margin-right: 1rem;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote h3:before {
  margin-bottom: .5rem;
}

#hubv4 .quote-panel.quote-image .quote .quote-content blockquote:before, #hubv4 .quote-panel.quote-image .quote .quote-content blockquote:after {
  content: none;
}

#hubv4 .quote-panel.quote-image .quote figcaption {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  margin-right: 2rem;
  padding-left: 0;
  margin-left: 2rem;
  padding-top: 1rem;
  justify-items: start;
  -webkit-box-align: start;
          align-items: start;
}

#hubv4 .quote-panel.quote-image .quote figcaption p {
  grid-column: 1/2;
  font-size: 1.1rem;
}

#hubv4 .quote-panel.quote-image .quote figcaption a.button, #hubv4 .quote-panel.quote-image .quote figcaption .news-row header a.link-more, #hubv4 .news-row header .quote-panel.quote-image .quote figcaption a.link-more {
  grid-column: 3/4;
  grid-row: 1/3;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote figcaption {
    padding: 10px;
    margin: 0;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .quote-panel.quote-image .quote figcaption {
    flex-wrap: wrap;
    width: 100%;
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#hubv4 .quote-panel.quote-image .quote figcaption h4 {
  margin-bottom: 5px;
}

@media (max-width: 60.99em) {
  #hubv4 .quote-panel.quote-image .quote figcaption h4 {
    font-size: 1.4em;
  }
}

.quote-panel {
  background-color: #EEE;
}

.quote-panel .quote {
  margin-bottom: 0;
  padding: 1.875rem;
  border-left: 5px solid #0D4C38;
}

.quote-panel .quote blockquote {
  color: #0D4C38;
}

.quote-panel .quote blockquote h3 {
  color: #0D4C38 !important;
}

.quote-panel .quote blockquote::before, .quote-panel .quote blockquote::after {
  color: #0D4C38;
}

.quote-panel .quote figcaption {
  text-align: right;
  color: #424242;
  font-size: 1.22rem;
}

.quote-panel .quote figcaption::before {
  display: none;
}

.quote-panel.quote-image .quote {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  border-left: none;
}

.quote-panel.quote-image .quote img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.quote-panel.quote-image .quote .quote-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.quote-panel.quote-image .quote .quote-content blockquote {
  width: 60%;
  position: relative;
}

.quote-panel.quote-image .quote .quote-content blockquote h3,
.quote-panel.quote-image .quote .quote-content blockquote h4 {
  padding: 0 1em;
}

.quote-panel.quote-image .quote .quote-content blockquote:before, .quote-panel.quote-image .quote .quote-content blockquote:after {
  position: absolute;
}

.quote-panel.quote-image .quote .quote-content blockquote:before {
  top: 0;
  left: 0;
}

.quote-panel.quote-image .quote .quote-content blockquote:after {
  bottom: 0;
  right: 0;
  top: unset;
}

.quote-panel.quote-image .quote .quote-content figcaption {
  text-align: inherit;
  font-size: inherit;
}

.quote-panel.quote-image .quote .quote-content figcaption h4,
.quote-panel.quote-image .quote .quote-content figcaption h5,
.quote-panel.quote-image .quote .quote-content figcaption p {
  margin-bottom: 0.5em;
}

@media (max-width: 60.99em) {
  .quote-panel.quote-image .quote .quote-content {
    -webkit-box-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
  }
  .quote-panel.quote-image .quote .quote-content blockquote {
    width: 100%;
  }
  .quote-panel.quote-image .quote .quote-content figcaption {
    padding-left: 2em;
    margin-top: 1.5em;
  }
}

@media (max-width: 42.99em) {
  .quote-panel.quote-image .quote {
    flex-wrap: wrap;
  }
  .quote-panel.quote-image .quote img {
    height: 120px;
    width: 120px;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 61em) {
  .quote-panel.quote-image .quote img {
    margin-right: 1.5rem;
  }
}

.quote-panel.quote-image.quote-white {
  background-color: #fff;
  margin-bottom: 1.6em;
}

.quote-panel.quote-image.quote-white .quote {
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 2em;
}

.quote-panel.quote-image.quote-white .quote:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 70%;
  background-color: #0D4C38;
}

.quote-panel.quote-image.quote-white .quote img {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.quote-panel.quote-image.quote-white .quote .quote-content {
  width: 70%;
}

.quote-panel.quote-image.quote-white .quote .quote-content figcaption {
  text-align: inherit;
  font-size: inherit;
}

.quote-panel.quote-image.quote-white .quote .quote-content figcaption h4,
.quote-panel.quote-image.quote-white .quote .quote-content figcaption h5,
.quote-panel.quote-image.quote-white .quote .quote-content figcaption p {
  margin-bottom: 0.5em;
}

@media (max-width: 42.99em) {
  .quote-panel.quote-image.quote-white .quote .quote-content {
    width: 100%;
  }
}

.formatting .quote-flex h1, .formatting .quote-flex h2, .formatting .quote-flex h3, .formatting .quote-flex h4, .formatting .quote-flex h5, .formatting .quote-flex h6,
.formatting .quote-flex p,
.formatting .quote-flex .button,
.formatting .quote-flex #hubv4 .news-row header a.link-more,
#hubv4 .news-row header .formatting .quote-flex a.link-more {
  margin: 0;
}

.quote-flex {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}

.quote-flex .quote-author,
.quote-flex .quote-text {
  padding: 1rem;
}

.quote-flex .quote-author {
  flex-basis: 25%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 200px;
  text-align: center;
  color: #555;
}

.quote-flex .quote-author .quote-author-image {
  margin-bottom: 1.25rem;
  width: 100px;
  height: auto;
  border-radius: 50%;
}

.quote-flex .quote-author .quote-author-title {
  margin-bottom: .25rem;
}

.quote-flex .quote-author .button, .quote-flex .quote-author #hubv4 .news-row header a.link-more, #hubv4 .news-row header .quote-flex .quote-author a.link-more {
  margin-top: 1rem;
}

.quote-flex .quote-text {
  flex-basis: 75%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  align-self: center;
}

.quote-flex.text-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.quote-flex.full .quote-author,
.quote-flex.full .quote-text, .quote-flex.inlinequote .quote-author,
.quote-flex.inlinequote .quote-text {
  flex-basis: 100%;
}

.quote-flex.full .quote-author, .quote-flex.inlinequote .quote-author {
  text-align: left;
}

.quote-flex.full .quote-author .quote-author-title::before, .quote-flex.inlinequote .quote-author .quote-author-title::before {
  display: inline-block;
  content: '—';
  margin-right: .5rem;
}

.quote-flex.full .quote-text, .quote-flex.inlinequote .quote-text {
  font-size: 1.22rem;
}

.quote-flex.inlinequote {
  border-left: 0.25rem solid #D1E0DA;
}

@media (min-width: 43em) {
  .centraliser + .block > .quote-flex:not(.text-right) .quote-author {
    text-align: left;
  }
  .centraliser + .block > .quote-flex:not(.text-right) .quote-text {
    text-align: right;
  }
}

@media (min-width: 43em) {
  .centraliser + .block > .quote-flex:not(.text-right) .quote-author {
    padding-left: 2rem;
  }
  .centraliser + .block > .quote-flex:not(.text-right) .quote-text {
    padding-right: 2rem;
    border-right: 4px solid #D1E0DA;
  }
}

@media (min-width: 43em) {
  .centraliser + .block > .quote-flex.text-right .quote-author {
    text-align: right;
  }
  .centraliser + .block > .quote-flex.text-right .quote-text {
    text-align: left;
  }
}

@media (min-width: 43em) {
  .centraliser + .block > .quote-flex.text-right .quote-author {
    padding-right: 2rem;
  }
  .centraliser + .block > .quote-flex.text-right .quote-text {
    padding-left: 2rem;
    border-left: 0.25rem solid #D1E0DA;
  }
}

/*============================================================================*\
| MESSAGES
\*============================================================================*/
/*= FLASH MESSAGES ===========================================================*/
.flash-message {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  padding: 1.25rem;
  color: #FFF;
  border-left: 0.1875rem solid rgba(0, 0, 0, 0.08);
}

.flash-message > *:last-child {
  margin-bottom: 0;
}

.flash-message a[href] {
  color: inherit;
}

.flash-message a[href]:hover, .flash-message a[href]:active, .flash-message a[href]:focus {
  color: inherit;
}

.formatting .flash-message a[href]:visited {
  color: inherit !important;
}

.flash-message.error {
  background-color: #ECCDCD;
}

.flash-message.error > * {
  color: #831212;
}

.flash-message.error > h2::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.flash-message.error > h2::before {
  content: "";
}

.flash-message.error > h2::before {
  text-decoration: underline;
}

.flash-message.error > h2::before {
  text-decoration: none;
}

.flash-message.warning {
  background-color: #FCF8E3;
}

.flash-message.warning > * {
  color: #705602;
}

.flash-message.warning > h2::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.flash-message.warning > h2::before {
  content: "";
}

.flash-message.warning > h2::before {
  text-decoration: underline;
}

.flash-message.warning > h2::before {
  text-decoration: none;
}

.flash-message.info {
  background-color: #E4F3FB;
}

.flash-message.info > * {
  color: #255C79;
}

.flash-message.info > h2::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.flash-message.info > h2::before {
  content: "";
}

.flash-message.info > h2::before {
  text-decoration: underline;
}

.flash-message.info > h2::before {
  text-decoration: none;
}

.flash-message.success {
  background-color: #E2F7E2;
}

.flash-message.success > * {
  color: #2C6B2C;
}

.flash-message.success > h2::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.flash-message.success > h2::before {
  content: "";
}

.flash-message.success > h2::before {
  text-decoration: underline;
}

.flash-message.success > h2::before {
  text-decoration: none;
}

#hubv4 .flash-message.plain {
  background-color: #f7f7f7;
  border: 1px solid #669787;
  border-left: 0.5rem solid #0D4C38;
}

#hubv4 .flash-message.plain > * {
  color: #1D2624;
}

#hubv4 .flash-message.plain h2, #hubv4 .flash-message.plain h3, #hubv4 .flash-message.plain h4 {
  color: #0D4C38;
}

.highlight-message {
  display: -webkit-box;
  display: flex;
  border-left: 5px solid #0D4C38;
  margin-bottom: 1.5rem;
}

.highlight-message.red {
  border-left-color: #831212;
}

.highlight-message.red h3 {
  color: #831212;
}

.highlight-message .highlight-image {
  width: 30%;
}

.highlight-message .highlight-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.highlight-message .highlight-content {
  -webkit-box-flex: 1;
          flex: 1 1 70%;
  padding: 1rem;
  background-color: #EEE;
}

.highlight-message .highlight-content > * {
  margin: 0.5rem 0;
}

.highlight-message .highlight-content a {
  display: inline;
  color: #005EA5;
}

.draw-promo .highlight-message .highlight-content {
  -webkit-box-flex: 1;
          flex: 1 1 70%;
  padding: 1rem;
  background-color: #f3f3f3;
}

.draw-promo .highlight-message .highlight-content > * {
  margin: 0.5rem 0;
}

.draw-promo .highlight-message .highlight-content a {
  display: inline;
  color: #005EA5 !important;
}

.draw-promo .highlight-message .button, .draw-promo .highlight-message #hubv4 .news-row header a.link-more, #hubv4 .news-row header .draw-promo .highlight-message a.link-more {
  margin: 0.5rem 0;
  display: inline-block;
}

.draw-promo .highlight-message .button.primary, .draw-promo .highlight-message #hubv4 .news-row header a.primary.link-more, #hubv4 .news-row header .draw-promo .highlight-message a.primary.link-more {
  color: #FFF !important;
}

#hubv4 .highlight-message {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}

#hubv4 .highlight-message .highlight-content {
  background-color: #e5f6fd;
  color: #014361;
}

#hubv4 .highlight-message.primary {
  border: none;
}

#hubv4 .highlight-message.primary .highlight-content {
  background-color: #fff;
  border: 1px solid #99B9AF;
}

#hubv4 .highlight-message.green {
  border-left-color: #0D4C38;
}

#hubv4 .highlight-message.green .highlight-content {
  color: #0D4C38;
  background-color: #CCDCD7;
}

#hubv4 .highlight-message.green .highlight-content a.button.primary, #hubv4 .highlight-message.green .highlight-content .news-row header a.primary.link-more, #hubv4 .news-row header .highlight-message.green .highlight-content a.primary.link-more {
  background-color: #669787;
  color: #FEF9F0 !important;
  margin-top: 0.5rem;
  border-radius: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
}

#hubv4 .highlight-message.green .highlight-content a.button.primary:hover, #hubv4 .highlight-message.green .highlight-content .news-row header a.primary.link-more:hover, #hubv4 .news-row header .highlight-message.green .highlight-content a.primary.link-more:hover {
  -webkit-box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
          box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
  color: #fff;
  background-color: #0D4C38;
}

#hubv4 .highlight-message.plain {
  border-left: none;
}

#hubv4 .highlight-message.plain .highlight-content {
  background-color: #f7f7f7;
  color: #1D2624;
}

#hubv4 .highlight-message.red .highlight-content {
  color: #5f2120;
  background-color: #fdeded;
}

/*============================================================================*\
| TABLE ATOMS
\*============================================================================*/
.table-container,
table {
  clear: both;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.table-container {
  _overflow: auto;
  overflow-x: auto;
  display: block;
  width: 100%;
}

.table-container table {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 42.99em) {
  .table-container {
    overflow-x: scroll;
  }
}

.formatting .table-container,
.formatting table {
  margin-bottom: 1.5rem;
}

.formatting .table-container table {
  margin-bottom: 0;
}

/*============================================================================*\
| BADGES & LABELS
\*============================================================================*/
.label {
  overflow: hidden;
  position: relative;
  top: -.1em;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  line-height: 1;
  border-radius: 0.125rem;
  font-size: 80%;
  text-transform: uppercase;
  background: #EEE;
  color: #424242;
  white-space: nowrap;
  /** File types/extensions */
  /** Variations */
}

.label > i,
.label > span {
  display: inline-block;
  padding: .3em .5em;
}

.label > i {
  float: left;
  font-style: inherit;
  color: #FFF;
}

.label.file > i {
  background: #DDD;
  color: #555;
}

.label.file-pdf > i {
  background: #ECCDCD;
  color: #831212;
}

.label.file-excel > i {
  background: #d9f0d9;
  color: #2C6B2C;
}

.label.file-word > i {
  background: #d4e8f2;
  color: #255C79;
}

.label.file-mp3 > i {
  background: #feefc0;
  color: #705602;
}

.label.file-ppt > i {
  background: #f5e4d8;
  color: #A35D2B;
}

.formatting p .label {
  margin-right: 0.3125em;
  margin-left: 0.3125em;
}

.reset-formatting p .label {
  margin-right: 0.5rem;
  margin-left: initial;
}

ul.meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.meta [class^=icon-] {
  color: #8B8B8B;
}

ul.meta [class^=icon-]::before {
  display: inline;
}

ul.meta,
ul.meta > li {
  padding-left: 0;
}

ul.meta > li {
  display: block;
  margin-bottom: 0.3125rem;
  word-wrap: break-word;
  line-height: 1.35;
}

ul.meta > li h4:first-child {
  margin-top: 0.75rem;
}

ul.meta .highlight {
  margin-right: 0.3125rem;
  padding: 0;
}

ul.meta .highlight [class^=icon-] {
  color: inherit;
}

ul.meta .highlight [class^=icon-]::before {
  display: inline-block;
  margin-right: .35em;
}

ul.meta .highlight > a, ul.meta .highlight > span {
  display: block;
  padding: .2rem .5rem;
  background-color: #d4e2dc;
  color: #0D4C38;
  text-decoration: none;
}

ul.meta .highlight > a:hover, ul.meta .highlight > a:active, ul.meta .highlight > a:focus {
  text-decoration: underline;
}

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

ul.meta--labelled .meta-item {
  margin-right: 3rem;
  margin-bottom: 25px;
  padding: 0;
}

ul.meta--labelled .meta-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 60.99em) {
  ul.meta--labelled .meta-item {
    display: block;
  }
}

@media (min-width: 61em) {
  ul.meta--grid .meta-item {
    margin-right: 0;
    padding-right: 15px;
    width: 24%;
    vertical-align: top;
  }
}

.meta-label {
  color: #8B8B8B;
}

@media (max-width: 42.99em) {
  .meta-label {
    position: relative;
    top: 5px;
    float: left;
  }
}

.meta--labelled .meta-label {
  margin-bottom: 0;
}

.meta-data {
  font-size: 1.22rem;
}

.c-stack-figlist li {
  display: inline-block;
}

.c-stack-figlist li:not(:last-child)::after {
  position: static;
  display: inline-block;
  content: "·";
  margin-right: 0.125em;
  margin-left: 0.3125em;
  font-weight: 700;
}

/*============================================================================*\
| ICON BUTTONS
\*============================================================================*/
.icon-button {
  padding: 12px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 100%;
}

.icon-button.small {
  padding: 8px;
  width: 40px;
  height: 40px;
}

.icon-button.medium {
  padding: 12px;
  width: 48px;
  height: 48px;
}

.icon-button.large {
  padding: 12px;
  width: 56px;
  height: 56px;
}

/*============================================================================*\
| Toggles
\*============================================================================*/
.international-toggle h4 {
  color: #424242;
}

.international-toggle .can-toggle {
  position: relative;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.international-toggle .can-toggle * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.international-toggle .can-toggle *:before, .international-toggle .can-toggle *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.international-toggle .can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.international-toggle .can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}

.international-toggle .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}

.international-toggle .can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 250px;
}

.international-toggle .can-toggle label .can-toggle__label-text {
  /* padding-left: 32px;
        padding-right: 32px; */
  padding: 0 2rem;
}

.international-toggle .can-toggle label .can-toggle__switch {
  position: relative;
}

.international-toggle .can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}

.international-toggle .can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #005EA5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.international-toggle .can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}

.international-toggle .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch {
  cursor: pointer;
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.international-toggle .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  cursor: pointer;
}

.international-toggle .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after {
  /* color: #5e5e5e; */
}

.international-toggle .can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}

.international-toggle .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  /* color: #5e5e5e; */
  opacity: .8;
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label:hover {
  /* color: rgba(0, 93, 165, 0.7); */
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  /* background-color: rgba(0, 93, 165, 0.7); */
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  /* color: rgba(0, 93, 165, 0.7); */
  left: 0;
}

.international-toggle .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .international-toggle .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  /* background-color: rgba(0, 93, 165, 0.7); */
}

.international-toggle .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .international-toggle .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  /* color: rgba(0, 93, 165, 0.7); */
  cursor: pointer;
}

.international-toggle .can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #ddd;
}

.international-toggle .can-toggle label .can-toggle__switch:before {
  color: #424242;
}

.international-toggle .can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff;
}

.international-toggle .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .international-toggle .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.international-toggle .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0);
}

.international-toggle .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .international-toggle .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.international-toggle .can-toggle label {
  font-size: 14px;
}

.international-toggle .can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-box-flex: 0;
          flex: 0 0 134px;
  border-radius: 4px;
}

.international-toggle .can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}

.international-toggle .can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}

.international-toggle .can-toggle label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.international-toggle .can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .international-toggle .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.international-toggle .can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
}

.international-toggle .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .international-toggle .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.international-toggle .can-toggle.can-toggle--size-small label {
  font-size: 13px;
}

.international-toggle .can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 30px;
  -webkit-box-flex: 0;
          flex: 0 0 90px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.international-toggle .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 12px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
  top: 2px;
}

.international-toggle .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.international-toggle .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

/*= OBJECTS (ATOMS SPECIFIED BY CLASS) ============*/
/*= COMPONENTS - MOLECULES ===================================================*/
/*============================================================================*\
| BOX-LIKE MOLECULES
\*============================================================================*/
/*= FACTS BOX ================================================================*/
.flash-message.info-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 2em 1.2em;
}

.flash-message.info-row > h2 {
  margin-bottom: 0;
}

.flash-message.info-row > h2::before {
  display: none;
}

.flash-message.info-row > *:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
}

.flash-message.info-row > *:not(:first-child) {
  -webkit-box-flex: 0;
          flex: 0 0 23%;
}

@media (max-width: 60.99em) {
  .flash-message.info-row {
    flex-wrap: wrap;
  }
  .flash-message.info-row > *:first-child {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .flash-message.info-row > *:not(:first-child) {
    flex-basis: 31%;
  }
}

@media (max-width: 42.99em) {
  .flash-message.info-row > *:not(:first-child) {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 42.99em) {
  .flash-message.info-row .info-col {
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #255C79;
  }
}

.flash-message.info-row .info-col h4,
.flash-message.info-row .info-col h5 {
  margin-bottom: 0.3125rem;
  color: inherit;
}

#hubv4 .flash-message.info-row > h2 {
  margin-bottom: 1rem;
}

#hubv4 .flash-message.info-row .info-col h4, #hubv4 .flash-message.info-row .info-col h5 {
  margin-bottom: 1rem;
}

.content-panel > main .flash-message.info-row {
  flex-wrap: wrap;
}

.content-panel > main .flash-message.info-row > *:first-child {
  flex-basis: 100%;
  margin-bottom: 0.5em;
}

.content-panel > main .flash-message.info-row > *:not(:first-child) {
  flex-basis: 31%;
}

@media (max-width: 42.99em) {
  .content-panel > main .flash-message.info-row > *:not(:first-child) {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}

#hubv4 .link_block {
  background-color: #f3f3f3;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  outline: 2px transparent solid;
}

#hubv4 .link_block .link_block_body {
  padding: 1rem;
}

#hubv4 .link_block:visited h3 {
  color: #005EA5;
}

#hubv4 .link_block:hover, #hubv4 .link_block:active, #hubv4 .link_block:focus {
  outline: 2px #CCDCD7 solid;
  background-color: #F1F6F0;
}

#hubv4 .link_block h3 {
  color: #0D4C38;
}

/* ===== PAGINATION =================================================== */
.pagination {
  display: -webkit-box;
  display: flex;
  text-align: right;
}

.pagination::after {
  clear: both;
  display: table;
  content: '';
}

.pagination:last-child {
  padding-top: 1.6rem;
  border-top: 1px solid #DDD;
}

.pagination .button, .pagination #hubv4 .news-row header a.link-more, #hubv4 .news-row header .pagination a.link-more {
  margin-bottom: .4rem;
  background-color: #DDD;
  color: #000;
}

.pagination .button:hover, .pagination #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .pagination a.link-more:hover {
  background-color: #8B8B8B;
}

.pagination .button.active, .pagination #hubv4 .news-row header a.active.link-more, #hubv4 .news-row header .pagination a.active.link-more {
  background-color: #8B8B8B;
  color: #FFF;
}

.pagination .button > .icon, .pagination #hubv4 .news-row header a.link-more > .icon, #hubv4 .news-row header .pagination a.link-more > .icon {
  display: none;
}

.pagination .previous {
  margin-right: 0.3125rem;
}

.pagination .previous::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.pagination .previous::before {
  content: "";
}

.pagination .previous::before {
  text-decoration: underline;
}

.pagination .previous::before {
  text-decoration: none;
}

.pagination .next {
  -webkit-box-ordinal-group: 4;
          order: 3;
  margin-left: 0.3125rem;
}

.pagination .next::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.pagination .next::after {
  content: "";
}

.pagination .next::after {
  text-decoration: underline;
}

.pagination .next::after {
  text-decoration: none;
}

.pagination .previous,
.pagination .next {
  display: inline-block;
  white-space: nowrap;
  align-self: flex-start;
}

.pagination .pages {
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
          order: 2;
  padding: 0 0.75rem;
  text-align: center;
}

.pagination .pages > .icon {
  margin: 0 0.5rem;
}

@media (max-width: 29.99em) {
  .pagination {
    display: block;
    text-align: center;
  }
  .pagination .previous,
  .pagination .next {
    float: none;
  }
  .pagination .pages {
    padding: initial;
    text-align: inherit;
  }
}

@media (max-width: 42.99em) {
  .p-search .pagination {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .p-search .pagination p {
    -webkit-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 1 !important;
            flex: 1 1 100% !important;
    margin-bottom: .5rem !important;
  }
  .p-search .pagination .button.previous, .p-search .pagination #hubv4 .news-row header a.previous.link-more, #hubv4 .news-row header .p-search .pagination a.previous.link-more {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .p-search .pagination .button.next, .p-search .pagination #hubv4 .news-row header a.next.link-more, #hubv4 .news-row header .p-search .pagination a.next.link-more {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.pagination--alpha {
  padding: 1.5rem 0.75rem;
  background: #DDD;
}

.pagination--alpha .button, .pagination--alpha #hubv4 .news-row header a.link-more, #hubv4 .news-row header .pagination--alpha a.link-more {
  background: #FFF;
}

@media (min-width: 61em) {
  .pagination--alpha .button, .pagination--alpha #hubv4 .news-row header a.link-more, #hubv4 .news-row header .pagination--alpha a.link-more {
    margin-bottom: 0;
  }
}

.pagination__list {
  margin: 0 !important;
}

.pagination__list li {
  display: inline-block;
  list-style: none;
}

@media (min-width: 61em) {
  .pagination__list li {
    margin: 0.3125rem 0 !important;
  }
}

/*============================================================================*\
| CELL-BASED GRIDS
\*============================================================================*/
.grid::after {
  clear: both;
  content: "";
  display: block;
}

.formatting .grid:not(:last-child) {
  margin-bottom: 1.3rem;
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .content-panel:first-child > main:last-child .grid > * {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:first-child > main:last-child .grid > *:nth-child(3n+1) {
    clear: left;
  }
  .content-panel:first-child > main:not(:last-child) .grid > * {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:first-child > main:not(:last-child) .grid > *:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 43em) {
  .grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .content-panel:not(:first-child) > main:last-child .grid > * {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:not(:first-child) > main:last-child .grid > *:nth-child(3n+1) {
    clear: left;
  }
  .content-panel:not(:first-child) > main:not(:last-child) .grid > * {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:not(:first-child) > main:not(:last-child) .grid > *:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 61em) {
  .content-panel:first-child > main:last-child .grid > * {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:first-child > main:last-child .grid > *:nth-child(3n+1) {
    clear: left;
  }
  .content-panel:first-child > main:not(:last-child) .grid > * {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
  .content-panel:first-child > main:not(:last-child) .grid > *:nth-child(3n+1) {
    clear: left;
  }
}

#hubv4 section.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 10px;
  margin: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-right: 3px;
}

#hubv4 section.grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 42.99em) {
  #hubv4 section.grid.col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

#hubv4 section.grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 42.99em) {
  #hubv4 section.grid.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

#hubv4 section.grid::after {
  content: none;
}

@media (max-width: 42.99em) {
  #hubv4 section.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#hubv4 section.grid > * {
  margin: 0;
  clear: none;
  width: 100%;
}

#hubv4 section.grid :not(.promos) figcaption {
  padding: 1rem;
}

/*==========================================
=         LINKS AND LINK LISTS             =
==========================================*/
ul.links {
  margin-bottom: 1.6rem;
  padding-left: 0;
  line-height: 1.5;
}

ul.links li {
  padding-left: 2.0625rem;
  position: relative;
  margin-bottom: .65rem;
  list-style: none;
}

ul.links li::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 0;
  width: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-top: 0.125rem solid #3D6353;
  top: 0.75em;
  margin: 0 0.75rem 0 -1.75rem;
}

ul.links li:last-child {
  margin-bottom: 0;
}

ul.links a {
  display: inline;
}

aside ul.links li {
  margin: 0;
  padding-left: 0;
  border-top: 0.0625rem solid #DDD;
}

aside ul.links li > span,
aside ul.links li > a {
  display: block;
  padding: 0.5rem 0;
}

aside ul.links li::before {
  display: none;
}

aside ul.links a {
  text-decoration: none;
}

aside ul.links a::after,
aside ul.links a span::after {
  display: inline;
}

aside ul.links a:hover, aside ul.links a:active, aside ul.links a:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 42.99em) {
  .grid ul.links:not(:last-child) {
    margin-bottom: 0;
  }
}

ul.links.list-divider li {
  margin-bottom: .45rem;
  padding-top: .45rem;
  border-top: 1px solid #DDD;
}

ul.links.list-divider li::before {
  top: 1.2em;
}

ul.links.list-divider.hub a {
  text-decoration: none;
  font-size: .9rem;
}

/* Hub related links/areas */
.related-links-block h2,
.related-links-block h3 {
  position: relative;
  padding-bottom: 15px;
}

.related-links-block h2::after,
.related-links-block h3::after {
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #0D4C38;
}

.related-links-block .related-links {
  display: -webkit-box;
  display: flex;
}

.related-links-block .related-links .related-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 24%;
          flex: 24% 0 1;
  -webkit-box-pack: center;
          justify-content: center;
  padding: .5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #0D4C38;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}

.related-links-block .related-links .related-link:not(:last-child) {
  margin-right: 1%;
}

.related-links-block .related-links .related-link:hover, .related-links-block .related-links .related-link:active, .related-links-block .related-links .related-link:focus {
  background-color: #0c4735;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-decoration: underline;
}

@media (max-width: 29.99em) {
  .related-links-block .related-links {
    flex-wrap: wrap;
  }
  .related-links-block .related-links .related-link {
    -webkit-box-flex: 48%;
            flex: 48% 0 1;
    margin: 0 1% 2%;
  }
  .related-links-block .related-links .related-link:not(:last-child) {
    margin-right: 1%;
  }
}

/*==========================================
=              CONTENT LISTS               =
==========================================*/
ul.complex-list {
  padding-left: 0;
  width: 100%;
}

ul.complex-list > li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

ul.complex-list > li {
  display: table;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: .8rem .1rem;
  width: 100%;
  line-height: 1.2;
  border-bottom: 0.0625rem solid #DDD;
}

ul.complex-list > li::after {
  clear: both;
  display: table;
  content: '';
}

ul.complex-list .caption,
ul.complex-list .description {
  vertical-align: middle;
}

ul.complex-list .caption {
  float: left;
  padding-right: 1.5rem;
  width: 75%;
}

ul.complex-list .caption > span {
  margin-right: 0.3125rem;
  color: #8B8B8B;
}

ul.complex-list .description {
  float: left;
  width: 25%;
}

ul.complex-list .description > em {
  font-style: normal;
  color: #555;
  font-size: 92.5%;
}

@media (max-width: 42.99em) {
  ul.complex-list > li {
    display: block;
  }
  ul.complex-list .caption,
  ul.complex-list .description {
    display: block;
    width: 100%;
  }
  ul.complex-list .caption {
    margin-bottom: 0.75rem;
    padding-right: 0;
  }
}

.list h2 {
  font-size: 1.4884rem;
}

.list h2::before {
  position: static;
  display: block;
  content: "";
  height: 0;
  width: 2rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  border-top: 0.1875rem solid #0D4C38;
}

.list.publications li > * {
  margin-bottom: .3em;
}

.list.publications li a {
  display: inline-block;
}

.list.publications li .label {
  margin-left: .5em;
}

.list.publications li .pub-author {
  font-size: 92.5%;
  line-height: 1.2;
}

aside .list.publications li {
  padding: .53rem .1em;
}

.logo-mini {
  height: 3.1rem;
  width: 100%;
  background-image: url("./images/new/logo-white-mini.svg");
  background-position: left;
  background-repeat: no-repeat;
}

/*=========================================
=          _COMPONENTS.FORMS           =
=========================================*/
/* ===== FORMS & INPUTS ============================== */
.form {
  clear: both;
  padding: 1.5rem 1.5rem;
  background-color: #EEE;
}

.form .group {
  margin-bottom: .5em;
}

.form .group::after {
  clear: both;
  display: table;
  content: '';
}

.form .group .error-text {
  color: #AF1B1B;
}

.form .group.group--solo {
  margin-bottom: 0;
  text-align: center;
}

.form label {
  display: inline-block;
  padding-right: .7rem;
  width: 25%;
  vertical-align: top;
  font-weight: 700;
  line-height: 1.3;
}

.form label em {
  font-weight: 400;
}

.form input:not([type="submit"]):not([type="checkbox"]),
.form textarea {
  padding: .4rem .6rem;
  border: 2px solid #CCC;
}

.form input:not([type="submit"]):not([type="checkbox"]).error,
.form textarea.error {
  border: 2px solid #AF1B1B;
  background-color: #ECCDCD;
}

.form input:not([type="submit"]):not([type="checkbox"]):focus,
.form textarea:focus {
  outline: none;
  border: 2px solid #3363B3;
}

@media (min-width: 61em) {
  .form input:not([type="submit"]):not([type="checkbox"]).field__input--wide,
  .form textarea.field__input--wide {
    width: 300px;
  }
}

.form textarea {
  width: 50%;
}

.form.course-search-bar {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin: 1.5rem;
}

.form.course-search-bar .group {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
}

.form.course-search-bar input[type=text] {
  width: 80%;
}

.form-flex {
  padding: 1.5rem 1.5rem;
  background-color: #EEE;
}

.form-flex.form label {
  margin-bottom: .2rem;
  width: 100%;
}

.form-flex.max-width {
  max-width: 600px;
}

.form-flex fieldset {
  margin: 2rem 0;
  padding: 2rem 1rem;
  border: 1px solid #CCC;
}

.form-flex legend {
  padding: .2rem .5rem;
  color: #424242;
  border: 1px solid #CCC;
}

.form-flex .group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-bottom: .8em;
  width: 100%;
  flex-wrap: wrap;
}

.form-flex .group .field + .icon-button,
.form-flex .group input:not([type="submit"]) + .icon-button,
.form-flex .group input:not([type="submit"]) + label + .icon-button,
.form-flex .group textarea + .icon-button,
.form-flex .group select + .icon-button {
  margin-left: 1rem;
}

.form-flex .group .field,
.form-flex .group input:not([type="submit"]):not([type="checkbox"]),
.form-flex .group textarea {
  -webkit-box-flex: 1;
          flex: 1 1 0;
}

.form-flex .group input[type="checkbox"] + label {
  margin-left: 1rem;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.form-flex .group .error-text {
  width: 100%;
  color: #AF1B1B;
}

.form-flex .field,
.form-flex input:not([type="submit"]):not([type="checkbox"]),
.form-flex textarea {
  padding: .4rem .6rem;
  border: 2px solid #CCC;
}

.form-flex .field.error,
.form-flex input:not([type="submit"]):not([type="checkbox"]).error,
.form-flex textarea.error {
  border: 2px solid #AF1B1B;
  background-color: #ECCDCD;
}

.form-flex .field:focus,
.form-flex input:not([type="submit"]):not([type="checkbox"]):focus,
.form-flex textarea:focus {
  outline: none;
  border: 2px solid #3363B3;
}

.form-flex .field:disabled,
.form-flex input:not([type="submit"]):not([type="checkbox"]):disabled,
.form-flex textarea:disabled {
  color: #999;
  background-color: #DDD;
}

.form-flex input:disabled {
  color: rgba(0, 0, 0, 0.247);
  background-color: #dadada;
}

.group--vspace {
  margin: 1.5rem 0;
}

.group__list {
  display: inline-block;
}

@media (min-width: 43em) {
  .group__list li {
    display: inline-block;
  }
}

.group__list li label {
  vertical-align: middle;
}

/** Non-clickable highlight boxes */
.highlight {
  clear: both;
  margin-bottom: 1.6rem;
  padding: 1.25rem;
}

.highlight::after {
  clear: both;
  display: table;
  content: '';
}

aside .highlight h2::before,
aside .highlight h3::before {
  display: none;
}

.highlight.primary {
  background-color: #EEE;
}

.highlight.secondary {
  background-color: #e9ecef;
}

#hubv4 .highlight {
  background-color: #CCDCD7;
}

#hubv4 .highlight.primary {
  background-color: #CCDCD7;
}

#hubv4 .highlight.secondary {
  background-color: #EEE;
}

/** Embedded media (images, videos, galleries etc.) */
@media (min-width: 43em) {
  .media.inline {
    float: right;
    margin: 0 0 0 1.6rem;
    width: 17rem;
  }
  .media.inline figcaption {
    font-size: 90%;
    border-left-width: 0.1875rem;
  }
}

.media img,
.media iframe,
.media .table-container,
.media .embed {
  height: auto;
  width: 100%;
  float: none;
  display: block;
  margin-bottom: .5em;
}

.media img:last-child,
.media iframe:last-child,
.media .table-container:last-child,
.media .embed:last-child {
  margin-bottom: 1.6rem;
}

.media figcaption {
  display: block;
  margin-bottom: 1.6rem;
  padding: .2em 0 .2em .8em;
  border-left: 0.25rem solid #D1E0DA;
  color: #555;
}

.formatting .grid .media.featured img {
  margin-bottom: 0;
}

.media.featured {
  position: relative;
}

.media.featured img {
  margin-bottom: 0;
}

.media.featured a::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.media.featured a:hover::before, .media.featured a:active::before, .media.featured a:focus::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.media.featured figcaption {
  z-index: 1;
  background-color: #0D4C38;
  border-left: 0;
}

.media.featured figcaption h1,
.media.featured figcaption h2,
.media.featured figcaption h3,
.media.featured figcaption h4,
.media.featured figcaption h5,
.media.featured figcaption h6,
.media.featured figcaption p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: .5em;
  color: #FFF;
}

.media.featured figcaption p {
  margin-bottom: 1.3em;
}

@media (min-width: 43em) {
  .media.featured figcaption {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 66%;
    max-width: 20rem;
  }
}

#hubv4 .media.featured a::before {
  z-index: 0;
}

#hubv4 .media figcaption {
  margin-top: 0;
  padding: 1rem;
  z-index: 0;
  border-left-color: #99B9AF;
  background-color: #f7f7f7;
}

#hubv4 .media img {
  margin-bottom: 0;
}

.embed {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 0 0 56.25%;
  height: 0;
}

.embed::after {
  clear: both;
  display: table;
  content: '';
}

.embed iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 43em) {
  .embed.inline {
    padding-bottom: 22.5%;
  }
}

/** Simple gallery (images + breadcrumbs) */
@media (min-width: 43em) {
  .gallery {
    margin-bottom: 1.6rem;
  }
  .gallery::after {
    clear: both;
    display: table;
    content: '';
  }
  .gallery img {
    height: 13.75rem;
    width: auto;
  }
  .gallery figcaption {
    margin-bottom: 0;
    font-size: 85%;
    border-left-width: 3px;
  }
  .gallery .media {
    display: inline-block;
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    vertical-align: top;
  }
}

.gallery-container {
  margin: 1em 0;
}

.gallery-container:hover h2,
.gallery-container:hover h3,
.gallery-container:hover h4, .gallery-container:active h2,
.gallery-container:active h3,
.gallery-container:active h4, .gallery-container:focus h2,
.gallery-container:focus h3,
.gallery-container:focus h4 {
  text-decoration: underline !important;
}

.gallery-container img {
  max-width: 100%;
}

.gallery-container .gallery {
  position: relative;
}

.gallery-container .gallery .gallery-title {
  z-index: 10;
  position: absolute;
  top: 1.5em;
  padding-right: 3em;
  max-width: 55%;
  background-color: rgba(13, 76, 56, 0.9);
}

.gallery-container .gallery .gallery-title h2,
.gallery-container .gallery .gallery-title h3,
.gallery-container .gallery .gallery-title h4 {
  margin-bottom: .5em;
  color: #FFF;
  text-decoration: none;
}

.gallery-container .gallery .gallery-title h4 {
  opacity: .9;
}

@media (max-width: 60.99em) {
  .gallery-container .gallery .gallery-title {
    max-width: 85%;
  }
}

.gallery-container .gallery.thumbnails .gallery-images::after {
  clear: both;
  display: table;
  content: '';
}

.gallery-container .gallery.thumbnails .gallery-images img {
  height: auto;
  width: 24%;
  float: left;
}

.gallery-container .gallery.thumbnails .gallery-images img:first-child {
  height: auto;
  width: 50%;
  margin-right: 1%;
}

.gallery-container .gallery.thumbnails .gallery-images img:nth-child(n+6) {
  display: none;
}

.gallery-container .gallery.thumbnails .gallery-images img:nth-child(2), .gallery-container .gallery.thumbnails .gallery-images img:nth-child(3) {
  margin-bottom: 1%;
}

.gallery-container .gallery.thumbnails .gallery-images img:nth-child(2), .gallery-container .gallery.thumbnails .gallery-images img:nth-child(4) {
  margin-right: 1%;
}

@media (max-width: 42.99em) {
  .gallery-container .gallery.thumbnails .gallery-images img {
    margin-right: 0;
    margin-bottom: 0;
  }
  .gallery-container .gallery.thumbnails .gallery-images img:first-child {
    margin-bottom: 1%;
    width: 100%;
  }
  .gallery-container .gallery.thumbnails .gallery-images img:nth-child(n+2):nth-child(-n+4) {
    margin-right: 1.33%;
  }
  .gallery-container .gallery.thumbnails .gallery-images img:nth-child(2), .gallery-container .gallery.thumbnails .gallery-images img:nth-child(3) {
    margin-bottom: 0;
  }
}

.gallery-container .gallery.single-feature .gallery-title {
  max-width: 45%;
}

@media (max-width: 60.99em) {
  .gallery-container .gallery.single-feature .gallery-title {
    max-width: 85%;
  }
}

.gallery-container .gallery.single-feature .gallery-images img {
  height: auto;
}

.gallery-container .gallery.single-feature .gallery-images img:not(:first-child) {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(http://www.wgtn.ac.nz/__data/assets/image/0014/302351/default-skin.png) !important;
  }
  .pswp__button.pswp__button--fs {
    display: none !important;
  }
}

/** Standard tags (filtering, tag cloud etc.) */
.tags {
  margin-bottom: 1.2rem;
}

.tag {
  display: inline-block;
  margin: 0 0 .3rem;
  padding: .15rem .6rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  background-color: #DBE6F3;
  color: #255C79;
}

aside .tag {
  font-size: 85%;
}

.tag .close {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 700;
}

.tag.tag-green {
  background-color: #E2F7E2;
  color: #2C6B2C;
}

.tag.tag-red {
  background-color: #ECCDCD;
  color: #831212;
}

.tag.tag-yellow {
  background-color: #FCF8E3;
  color: #705602;
}

.tag.tag-grey {
  background-color: #EEE;
  color: #707070;
}

.tag.active {
  background-color: #0D4C38;
  color: #FFF;
}

a.tag,
a > .tag {
  cursor: pointer;
  border: 1px solid #255C79;
}

a.tag.tag-green,
a > .tag.tag-green {
  border-color: #2C6B2C;
}

a.tag.tag-red,
a > .tag.tag-red {
  border-color: #831212;
}

a.tag.tag-yellow,
a > .tag.tag-yellow {
  border-color: #705602;
}

a.tag.tag-grey,
a > .tag.tag-grey {
  border-color: #707070;
}

a.tag:hover, a.tag:active, a.tag:focus,
a > .tag:hover,
a > .tag:active,
a > .tag:focus {
  text-decoration: underline;
  background-color: #e9f0f8;
}

a.tag:hover.tag-green, a.tag:active.tag-green, a.tag:focus.tag-green,
a > .tag:hover.tag-green,
a > .tag:active.tag-green,
a > .tag:focus.tag-green {
  background-color: #eefaee;
}

a.tag:hover.tag-red, a.tag:active.tag-red, a.tag:focus.tag-red,
a > .tag:hover.tag-red,
a > .tag:active.tag-red,
a > .tag:focus.tag-red {
  background-color: #f4e1e1;
}

a.tag:hover.tag-yellow, a.tag:active.tag-yellow, a.tag:focus.tag-yellow,
a > .tag:hover.tag-yellow,
a > .tag:active.tag-yellow,
a > .tag:focus.tag-yellow {
  background-color: #fdfbee;
}

a.tag:hover.tag-grey, a.tag:active.tag-grey, a.tag:focus.tag-grey,
a > .tag:hover.tag-grey,
a > .tag:active.tag-grey,
a > .tag:focus.tag-grey {
  background-color: whitesmoke;
}

a.tag.active:hover, a.tag.active:active, a.tag.active:focus,
a > .tag.active:hover,
a > .tag.active:active,
a > .tag.active:focus {
  background-color: #0D4B2F;
  text-decoration: none;
}

.quals-filter a.tag {
  border: 0;
}

.quals-filter a.tag.tag-active {
  border: 1px solid #255C79;
  background-color: #e9f0f8;
  color: #255C79;
}

/*= COMPONENTS - ORGANISMS ===================================================*/
/** Promotional full-width boxes (~ fully clickable highlights). */
.promo {
  clear: both;
  display: block;
  /** Promo types */
}

.promo > a {
  display: block;
  padding: 1.25rem;
}

.promo > a h2,
.promo > a h3 {
  text-decoration: none;
}

.promo > a:hover h2,
.promo > a:hover h3, .promo > a:active h2,
.promo > a:active h3, .promo > a:focus h2,
.promo > a:focus h3 {
  text-decoration: underline;
  color: inherit;
}

aside .promo h2::before,
aside .promo h3::before {
  display: none;
}

.promo b,
.promo strong {
  display: block;
}

.promo.intro-promo {
  margin: 1.5em 0;
}

.promo.primary {
  background-color: #1D2624;
}

.promo.primary > a h2,
.promo.primary > a p {
  color: #FFF;
}

.promo.primary:hover, .promo.primary:active, .promo.primary:focus {
  background-color: #242d2b;
}

.promo.secondary {
  background-color: #E4F3FB;
}

.promo.secondary > a h2,
.promo.secondary > a p {
  color: #005EA5;
}

.promo.secondary:hover, .promo.secondary:active, .promo.secondary:focus {
  background-color: #ddecf3;
}

.promo.themed {
  background-color: #0D4C38;
}

.promo.themed a h1,
.promo.themed a h2,
.promo.themed a h3,
.promo.themed a p {
  margin-bottom: 0;
  color: #FFF;
}

@media (max-width: 60.99em) {
  .promo.themed h2,
  .promo.themed h3 {
    overflow-wrap: break-word;
  }
}

#hubv4 .promo.primary {
  background-color: #0D4C38;
}

#hubv4 .promo.primary > a h2,
#hubv4 .promo.primary > a p {
  color: #FEF9F0;
}

#hubv4 .promo.secondary {
  background-color: #f7f7f7;
  border: 1px solid #669787;
}

#hubv4 .promo.secondary > a p {
  color: #1D2624;
}

#hubv4 .promo.secondary > a h2, #hubv4 .promo.secondary > a h3 {
  color: #0D4C38;
}

#hubv4 .promo.secondary:hover, #hubv4 .promo.secondary:active, #hubv4 .promo.secondary:focus {
  background-color: #CCDCD7;
}

#hubv4 .promo.highlight > a {
  padding: 0;
}

/** News overview (list of articles) */
.news time {
  display: block;
}

.news .media .embed,
.news .media img {
  margin-bottom: 0;
}

@media (min-width: 43em) {
  .news .summary {
    overflow: hidden;
  }
  .news .media {
    float: right;
    margin-left: 1.25rem;
    width: 35%;
  }
  .news .media.portrait {
    float: right;
    width: 25%;
    text-align: right;
  }
}

@media (max-width: 42.99em) {
  .news .media {
    margin-bottom: 1em;
  }
}

.news-row header {
  margin: 1.5rem 0;
}

.news-row header h2 {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.news-row header .link-more {
  margin-left: 1.5rem;
  white-space: nowrap;
}

@media (min-width: 43em) {
  .news-row header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.news-row .news {
  padding-left: 0;
}

.news-row .news article {
  margin-bottom: 1.3rem;
}

.news-row .news li {
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #DDD;
  list-style: none;
}

.news-row .news li::after {
  clear: both;
  display: table;
  content: '';
}

@media (max-width: 60.99em) {
  .news-row .news li {
    padding: 0;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 61em) {
  .news-row .news {
    margin-left: -1.5rem;
    width: calc( 100% + 3rem);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .news-row .news li {
    position: relative;
    padding: 0.75rem 1.5rem;
    width: 33.33333%;
    border-bottom: 0;
  }
  .news-row .news li:not(:nth-child(3n))::after {
    position: absolute;
    display: block;
    content: "";
    height: 75%;
    width: 1px;
    top: 50%;
    right: 0;
    background-color: #DDD;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#hubv4 .news-row header a.link-more {
  text-decoration: none;
}

#hubv4 .news-row .news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 0;
  width: 100%;
}

@media (max-width: 42.99em) {
  #hubv4 .news-row .news {
    grid-template-columns: 1fr;
  }
}

#hubv4 .news-row .news > li {
  border: 1px solid #99B9AF;
  padding: 1.56rem;
  width: 100%;
  background-color: #f7f7f7;
  background-image: url(https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: -100px;
}

#hubv4 .news-row .news > li time {
  color: #1D2624;
  font-weight: 500;
}

#hubv4 .news-row .news > li h2 a, #hubv4 .news-row .news > li h3 a, #hubv4 .news-row .news > li h4 a {
  color: #0D4C38;
}

#hubv4 .news-row .news > li::after {
  content: none;
}

/* List of news articles on content page */
.content-panel article.news-commentary {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #DDD;
}

.content-panel article.news-commentary > .summary h3,
.content-panel article.news-commentary > .summary h4,
.content-panel article.news-commentary > .summary p {
  margin-bottom: 0.3125rem;
}

#hubv4 .news-widget .summary time {
  color: #555;
}

/** Event overview (list of articles). */
.events .highlight-strip {
  display: block;
  padding-left: 1rem;
  border-left: 0.25rem solid #0D4C38;
  border-left-color: #DDD;
  color: #707070;
}

.events .highlight-strip p {
  margin-bottom: 0;
}

.events .summary h3 {
  margin-bottom: .7em;
}

.events .summary .meta {
  margin-bottom: .25em;
}

.events .margin-notes {
  margin-bottom: .6rem;
  padding-right: 1rem;
}

.events .margin-notes .meta {
  padding-left: 1.25rem;
  margin-top: .25rem;
}

.events .date,
.events .time {
  display: block;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  color: #424242;
  line-height: 1.1;
}

.events .date {
  margin-bottom: .2em;
  font-weight: 600;
  font-size: 1.4884rem;
}

.events .time {
  font-size: 1.22rem;
}

.events .time::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.events .time::before {
  content: "";
}

.events .time::before {
  top: -.1rem;
  margin-left: 0;
  font-size: 75%;
}

.events .time::before {
  text-decoration: underline;
}

.events .time::before {
  text-decoration: none;
}

.events .meta {
  color: #707070;
}

.events .meta [class^=icon-] {
  display: inline-block;
}

.events .meta [class^=icon-]::before {
  top: 0;
  margin-left: 0;
}

@media (min-width: 43em) {
  .events .margin-notes {
    float: left;
    width: 30%;
  }
  .events .summary {
    float: left;
    width: 70%;
  }
}

@media (max-width: 42.99em) {
  .events .media img {
    margin-bottom: .8rem;
  }
}

#hubv4 .events-widget .margin-notes {
  padding-right: 2rem;
}

#hubv4 .events-widget .margin-notes .highlight-strip {
  background-color: #0D4C38;
  color: #CCDCD7;
  border-color: #FCE500;
  padding: 1rem 1.5rem;
}

#hubv4 .events-widget .margin-notes .highlight-strip .date,
#hubv4 .events-widget .margin-notes .highlight-strip .time {
  color: #FEF9F0;
}

#hubv4 .events-widget .articles-container > header,
#hubv4 .news-widget .articles-container > header {
  padding-bottom: .75rem;
  border-bottom: 2px solid #99B9AF;
}

/*  1. OVERRIDES
    2. COMPONENT HEADER
    3. INTRANET NEWS
    4. INTRANET EVENTS
    5. PROMOTIONAL TILES
    6. VIDEO BANNER
    7. KEY DATES
    8. RHS COLUMN ITEMS

*/
/*-----------------------------------------------*/
/* ----------- TEMPORARY CONTAINERS -------------*/
/*-----------------------------------------------*/
#hubv2.intranet-home,
#hubv4.intranet-home {
  /*-----------------------------------------------*/
  /* ---------------- 1. OVERRIDES ----------------*/
  /*-----------------------------------------------*/
  /* LAYOUT */
  /* Mobile nav caret */
  /* SEARCH */
  /* EVENTS  */
  /* NEWS */
  /*-----------------------------------------------*/
  /* ------------- 2. COMPONENT HEADER ------------*/
  /*-----------------------------------------------*/
  /*-----------------------------------------------*/
  /* ---------------- 3. INTRANET NEWS ------------*/
  /*-----------------------------------------------*/
  /*--closing intranet-news-container--*/
  /* NEW NEWS GRID LAYOUT */
  /*--------------------------------------------*/
  /*-------------------- SEARCH ----------------*/
  /*--------------------------------------------*/
  /*--------------------------------------------*/
  /*----------- 4. INTRANET EVENTS -------------*/
  /*--------------------------------------------*/
  /*--------------------------------------------*/
  /*---------- 5. INTRANET PROMO TILES ---------*/
  /*--------------------------------------------*/
  /*--------------------------------------------*/
  /*---------- 6. VIDEO BANNER -----------------*/
  /*--------------------------------------------*/
  /*--------------------------------------------*/
  /*---------------- 7. KEY DATES --------------*/
  /*--------------------------------------------*/
  /** ------- PROMO TILES ------- **/
  /** -------- MESSAGE BOX ---- **/
  /*--------------------------------------------*/
  /*---------- 8. RHS COLUMN ITEMS -------------*/
  /*--------------------------------------------*/
  /*-- notched corner --*/
  /*--------------------------------------------*/
  /*-------------- MEDIA QUERIES ---------------*/
  /*--------------------------------------------*/
  /** news media queries **/
}

#hubv2.intranet-home #btn-admin,
#hubv4.intranet-home #btn-admin {
  display: none;
}

#hubv2.intranet-home .result_flag,
#hubv4.intranet-home .result_flag {
  padding: 0.4em 0.5em 0.3em;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
  font-size: 80%;
  text-transform: uppercase;
  background: #eee;
  color: #424242;
  display: inline-block;
}

#hubv2.intranet-home .result_flag.flag_pdf,
#hubv4.intranet-home .result_flag.flag_pdf {
  background: #fff;
  border: 1px solid #831212;
  font-size: 75%;
  color: #831212;
}

@media (min-width: 61em) {
  #hubv2.intranet-home .breadcrumbs-full ~ .layout,
  #hubv4.intranet-home .breadcrumbs-full ~ .layout {
    margin-top: 1rem;
  }
}

#hubv2.intranet-home main > div,
#hubv2.intranet-home aside > div,
#hubv4.intranet-home main > div,
#hubv4.intranet-home aside > div {
  padding-top: 0;
}

#hubv2.intranet-home .layout > .content-panel img,
#hubv4.intranet-home .layout > .content-panel img {
  margin-bottom: 1.5rem;
}

#hubv2.intranet-home.intranet-home .formatting h2:not(:first-child),
#hubv4.intranet-home.intranet-home .formatting h2:not(:first-child) {
  margin-top: 0;
}

#hubv2.intranet-home [class^="icon-"]::before,
#hubv4.intranet-home [class^="icon-"]::before {
  margin-right: 0;
}

#hubv2.intranet-home .more-btn,
#hubv4.intranet-home .more-btn {
  background: #3E9C4F;
  color: #FFF;
}

#hubv2.intranet-home .more-btn > a,
#hubv4.intranet-home .more-btn > a {
  color: #FFF !important;
  text-decoration: none;
}

#hubv2.intranet-home .more-btn:hover, #hubv2.intranet-home .more-btn:active, #hubv2.intranet-home .more-btn:focus,
#hubv4.intranet-home .more-btn:hover,
#hubv4.intranet-home .more-btn:active,
#hubv4.intranet-home .more-btn:focus {
  text-decoration: underline;
  color: #FFF;
}

#hubv2.intranet-home .media figcaption,
#hubv4.intranet-home .media figcaption {
  border-color: #3E9C4F;
}

#hubv2.intranet-home .blocks-3col.media > a,
#hubv4.intranet-home .blocks-3col.media > a {
  border: 1px solid #CCC;
}

#hubv2.intranet-home .blocks-3col.media > a .link_block_body,
#hubv4.intranet-home .blocks-3col.media > a .link_block_body {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

#hubv2.intranet-home.intranet-home .show-name-desktop,
#hubv4.intranet-home.intranet-home .show-name-desktop {
  display: block;
}

#hubv2.intranet-home.intranet-home .show-name-mobile,
#hubv4.intranet-home.intranet-home .show-name-mobile {
  display: none;
}

@media (max-width: 1100px) {
  #hubv2.intranet-home.intranet-home .sidebar,
  #hubv4.intranet-home.intranet-home .sidebar {
    width: auto;
    -webkit-box-flex: unset;
            flex: unset;
  }
  #hubv2.intranet-home.intranet-home .content-panel,
  #hubv4.intranet-home.intranet-home .content-panel {
    display: -webkit-box;
    display: flex;
  }
  #hubv2.intranet-home.intranet-home .content-panel > main,
  #hubv4.intranet-home.intranet-home .content-panel > main {
    width: 70%;
  }
  #hubv2.intranet-home.intranet-home .content-panel > aside,
  #hubv4.intranet-home.intranet-home .content-panel > aside {
    width: 30%;
  }
}

@media (max-width: 850px) {
  #hubv2.intranet-home.intranet-home .show-name-mobile,
  #hubv4.intranet-home.intranet-home .show-name-mobile {
    display: block;
  }
  #hubv2.intranet-home.intranet-home .show-name-desktop,
  #hubv4.intranet-home.intranet-home .show-name-desktop {
    display: none;
  }
  #hubv2.intranet-home.intranet-home .content-panel,
  #hubv4.intranet-home.intranet-home .content-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #hubv2.intranet-home.intranet-home .content-panel > main,
  #hubv2.intranet-home.intranet-home .content-panel > aside,
  #hubv4.intranet-home.intranet-home .content-panel > main,
  #hubv4.intranet-home.intranet-home .content-panel > aside {
    width: 100%;
  }
  #hubv2.intranet-home.intranet-home .content-panel > aside > #rightHandMenu,
  #hubv4.intranet-home.intranet-home .content-panel > aside > #rightHandMenu {
    padding: 1.5rem;
  }
}

@media (max-width: 60.99em) {
  #hubv2.intranet-home .sidemenu.sidemenu-light, #hubv2.intranet-home body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap #hubv2.intranet-home .sidemenu-light.sidemenu-homepage, #hubv2.intranet-home body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav, body#hubv4 .sidemenu-banner-wrap #hubv2.intranet-home .sidemenu-light#mega-nav, #hubv2.intranet-home body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu, body#hubv4 .show-mega-menu-top #hubv2.intranet-home .sidemenu-light.mega-sub-menu,
  #hubv4.intranet-home .sidemenu.sidemenu-light,
  #hubv4.intranet-home body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage,
  body:not(#hubv4) .sidemenu-banner-wrap #hubv4.intranet-home .sidemenu-light.sidemenu-homepage,
  #hubv4.intranet-home body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav,
  body#hubv4 .sidemenu-banner-wrap #hubv4.intranet-home .sidemenu-light#mega-nav,
  #hubv4.intranet-home body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu,
  body#hubv4 .show-mega-menu-top #hubv4.intranet-home .sidemenu-light.mega-sub-menu {
    margin-bottom: 1rem;
  }
}

#hubv2.intranet-home .search-panel-wrap .intranet-search,
#hubv4.intranet-home .search-panel-wrap .intranet-search {
  padding-top: 0;
  margin-top: 0;
}

#hubv2.intranet-home .events .highlight-strip,
#hubv4.intranet-home .events .highlight-strip {
  border-color: #0D4C38;
}

#hubv2.intranet-home .events .highlight-strip,
#hubv4.intranet-home .events .highlight-strip {
  border-color: #0D4C38;
}

#hubv2.intranet-home .intranet-component-title,
#hubv4.intranet-home .intranet-component-title {
  border-bottom: 4px solid #3E9C4F;
  margin-bottom: 1.25rem;
  position: relative;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

#hubv2.intranet-home .intranet-component-title h1,
#hubv2.intranet-home .intranet-component-title h2,
#hubv2.intranet-home .intranet-component-title h3,
#hubv4.intranet-home .intranet-component-title h1,
#hubv4.intranet-home .intranet-component-title h2,
#hubv4.intranet-home .intranet-component-title h3 {
  width: 50%;
  margin-bottom: 0;
}

#hubv2.intranet-home .intranet-component-title .more-btn,
#hubv4.intranet-home .intranet-component-title .more-btn {
  padding: 3px 9px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

#hubv2.intranet-home .intranet-component-title,
#hubv4.intranet-home .intranet-component-title {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  position: relative;
  height: 60px;
  margin-top: 3.5rem;
}

#hubv2.intranet-home .intranet-component-title h2,
#hubv4.intranet-home .intranet-component-title h2 {
  width: 70%;
  font-size: 2.2em;
}

#hubv2.intranet-home .intranet-component-title .more-btn-sec,
#hubv4.intranet-home .intranet-component-title .more-btn-sec {
  background: none;
  color: #3e9c4f;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  margin-top: 0.5rem;
}

#hubv2.intranet-home .more-btn-sec,
#hubv4.intranet-home .more-btn-sec {
  color: #3e9c4f !important;
  text-align: right;
  width: 100%;
  padding: 0 1rem;
}

#hubv2.intranet-home .more-btn-sec > a,
#hubv4.intranet-home .more-btn-sec > a {
  color: #3e9c4f !important;
  text-align: right;
  font-weight: bold;
}

#hubv2.intranet-home .more-btn-sec > a:hover, #hubv2.intranet-home .more-btn-sec > a:active, #hubv2.intranet-home .more-btn-sec > a:focus,
#hubv4.intranet-home .more-btn-sec > a:hover,
#hubv4.intranet-home .more-btn-sec > a:active,
#hubv4.intranet-home .more-btn-sec > a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-news-container,
#hubv4.intranet-home .intranet-news-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*  grid-template-rows: 1fr 1fr;*/
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 19px;
  /* ----Global news tiles styles------*/
  /* ----Large tile (tile 1 of 4)------*/
  /* ----- if tile has no image ----*/
  /* ----Small tile (tile 2 of 4)------*/
  /* -------- if sml tile has no image ----------*/
  /* ----X-small tile (tile 3 & 4 of 4)------*/
}

#hubv2.intranet-home .intranet-news-container .tile,
#hubv4.intranet-home .intranet-news-container .tile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-news-container .tile h2,
#hubv2.intranet-home .intranet-news-container .tile h2 a,
#hubv4.intranet-home .intranet-news-container .tile h2,
#hubv4.intranet-home .intranet-news-container .tile h2 a {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

#hubv2.intranet-home .intranet-news-container .tile h2:hover, #hubv2.intranet-home .intranet-news-container .tile h2:active, #hubv2.intranet-home .intranet-news-container .tile h2:focus,
#hubv2.intranet-home .intranet-news-container .tile h2 a:hover,
#hubv2.intranet-home .intranet-news-container .tile h2 a:active,
#hubv2.intranet-home .intranet-news-container .tile h2 a:focus,
#hubv4.intranet-home .intranet-news-container .tile h2:hover,
#hubv4.intranet-home .intranet-news-container .tile h2:active,
#hubv4.intranet-home .intranet-news-container .tile h2:focus,
#hubv4.intranet-home .intranet-news-container .tile h2 a:hover,
#hubv4.intranet-home .intranet-news-container .tile h2 a:active,
#hubv4.intranet-home .intranet-news-container .tile h2 a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-news-container .tile h5,
#hubv2.intranet-home .intranet-news-container .tile h5 a,
#hubv4.intranet-home .intranet-news-container .tile h5,
#hubv4.intranet-home .intranet-news-container .tile h5 a {
  text-transform: uppercase;
  font-size: 0.95em;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

#hubv2.intranet-home .intranet-news-container .tile h5:hover, #hubv2.intranet-home .intranet-news-container .tile h5:active, #hubv2.intranet-home .intranet-news-container .tile h5:focus,
#hubv2.intranet-home .intranet-news-container .tile h5 a:hover,
#hubv2.intranet-home .intranet-news-container .tile h5 a:active,
#hubv2.intranet-home .intranet-news-container .tile h5 a:focus,
#hubv4.intranet-home .intranet-news-container .tile h5:hover,
#hubv4.intranet-home .intranet-news-container .tile h5:active,
#hubv4.intranet-home .intranet-news-container .tile h5:focus,
#hubv4.intranet-home .intranet-news-container .tile h5 a:hover,
#hubv4.intranet-home .intranet-news-container .tile h5 a:active,
#hubv4.intranet-home .intranet-news-container .tile h5 a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-news-container .tile .long-title,
#hubv4.intranet-home .intranet-news-container .tile .long-title {
  font-size: 1em;
}

#hubv2.intranet-home .intranet-news-container .news-content,
#hubv4.intranet-home .intranet-news-container .news-content {
  display: -webkit-box;
  display: flex;
  padding: 5% 5% 0 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  z-index: 2;
}

#hubv2.intranet-home .intranet-news-container .news-summary,
#hubv4.intranet-home .intranet-news-container .news-summary {
  margin-bottom: 15px;
}

#hubv2.intranet-home .intranet-news-container .lg,
#hubv4.intranet-home .intranet-news-container .lg {
  background: #FFF;
  border: 1px solid #CCC;
  grid-row: 1 / 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-news-container .lg h2,
#hubv2.intranet-home .intranet-news-container .lg h2 a,
#hubv2.intranet-home .intranet-news-container .lg h2 a:hover,
#hubv2.intranet-home .intranet-news-container .lg h2 a:visited,
#hubv4.intranet-home .intranet-news-container .lg h2,
#hubv4.intranet-home .intranet-news-container .lg h2 a,
#hubv4.intranet-home .intranet-news-container .lg h2 a:hover,
#hubv4.intranet-home .intranet-news-container .lg h2 a:visited {
  font-size: 1.4em;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-news-container .lg h5,
#hubv2.intranet-home .intranet-news-container .lg h5 a,
#hubv2.intranet-home .intranet-news-container .lg h5 a:hover,
#hubv2.intranet-home .intranet-news-container .lg h2 a:visited,
#hubv4.intranet-home .intranet-news-container .lg h5,
#hubv4.intranet-home .intranet-news-container .lg h5 a,
#hubv4.intranet-home .intranet-news-container .lg h5 a:hover,
#hubv4.intranet-home .intranet-news-container .lg h2 a:visited {
  margin-top: -5%;
}

#hubv2.intranet-home .intranet-news-container .lg .news-img,
#hubv4.intranet-home .intranet-news-container .lg .news-img {
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0005/216698/maori-bg-pattern.png");
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  background-position: center;
  background-size: cover;
}

#hubv2.intranet-home .intranet-news-container .lg .news-summary,
#hubv4.intranet-home .intranet-news-container .lg .news-summary {
  margin-bottom: 15px;
}

#hubv2.intranet-home .intranet-news-container .lg .news-footer,
#hubv4.intranet-home .intranet-news-container .lg .news-footer {
  border-top: 1px solid #CCC;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-news-container .lg.has-img .news-img,
#hubv4.intranet-home .intranet-news-container .lg.has-img .news-img {
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0005/216698/maori-bg-pattern.png");
}

#hubv2.intranet-home .intranet-news-container .lg.no-img .news-img,
#hubv4.intranet-home .intranet-news-container .lg.no-img .news-img {
  background: url("https://www.wgtn.ac.nz/__data/assets/image/0003/1939404/triangles.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#hubv2.intranet-home .intranet-news-container .lg.no-img .news-content,
#hubv4.intranet-home .intranet-news-container .lg.no-img .news-content {
  margin-top: -25%;
}

#hubv2.intranet-home .intranet-news-container .sml,
#hubv4.intranet-home .intranet-news-container .sml {
  background: #f3f3f3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

#hubv2.intranet-home .intranet-news-container .sml h2,
#hubv2.intranet-home .intranet-news-container .sml h2 a,
#hubv2.intranet-home .intranet-news-container .sml h2 a:hover,
#hubv2.intranet-home .intranet-news-container .sml h2 a:visited,
#hubv4.intranet-home .intranet-news-container .sml h2,
#hubv4.intranet-home .intranet-news-container .sml h2 a,
#hubv4.intranet-home .intranet-news-container .sml h2 a:hover,
#hubv4.intranet-home .intranet-news-container .sml h2 a:visited {
  font-size: 1.2em;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-news-container .sml .sml .news-content,
#hubv4.intranet-home .intranet-news-container .sml .sml .news-content {
  width: 75%;
}

#hubv2.intranet-home .intranet-news-container .sml .sml-img,
#hubv4.intranet-home .intranet-news-container .sml .sml-img {
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0005/216698/maori-bg-pattern.png");
  float: right;
  width: 27%;
  background-position: center;
  background-size: cover;
}

#hubv2.intranet-home .intranet-news-container .sml .news-footer,
#hubv4.intranet-home .intranet-news-container .sml .news-footer {
  color: #0D4C38;
  border-top: 1px solid #FFF;
}

#hubv2.intranet-home .intranet-news-container .no-img .news-content,
#hubv4.intranet-home .intranet-news-container .no-img .news-content {
  width: 100%;
}

#hubv2.intranet-home .intranet-news-container .no-img .sml-img,
#hubv4.intranet-home .intranet-news-container .no-img .sml-img {
  display: none;
}

#hubv2.intranet-home .intranet-news-container .sml-container,
#hubv4.intranet-home .intranet-news-container .sml-container {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  display: grid;
  gap: 19px;
}

#hubv2.intranet-home .intranet-news-container .sml-container .xsml,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml {
  padding: 5% 5% 0 5%;
  background: #f3f3f3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-news-container .sml-container .xsml h2,
#hubv2.intranet-home .intranet-news-container .sml-container .xsml h5,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h2,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h5 {
  color: #FFF;
}

#hubv2.intranet-home .intranet-news-container .sml-container .xsml h2,
#hubv2.intranet-home .intranet-news-container .sml-container .xsml h2 a,
#hubv2.intranet-home .intranet-news-container .sml-container .xsml h2 a:hover,
#hubv2.intranet-home .intranet-news-container .sml-container .xsml h2 a:visited,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h2,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h2 a,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h2 a:hover,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml h2 a:visited {
  font-size: 1.2em;
  color: #FFF;
  margin-bottom: 15px !important;
}

#hubv2.intranet-home .intranet-news-container .sml-container .xsml.dark-green,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml.dark-green {
  background: #0D4C38;
  color: #FFF;
}

#hubv2.intranet-home .intranet-news-container .sml-container .xsml.light-green,
#hubv4.intranet-home .intranet-news-container .sml-container .xsml.light-green {
  background: #3E9C4F;
  color: #FFF;
}

#hubv2.intranet-home .intranet-news-container .news-footer,
#hubv4.intranet-home .intranet-news-container .news-footer {
  margin-top: auto;
  border-top: 1px solid #CCC;
  padding: 1% 0 2% 0;
}

#hubv2.intranet-home .intranet-news-container .news-footer .date,
#hubv4.intranet-home .intranet-news-container .news-footer .date {
  font-weight: 500;
  font-size: 0.95em;
}

#hubv2.intranet-home .intranet-news-container .news-footer .lg .date,
#hubv2.intranet-home .intranet-news-container .news-footer .sml .date,
#hubv4.intranet-home .intranet-news-container .news-footer .lg .date,
#hubv4.intranet-home .intranet-news-container .news-footer .sml .date {
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-news-container-grid,
#hubv4.intranet-home .intranet-news-container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1rem;
  /* ------------- SVG TRIANGLE -------------*/
  /* ------------- TILE -------------*/
  /* ------------- TILE HEADINGS -------------*/
  /* ------------- TILE 1 -------------*/
  /* ------------- TILE 2 -------------*/
  /* ------------- TILE 3 & 4 -------------*/
  /* ------------- TILE FOOTER -------------*/
  /* ------------- MEDIA QUERIES -------------*/
}

#hubv2.intranet-home .intranet-news-container-grid .light-grey,
#hubv4.intranet-home .intranet-news-container-grid .light-grey {
  background: #f9f9f9;
}

#hubv2.intranet-home .intranet-news-container-grid .dark-green,
#hubv4.intranet-home .intranet-news-container-grid .dark-green {
  background: #115737;
}

#hubv2.intranet-home .intranet-news-container-grid .bright-green,
#hubv4.intranet-home .intranet-news-container-grid .bright-green {
  background: #3e9c4f;
}

#hubv2.intranet-home .intranet-news-container-grid .grey-border,
#hubv4.intranet-home .intranet-news-container-grid .grey-border {
  background: #ffffff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: flex;
}

#hubv2.intranet-home .intranet-news-container-grid .triangle-edge,
#hubv4.intranet-home .intranet-news-container-grid .triangle-edge {
  width: 3rem;
  height: 100%;
}

#hubv2.intranet-home .intranet-news-container-grid .triangle-edge svg,
#hubv4.intranet-home .intranet-news-container-grid .triangle-edge svg {
  width: 100%;
}

#hubv2.intranet-home .intranet-news-container-grid .triangle-edge.no-img,
#hubv4.intranet-home .intranet-news-container-grid .triangle-edge.no-img {
  width: 12%;
  display: -webkit-box;
  display: flex;
}

#hubv2.intranet-home .intranet-news-container-grid .triangle-edge.has-img,
#hubv4.intranet-home .intranet-news-container-grid .triangle-edge.has-img {
  width: 60px;
  float: left;
  position: absolute;
  height: 180px;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a .news-content,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a .news-content {
  display: -webkit-box;
  display: flex;
  padding: 2rem 1rem 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  z-index: 2;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a .news-content.has-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a .news-content.has-img {
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 2rem 1rem 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  z-index: 2;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a .news-content.no-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a .news-content.no-img {
  width: 85%;
  float: left;
  padding-left: 0;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.short-title,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.short-title a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.short-title,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.short-title a {
  font-size: 1.7em;
  margin-top: auto;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title a {
  font-size: 1.5em;
  margin-top: auto;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.long-title,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.long-title a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.long-title,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.long-title a {
  font-size: 1.35em;
  margin-top: auto;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.xlong-title,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.xlong-title a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.xlong-title,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.xlong-title a {
  font-size: 1.3em;
  margin-top: auto;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news h2,
#hubv2.intranet-home .intranet-news-container-grid .tile-news h2 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h2,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h2 a {
  margin-top: 0;
  font-size: 1.12em;
  text-decoration: none;
  color: #ffffff;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a h2:hover,
#hubv2.intranet-home .intranet-news-container-grid .tile-news a h2:visited,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a h2:hover,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a h2:visited {
  color: #ffffff;
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2 a {
  color: #115737;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border h2,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border h2 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border h2,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border h2 a {
  color: #115737;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey a h2:hover,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey a h2:hover {
  color: #115737;
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news .sml a h2,
#hubv2.intranet-home .intranet-news-container-grid .tile-news .xsml a h2,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .sml a h2,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .xsml a h2 {
  color: #ffffff;
  font-size: 1.22em;
  margin-top: auto;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news .sml a h2:hover,
#hubv2.intranet-home .intranet-news-container-grid .tile-news .xsml a h2:hover,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .sml a h2:hover,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .xsml a h2:hover {
  text-decoration: underline;
  color: #ffffff;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news h5,
#hubv2.intranet-home .intranet-news-container-grid .tile-news h5 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h5,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h5 a {
  text-decoration: none;
  color: #ffffff;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h5,
#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h5 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h5,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h5 a {
  text-decoration: none;
  color: #115737;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news h5 a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h5 a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #ffffff;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news h5 a:hover,
#hubv4.intranet-home .intranet-news-container-grid .tile-news h5 a:hover {
  color: #ffffff;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.lg,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.lg {
  grid-row: 1 / 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.lg.has-img a,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.lg.has-img a {
  grid-row: 1 / 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.lg.no-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.lg.no-img {
  grid-row: 1 / 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.lg .news-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.lg .news-img {
  background-image: url(https://www.wgtn.ac.nz/__data/assets/image/0005/216698/maori-bg-pattern.png);
  width: 100%;
  height: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  background-position: center;
  background-size: cover;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.sml-container,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.sml-container {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  display: grid;
  gap: 1rem;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.sml-container.no-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.sml-container.no-img {
  grid-row: 1/3;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news a .sml-img,
#hubv4.intranet-home .intranet-news-container-grid .tile-news a .sml-img {
  float: right;
  height: 100%;
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  max-height: 340px;
  height: auto;
  width: 140px;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.xsml,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.xsml {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news .news-footer,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .news-footer {
  margin-top: auto;
  border-top: 1px solid #ffffff;
  padding: 1% 0 2% 0;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news .date,
#hubv4.intranet-home .intranet-news-container-grid .tile-news .date {
  font-size: 0.95em;
  color: #ffffff;
  padding: 0.15rem 0;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey .date,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey .date {
  color: #115737;
}

#hubv2.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border .date,
#hubv4.intranet-home .intranet-news-container-grid .tile-news.sml.grey-border .date {
  color: #115737;
  border-top: 1px solid #ccc;
}

@media (max-width: 1200px) {
  #hubv2.intranet-home .intranet-news-container-grid,
  #hubv4.intranet-home .intranet-news-container-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #hubv2.intranet-home .intranet-news-container-grid .tile-news.sml-container,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news.sml-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 1rem;
  }
  #hubv2.intranet-home .intranet-news-container-grid .tile-news.sml-container.no-img,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news.sml-container.no-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  #hubv2.intranet-home .intranet-news-container-grid .triangle-edge,
  #hubv4.intranet-home .intranet-news-container-grid .triangle-edge {
    width: 2rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 414px) {
  #hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title,
  #hubv2.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title a,
  #hubv2.intranet-home .intranet-news-container-grid .tile-news .sml a h2,
  #hubv2.intranet-home .intranet-news-container-grid .tile-news .xsml a h2,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news.light-grey h2.medium-title a,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news .sml a h2,
  #hubv4.intranet-home .intranet-news-container-grid .tile-news .xsml a h2 {
    font-size: 1.5rem;
  }
}

#hubv2.intranet-home .search-wrap.intranet,
#hubv4.intranet-home .search-wrap.intranet {
  border: 1px solid #CCC;
  padding: 0 !important;
  margin-bottom: 25px;
}

#hubv2.intranet-home .search-wrap.intranet .icon-search,
#hubv4.intranet-home .search-wrap.intranet .icon-search {
  font-size: 2em;
}

#hubv2.intranet-home .search-wrap.intranet .search-button-inside form,
#hubv4.intranet-home .search-wrap.intranet .search-button-inside form {
  -webkit-box-align: stretch;
          align-items: stretch;
}

#hubv2.intranet-home .search-wrap.intranet .search-button-inside form .submit-button,
#hubv4.intranet-home .search-wrap.intranet .search-button-inside form .submit-button {
  width: auto;
  position: relative;
  border-radius: 0;
  margin-left: 10px;
}

#hubv2.intranet-home .search-wrap.intranet .search-button-inside form .search-input,
#hubv4.intranet-home .search-wrap.intranet .search-button-inside form .search-input {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#hubv2.intranet-home .search-wrap.intranet .search-select,
#hubv4.intranet-home .search-wrap.intranet .search-select {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#hubv2.intranet-home .search-wrap.intranet .search-select input[type="radio"],
#hubv4.intranet-home .search-wrap.intranet .search-select input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#hubv2.intranet-home .search-wrap.intranet .search-select label,
#hubv4.intranet-home .search-wrap.intranet .search-select label {
  height: 100%;
  background-color: #ddd;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#hubv2.intranet-home .search-wrap.intranet .search-select label:hover, #hubv2.intranet-home .search-wrap.intranet .search-select label:active, #hubv2.intranet-home .search-wrap.intranet .search-select label:focus,
#hubv4.intranet-home .search-wrap.intranet .search-select label:hover,
#hubv4.intranet-home .search-wrap.intranet .search-select label:active,
#hubv4.intranet-home .search-wrap.intranet .search-select label:focus {
  border: red;
}

#hubv2.intranet-home .search-wrap.intranet .search-select label span,
#hubv4.intranet-home .search-wrap.intranet .search-select label span {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

#hubv2.intranet-home .search-wrap.intranet .search-select span,
#hubv4.intranet-home .search-wrap.intranet .search-select span {
  font-weight: 500;
  background-color: #f3f3f3;
  border-right: 1px solid #CCC;
  line-height: 1.8;
}

#hubv2.intranet-home .search-wrap.intranet .search-select input[type="radio"]:checked ~ span,
#hubv4.intranet-home .search-wrap.intranet .search-select input[type="radio"]:checked ~ span {
  background-color: #3E9C4F;
  color: #FFF;
}

@media (min-width: 61em) {
  #hubv2.intranet-home .search-wrap.intranet,
  #hubv4.intranet-home .search-wrap.intranet {
    margin-top: 0;
  }
}

@media (max-width: 42.99em) {
  #hubv2.intranet-home .search-wrap.intranet,
  #hubv4.intranet-home .search-wrap.intranet {
    border: none;
  }
  #hubv2.intranet-home .search-wrap.intranet form,
  #hubv4.intranet-home .search-wrap.intranet form {
    flex-wrap: wrap;
  }
  #hubv2.intranet-home .search-wrap.intranet form .search-select,
  #hubv4.intranet-home .search-wrap.intranet form .search-select {
    width: 100%;
  }
  #hubv2.intranet-home .search-wrap.intranet form .search-select label,
  #hubv4.intranet-home .search-wrap.intranet form .search-select label {
    border-top: 1px solid #CCC;
  }
  #hubv2.intranet-home .search-wrap.intranet form .search-select label[for="intranet"],
  #hubv4.intranet-home .search-wrap.intranet form .search-select label[for="intranet"] {
    border-left: 1px solid #CCC;
  }
  #hubv2.intranet-home .search-wrap.intranet form .search-select label span,
  #hubv4.intranet-home .search-wrap.intranet form .search-select label span {
    padding: 0.5rem 1rem;
  }
  #hubv2.intranet-home .search-wrap.intranet form .search-input,
  #hubv4.intranet-home .search-wrap.intranet form .search-input {
    border: 1px solid #CCC;
    border-right: none;
  }
  #hubv2.intranet-home .search-wrap.intranet form .submit-button,
  #hubv4.intranet-home .search-wrap.intranet form .submit-button {
    margin-left: 0 !important;
    border: 1px solid #CCC;
    border-left: 0;
  }
}

#hubv2.intranet-home .intranet-events-widget,
#hubv4.intranet-home .intranet-events-widget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

#hubv2.intranet-home .intranet-events-widget .event-tile .image,
#hubv4.intranet-home .intranet-events-widget .event-tile .image {
  position: relative;
  z-index: 0;
  min-height: 50px;
  position: relative;
}

#hubv2.intranet-home .intranet-events-widget .event-tile .image img,
#hubv4.intranet-home .intranet-events-widget .event-tile .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#hubv2.intranet-home .intranet-events-widget .event-tile .image::before,
#hubv4.intranet-home .intranet-events-widget .event-tile .image::before {
  content: "";
  width: 100%;
  background-color: #0D4C38;
  height: 50px;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(0px 0px, 100% 40px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 100% 40px, 100% 100%, 0% 100%);
  z-index: 100;
  left: 0;
  right: 0;
}

#hubv2.intranet-home .intranet-events-widget .event-tile .image::after,
#hubv4.intranet-home .intranet-events-widget .event-tile .image::after {
  content: "";
  width: 100%;
  background-color: #3E9C4F;
  height: 50px;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(0px 40px, 100% 6px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 40px, 100% 6px, 100% 100%, 0% 100%);
  right: 0;
}

#hubv2.intranet-home .intranet-events-widget .event-tile .event-content,
#hubv4.intranet-home .intranet-events-widget .event-tile .event-content {
  border: 1px solid #0D4C38;
  background-color: #0D4C38;
  padding: 1rem;
  position: relative;
}

#hubv2.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .event-content,
#hubv4.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .event-content {
  background-color: #FFF;
  border-color: #CCC;
  border-top: none;
}

#hubv2.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .image::before,
#hubv4.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .image::before {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  width: 99%;
}

#hubv2.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .image::after,
#hubv4.intranet-home .intranet-events-widget .event-tile:nth-of-type(2) .image::after {
  background-color: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container,
#hubv4.intranet-home .intranet-events-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  gap: 0.5rem;
  row-gap: 1rem;
  /** -- event tile colours -- **/
  /** -- event footer -- **/
}

#hubv2.intranet-home .intranet-events-container .intranet,
#hubv4.intranet-home .intranet-events-container .intranet {
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
}

#hubv2.intranet-home .intranet-events-container .intranet:nth-of-type(odd) .content-outer,
#hubv4.intranet-home .intranet-events-container .intranet:nth-of-type(odd) .content-outer {
  border: 0;
  padding: 0;
}

#hubv2.intranet-home .intranet-events-container .intranet h2,
#hubv2.intranet-home .intranet-events-container .intranet h2 a,
#hubv4.intranet-home .intranet-events-container .intranet h2,
#hubv4.intranet-home .intranet-events-container .intranet h2 a {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

#hubv2.intranet-home .intranet-events-container .intranet h2:hover, #hubv2.intranet-home .intranet-events-container .intranet h2:active, #hubv2.intranet-home .intranet-events-container .intranet h2:focus,
#hubv2.intranet-home .intranet-events-container .intranet h2 a:hover,
#hubv2.intranet-home .intranet-events-container .intranet h2 a:active,
#hubv2.intranet-home .intranet-events-container .intranet h2 a:focus,
#hubv4.intranet-home .intranet-events-container .intranet h2:hover,
#hubv4.intranet-home .intranet-events-container .intranet h2:active,
#hubv4.intranet-home .intranet-events-container .intranet h2:focus,
#hubv4.intranet-home .intranet-events-container .intranet h2 a:hover,
#hubv4.intranet-home .intranet-events-container .intranet h2 a:active,
#hubv4.intranet-home .intranet-events-container .intranet h2 a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-events-container .intranet h5,
#hubv4.intranet-home .intranet-events-container .intranet h5 {
  font-size: 0.9em;
  margin-top: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

#hubv2.intranet-home .intranet-events-container .intranet .content-outer,
#hubv4.intranet-home .intranet-events-container .intranet .content-outer {
  border: 0;
  padding: 0;
  -webkit-box-flex: 1;
          flex: 1;
  height: 85%;
}

#hubv2.intranet-home .intranet-events-container .intranet .content-outer .has-img,
#hubv4.intranet-home .intranet-events-container .intranet .content-outer .has-img {
  -webkit-box-flex: 1;
          flex: 1;
}

#hubv2.intranet-home .intranet-events-container .intranet .event-content,
#hubv2.intranet-home .intranet-events-container .intranet .content-outer.no-img,
#hubv4.intranet-home .intranet-events-container .intranet .event-content,
#hubv4.intranet-home .intranet-events-container .intranet .content-outer.no-img {
  background: #CCC;
  padding: 1px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  width: 100%;
  border: 0;
}

#hubv2.intranet-home .intranet-events-container .intranet .skewed-edge,
#hubv4.intranet-home .intranet-events-container .intranet .skewed-edge {
  background: #0D4C38;
  -webkit-clip-path: polygon(0 42%, 100% 29%, 100% 100%, 0% 100%);
          clip-path: polygon(0 42%, 100% 29%, 100% 100%, 0% 100%);
  position: absolute;
  height: 225px;
  width: 99.9%;
}

#hubv2.intranet-home .intranet-events-container .intranet .skewed-edge.no-img,
#hubv4.intranet-home .intranet-events-container .intranet .skewed-edge.no-img {
  margin-top: -65px;
}

#hubv2.intranet-home .intranet-events-container .intranet .event-img,
#hubv4.intranet-home .intranet-events-container .intranet .event-img {
  position: absolute;
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid #FFF;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0008/1936367/varieties/ls_medium.jpg");
  z-index: -10;
}

#hubv2.intranet-home .intranet-events-container .intranet .event-img.no-img,
#hubv4.intranet-home .intranet-events-container .intranet .event-img.no-img {
  display: none;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet a,
#hubv4.intranet-home .intranet-events-container .tile.intranet a {
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content {
  margin-top: -170px;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  width: 100%;
  background: #CCC;
  display: block;
  padding: 10% 5% 5% 5%;
  height: 100%;
  border: 1px solid #CCC;
  margin-bottom: 75px;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content.has-img,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content.has-img {
  margin-top: 74px;
  z-index: 10;
  padding-top: 0;
  height: calc(100% - 74px);
}

#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content.no-img,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content.no-img {
  margin-top: 0;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content.no-img,
#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet a .event-content.has-img,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content.no-img,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet a .event-content.has-img {
  margin-bottom: 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) h2 a,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) h5,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) h5 {
  background: #0D4C38;
  color: #FFF;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(1) .skewed-edge {
  background: #3E9C4F;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) h2 a {
  background: #FFF;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(2) .skewed-edge {
  background: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) h2 a,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) h5,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) h5 {
  background: #0D4C38;
  color: #FFF;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(3) .skewed-edge {
  background: #f3f3f3;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) h2 a {
  background: #FFF;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(4) .skewed-edge {
  background: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) h2 a,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) h5,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) h5 {
  background: #3E9C4F;
  color: #FFF;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(5) .skewed-edge {
  background: #f3f3f3;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) .event-content,
#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) h2 a,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) .event-content,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) h2 a {
  background: #FFF;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) .skewed-edge,
#hubv4.intranet-home .intranet-events-container .tile.intranet:nth-of-type(6) .skewed-edge {
  background: #0D4C38;
}

#hubv2.intranet-home .intranet-events-container .event-footer,
#hubv4.intranet-home .intranet-events-container .event-footer {
  width: 100%;
  padding-top: 0.5rem;
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #CCC;
  margin: 0 5%;
  margin-top: auto;
  width: 90%;
}

#hubv2.intranet-home .intranet-events-container .event-footer .date,
#hubv4.intranet-home .intranet-events-container .event-footer .date {
  width: 100%;
  font-size: 0.9em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  line-height: 1;
  margin-bottom: 5px;
}

#hubv2.intranet-home .intranet-events-container .event-footer .time,
#hubv4.intranet-home .intranet-events-container .event-footer .time {
  width: 100%;
  font-size: 0.9em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  line-height: 1;
}

@media (max-width: 42.99em) {
  #hubv2.intranet-home .intranet-events-container .intranet.tile,
  #hubv4.intranet-home .intranet-events-container .intranet.tile {
    width: 100%;
  }
}

#hubv2.intranet-home .intranet-promos-container,
#hubv4.intranet-home .intranet-promos-container {
  display: -webkit-box;
  display: flex;
  margin-bottom: 25px;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.lg,
#hubv4.intranet-home .intranet-promos-container .promo-tile.lg {
  background: #f3f3f3;
  width: 60% !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.sml,
#hubv4.intranet-home .intranet-promos-container .promo-tile.sml {
  background: #f3f3f3;
  width: 40% !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green {
  background: #0D4C38;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green h2,
#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a,
#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a:hover,
#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a:visited,
#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green p,
#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green .date,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h2,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a:hover,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h2 a:visited,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green p,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green .date {
  color: #ffffff;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-img {
  background-color: #EEE;
  height: 90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.no-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile.no-img {
  padding-top: 5%;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.no-img .promo-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile.no-img .promo-img {
  display: none;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-content,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-content {
  display: -webkit-box;
  display: flex;
  padding: 1% 5% 0 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-summary,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-summary {
  margin-bottom: 15px;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message {
  width: 100%;
  background: #F1F6F0;
  padding: 3% 5%;
  border-left: 7px solid #3E9C4F;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message h2,
#hubv2.intranet-home .intranet-promos-container .promo-tile.message h2 a,
#hubv2.intranet-home .intranet-promos-container .promo-tile.message h2 a:hover,
#hubv2.intranet-home .intranet-promos-container .promo-tile.message h2 a:visited,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message h2,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message h2 a,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message h2 a:hover,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message h2 a:visited {
  color: #3E9C4F;
  margin-bottom: 0 !important;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message p,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message p {
  color: #000;
}

#hubv2.intranet-home .intranet-promos-container .promo-footer,
#hubv4.intranet-home .intranet-promos-container .promo-footer {
  margin-top: auto;
  border-top: 1px solid #FFF;
  padding: 1% 0 2% 0;
}

#hubv2.intranet-home .intranet-promos-container .promo-footer .date,
#hubv4.intranet-home .intranet-promos-container .promo-footer .date {
  font-weight: 500;
  font-size: 0.95em;
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-promos-container a .promo-content h2,
#hubv4.intranet-home .intranet-promos-container a .promo-content h2 {
  text-decoration: none;
  color: #115737;
}

#hubv2.intranet-home .intranet-promos-container a:hover .promo-content h2,
#hubv4.intranet-home .intranet-promos-container a:hover .promo-content h2 {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.dark-green h2,
#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h2 {
  color: #ffffff;
  display: -webkit-box;
  display: flex;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-img {
  height: auto;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile a .promo-content,
#hubv4.intranet-home .intranet-promos-container .promo-tile a .promo-content {
  -webkit-box-flex: 1;
          flex: 1;
}

#hubv2.intranet-home .intranet-promos-container .promo-img img,
#hubv4.intranet-home .intranet-promos-container .promo-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.lg,
#hubv4.intranet-home .intranet-promos-container .promo-tile.lg {
  -webkit-box-flex: 60%;
          flex: 60%;
}

#hubv2.intranet-home .intranet-promos-container .promo-content h2 a,
#hubv4.intranet-home .intranet-promos-container .promo-content h2 a {
  text-decoration: none;
  color: #115737;
}

#hubv2.intranet-home .intranet-promos-container .dark-green .promo-content h2 a,
#hubv4.intranet-home .intranet-promos-container .dark-green .promo-content h2 a {
  color: #ffffff;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-content,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-content {
  padding: 1% 20px 0;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-img {
  height: auto;
  -webkit-clip-path: polygon(-10% -1%, 101% -1%, 101% 100%, 0 83%);
          clip-path: polygon(-10% -1%, 101% -1%, 101% 100%, 0 83%);
}

#hubv2.intranet-home .intranet-video-container,
#hubv4.intranet-home .intranet-video-container {
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
  max-height: 290px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  position: relative;
  /* media queries */
}

#hubv2.intranet-home .intranet-video-container .video-caption-box .circle-icon,
#hubv4.intranet-home .intranet-video-container .video-caption-box .circle-icon {
  padding: 1rem;
}

#hubv2.intranet-home .intranet-video-container .video-banner,
#hubv4.intranet-home .intranet-video-container .video-banner {
  position: absolute;
  bottom: 8rem;
  width: 60%;
  left: 2rem;
  z-index: 20;
}

#hubv2.intranet-home .intranet-video-container a:hover .video-caption-box,
#hubv4.intranet-home .intranet-video-container a:hover .video-caption-box {
  z-index: 10;
  text-decoration: underline;
  color: #115737;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box h2,
#hubv2.intranet-home .intranet-video-container .video-caption-box h2 a,
#hubv2.intranet-home .intranet-video-container .video-caption-box h2 a:hover,
#hubv2.intranet-home .intranet-video-container .video-caption-box h2 a:visited,
#hubv4.intranet-home .intranet-video-container .video-caption-box h2,
#hubv4.intranet-home .intranet-video-container .video-caption-box h2 a,
#hubv4.intranet-home .intranet-video-container .video-caption-box h2 a:hover,
#hubv4.intranet-home .intranet-video-container .video-caption-box h2 a:visited {
  font-size: 1.5em;
  text-decoration: none;
  color: #115737;
  margin-bottom: 0;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box .circle-icon,
#hubv4.intranet-home .intranet-video-container .video-caption-box .circle-icon {
  border: 2px solid #115737;
  border-radius: 50%;
  padding: 1rem;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box,
#hubv4.intranet-home .intranet-video-container .video-caption-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  display: -webkit-box;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box .content,
#hubv4.intranet-home .intranet-video-container .video-caption-box .content {
  margin-right: 1rem;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box .icon,
#hubv4.intranet-home .intranet-video-container .video-caption-box .icon {
  width: 10%;
  align-self: center;
}

#hubv2.intranet-home .intranet-video-container .video-caption-box .icon i,
#hubv4.intranet-home .intranet-video-container .video-caption-box .icon i {
  color: #0D4C38;
}

#hubv2.intranet-home .intranet-video-container img,
#hubv4.intranet-home .intranet-video-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (max-width: 1100px) {
  #hubv2.intranet-home .intranet-video-container,
  #hubv4.intranet-home .intranet-video-container {
    max-height: 220px;
  }
}

@media (max-width: 42.99em) {
  #hubv2.intranet-home .intranet-video-container .video-banner,
  #hubv4.intranet-home .intranet-video-container .video-banner {
    bottom: unset;
    top: 5rem;
  }
}

#hubv2.intranet-home .gradient-border,
#hubv4.intranet-home .gradient-border {
  background: -webkit-gradient(linear, left top, right top, from(#115737), color-stop(67%, #52951c), to(#77ba49)) 0% 0%;
  background: linear-gradient(90deg, #115737 0%, #52951c 67%, #77ba49 100%) 0% 0%;
  height: 15px;
  width: 100%;
  margin-bottom: 25px;
}

#hubv2.intranet-home .intranet-keydates-container,
#hubv4.intranet-home .intranet-keydates-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 42.99em) {
  #hubv2.intranet-home .intranet-keydates-container,
  #hubv4.intranet-home .intranet-keydates-container {
    grid-template-columns: 1fr;
  }
}

#hubv2.intranet-home .intranet-keydates-container .tile,
#hubv4.intranet-home .intranet-keydates-container .tile {
  display: -webkit-box;
  display: flex;
  background: #3E9C4F;
}

#hubv2.intranet-home .intranet-keydates-container .tile .date,
#hubv4.intranet-home .intranet-keydates-container .tile .date {
  background: #3E9C4F;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  align-self: center;
  padding: 1rem;
  width: 70px;
}

#hubv2.intranet-home .intranet-keydates-container .tile .date p,
#hubv4.intranet-home .intranet-keydates-container .tile .date p {
  color: #FFF;
  text-align: center;
}

#hubv2.intranet-home .intranet-keydates-container .tile .date h6,
#hubv4.intranet-home .intranet-keydates-container .tile .date h6 {
  color: #FFF;
  margin-bottom: 0;
}

#hubv2.intranet-home .intranet-keydates-container .tile .date .day,
#hubv4.intranet-home .intranet-keydates-container .tile .date .day {
  font-size: 1.9em;
}

#hubv2.intranet-home .intranet-keydates-container .tile .date .month,
#hubv4.intranet-home .intranet-keydates-container .tile .date .month {
  font-size: 1em;
}

#hubv2.intranet-home .intranet-keydates-container .tile .summary,
#hubv4.intranet-home .intranet-keydates-container .tile .summary {
  background: #f3f3f3;
  padding: 1rem;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 0.9em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#hubv2.intranet-home .intranet-keydates-container .tile .summary a,
#hubv4.intranet-home .intranet-keydates-container .tile .summary a {
  color: #424242;
}

#hubv2.intranet-home .intranet-keydates-container .tile .summary a:hover, #hubv2.intranet-home .intranet-keydates-container .tile .summary a:active, #hubv2.intranet-home .intranet-keydates-container .tile .summary a:focus,
#hubv4.intranet-home .intranet-keydates-container .tile .summary a:hover,
#hubv4.intranet-home .intranet-keydates-container .tile .summary a:active,
#hubv4.intranet-home .intranet-keydates-container .tile .summary a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .intranet-keydates-container.light .tile,
#hubv4.intranet-home .intranet-keydates-container.light .tile {
  border: 1px solid #CCC;
  background: #FFF;
}

#hubv2.intranet-home .intranet-keydates-container.light .tile .date,
#hubv4.intranet-home .intranet-keydates-container.light .tile .date {
  background: #FFF;
  position: relative;
}

#hubv2.intranet-home .intranet-keydates-container.light .tile .date h6,
#hubv4.intranet-home .intranet-keydates-container.light .tile .date h6 {
  color: #3E9C4F;
}

#hubv2.intranet-home .intranet-keydates-container.light .tile .date:after,
#hubv4.intranet-home .intranet-keydates-container.light .tile .date:after {
  content: "";
  width: 1px;
  background-color: #ccc;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) skew(10deg);
          transform: translateY(-50%) skew(10deg);
}

#hubv2.intranet-home .intranet-keydates-container.light .tile .summary,
#hubv4.intranet-home .intranet-keydates-container.light .tile .summary {
  background: #FFF;
}

#hubv2.intranet-home .promo-tile.lg,
#hubv4.intranet-home .promo-tile.lg {
  -webkit-box-flex: 60% !important;
          flex: 60% !important;
}

#hubv2.intranet-home .promo-content h2 a,
#hubv4.intranet-home .promo-content h2 a {
  text-decoration: none !important;
  color: #115737 !important;
}

#hubv2.intranet-home .dark-green .promo-content h2 a,
#hubv4.intranet-home .dark-green .promo-content h2 a {
  color: #ffffff !important;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-content,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-content {
  padding: 1% 20px 0 !important;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile .promo-img,
#hubv4.intranet-home .intranet-promos-container .promo-tile .promo-img {
  height: 150px !important;
  -webkit-clip-path: polygon(-10% -1%, 101% -1%, 101% 100%, 0 83%) !important;
          clip-path: polygon(-10% -1%, 101% -1%, 101% 100%, 0 83%) !important;
}

#hubv2.intranet-home .intranet-promos-container,
#hubv4.intranet-home .intranet-promos-container {
  margin-bottom: 1rem;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message {
  width: 100%;
  padding: 3% 5%;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message.green,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message.green {
  background: #F1F6F0;
  border-left: 7px solid #3E9C4F;
}

#hubv2.intranet-home .promo-tile.message.green h2,
#hubv4.intranet-home .promo-tile.message.green h2 {
  color: #3E9C4F !important;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message.orange,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message.orange {
  background: #fff9e6;
  border-left: 7px solid #edb415;
}

#hubv2.intranet-home .promo-tile.message.orange h2,
#hubv4.intranet-home .promo-tile.message.orange h2 {
  color: #edb415;
}

#hubv2.intranet-home .intranet-promos-container .promo-tile.message.red,
#hubv4.intranet-home .intranet-promos-container .promo-tile.message.red {
  background: #ffeae8;
  border-left: 7px solid #c92239;
}

#hubv2.intranet-home .promo-tile.message.red h2,
#hubv4.intranet-home .promo-tile.message.red h2 {
  color: #c92239;
}

#hubv2.intranet-home #rightHandMenu,
#hubv4.intranet-home #rightHandMenu {
  padding-left: 0;
}

#hubv2.intranet-home #rightHandMenu ul,
#hubv4.intranet-home #rightHandMenu ul {
  line-height: 2;
}

#hubv2.intranet-home #rightHandMenu i,
#hubv4.intranet-home #rightHandMenu i {
  margin-right: 10px;
}

#hubv2.intranet-home #rightHandMenu .more-btn,
#hubv4.intranet-home #rightHandMenu .more-btn {
  padding: 3px 9px 5px 9px;
  margin: auto;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
}

#hubv2.intranet-home #rightHandMenu .service-center,
#hubv4.intranet-home #rightHandMenu .service-center {
  background: #3E9C4F;
  margin-bottom: 19px;
}

#hubv2.intranet-home #rightHandMenu .service-center a,
#hubv4.intranet-home #rightHandMenu .service-center a {
  display: -webkit-box;
  display: flex;
}

#hubv2.intranet-home #rightHandMenu .service-center a:hover h2, #hubv2.intranet-home #rightHandMenu .service-center a:active h2, #hubv2.intranet-home #rightHandMenu .service-center a:focus h2,
#hubv4.intranet-home #rightHandMenu .service-center a:hover h2,
#hubv4.intranet-home #rightHandMenu .service-center a:active h2,
#hubv4.intranet-home #rightHandMenu .service-center a:focus h2 {
  text-decoration: underline;
}

#hubv2.intranet-home #rightHandMenu .service-center h2,
#hubv2.intranet-home #rightHandMenu .service-center h2 a,
#hubv2.intranet-home #rightHandMenu .service-center h2 a:hover,
#hubv2.intranet-home #rightHandMenu .service-center h2 a:visited,
#hubv4.intranet-home #rightHandMenu .service-center h2,
#hubv4.intranet-home #rightHandMenu .service-center h2 a,
#hubv4.intranet-home #rightHandMenu .service-center h2 a:hover,
#hubv4.intranet-home #rightHandMenu .service-center h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#hubv2.intranet-home #rightHandMenu .service-center h2::before,
#hubv4.intranet-home #rightHandMenu .service-center h2::before {
  content: none;
}

#hubv2.intranet-home #rightHandMenu .service-center .title,
#hubv4.intranet-home #rightHandMenu .service-center .title {
  width: 90%;
  padding: 1rem;
}

#hubv2.intranet-home #rightHandMenu .service-center .title h2,
#hubv2.intranet-home #rightHandMenu .service-center .title h3,
#hubv4.intranet-home #rightHandMenu .service-center .title h2,
#hubv4.intranet-home #rightHandMenu .service-center .title h3 {
  margin-bottom: 0;
}

#hubv2.intranet-home #rightHandMenu .service-center .icon,
#hubv4.intranet-home #rightHandMenu .service-center .icon {
  margin: 1px;
  background: #3E9C4F;
  padding: 1rem;
  color: #FFF;
  position: relative;
}

#hubv2.intranet-home #rightHandMenu .service-center .icon .icon-caret-right-thin,
#hubv4.intranet-home #rightHandMenu .service-center .icon .icon-caret-right-thin {
  color: #FFF;
}

#hubv2.intranet-home #rightHandMenu .service-center .icon:before,
#hubv4.intranet-home #rightHandMenu .service-center .icon:before {
  content: "";
  width: 2px;
  background-color: #FFF;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) skew(10deg);
          transform: translateY(-50%) skew(10deg);
}

#hubv2.intranet-home .outer-notched,
#hubv4.intranet-home .outer-notched {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px;
  margin-bottom: 19px;
}

#hubv2.intranet-home .outer-notched .dark-green h2,
#hubv2.intranet-home .outer-notched .dark-green p,
#hubv2.intranet-home .outer-notched .dark-green a,
#hubv4.intranet-home .outer-notched .dark-green h2,
#hubv4.intranet-home .outer-notched .dark-green p,
#hubv4.intranet-home .outer-notched .dark-green a {
  color: #ffffff;
}

#hubv2.intranet-home .outer-notched .dark-green li,
#hubv4.intranet-home .outer-notched .dark-green li {
  border-bottom: 1px dotted #3E9C4F;
  padding: 5px;
}

#hubv2.intranet-home .outer-notched .dark-green li:last-child,
#hubv4.intranet-home .outer-notched .dark-green li:last-child {
  border: 0;
}

#hubv2.intranet-home .outer-notched .dark-green .icon-caret-right-thin,
#hubv4.intranet-home .outer-notched .dark-green .icon-caret-right-thin {
  color: #FFF;
}

#hubv2.intranet-home .outer-notched:after,
#hubv4.intranet-home .outer-notched:after {
  content: "";
  position: absolute;
  width: 1100%;
  height: 1100%;
  top: 20px;
  right: -500%;
  background: #CCC;
  -webkit-transform-origin: 54% 0;
          transform-origin: 54% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

#hubv2.intranet-home .outer-notched.dark-green:after,
#hubv4.intranet-home .outer-notched.dark-green:after {
  content: "";
  position: absolute;
  width: 1100%;
  height: 1100%;
  top: 20px;
  right: -500%;
  background: #0D4C38;
  -webkit-transform-origin: 54% 0;
          transform-origin: 54% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

#hubv2.intranet-home .outer-notched.grey-light:after,
#hubv4.intranet-home .outer-notched.grey-light:after {
  content: "";
  position: absolute;
  width: 1100%;
  height: 1100%;
  top: 20px;
  right: -500%;
  background: #f3f3f3;
  -webkit-transform-origin: 54% 0;
          transform-origin: 54% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  border: 1px solid #f3f3f3;
}

#hubv2.intranet-home .inner-notched,
#hubv4.intranet-home .inner-notched {
  margin: 0 auto;
  overflow: hidden;
  padding: 5%;
  background: #FFF;
}

#hubv2.intranet-home .inner-notched.dark-green,
#hubv4.intranet-home .inner-notched.dark-green {
  background: none;
}

#hubv2.intranet-home .inner-notched.dark-green a,
#hubv2.intranet-home .inner-notched.dark-green a:hover,
#hubv2.intranet-home .inner-notched.dark-green a:visited,
#hubv4.intranet-home .inner-notched.dark-green a,
#hubv4.intranet-home .inner-notched.dark-green a:hover,
#hubv4.intranet-home .inner-notched.dark-green a:visited {
  color: #FFF !important;
}

#hubv2.intranet-home .inner-notched.grey-light,
#hubv4.intranet-home .inner-notched.grey-light {
  background: none;
}

#hubv2.intranet-home .inner-notched.grey-light a,
#hubv2.intranet-home .inner-notched.grey-light a:hover,
#hubv2.intranet-home .inner-notched.grey-light a:visited,
#hubv4.intranet-home .inner-notched.grey-light a,
#hubv4.intranet-home .inner-notched.grey-light a:hover,
#hubv4.intranet-home .inner-notched.grey-light a:visited {
  color: #000 !important;
}

#hubv2.intranet-home .inner-notched.grey-light i,
#hubv4.intranet-home .inner-notched.grey-light i {
  color: #0D4C38;
}

#hubv2.intranet-home .inner-notched h2,
#hubv4.intranet-home .inner-notched h2 {
  margin: 5% 0 10% 0;
}

#hubv2.intranet-home .inner-notched hr,
#hubv4.intranet-home .inner-notched hr {
  width: 30%;
  height: 5px;
  background-color: #3E9C4F;
  margin-bottom: 5%;
}

#hubv2.intranet-home .inner-notched i,
#hubv4.intranet-home .inner-notched i {
  color: #CCC;
}

#hubv2.intranet-home .inner-notched .my-tools,
#hubv4.intranet-home .inner-notched .my-tools {
  display: -webkit-box;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  line-height: 1;
}

#hubv2.intranet-home .inner-notched .my-tools .tool,
#hubv4.intranet-home .inner-notched .my-tools .tool {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 45% !important;
}

#hubv2.intranet-home .inner-notched .my-tools .icon,
#hubv4.intranet-home .inner-notched .my-tools .icon {
  font-size: 1.5em;
  text-align: center;
  color: #CCC;
  padding: 5% 0% 0 10%;
  margin-bottom: 15px;
}

#hubv2.intranet-home .inner-notched:after,
#hubv4.intranet-home .inner-notched:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 18px;
  right: -39.5%;
  -webkit-transform-origin: 54% 0;
  transform-origin: 54% 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  border-top: 1px solid #ccc;
}

#hubv2.intranet-home .inner-notched.grey-light:after,
#hubv4.intranet-home .inner-notched.grey-light:after {
  border: 0 !important;
}

#hubv2.intranet-home .flex-center,
#hubv4.intranet-home .flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

#hubv2.intranet-home #rightHandMenu .more-btn,
#hubv4.intranet-home #rightHandMenu .more-btn {
  background: #3E9C4F;
  padding: 3px 9px 5px 9px;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
  color: white;
}

#hubv2.intranet-home #rightHandMenu .more-btn:hover, #hubv2.intranet-home #rightHandMenu .more-btn:active, #hubv2.intranet-home #rightHandMenu .more-btn:focus,
#hubv4.intranet-home #rightHandMenu .more-btn:hover,
#hubv4.intranet-home #rightHandMenu .more-btn:active,
#hubv4.intranet-home #rightHandMenu .more-btn:focus {
  text-decoration: underline;
  color: #FFF;
}

#hubv2.intranet-home .staff-tools-widget,
#hubv4.intranet-home .staff-tools-widget {
  padding: 1rem;
}

#hubv2.intranet-home .staff-tools-widget h4,
#hubv4.intranet-home .staff-tools-widget h4 {
  font-size: 1.7rem !important;
  color: #0D4C38 !important;
}

#hubv2.intranet-home .staff-tools-widget .tools,
#hubv4.intranet-home .staff-tools-widget .tools {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

#hubv2.intranet-home .staff-tools-widget .tools > li,
#hubv4.intranet-home .staff-tools-widget .tools > li {
  width: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}

#hubv2.intranet-home .staff-tools-widget .tools > li p,
#hubv4.intranet-home .staff-tools-widget .tools > li p {
  height: 100%;
}

#hubv2.intranet-home .staff-tools-widget .tools > li a,
#hubv4.intranet-home .staff-tools-widget .tools > li a {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.5rem 0.2rem;
}

#hubv2.intranet-home .staff-tools-widget .tools > li a:hover, #hubv2.intranet-home .staff-tools-widget .tools > li a:active, #hubv2.intranet-home .staff-tools-widget .tools > li a:focus,
#hubv4.intranet-home .staff-tools-widget .tools > li a:hover,
#hubv4.intranet-home .staff-tools-widget .tools > li a:active,
#hubv4.intranet-home .staff-tools-widget .tools > li a:focus {
  background-color: #eee;
}

#hubv2.intranet-home .staff-tools-widget .tools > li .title,
#hubv4.intranet-home .staff-tools-widget .tools > li .title {
  text-align: center;
  color: #424242;
  font-size: 0.9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 0.5rem;
}

#hubv2.intranet-home .staff-tools-widget .tools > li svg,
#hubv4.intranet-home .staff-tools-widget .tools > li svg {
  height: 2.5rem;
  width: 3.9rem;
}

#hubv2.intranet-home .staff-tools-widget .tools > li [class^="icon-"],
#hubv4.intranet-home .staff-tools-widget .tools > li [class^="icon-"] {
  position: relative;
  font-size: 170%;
}

#hubv2.intranet-home .staff-tools-widget .tools > li [class^="icon-"]:before,
#hubv4.intranet-home .staff-tools-widget .tools > li [class^="icon-"]:before {
  margin-right: 0;
}

#hubv2.intranet-home .corner-border,
#hubv4.intranet-home .corner-border {
  position: relative;
  padding: 1rem;
  border: 1px solid #CCC;
  margin-bottom: 1.25rem;
  z-index: 1;
}

#hubv2.intranet-home .corner-border:after,
#hubv4.intranet-home .corner-border:after {
  position: absolute;
  right: -2px;
  top: -2px;
  content: "";
  border-top: 40px solid white;
  border-left: 40px solid transparent;
}

#hubv2.intranet-home .corner-border h2::before,
#hubv4.intranet-home .corner-border h2::before {
  border: none;
}

#hubv2.intranet-home .corner-border a,
#hubv4.intranet-home .corner-border a {
  color: #000;
  text-decoration: none;
}

#hubv2.intranet-home .corner-border:before,
#hubv4.intranet-home .corner-border:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "";
  border-top: 40px solid #CCC;
  border-left: 40px solid transparent;
}

#hubv2.intranet-home .corner-border hr,
#hubv4.intranet-home .corner-border hr {
  width: 30%;
  height: 5px;
  background-color: #3e9c4f;
  margin-bottom: 1rem;
}

#hubv2.intranet-home .corner-border h2,
#hubv2.intranet-home .corner-border h3,
#hubv4.intranet-home .corner-border h2,
#hubv4.intranet-home .corner-border h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

#hubv2.intranet-home .corner-border h2,
#hubv4.intranet-home .corner-border h2 {
  font-size: 1.7rem;
}

#hubv2.intranet-home .corner-border p .tag,
#hubv4.intranet-home .corner-border p .tag {
  font-size: 1rem !important;
}

#hubv2.intranet-home .corner-border p .tag i,
#hubv4.intranet-home .corner-border p .tag i {
  color: #CCC;
}

#hubv2.intranet-home .corner-border ul,
#hubv4.intranet-home .corner-border ul {
  padding: 0;
  margin: 0;
}

#hubv2.intranet-home .corner-border ul li,
#hubv4.intranet-home .corner-border ul li {
  padding-left: 0;
  list-style: none;
}

#hubv2.intranet-home .corner-border a:hover, #hubv2.intranet-home .corner-border a:active, #hubv2.intranet-home .corner-border a:focus,
#hubv4.intranet-home .corner-border a:hover,
#hubv4.intranet-home .corner-border a:active,
#hubv4.intranet-home .corner-border a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home .corner-border .tag,
#hubv2.intranet-home .corner-border a.tag,
#hubv4.intranet-home .corner-border .tag,
#hubv4.intranet-home .corner-border a.tag {
  background: none;
  border: 0;
}

#hubv2.intranet-home .corner-border.dark-green,
#hubv4.intranet-home .corner-border.dark-green {
  background-color: #0D4C38;
  border-color: #0D4C38;
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
}

#hubv2.intranet-home .corner-border.dark-green:before,
#hubv4.intranet-home .corner-border.dark-green:before {
  content: none;
}

#hubv2.intranet-home .corner-border.dark-green:after,
#hubv4.intranet-home .corner-border.dark-green:after {
  content: none;
}

#hubv2.intranet-home .corner-border.dark-green h2,
#hubv2.intranet-home .corner-border.dark-green h3,
#hubv4.intranet-home .corner-border.dark-green h2,
#hubv4.intranet-home .corner-border.dark-green h3 {
  color: #FFF;
}

#hubv2.intranet-home .corner-border.dark-green li,
#hubv4.intranet-home .corner-border.dark-green li {
  border-bottom: 1px dotted #3e9c4f;
  padding: 5px;
}

#hubv2.intranet-home .corner-border.dark-green li:last-child,
#hubv4.intranet-home .corner-border.dark-green li:last-child {
  border: none;
}

#hubv2.intranet-home .corner-border.dark-green li i,
#hubv4.intranet-home .corner-border.dark-green li i {
  color: #FFF;
}

#hubv2.intranet-home .corner-border.dark-green li a,
#hubv4.intranet-home .corner-border.dark-green li a {
  color: #FFF !important;
}

#hubv2.intranet-home .corner-border.dark-green li a:hover, #hubv2.intranet-home .corner-border.dark-green li a:active, #hubv2.intranet-home .corner-border.dark-green li a:focus,
#hubv4.intranet-home .corner-border.dark-green li a:hover,
#hubv4.intranet-home .corner-border.dark-green li a:active,
#hubv4.intranet-home .corner-border.dark-green li a:focus {
  color: #FFF;
  text-decoration: underline;
}

#hubv2.intranet-home .corner-border.grey-light,
#hubv4.intranet-home .corner-border.grey-light {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
}

#hubv2.intranet-home .corner-border.grey-light:before,
#hubv4.intranet-home .corner-border.grey-light:before {
  content: none;
}

#hubv2.intranet-home .corner-border.grey-light:after,
#hubv4.intranet-home .corner-border.grey-light:after {
  content: none;
}

#hubv2.intranet-home .corner-border.grey-light p .tag i,
#hubv4.intranet-home .corner-border.grey-light p .tag i {
  color: #0D4C38;
}

#hubv2.intranet-home .corner-border.error,
#hubv4.intranet-home .corner-border.error {
  border-left: 5px solid #c92239;
  background-color: #f3f3f3;
}

#hubv2.intranet-home .corner-border.error h4,
#hubv4.intranet-home .corner-border.error h4 {
  color: #c92239;
}

@media (max-width: 1200px) {
  #hubv2.intranet-home .row,
  #hubv4.intranet-home .row {
    display: table-row;
  }
  #hubv2.intranet-home .column,
  #hubv4.intranet-home .column {
    min-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
  #hubv2.intranet-home .intranet-news-container,
  #hubv4.intranet-home .intranet-news-container {
    display: table-row;
  }
  #hubv2.intranet-home .intranet-news-container .sml,
  #hubv4.intranet-home .intranet-news-container .sml {
    margin: 25px 0;
  }
  #hubv2.intranet-home .intranet-news-container .intranet-promos-container,
  #hubv4.intranet-home .intranet-news-container .intranet-promos-container {
    display: table-row;
  }
  #hubv2.intranet-home .intranet-promos-container,
  #hubv4.intranet-home .intranet-promos-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #hubv2.intranet-home .intranet-promos-container .promo-tile.lg,
  #hubv4.intranet-home .intranet-promos-container .promo-tile.lg {
    width: 100% !important;
    -webkit-box-flex: 1;
            flex: 1;
  }
  #hubv2.intranet-home .intranet-promos-container .promo-tile.sml,
  #hubv4.intranet-home .intranet-promos-container .promo-tile.sml {
    width: 100% !important;
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@media (max-width: 800px) {
  #hubv2.intranet-home,
  #hubv4.intranet-home {
    /*  .row{
      display: flex;
      flex-direction: column;
    }
    .col-1-4, .col-3-4{
      flex:1;
      width:100%;
    }*/
  }
  #hubv2.intranet-home .tile,
  #hubv4.intranet-home .tile {
    width: 100%;
  }
  #hubv2.intranet-home .sml-container,
  #hubv4.intranet-home .sml-container {
    grid-template-columns: 1fr !important;
    padding: 0;
  }
  #hubv2.intranet-home .intranet-news-container .xsml,
  #hubv4.intranet-home .intranet-news-container .xsml {
    padding: 0 !important;
  }
  #hubv2.intranet-home .intranet h2,
  #hubv2.intranet-home .intranet h2 a,
  #hubv4.intranet-home .intranet h2,
  #hubv4.intranet-home .intranet h2 a {
    font-size: 1.4em !important;
  }
}

/* Overrides for new hub template child page pieces*/
#hubv2.intranet-home main .highlight.primary,
#hubv4.intranet-home main .highlight.primary {
  border: 1px solid #CCC;
  border-left: 0.5rem solid #3E9C4F;
  background-color: #FFF;
}

#hubv2.intranet-home main .highlight_tertiary:not(.primary),
#hubv2.intranet-home main .highlight.secondary,
#hubv2.intranet-home main .highlight_secondary,
#hubv2.intranet-home main .primary.highlight_secondary,
#hubv4.intranet-home main .highlight_tertiary:not(.primary),
#hubv4.intranet-home main .highlight.secondary,
#hubv4.intranet-home main .highlight_secondary,
#hubv4.intranet-home main .primary.highlight_secondary {
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
  background-color: #f3f3f3;
  border: 0;
}

#hubv2.intranet-home main .highlight_secondary,
#hubv4.intranet-home main .highlight_secondary {
  padding: 0;
}

#hubv2.intranet-home main .section-page-listing,
#hubv4.intranet-home main .section-page-listing {
  gap: 1rem;
  margin-bottom: 1.5rem;
}

#hubv2.intranet-home main .section-page-listing .link_block,
#hubv4.intranet-home main .section-page-listing .link_block {
  min-height: 240px;
}

#hubv2.intranet-home main .section-page-listing > a,
#hubv4.intranet-home main .section-page-listing > a {
  padding: 1rem;
  border: 1px solid #CCC;
  margin: 0;
}

#hubv2.intranet-home main .bullet_list,
#hubv4.intranet-home main .bullet_list {
  padding-left: 0;
}

#hubv2.intranet-home main .bullet_list li,
#hubv4.intranet-home main .bullet_list li {
  padding-left: 0;
  list-style: none;
}

#hubv2.intranet-home main .bullet_list li::before,
#hubv4.intranet-home main .bullet_list li::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  width: 1em;
  text-align: center;
  line-height: 1;
  margin-right: 0.3rem;
  color: #0D4C38;
}

#hubv2.intranet-home main .staff-list-component + script + .blocks,
#hubv2.intranet-home main .staff-list-component + script + h2,
#hubv2.intranet-home main .staff-list-component + .blocks,
#hubv2.intranet-home main .staff-list-component + h2,
#hubv2.intranet-home main .staff-list-component + h3,
#hubv4.intranet-home main .staff-list-component + script + .blocks,
#hubv4.intranet-home main .staff-list-component + script + h2,
#hubv4.intranet-home main .staff-list-component + .blocks,
#hubv4.intranet-home main .staff-list-component + h2,
#hubv4.intranet-home main .staff-list-component + h3 {
  margin-top: 2rem !important;
}

#hubv2.intranet-home #rightHandMenu .highlight,
#hubv4.intranet-home #rightHandMenu .highlight {
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
  background-color: #f3f3f3;
}

#hubv2.intranet-home #rightHandMenu .highlight .tag,
#hubv4.intranet-home #rightHandMenu .highlight .tag {
  margin-bottom: 0.5rem;
}

#hubv2.intranet-home #rightHandMenu .links-list,
#hubv4.intranet-home #rightHandMenu .links-list {
  padding: 1rem;
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
  margin-bottom: 1rem;
  background-color: #f3f3f3;
}

#hubv2.intranet-home #rightHandMenu .links-list h2::before,
#hubv4.intranet-home #rightHandMenu .links-list h2::before {
  content: unset;
}

#hubv2.intranet-home #rightHandMenu .promo-green,
#hubv4.intranet-home #rightHandMenu .promo-green {
  -webkit-clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
          clip-path: polygon(calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%, 0px 0px);
  background-color: #0D4C38;
}

#hubv2.intranet-home #rightHandMenu .promo-green h2,
#hubv2.intranet-home #rightHandMenu .promo-green h3,
#hubv2.intranet-home #rightHandMenu .promo-green h4,
#hubv2.intranet-home #rightHandMenu .promo-green p,
#hubv4.intranet-home #rightHandMenu .promo-green h2,
#hubv4.intranet-home #rightHandMenu .promo-green h3,
#hubv4.intranet-home #rightHandMenu .promo-green h4,
#hubv4.intranet-home #rightHandMenu .promo-green p {
  color: #FFF;
}

#hubv2.intranet-home #rightHandMenu .promo-green a,
#hubv4.intranet-home #rightHandMenu .promo-green a {
  color: #FFF;
}

#hubv2.intranet-home #rightHandMenu .promo-green a:hover, #hubv2.intranet-home #rightHandMenu .promo-green a:active, #hubv2.intranet-home #rightHandMenu .promo-green a:focus,
#hubv4.intranet-home #rightHandMenu .promo-green a:hover,
#hubv4.intranet-home #rightHandMenu .promo-green a:active,
#hubv4.intranet-home #rightHandMenu .promo-green a:focus {
  text-decoration: underline;
}

#hubv2.intranet-home #rightHandMenu .promo-green li,
#hubv4.intranet-home #rightHandMenu .promo-green li {
  border-color: #FFF;
}

#hubv2.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) ul,
#hubv4.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) ul {
  padding-left: 0;
}

#hubv2.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) li,
#hubv4.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) li {
  padding-left: 0;
  list-style: none;
}

#hubv2.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) li::before,
#hubv4.intranet-home #rightHandMenu div:not(.links-list):not(.corner-border) li::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  width: 1em;
  text-align: center;
  line-height: 1;
  margin-right: 0.3rem;
  color: #0D4C38;
}

#hubv2.intranet-home #rightHandMenu .corner-border li::before,
#hubv4.intranet-home #rightHandMenu .corner-border li::before {
  content: none !important;
}

#hubv2.intranet-home #rightHandMenu .links-list li::before,
#hubv2.intranet-home #rightHandMenu .links li::before,
#hubv4.intranet-home #rightHandMenu .links-list li::before,
#hubv4.intranet-home #rightHandMenu .links li::before {
  content: none !important;
}

#hubv2.intranet-home #rightHandMenu .tag,
#hubv4.intranet-home #rightHandMenu .tag {
  background-color: #FFF;
  color: #424242;
}

#hubv2.intranet-home #rightHandMenu a.tag,
#hubv4.intranet-home #rightHandMenu a.tag {
  color: #424242;
  text-decoration: none;
  border-color: #707070;
}

#hubv2.intranet-home #rightHandMenu a.tag:hover, #hubv2.intranet-home #rightHandMenu a.tag:active, #hubv2.intranet-home #rightHandMenu a.tag:focus,
#hubv4.intranet-home #rightHandMenu a.tag:hover,
#hubv4.intranet-home #rightHandMenu a.tag:active,
#hubv4.intranet-home #rightHandMenu a.tag:focus {
  text-decoration: underline;
  background-color: #EEE;
}

#hubv2.intranet-home #rightHandMenu .flag_pdf,
#hubv4.intranet-home #rightHandMenu .flag_pdf {
  background: #FFF;
  border: 1px solid #831212;
  font-size: 75%;
}

#hubv4.intranet-home .intranet-promos-container .promo-tile.message.green {
  border-left-color: #0D4C38;
}

#hubv4.intranet-home .intranet-promos-container .promo-tile.message.green h2 {
  color: #0D4C38 !important;
  margin-bottom: .5rem !important;
}

#hubv4.intranet-home .intranet-promos-container .promo-tile.message.green p a {
  color: #0D4C38 !important;
}

#hubv4.intranet-home .intranet-promos-container .promo-tile.dark-green h3 {
  color: #FEF9F0 !important;
}

#hubv4.intranet-home .search-wrap.intranet .search-select input[type="radio"]:checked ~ span {
  background-color: #0D4C38;
  color: #FEF9F0;
  font-weight: 500;
  font-family: Inter;
}

#hubv4.intranet-home h1, #hubv4.intranet-home h2, #hubv4.intranet-home h3, #hubv4.intranet-home h4, #hubv4.intranet-home h5 {
  color: #0D4C38 !important;
}

#hubv4.intranet-home .more-btn-sec > a {
  color: #405e54 !important;
}

#hubv4.intranet-home .intranet-news-container-grid .dark-green {
  background-color: #0D4C38;
}

#hubv4.intranet-home .intranet-news-container-grid .dark-green h2, #hubv4.intranet-home .intranet-news-container-grid .dark-green h3 {
  color: #FEF9F0 !important;
  font-weight: 600;
}

#hubv4.intranet-home .intranet-news-container-grid .bright-green {
  background-color: #669787;
}

#hubv4.intranet-home .intranet-news-container-grid .bright-green h2, #hubv4.intranet-home .intranet-news-container-grid .bright-green h3 {
  color: #FEF9F0 !important;
  font-weight: 600;
}

#hubv4.intranet-home .intranet-news-container-grid .medium-title {
  font-weight: 600;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(2) .skewed-edge,
#hubv4.intranet-home .tile.intranet:nth-of-type(5) .skewed-edge,
#hubv4.intranet-home .tile.intranet:nth-of-type(6) .skewed-edge {
  background: #99B9AF !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(3) .event-content {
  background-color: #669787 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(3) .event-content h2 {
  background: transparent !important;
  color: #FEF9F0 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(3) .skewed-edge {
  background-color: #0D4C38 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(1) .skewed-edge {
  background-color: #0D4C38 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(4) .skewed-edge {
  background-color: #669787 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(4) .event-content {
  background-color: #0D4C38 !important;
}

#hubv4.intranet-home .tile.intranet:nth-of-type(4) .event-content h2 {
  background: transparent !important;
  color: #FEF9F0 !important;
}

#hubv4.intranet-home .tile.intranet .event-content h2, #hubv4.intranet-home .tile.intranet .event-content h3 {
  font-weight: 600;
}

#hubv4.intranet-home .intranet-keydates-container.light .tile .date h6 {
  color: #405e54;
}

#hubv4.intranet-home #rightHandMenu .more-btn {
  background-color: #0D4C38;
  color: #FEF9F0;
  font-family: Inter;
  font-weight: 500;
}

#hubv4.intranet-home #rightHandMenu .service-center {
  background-color: #0D4C38;
}

#hubv4.intranet-home #rightHandMenu .service-center h2, #hubv4.intranet-home #rightHandMenu .service-center h3 {
  color: #FEF9F0 !important;
}

#hubv4.intranet-home #rightHandMenu .service-center .icon {
  background-color: #0D4C38;
  color: #FCE500;
}

#hubv4.intranet-home #rightHandMenu .corner-border.dark-green {
  background-color: #0D4C38;
}

#hubv4.intranet-home #rightHandMenu .corner-border.dark-green h2 {
  color: #FEF9F0 !important;
}

#hubv4.intranet-home #rightHandMenu .corner-border.dark-green li {
  border-color: #99B9AF;
}

#hubv4.intranet-home #rightHandMenu .corner-border.dark-green li a {
  color: #FEF9F0 !important;
}

/* ===== THE REAL PAGE BANNERS ============================================== */
/** Banner used on homepages. */
.banner {
  overflow: hidden;
}

.banner-in-page {
  position: relative;
}

@media (min-width: 43em) {
  .banner-in-page {
    top: -1.875rem;
  }
  .banner-in-page.bleed {
    margin-left: calc( -25% - 1.25rem * 1.25);
    width: calc(125% + 1.25rem * 1.25);
  }
  .banner-in-page.bleed img {
    z-index: -1;
    position: relative;
  }
}

.banner-in-page figcaption {
  background-color: #0D4C38;
}

@media (min-width: 43em) {
  .banner-in-page figcaption {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 33%;
  }
}

.banner-in-page figcaption h1,
.banner-in-page figcaption h2,
.banner-in-page figcaption h3,
.banner-in-page figcaption h4,
.banner-in-page figcaption h5,
.banner-in-page figcaption h6,
.banner-in-page figcaption p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1em;
  color: #FFF;
}

.banner-in-page figcaption p {
  margin-bottom: 1.3rem;
}

.banner-in-page figcaption a {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage-banner.layout,
  .study-hub-banner.layout {
    display: block;
  }
}

.homepage-banner .banner,
.study-hub-banner .banner {
  position: relative;
}

.homepage-banner a[href]:hover img, .homepage-banner a[href]:active img, .homepage-banner a[href]:focus img,
.study-hub-banner a[href]:hover img,
.study-hub-banner a[href]:active img,
.study-hub-banner a[href]:focus img {
  opacity: 0.9;
}

.homepage-banner figcaption,
.study-hub-banner figcaption {
  padding: 1.5rem 1.5rem;
  background-color: #0D4C38;
}

.homepage-banner figcaption h1:not(:last-child),
.study-hub-banner figcaption h1:not(:last-child) {
  margin-bottom: 0.25em;
}

.homepage-banner figcaption h1 [class^=icon-],
.study-hub-banner figcaption h1 [class^=icon-] {
  margin-left: 0.5em;
}

.homepage-banner figcaption h1 [class^=icon-]::before,
.study-hub-banner figcaption h1 [class^=icon-]::before {
  display: inline;
}

.homepage-banner figcaption h1,
.homepage-banner figcaption h2,
.homepage-banner figcaption h3,
.study-hub-banner figcaption h1,
.study-hub-banner figcaption h2,
.study-hub-banner figcaption h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #FFF;
}

.homepage-banner figcaption h3,
.study-hub-banner figcaption h3 {
  line-height: 1.2;
}

@media (min-width: 43em) {
  .homepage-banner figcaption,
  .study-hub-banner figcaption {
    position: absolute;
    right: 0;
    bottom: 40%;
    width: 50%;
  }
  .homepage-banner figcaption.wider,
  .study-hub-banner figcaption.wider {
    width: 50%;
  }
  .homepage-banner figcaption.bottom,
  .study-hub-banner figcaption.bottom {
    bottom: 0;
  }
  .homepage-banner figcaption.top,
  .study-hub-banner figcaption.top {
    top: 0;
    bottom: initial;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .homepage-banner figcaption,
  .study-hub-banner figcaption {
    width: 85%;
  }
  .homepage-banner figcaption.wider,
  .study-hub-banner figcaption.wider {
    width: 85% !important;
  }
}

@media (min-width: 61em) {
  .homepage-banner figcaption,
  .study-hub-banner figcaption {
    width: 44%;
  }
}

@media (min-width: 61em) {
  .homepage-banner,
  .study-hub-banner {
    min-height: 32.5rem;
  }
  .homepage-banner.compact,
  .study-hub-banner.compact {
    min-height: 18.75rem;
  }
  .homepage-banner .sidebar,
  .study-hub-banner .sidebar {
    flex-basis: 25%;
    margin-bottom: 1.25rem;
    width: 25%;
  }
  .homepage-banner .site a,
  .study-hub-banner .site a {
    font-size: 1.125rem;
  }
  .homepage-banner .banner,
  .study-hub-banner .banner {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .homepage-banner .banner img,
  .study-hub-banner .banner img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .homepage-banner .banner img,
    .study-hub-banner .banner img {
      height: 100%;
      width: 100%;
    }
  }
}

@media (min-width: 61em) {
  .study-hub-banner .sidebar {
    position: absolute;
    left: 6.25rem;
    flex-basis: 21%;
    margin-bottom: 1.25rem;
    width: 21%;
  }
  .study-hub-banner .banner img {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
  }
}

/* Banner for homepage port 3 up */
.home-3-up-banner {
  /* IE */
  position: relative;
  overflow: visible;
  clear: both;
  overflow: hidden;
}

.home-3-up-banner .primary-banner {
  float: left;
  width: 66.66%;
}

.home-3-up-banner .secondary-banner {
  float: left;
  width: 33.33%;
}

.home-3-up-banner figure {
  position: relative;
}

.home-3-up-banner figure img {
  margin: 0;
}

.home-3-up-banner figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 153, 28, 0.7);
  padding: 1rem;
  max-width: 50%;
}

.home-3-up-banner figure figcaption h1,
.home-3-up-banner figure figcaption h2,
.home-3-up-banner figure figcaption h3,
.home-3-up-banner figure figcaption h4 {
  color: #FFF;
}

.home-3-up-banner figure:hover img, .home-3-up-banner figure:active img, .home-3-up-banner figure:focus img {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

@media (max-width: 60.99em) {
  .home-3-up-banner .primary-banner {
    width: 100%;
  }
  .home-3-up-banner .primary-banner figure figcaption {
    max-width: 80%;
  }
  .home-3-up-banner .secondary-banner {
    width: 50%;
  }
}

@media (max-width: 42.99em) {
  .home-3-up-banner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .home-3-up-banner .primary-banner figure figcaption {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #1e991c;
    padding: 0.5rem 0.5rem 0.8rem;
  }
  .home-3-up-banner .secondary-banner {
    background-color: #0d4b2f;
  }
  .home-3-up-banner .secondary-banner:last-child {
    background-color: #115737;
  }
  .home-3-up-banner .secondary-banner figure img {
    display: none;
  }
  .home-3-up-banner .secondary-banner figure figcaption {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: 1.5rem;
  }
  .home-3-up-banner .secondary-banner figure figcaption h3 {
    font-size: 1.4rem;
  }
}

.home-6-up-banner {
  position: relative;
  overflow: visible;
  clear: both;
  overflow: hidden;
  background-color: #0D4C38;
}

.home-6-up-banner .banner-panel {
  float: left;
  width: 33.33%;
  position: relative;
}

.home-6-up-banner .banner-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.home-6-up-banner .banner-panel .hero-image__text {
  background-color: rgba(0, 31, 24, 0.9);
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  min-width: 8.5em;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-6-up-banner .banner-panel .hero-image__text h3 {
  color: #fff !important;
  font-size: 1.3rem;
}

.home-6-up-banner .banner-panel:hover img, .home-6-up-banner .banner-panel:active img, .home-6-up-banner .banner-panel:focus img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

@media (max-width: 60.99em) {
  .home-6-up-banner .banner-panel {
    width: 50%;
  }
}

@media (max-width: 42.99em) {
  .home-6-up-banner .banner-panel {
    width: 100%;
  }
  .home-6-up-banner .banner-panel:not(:first-child) img {
    display: none;
  }
  .home-6-up-banner .banner-panel .hero-image__text {
    padding: 3%;
    position: relative;
    display: block;
    width: 100%;
    background-color: #0d4b2f;
  }
  .home-6-up-banner .banner-panel:nth-child(odd) .hero-image__text {
    background-color: #0D4C38;
  }
  .home-6-up-banner .banner-panel.panel-text-banner h1 {
    font-size: 2rem;
  }
}

.home-6-up-banner .panel-text-banner {
  padding: 2.5%;
}

#hubv4 .homepage-banner.oldBanner {
  display: none;
}

#hubv4 .banner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 88rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

#hubv4 .banner .banner-nav {
  width: calc(20% - 1rem);
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin-right: 1rem;
}

@media (max-width: 74.99em) {
  #hubv4 .banner .banner-nav {
    display: none;
  }
}

#hubv4 .banner .banner-nav ul {
  margin-top: 1rem;
}

#hubv4 .banner .banner-nav ul li {
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #DDD;
}

#hubv4 .banner .banner-nav ul li.selected {
  border-left: 5px solid #0D4C38;
}

#hubv4 .banner .banner-nav ul li.selected a {
  color: #0D4C38;
}

#hubv4 .banner .banner-nav ul li a {
  color: #1D2624;
}

#hubv4 .banner .banner-nav ul li a:hover, #hubv4 .banner .banner-nav ul li a:active, #hubv4 .banner .banner-nav ul li a:focus {
  text-decoration: underline;
}

#hubv4 .banner img {
  margin-bottom: 0;
}

#hubv4 .banner figcaption {
  min-width: 40%;
  background-color: #0D4C38;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#hubv4 .banner figcaption.bottom {
  right: 0;
  bottom: 0;
}

#hubv4 .banner figcaption.top {
  right: 0;
  top: 0;
  bottom: unset;
}

#hubv4 .banner figcaption h1,
#hubv4 .banner figcaption h2,
#hubv4 .banner figcaption h3 {
  color: #FEF9F0;
}

/** In-page block with promotion */
.promo-panel::after {
  clear: both;
  display: table;
  content: '';
}

@media (min-width: 43em) {
  .promo-panel {
    overflow: hidden;
    position: relative;
    background: #EEE;
  }
  .separated + .promo-panel {
    margin-top: -0.0625rem;
  }
}

@media (max-width: 42.99em) {
  .promo-panel {
    border-top: 3px solid #EEE;
    border-bottom: 3px solid #EEE;
  }
  .promo-panel + .promo-panel {
    border-top: 0;
  }
}

.promo-panel.pattern {
  background: url("https://www.wgtn.ac.nz/__data/assets/image/0005/216698/maori-bg-pattern.png");
}

.promo-panel.pattern figure {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promo-panel.no-pattern {
  background: #EEE;
}

.promo-panel.no-pattern figure {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promo-panel.white-bg {
  background-color: #FFF;
}

.promo-panel.white-bg figure {
  border: 0.0625rem solid #DDD;
}

@media (max-width: 42.99em) {
  .promo-panel.white-bg figure {
    border: 0;
  }
}

.promo-panel.white-bg.dual-content .dual-content-block {
  border: 0.0625rem solid #DDD;
}

.promo-panel.white-bg.dual-content .dual-content-block > * {
  border: 0;
}

.promo-panel figure {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #FFF;
}

@media (max-width: 42.99em) {
  .promo-panel figure figcaption {
    padding-bottom: 1.5rem;
  }
  .promo-panel figure figcaption h1 {
    margin-top: 1.5rem;
  }
}

@media (min-width: 43em) {
  .promo-panel figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  }
  .promo-panel figure figcaption {
    z-index: 1;
    float: left;
    padding: 2.25rem;
    width: 60%;
  }
  .promo-panel figure figcaption p {
    margin-bottom: 1.3em;
    font-size: 1.22rem;
  }
  .promo-panel figure img {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }
  .promo-panel figure img + figcaption {
    margin-top: 0;
  }
  .promo-panel figure.two-thirds figcaption {
    padding: 1.6rem;
    background: #FFF;
    position: relative;
  }
  .promo-panel figure.two-thirds img {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    height: 100%;
  }
  .promo-panel figure.photo figcaption, .promo-panel figure.pattern figcaption, .promo-panel figure.no-pattern figcaption {
    z-index: 1;
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 2.25rem 0;
    width: 100%;
    max-width: 60em;
    text-align: center;
  }
  .promo-panel figure.photo img, .promo-panel figure.pattern img, .promo-panel figure.no-pattern img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .promo-panel figure.photo img, .promo-panel figure.pattern img, .promo-panel figure.no-pattern img {
      height: 100%;
      width: 100%;
    }
  }
}

.promo-panel figure.photo figcaption h1,
.promo-panel figure.photo figcaption h2,
.promo-panel figure.photo figcaption h3,
.promo-panel figure.photo figcaption h4,
.promo-panel figure.photo figcaption p {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem;
  color: #FEF9F0;
  background-color: #0D4C38;
}

#hubv4 .promo-panel figure.photo figcaption h1, #hubv4
.promo-panel figure.photo figcaption h2, #hubv4
.promo-panel figure.photo figcaption h3, #hubv4
.promo-panel figure.photo figcaption h4, #hubv4
.promo-panel figure.photo figcaption p {
  color: #FEF9F0;
}

.promo-panel figure.photo figcaption.light-green h1,
.promo-panel figure.photo figcaption.light-green h2,
.promo-panel figure.photo figcaption.light-green h3,
.promo-panel figure.photo figcaption.light-green h4,
.promo-panel figure.photo figcaption.light-green p {
  background-color: #669787;
}

.promo-panel figure.photo.left-text-panel figcaption {
  max-width: 88rem;
}

.promo-panel figure.photo.left-text-panel figcaption > div {
  position: relative;
  margin: 4.5rem 1.5rem 3rem;
  padding: 0 2.25rem 2.25rem;
  max-width: 44rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  text-align: left;
}

@media (max-width: 42.99em) {
  .promo-panel figure.photo.left-text-panel figcaption > div {
    margin-bottom: 1.3rem;
  }
}

.promo-panel figure.photo.left-text-panel figcaption > div h1,
.promo-panel figure.photo.left-text-panel figcaption > div h2,
.promo-panel figure.photo.left-text-panel figcaption > div h3 {
  position: relative;
  top: -2.25rem;
  margin-bottom: 0;
  margin-left: -0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: #0D4C38;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo-panel figure.photo.left-text-panel figcaption > div h1,
  .promo-panel figure.photo.left-text-panel figcaption > div h2,
  .promo-panel figure.photo.left-text-panel figcaption > div h3 {
    float: left;
  }
}

.promo-panel figure.photo.left-text-panel figcaption > div p {
  margin-bottom: 1.3rem;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

#hubv4 .promo-panel figure.photo.left-text-panel figcaption > div p {
  color: #1D2624;
}

.promo-panel.study-hub {
  background-color: #FFF;
}

.promo-panel.study-hub figure {
  padding: 1.6rem 0;
  color: #8B8B8B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promo-panel.study-hub figure p {
  color: #8B8B8B;
}

.promo-panel.study-hub figure figcaption {
  padding: 1.6rem 2.4rem;
}

.promo-panel.study-hub figure figcaption:first-child h1 {
  color: #64A659;
}

.promo-panel.study-hub figure > :last-child {
  border-left: 2px solid #DDD;
  padding: 1.6rem 2.4rem;
}

.promo-panel.study-hub figure > :last-child > h3 {
  color: #8B8B8B;
}

.promo-panel.study-hub figure > :last-child > ul {
  padding-left: 0;
}

.promo-panel.study-hub figure > :last-child > ul li {
  padding-left: 0;
  list-style: none;
}

.promo-panel.study-hub figure > :last-child > ul li span {
  color: #64A659;
  font-weight: 700;
}

.promo-panel.two-panels > div {
  display: -webkit-box;
  display: flex;
}

.promo-panel.two-panels figure {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  display: block;
}

.promo-panel.two-panels figure img {
  width: 100%;
}

.promo-panel.two-panels figure img + figcaption {
  margin-top: -25%;
  background-color: #fff;
  padding-top: 0;
}

.promo-panel.two-panels figure img + figcaption h1,
.promo-panel.two-panels figure img + figcaption h2 {
  margin-top: -1em;
}

.promo-panel.two-panels figure figcaption {
  width: 100%;
}

.promo-panel.two-panels figure figcaption h1,
.promo-panel.two-panels figure figcaption h2 {
  color: #FFF;
  background-color: #0D4C38;
  padding: 0.4em 0.5em;
  display: inline-block;
  margin-left: -0.5em;
}

.promo-panel.two-panels figure:first-child {
  margin-right: 1em;
}

@media (max-width: 42.99em) {
  .promo-panel.two-panels > div {
    flex-wrap: wrap;
  }
  .promo-panel.two-panels figure {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
  .promo-panel.two-panels figure img {
    width: 100%;
  }
  .promo-panel.two-panels figure img + figcaption {
    margin-top: 0;
    padding-left: 1em;
  }
  .promo-panel.two-panels figure:first-child {
    margin-right: 0;
  }
}

.promo-panel.dual-content .dual-content-block {
  background-color: #FFF;
}

.promo-panel.dual-content .dual-content-block::after {
  clear: both;
  display: table;
  content: '';
}

.promo-panel.dual-content .dual-content-block > figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promo-panel.dual-content .dual-content-block > figure:first-child figcaption {
  height: 100%;
  width: 100%;
  padding: 0;
}

.promo-panel.dual-content .dual-content-block .media img {
  float: none;
  width: 100%;
}

.promo-panel.dual-content .dual-content-block .media figcaption {
  padding: 1.5rem 1.5rem;
  min-width: 14.5rem;
}

.promo-panel.dual-content .dual-content-block .media figcaption h4 {
  margin-bottom: 0;
  padding: 0 4.5rem 0 0;
}

.promo-panel.dual-content .dual-content-block .media .play-button {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -1.25em;
}

@media (max-width: 42.99em) {
  .promo-panel.dual-content .dual-content-block > figure:first-child {
    margin-bottom: 1.5rem;
  }
  .promo-panel.dual-content .dual-content-block .media > a:before {
    display: none;
  }
  .promo-panel.dual-content .dual-content-block .media figcaption {
    position: relative;
    margin: 0;
  }
}

@media (min-width: 43em) {
  .promo-panel.dual-content .dual-content-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  }
  .promo-panel.dual-content .dual-content-block > figure {
    float: left;
  }
  .promo-panel.dual-content .dual-content-block > figure:first-child {
    padding: 2.25rem;
    width: 60%;
  }
  .promo-panel.dual-content .dual-content-block > figure:last-child {
    width: 40%;
  }
  .promo-panel.dual-content .dual-content-block .media {
    align-self: center;
  }
}

.promo-panel.two-one-third > div {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 42.99em) {
  .promo-panel.two-one-third > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .promo-panel.two-one-third > div > :first-child,
  .promo-panel.two-one-third > div > :last-child {
    width: 100%;
  }
}

.promo-panel.two-one-third > div.half-panel > :first-child {
  width: 66.66667%;
  margin-right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
}

@media (max-width: 60.99em) {
  .promo-panel.two-one-third > div.half-panel > :first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .promo-panel.two-one-third > div.half-panel > :first-child figcaption:first-child {
    width: 100%;
  }
}

.promo-panel.two-one-third > div.half-panel > :first-child > :first-child {
  width: 50%;
}

.promo-panel.two-one-third > div.half-panel > :last-child {
  width: 33.33333%;
}

@media (max-width: 42.99em) {
  .promo-panel.two-one-third > div.half-panel > :first-child,
  .promo-panel.two-one-third > div.half-panel > :last-child {
    width: 100%;
  }
}

.promo-panel.two-one-third figure figcaption {
  padding: 1.4em;
}

.promo-panel.two-one-third figure:first-child {
  margin-right: 1.5rem;
  width: 66.66667%;
}

.promo-panel.two-one-third figure:first-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-panel.two-one-third figure:last-child {
  width: 33.33333%;
}

.promo-panel.two-one-third figure:last-child figcaption {
  width: 100%;
  text-align: right;
}

.promo-panel.title-image {
  background-color: #FFF;
}

.promo-panel.title-image figure {
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promo-panel.title-image figure img {
  width: 100%;
  flex-shrink: 0;
}

.promo-panel.title-image figure figcaption {
  margin: 0;
  padding: 1em;
  width: 100%;
  background-color: #0D4C38;
}

.promo-panel.title-image figure figcaption h1,
.promo-panel.title-image figure figcaption h2,
.promo-panel.title-image figure figcaption h3 {
  margin-bottom: 0;
  color: #FFF;
}

.promo-panel.title-image section {
  width: 100%;
}

.promo-panel.title-image section p {
  font-size: 1.2rem;
}

@media (min-width: 61em) {
  .promo-panel.title-image figure figcaption {
    position: absolute;
    top: 10%;
    left: 0;
    margin-left: -0.75rem;
    max-width: 90%;
  }
}

@media (min-width: 43em) {
  .promo-panel.title-image > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .promo-panel.title-image figure {
    width: 40%;
  }
  .promo-panel.title-image section {
    padding-left: 1.5rem;
    width: 60%;
  }
}

@media (max-width: 60.99em) {
  .promo-panel.title-image figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 42.99em) {
  .promo-panel.title-image figure {
    margin-bottom: 1.3rem;
  }
}

.promo::after {
  clear: both;
  display: table;
  content: '';
}

.text-promo-panel {
  border-bottom: 0.0625rem solid #DDD;
}

@media (min-width: 43em) {
  .text-promo-panel {
    padding: 1.5rem 0;
  }
  .text-promo-panel .text-wrap {
    float: left;
    width: 70%;
  }
  .text-promo-panel .button-wrap {
    float: left;
    margin-top: 2.5rem;
    padding-left: 1.5rem;
    width: 30%;
  }
}

@media (max-width: 42.99em) {
  .text-promo-panel .text-wrap {
    margin-bottom: 1.3rem;
  }
}

.text-promo-panel.video .media .outside {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.text-promo-panel.video .outside h4 {
  margin-bottom: 0;
  padding: 0.65em 0.5em;
}

.text-promo-panel.video .outside h4 i {
  margin-left: 0.5em;
}

#hubv4 .panels .panel {
  background-color: #f7f7f7;
  padding: 0;
}

#hubv4 .panels .panel a {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  display: block;
  height: 100%;
}

#hubv4 .panels .panel a:hover, #hubv4 .panels .panel a:active, #hubv4 .panels .panel a:focus {
  background-color: #fff;
  outline: 2px #ccdcd7 solid;
}

#hubv4 .panels .panel a:hover h3, #hubv4 .panels .panel a:hover h4, #hubv4 .panels .panel a:active h3, #hubv4 .panels .panel a:active h4, #hubv4 .panels .panel a:focus h3, #hubv4 .panels .panel a:focus h4 {
  text-decoration: underline;
}

#hubv4 .panels .panel a > div {
  padding: .5rem 1rem;
}

#hubv4 .panels .panel img {
  border-bottom: 0.25rem solid #99B9AF;
}

#hubv4 .panels .panel p {
  color: #424242;
}

#hubv4 .panels .panel h3,
#hubv4 .panels .panel h4 {
  font-size: 1.3rem;
  color: #0D4C38;
}

@media (min-width: 43em) and (max-width: 60.99em) {
  #hubv4 .panels .panel a {
    display: -webkit-box;
    display: flex;
  }
  #hubv4 .panels .panel a img {
    border-right: 0.25rem solid #99B9AF;
    border-bottom: none;
    margin-right: .25rem;
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hubv4 .panels .panel a h3, #hubv4 .panels .panel a h4 {
    margin-bottom: .5rem;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .panels .panel a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #hubv4 .panels .panel a img {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: .5rem;
    aspect-ratio: 16/9;
  }
}

#hubv4 :not(.intro-promo):not(.video).text-promo-panel {
  padding: 1.5rem;
  border: none;
}

#hubv4 :not(.intro-promo):not(.video).text-promo-panel > div {
  border: 1px solid #669787;
  border-radius: 0.125rem;
  border-left: 0.5rem solid #669787;
}

#hubv4 .text-promo-panel.video .media.featured figcaption {
  background-color: #CCDCD7;
}

#hubv4 .formatting .promo-panel figure {
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

#hubv4 .formatting .promo-panel figure img {
  margin-bottom: 0;
}

#hubv4 .formatting figure > a h3,
#hubv4 .formatting figure > a h4 {
  color: #0D4C38;
}

#hubv4 .formatting figure > a img {
  margin-bottom: 0;
  border-bottom: 5px solid #99B9AF;
}

#hubv4 .formatting figure > a img + figcaption {
  margin-top: 0;
  padding: 1.5rem;
}

#hubv4 .promos figure {
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

@media (max-width: 42.99em) {
  #hubv4 .promo-panel figure > img {
    margin-bottom: 0;
  }
  #hubv4 .promo-panel figure > img + figcaption {
    padding: 1.5rem;
    margin-top: 0;
  }
  #hubv4 .promo-panel figure > img + figcaption h1,
  #hubv4 .promo-panel figure > img + figcaption h2,
  #hubv4 .promo-panel figure > img + figcaption h3 {
    margin-top: 0;
  }
  #hubv4 .promo-panel figure > figcaption {
    padding: 1.5rem;
  }
  #hubv4 .promo-panel figure > figcaption h1,
  #hubv4 .promo-panel figure > figcaption h2,
  #hubv4 .promo-panel figure > figcaption h3 {
    margin-top: 0;
  }
}

.homepage-intro::after {
  clear: both;
  display: table;
  content: '';
}

.homepage-intro .intro-text {
  margin-bottom: 1.5rem;
}

.homepage-intro .intro-text p {
  font-size: 1.125em;
  color: #424242;
}

.homepage-intro .links-wrap p {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 0.75rem;
  line-height: 2;
}

.homepage-intro .links-wrap .social-icon {
  display: inline-block;
  vertical-align: middle;
}

.homepage-intro .links-wrap div.button-links a.button, .homepage-intro .links-wrap div.button-links #hubv4 .news-row header a.link-more, #hubv4 .news-row header .homepage-intro .links-wrap div.button-links a.link-more {
  margin-right: 0.5rem;
  margin-bottom: .5em;
}

.homepage-intro .links-wrap div.button-links a.button:last-child, .homepage-intro .links-wrap div.button-links #hubv4 .news-row header a.link-more:last-child, #hubv4 .news-row header .homepage-intro .links-wrap div.button-links a.link-more:last-child {
  margin-right: 0;
}

@media (max-width: 60.99em) {
  .homepage-intro .links-wrap div.button-links {
    margin-bottom: 1.3rem;
  }
}

@media (min-width: 61em) {
  .homepage-intro .links-wrap div {
    float: left;
    width: calc( 50% - 0.75rem);
  }
  .homepage-intro .links-wrap div:nth-child(2n+1) {
    clear: left;
  }
  .homepage-intro .links-wrap div:not(:nth-child(2n+1)) {
    margin-left: 0.75rem;
  }
  .homepage-intro .links-wrap div:not(:nth-child(2n+0)) {
    margin-right: 0.75rem;
  }
}

.homepage-intro + .text-promo-panel,
.homepage-intro + .intro-promo {
  padding: 0;
  border-bottom: 0;
}

.homepage-intro + .text-promo-panel .text-wrap,
.homepage-intro + .text-promo-panel .button-wrap,
.homepage-intro + .intro-promo .text-wrap,
.homepage-intro + .intro-promo .button-wrap {
  width: 100%;
}

.homepage-intro + .text-promo-panel .button-wrap,
.homepage-intro + .intro-promo .button-wrap {
  margin-top: 1.3rem;
  padding-left: 0;
}

@media (min-width: 43em) {
  .homepage-intro + .text-promo-panel,
  .homepage-intro + .intro-promo {
    float: left;
    width: 33.33333%;
  }
}

.homepage-intro.study-hub .intro-text h1,
.homepage-intro.study-hub .intro-text h2,
.homepage-intro.study-hub + .text-promo-panel h1,
.homepage-intro.study-hub + .text-promo-panel h2,
.homepage-intro.study-hub + .intro-promo h1,
.homepage-intro.study-hub + .intro-promo h2 {
  color: #64A659;
}

.homepage-intro.study-hub .intro-text h3,
.homepage-intro.study-hub .intro-text p,
.homepage-intro.study-hub .intro-text li,
.homepage-intro.study-hub + .text-promo-panel h3,
.homepage-intro.study-hub + .text-promo-panel p,
.homepage-intro.study-hub + .text-promo-panel li,
.homepage-intro.study-hub + .intro-promo h3,
.homepage-intro.study-hub + .intro-promo p,
.homepage-intro.study-hub + .intro-promo li {
  color: #424242;
}

.homepage-intro.study-hub + .text-promo-panel .text-wrap ul {
  padding-left: 0;
}

.homepage-intro.study-hub + .text-promo-panel .text-wrap ul li span {
  color: #64A659;
  font-weight: 700;
}

.homepage-intro.study-hub + .text-promo-panel .text-wrap ul li a {
  text-decoration: none;
}

@media (min-width: 43em) {
  .homepage-intro.study-hub + .text-promo-panel {
    border-left: 0.125rem solid #DDD;
  }
}

@media (min-width: 43em) {
  .homepage-intro {
    width: 66.66667%;
  }
  .homepage-intro:last-child {
    margin: 0 auto;
  }
  .homepage-intro:not(:last-child) {
    float: left;
  }
}

@media (max-width: 42.99em) {
  .homepage-intro:not(:last-child) {
    border-bottom: 0.0625rem solid #DDD;
  }
}

#hubv4 .homepage-intro {
  margin-top: 1rem;
  width: 65%;
  padding-right: 2.5rem;
  border: none;
  float: left;
}

@media (max-width: 60.99em) {
  #hubv4 .homepage-intro {
    margin-top: 0;
  }
}

#hubv4 .homepage-intro .intro-text {
  margin-bottom: 2rem;
}

#hubv4 .homepage-intro .intro-text p, #hubv4 .homepage-intro .intro-text ul, #hubv4 .homepage-intro .intro-text li {
  font-size: 1.2rem;
}

#hubv4 .homepage-intro .intro-text p:first-child {
  font-weight: 500;
  font-size: 1.3rem;
  color: #0D4C38;
}

#hubv4 .homepage-intro .intro-text p:first-child:before {
  display: block;
  margin-bottom: 0.8rem;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0D4C38;
  margin-left: 2px;
}

#hubv4 .homepage-intro .links-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#hubv4 .homepage-intro .links-wrap .button-links {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: auto;
}

#hubv4 .homepage-intro .links-wrap .social-links {
  -webkit-box-flex: 1;
          flex: 1 0;
  max-width: 250px;
  min-width: 130px;
  border-top: 0.5rem solid #99B9AF;
  width: unset;
  padding: 1rem;
  padding-top: .5rem;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}

#hubv4 .homepage-intro .links-wrap .social-links p {
  font-weight: 500;
  width: 100%;
}

#hubv4 .homepage-intro .links-wrap .social-links .social-icon img {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#hubv4 .homepage-intro + .text-promo-panel .media figcaption {
  position: relative;
}

@media (max-width: 56.25em) {
  #hubv4 .homepage-intro {
    width: 100%;
  }
}

#hubv4 .homepage-intro + .text-promo-panel {
  margin-top: 1rem;
  width: 35%;
}

@media (max-width: 42.99em) {
  #hubv4 .homepage-intro + .text-promo-panel {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #hubv4 .homepage-intro + .text-promo-panel.text-promo-panel {
    width: auto !important;
    padding: 1rem;
    margin: 1rem !important;
  }
}

@media (max-width: 60.99em) {
  #hubv4 .homepage-intro + .text-promo-panel.text-promo-panel {
    width: auto !important;
    margin: 1rem;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .homepage-intro + .text-promo-panel.text-promo-panel {
    width: auto !important;
    margin: 0;
  }
  #hubv4 .homepage-intro + .text-promo-panel.text-promo-panel .block {
    padding: 0;
  }
}

#hubv4 .homepage-intro + .text-promo-panel h1, #hubv4 .homepage-intro + .text-promo-panel h2, #hubv4 .homepage-intro + .text-promo-panel h3, #hubv4 .homepage-intro + .text-promo-panel h4, #hubv4 .homepage-intro + .text-promo-panel p {
  margin-bottom: 1.2rem;
}

#hubv4 .homepage-intro + .text-promo-panel > div:not(.promo) {
  background-color: unset !important;
  border: unset !important;
}

#hubv4 .homepage-intro + .text-promo-panel .media::before {
  position: absolute;
  height: 100%;
  width: 40px;
  background-image: url("images/patterns/spiral-pattern-vertical.svg");
  background-position: left;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 3;
  left: -10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#hubv4 .homepage-intro + .text-promo-panel .media a:hover::before, #hubv4 .homepage-intro + .text-promo-panel .media a:active::before, #hubv4 .homepage-intro + .text-promo-panel .media a:focus::before {
  background-color: rgba(0, 0, 0, 0.2);
}

#hubv4 .homepage-intro + .text-promo-panel .media a::before {
  background-color: transparent;
}

#hubv4 .homepage-intro + .text-promo-panel .media figcaption {
  background-color: #CCDCD7;
}

#hubv4 .homepage-intro + .text-promo-panel .media img {
  position: relative;
}

@media (min-width: 43em) {
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption {
    width: 100% !important;
    padding: 1.5rem  1rem;
    margin: 0;
    max-width: unset;
    left: unset !important;
    top: -1px !important;
    bottom: 0 !important;
    right: 0rem;
  }
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption h3, #hubv4 .homepage-intro + .text-promo-panel .media figcaption h4, #hubv4 .homepage-intro + .text-promo-panel .media figcaption h5 {
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption h3 i::before, #hubv4 .homepage-intro + .text-promo-panel .media figcaption h4 i::before, #hubv4 .homepage-intro + .text-promo-panel .media figcaption h5 i::before {
    content: "";
  }
}

@media (max-width: 56.25em) {
  #hubv4 .homepage-intro + .text-promo-panel {
    width: 100%;
  }
}

@media (max-width: 42.99em) {
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption {
    margin-top: 0;
    padding: 1rem;
  }
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption h4 {
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  #hubv4 .homepage-intro + .text-promo-panel .media figcaption i::before {
    content: "";
  }
  #hubv4 .homepage-intro + .text-promo-panel .media::before {
    content: none;
  }
}

#hubv4 .homepage-intro + .text-promo-panel.intro-promo {
  border: 1px solid #99B9AF;
}

#hubv4 .homepage-intro + .text-promo-panel.intro-promo::before {
  content: none;
}

@media (min-width: 43em) {
  #hubv4 .homepage-intro + .text-promo-panel.intro-promo {
    width: calc(35% - 1rem);
  }
}

@media (max-width: 56.25em) {
  #hubv4 .homepage-intro + .text-promo-panel.intro-promo {
    width: 100%;
  }
}

@media (min-width: 43em) {
  .text-promo-panel.intro-promo::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    left: 66.66667%;
    border-left: 0.0625rem solid #DDD;
  }
  .text-promo-panel.intro-promo.no-border::before {
    border-left: 0;
  }
}

/* Homepage quicklinks + news for port */
.quicklinks-news {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.quicklinks-news .quicklinks {
  -webkit-box-ordinal-group: 3;
          order: 2;
  background-color: #EEE;
  margin: 1rem -1.5rem;
  padding: 1.5rem;
}

.quicklinks-news .quicklinks h2 {
  color: #424242;
  position: relative;
}

.quicklinks-news .quicklinks h2:after {
  content: none;
  position: absolute;
  display: inline-block;
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  right: 0;
  top: 3px;
}

.quicklinks-news .quicklinks h2.active:after {
  content: "";
}

.quicklinks-news .quicklinks ul {
  margin-top: .5rem;
}

.quicklinks-news .quicklinks ul.active {
  display: block;
}

.quicklinks-news .quicklinks ul li {
  padding: .5rem 0;
  border-bottom: 1px solid #DDD;
}

.quicklinks-news .quicklinks ul li a {
  font-size: 1.1rem;
}

@media (max-width: 42.99em) {
  .quicklinks-news .quicklinks ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .quicklinks-news .quicklinks ul li {
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
}

.quicklinks-news .panels .panel {
  display: -webkit-box;
  display: flex;
  background-color: #FFF;
  padding: .5rem 0;
  margin: 1rem 0;
}

.quicklinks-news .panels .panel a h3 {
  color: #005EA5;
  font-size: 1.5rem;
}

.quicklinks-news .panels .panel img {
  max-width: 40%;
  max-height: 80px;
  margin-right: 1rem;
}

@media (min-width: 43em) {
  .quicklinks-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
  .quicklinks-news .quicklinks {
    width: 100%;
    margin: 1rem 0;
    border-radius: 4px;
  }
  .quicklinks-news .quicklinks h2.active:after {
    content: "";
  }
  .quicklinks-news .quicklinks h2:after {
    content: "";
  }
  .quicklinks-news .quicklinks ul {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
  }
  .quicklinks-news .quicklinks ul li {
    -webkit-box-flex: 1;
            flex: 1 1 33%;
    border-bottom: none;
    padding: .8rem;
  }
  .quicklinks-news .quicklinks ul li a {
    font-size: 1.3rem;
  }
}

@media (max-width: 60.99em) {
  .quicklinks-news .quicklinks {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 61em) {
  .quicklinks-news {
    flex-wrap: nowrap;
  }
  .quicklinks-news .quicklinks {
    -webkit-box-ordinal-group: 1;
            order: 0;
    width: 25%;
    margin-right: 1rem;
    -webkit-box-flex: 1;
            flex: 1 0 25%;
  }
  .quicklinks-news .quicklinks h2 {
    font-size: 1.5rem;
  }
  .quicklinks-news .quicklinks ul {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .quicklinks-news .quicklinks ul li {
    border-bottom: 1px solid #DDD;
    padding: .8rem;
    padding-left: 0;
  }
  .quicklinks-news .quicklinks ul li a {
    font-size: 1.1rem;
  }
  .quicklinks-news .quicklinks ul li a:hover, .quicklinks-news .quicklinks ul li a:active, .quicklinks-news .quicklinks ul li a:focus {
    text-decoration: underline;
  }
  .quicklinks-news .quicklinks ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .quicklinks-news .panels {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
  }
  .quicklinks-news .panels .panel {
    display: block;
  }
  .quicklinks-news .panels .panel img {
    max-width: 100%;
    width: 100%;
    max-height: unset;
    margin-bottom: 0.5rem;
  }
  .quicklinks-news .panels .panel h3 {
    margin-bottom: 0.5rem;
  }
  .quicklinks-news .panels .panel h3:hover, .quicklinks-news .panels .panel h3:active, .quicklinks-news .panels .panel h3:focus {
    text-decoration: underline;
  }
  .quicklinks-news .panels .panel:not(:last-child) {
    margin-right: 1rem;
  }
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    position: relative;
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    position: relative;
  }
}

.main-site-header a:active, .main-site-header a:focus,
.main-site-header button:active,
.main-site-header button:focus,
#mega-nav a:active,
#mega-nav a:focus,
#mega-nav button:active,
#mega-nav button:focus {
  outline: 1px solid #DDD;
}

.main-site-header #mega-menu li.nav-item-parent > a:active, .main-site-header #mega-menu li.nav-item-parent > a:focus,
#mega-nav #mega-menu li.nav-item-parent > a:active,
#mega-nav #mega-menu li.nav-item-parent > a:focus {
  outline: initial;
}

.site-header,
.main-site-header {
  padding-top: 0.5rem;
  background: #1D2624;
  border-bottom: 6px solid #0D4C38;
  /* Victoria main logotype */
  /* Site's introduction - eg. sitename, motto, short abstract */
}

.site-header .block,
.main-site-header .block {
  display: -webkit-box;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-header .menu-container,
.main-site-header .menu-container {
  -webkit-box-flex: 1;
          flex: 1 0 70%;
  align-self: center;
}

.site-header .search-bar,
.main-site-header .search-bar {
  display: none;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  margin-top: 1rem;
}

.site-header .search-bar form,
.main-site-header .search-bar form {
  margin: 0 auto;
  padding: 1em;
  width: 70%;
  background-color: #DDD;
  border-radius: 3px;
}

.site-header .search-bar form input[type="search"],
.main-site-header .search-bar form input[type="search"] {
  margin-right: 2%;
  padding: 0.66em;
  width: 78%;
  max-height: 2.81rem;
}

.site-header .search-bar form input[type="submit"],
.main-site-header .search-bar form input[type="submit"] {
  padding: 0.5em;
  width: 18%;
  max-height: 2.81rem;
  cursor: pointer;
  border-style: inherit;
}

.site-header .main-menu-toggle,
.main-site-header .main-menu-toggle {
  display: none;
}

.site-header .horizontal-menu,
.main-site-header .horizontal-menu {
  -webkit-box-align: center;
          align-items: center;
}

.site-header .horizontal-menu::after,
.main-site-header .horizontal-menu::after {
  clear: both;
  display: table;
  content: '';
}

.site-header .horizontal-menu .menu-bar,
.main-site-header .horizontal-menu .menu-bar {
  padding: 0.25em 1.5rem;
}

.site-header .horizontal-menu .menu-bar::after,
.main-site-header .horizontal-menu .menu-bar::after {
  clear: both;
  display: table;
  content: '';
}

.site-header .horizontal-menu .menu-bar .search-item,
.main-site-header .horizontal-menu .menu-bar .search-item {
  position: absolute;
  right: 0;
}

.site-header .horizontal-menu .menu-bar a,
.main-site-header .horizontal-menu .menu-bar a {
  display: block;
  margin: 0;
  padding: 0 1.06667rem;
  color: #FFF;
  border-bottom: 0;
  line-height: 1.2;
}

.site-header .horizontal-menu .menu-bar a.active,
.main-site-header .horizontal-menu .menu-bar a.active {
  position: relative;
}

.site-header .horizontal-menu .menu-bar a:hover,
.main-site-header .horizontal-menu .menu-bar a:hover {
  opacity: 0.9;
}

@media (min-width: 88em) {
  .site-header .horizontal-menu .menu-bar a,
  .main-site-header .horizontal-menu .menu-bar a {
    font-size: 2vw;
    font-weight: 500;
  }
}

@media (max-width: 87.99em) {
  .site-header .horizontal-menu .menu-bar a,
  .main-site-header .horizontal-menu .menu-bar a {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1400px) {
  .site-header .horizontal-menu .menu-bar a,
  .main-site-header .horizontal-menu .menu-bar a {
    font-size: 28px;
  }
}

.site-header .horizontal-menu.sub-nav,
.main-site-header .horizontal-menu.sub-nav {
  margin-bottom: 0.3125rem;
}

.site-header .horizontal-menu.sub-nav a,
.main-site-header .horizontal-menu.sub-nav a {
  margin-bottom: 0;
  padding: 0 1.5rem 0 0;
  font-size: 85%;
  color: #CCC;
}

@media (min-width: 88em) {
  .site-header .horizontal-menu,
  .main-site-header .horizontal-menu {
    display: -webkit-box;
    display: flex;
  }
}

.site-header .logo,
.site-header .site-intro,
.main-site-header .logo,
.main-site-header .site-intro {
  vertical-align: middle;
  align-self: center;
}

.site-header .logo a,
.site-header .site-intro a,
.main-site-header .logo a,
.main-site-header .site-intro a {
  display: block;
}

.site-header .logo a:hover, .site-header .logo a:active, .site-header .logo a:focus,
.site-header .site-intro a:hover,
.site-header .site-intro a:active,
.site-header .site-intro a:focus,
.main-site-header .logo a:hover,
.main-site-header .logo a:active,
.main-site-header .logo a:focus,
.main-site-header .site-intro a:hover,
.main-site-header .site-intro a:active,
.main-site-header .site-intro a:focus {
  opacity: 0.9;
}

.site-header .logo,
.main-site-header .logo {
  text-align: center;
}

.site-header .logo img,
.main-site-header .logo img {
  max-height: 6.5rem;
  vertical-align: middle;
}

.site-header h1,
.main-site-header h1 {
  font-size: 2.21533rem;
  font-weight: 400;
  color: #FFF;
}

.site-header h1 .large,
.main-site-header h1 .large {
  font-size: 140%;
}

.site-header h1 .large:not(:first-child),
.main-site-header h1 .large:not(:first-child) {
  line-height: 0.8;
}

.site-header h1 .preline,
.site-header h1 small,
.main-site-header h1 .preline,
.main-site-header h1 small {
  display: block;
}

.site-header h1 .preline,
.main-site-header h1 .preline {
  font-size: 75%;
}

.site-header h1 small,
.main-site-header h1 small {
  margin-top: 0.25rem;
  font-size: 50%;
  font-weight: normal;
  color: #CCC;
  line-height: 1.2;
}

@media (min-width: 43em) {
  .site-header .block,
  .main-site-header .block {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .site-header .site-intro,
  .main-site-header .site-intro {
    float: left;
    padding: 0.3rem 1.25rem 0.5rem 1.875rem;
    width: 75%;
  }
  .site-header .horizontal-menu::after,
  .main-site-header .horizontal-menu::after {
    clear: both;
    display: table;
    content: '';
  }
  .site-header .horizontal-menu.main-nav,
  .main-site-header .horizontal-menu.main-nav {
    display: block !important;
  }
  .site-header .horizontal-menu.main-nav a,
  .main-site-header .horizontal-menu.main-nav a {
    padding-bottom: 0.3em;
  }
  .site-header .horizontal-menu a,
  .main-site-header .horizontal-menu a {
    float: left;
    margin: 0;
    padding: 0.8rem 1.06667rem;
    border-bottom: 0;
  }
  .site-header .horizontal-menu a.active::after,
  .main-site-header .horizontal-menu a.active::after {
    position: static;
    display: inline-block;
    content: "";
    height: 0;
    width: 100%;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    border-top: 0.1875rem solid #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -0.75rem -0.75rem;
  }
  .site-header .horizontal-menu a.active:hover::after,
  .main-site-header .horizontal-menu a.active:hover::after {
    border-color: #CCC;
  }
  .site-header .logo,
  .main-site-header .logo {
    float: left;
    padding: 0.1rem 1.875rem 0.1rem;
    width: 25%;
    border-right: 1px solid #555;
  }
}

@media (max-width: 42.99em) {
  .site-header .block,
  .main-site-header .block {
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-header .main-menu-toggle,
  .main-site-header .main-menu-toggle {
    display: block;
    font-size: 2.5em;
    color: #FFF;
    cursor: pointer;
    margin-left: auto;
  }
  .site-header .main-menu-toggle .icon-menu::before,
  .main-site-header .main-menu-toggle .icon-menu::before {
    margin-right: 0;
  }
  .site-header .menu-container,
  .main-site-header .menu-container {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .site-header .menu-container .sub-nav,
  .main-site-header .menu-container .sub-nav {
    display: none;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .site-header .menu-container .sub-nav .menu-bar,
  .main-site-header .menu-container .sub-nav .menu-bar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .site-header .menu-container .sub-nav .menu-bar a,
  .main-site-header .menu-container .sub-nav .menu-bar a {
    padding: 0.5rem 1.5rem 0.5rem 0;
    font-size: 95%;
    color: #fff;
    text-transform: inherit;
    text-decoration: underline;
    font-weight: 500;
  }
  .site-header .menu-container .horizontal-menu.main-nav,
  .main-site-header .menu-container .horizontal-menu.main-nav {
    display: none;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 1rem;
  }
  .site-header .menu-container .horizontal-menu.main-nav .menu-bar,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar {
    padding: 0;
    background-color: #424242;
  }
  .site-header .menu-container .horizontal-menu.main-nav .menu-bar .search-item,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar .search-item {
    display: none;
  }
  .site-header .menu-container .horizontal-menu.main-nav .menu-bar a,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar a {
    margin-bottom: 0 !important;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #707070;
  }
  .site-header .menu-container .horizontal-menu.main-nav .menu-bar a:hover, .site-header .menu-container .horizontal-menu.main-nav .menu-bar a:active, .site-header .menu-container .horizontal-menu.main-nav .menu-bar a:focus,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar a:hover,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar a:active,
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar a:focus {
    background-color: #8B8B8B;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-header .menu-container .horizontal-menu.main-nav .menu-bar a:nth-last-child(2),
  .main-site-header .menu-container .horizontal-menu.main-nav .menu-bar a:nth-last-child(2) {
    border-bottom-color: transparent;
  }
  .site-header .logo img,
  .main-site-header .logo img {
    width: 12rem;
  }
  .site-header .site-intro,
  .main-site-header .site-intro {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .site-header h1,
  .main-site-header h1 {
    line-height: 1.92rem;
    text-align: center;
  }
  .site-header h1 .large,
  .main-site-header h1 .large {
    font-size: 120%;
  }
  .site-header .search-bar,
  .main-site-header .search-bar {
    margin-top: 1em;
  }
  .site-header .search-bar form,
  .main-site-header .search-bar form {
    width: 100%;
  }
  .site-header .search-bar form input[type="search"],
  .main-site-header .search-bar form input[type="search"] {
    width: 100%;
  }
  .site-header .search-bar form input[type="submit"],
  .main-site-header .search-bar form input[type="submit"] {
    margin-top: 0.5rem;
    width: 100%;
  }
}

/* menu toggle icon css only transform hamburger to cross */
.menu-toggle-icon {
  height: 45px;
  width: 60px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.menu-toggle-icon span {
  height: 9px;
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 1;
  background: #FFF;
  border-radius: 9px;
}

.menu-toggle-icon span:nth-child(1) {
  top: 0;
}

.menu-toggle-icon span:nth-child(2),
.menu-toggle-icon span:nth-child(3) {
  top: 18px;
}

.menu-toggle-icon span:nth-child(4) {
  top: 36px;
}

.menu-toggle-icon.open span:nth-child(1) {
  top: 18px;
  left: 50%;
  width: 0%;
}

.menu-toggle-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle-icon.open span:nth-child(4) {
  top: 18px;
  left: 50%;
  width: 0;
}

/* Styling to fit existing site IA until hub IA is implemented */
.main-site-header.existing-ia {
  overflow: hidden;
}

@media (min-width: 43em) {
  .main-site-header.existing-ia > div .logo {
    margin-right: 0;
    width: 25%;
  }
}

.main-site-header.existing-ia > div nav.menu-container {
  -webkit-box-flex: 1;
          flex: 1 0 75%;
}

.main-site-header.existing-ia > div nav.menu-container .horizontal-menu {
  width: 100%;
}

.main-site-header.existing-ia > div nav.menu-container .horizontal-menu.main-nav .menu-bar a {
  margin-bottom: 0.3125rem;
  padding: 0.125rem 1.5rem 0.125rem 0;
}

@media (min-width: 43em) {
  .main-site-header.existing-ia > div nav.menu-container .horizontal-menu.main-nav .menu-bar a {
    font-size: 1.1rem;
  }
}

@media (max-width: 42.99em) {
  .main-site-header.existing-ia > div nav.menu-container .horizontal-menu.main-nav .menu-bar a {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 42.99em) {
  .main-site-header.existing-ia > div nav.menu-container {
    padding-left: 0;
  }
}

@media (max-width: 42.99em) {
  .global + .site-header .logo {
    display: none;
  }
}

.tile-grid::after {
  clear: both;
  content: "";
  display: block;
}

.tile-grid .tiles-wrap {
  margin-top: 1rem;
}

.tile-grid .tiles-wrap > ul {
  display: block;
}

.tile-grid .tiles-wrap > ul::after {
  clear: both;
  display: table;
  content: '';
}

.tile-grid .tiles-wrap li.tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.75rem;
  height: 15.5rem;
}

.tiles-panel .tile-grid .tiles-wrap li.tile {
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.tile-grid .tiles-wrap li.tile .img-helper + img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .tile-grid .tiles-wrap li.tile .img-helper + img {
    height: 100%;
    width: 100%;
  }
}

.tile-grid .tiles-wrap li.tile.is-matching {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}

.tile-grid .tiles-wrap li.tile.is-not-matching {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.tile-grid .tiles-wrap li.tile .tile-text {
  height: auto;
  width: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  display: block;
  background-color: #0D4C38;
}

.tile-grid .tiles-wrap li.tile .tile-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem;
}

.tile-grid .tiles-wrap li.tile .tile-title h2 {
  float: left;
  width: 95%;
}

.tile-grid .tiles-wrap li.tile .tile-title i {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 0.5rem;
  width: 5%;
  color: #FFF;
  font-size: 220%;
}

.tile-grid .tiles-wrap li.tile .tile-title i::before {
  margin: 0;
}

.tile-grid .tiles-wrap li.tile h2,
.tile-grid .tiles-wrap li.tile h4,
.tile-grid .tiles-wrap li.tile p {
  margin: 0;
  padding: 0;
  color: #FFF;
}

.tile-grid .tiles-wrap li.tile a {
  display: block;
}

.tile-grid .tiles-wrap li.tile a:hover {
  opacity: 1;
  border: 0;
}

.tile-grid .tiles-wrap li.tile a h2 {
  font-size: 1.4884rem;
}

.tile-grid .tiles-wrap li.tile h4 {
  margin-bottom: 0.5rem;
  color: #DDD;
  font-size: 1.22rem;
}

.tile-grid .tiles-wrap li.tile h4::before {
  vertical-align: 0;
  font-size: 85%;
}

@media (min-width: 88em) {
  .tile-grid .tiles-wrap li.tile {
    float: left;
    width: calc( 25% - 0.5625rem);
  }
  .tile-grid .tiles-wrap li.tile:nth-child(4n+1) {
    clear: left;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(4n+1)) {
    margin-left: 0.375rem;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(4n+0)) {
    margin-right: 0.375rem;
  }
}

@media (min-width: 61em) and (max-width: 87.99em) {
  .tile-grid .tiles-wrap li.tile {
    float: left;
    width: calc( 33.33333% - 0.5rem);
  }
  .tile-grid .tiles-wrap li.tile:nth-child(3n+1) {
    clear: left;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(3n+1)) {
    margin-left: 0.375rem;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(3n+0)) {
    margin-right: 0.375rem;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .tile-grid .tiles-wrap li.tile {
    float: left;
    width: calc( 50% - 0.375rem);
  }
  .tile-grid .tiles-wrap li.tile:nth-child(2n+1) {
    clear: left;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(2n+1)) {
    margin-left: 0.375rem;
  }
  .tile-grid .tiles-wrap li.tile:not(:nth-child(2n+0)) {
    margin-right: 0.375rem;
  }
}

@media (max-width: 42.99em) {
  .tile-grid .tiles-wrap li.tile .tile-title {
    padding-bottom: 1rem;
  }
  .tile-grid .tiles-wrap li.tile .img-helper + img {
    max-height: none;
  }
  .tile-grid .tiles-wrap li.tile h4 {
    display: inline-block;
    margin-right: .5em;
    font-size: 1.1em;
  }
  .tile-grid .tiles-wrap li.tile p {
    display: inline-block;
  }
}

.tile-grid.hidden {
  display: none;
}

.tile-grid .tile-text p {
  font-size: .875rem;
}

.study-areas h1,
.study-area-single h1 {
  margin-bottom: .7em;
}

.study-areas .pg-filter {
  padding: 1em 1em 1em .5em;
  font-size: 1.2em;
}

.study-areas input[type=checkbox]:checked .tiles-wrap .tile[data-pg=only] {
  display: block;
}

.study-areas input[type=checkbox]:checked .tiles-wrap li.tile {
  display: none;
}

.study-areas .tiles-wrap li.tile img {
  width: 100%;
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .study-areas .tiles-wrap li.tile img {
    vertical-align: middle;
  }
}

.study-areas .tiles-wrap li.tile span {
  display: block;
  padding: 0 1em 1em;
}

@media (min-width: 61em) {
  .study-areas .tiles-wrap li.tile span {
    display: none;
  }
}

@media (min-width: 61em) {
  .study-areas .tiles-wrap li.tile:hover .tile-text, .study-areas .tiles-wrap li.tile:active .tile-text, .study-areas .tiles-wrap li.tile:focus .tile-text {
    height: 100%;
  }
  .study-areas .tiles-wrap li.tile:hover .tile-text > a, .study-areas .tiles-wrap li.tile:active .tile-text > a, .study-areas .tiles-wrap li.tile:focus .tile-text > a {
    height: 100%;
  }
  .study-areas .tiles-wrap li.tile:hover span, .study-areas .tiles-wrap li.tile:active span, .study-areas .tiles-wrap li.tile:focus span {
    display: block;
  }
}

/** In-page navigational tabs */
.study-area-tabs {
  margin-bottom: 2.25rem;
}

.study-area-tabs ul {
  margin: 0 auto;
  max-width: 48rem;
}

.study-area-tabs ul::after {
  clear: both;
  display: table;
  content: '';
}

.study-area-tabs ul li {
  float: left;
  width: 50%;
}

.study-area-tabs ul li:nth-child(2n+1) {
  clear: left;
}

.study-area-tabs ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1em;
  background-color: #DDD;
  text-align: center;
}

.study-area-tabs ul li a:hover {
  background-color: #CCC;
}

.study-area-tabs ul li a [class^=icon-] {
  font-weight: 400;
  line-height: 0;
}

.study-area-tabs ul li a .icon-book-open {
  font-size: 92.5%;
}

.study-area-tabs ul li a h4 {
  font-size: 1.22rem;
  margin: 0 auto;
  color: #333;
}

@media (max-width: 42.99em) {
  .study-area-tabs ul li a {
    height: 3.75rem;
  }
}

.study-area-tabs ul li.active {
  position: relative;
}

.study-area-tabs ul li.active a {
  background-color: #0D4C38;
}

.study-area-tabs ul li.active a:hover {
  opacity: 1;
  cursor: default;
}

.study-area-tabs ul li.active a h4 {
  color: #FFF;
}

.study-area-tabs ul li.active::after {
  position: absolute;
  display: block;
  content: "";
  height: 0;
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0D4C38 transparent transparent;
  border-width: 0.53333rem 0.8rem 0;
  left: 50%;
  margin-left: -0.8rem;
}

.switch {
  height: 26px;
  width: 240px;
  position: relative;
  margin: 0 auto 20px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #DDD;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch .switch-label {
  z-index: 5;
  position: relative;
  float: left;
  width: 116px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.9);
  text-align: center;
  cursor: pointer;
}

.switch .switch-label:active {
  font-weight: 700;
}

.switch .switch-label-off {
  padding-left: 2px;
}

.switch .switch-label-on {
  margin-left: 3px;
}

.switch input[type=radio] {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0);
}

.switch .switch-input:checked + .switch-label {
  font-weight: 700;
  color: #FFF;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 120px;
}

.switch .switch-selection {
  height: 22px;
  width: 118px;
  z-index: 1;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  background: #115737;
  border-radius: 3px;
  -webkit-transition: left .15s ease-out;
  transition: left .15s ease-out;
}

.study-area-single .study-area-wide-panel {
  margin-bottom: 1.6rem;
}

.study-area-single .study-area-wide-panel::after {
  clear: both;
  content: "";
  display: block;
}

.study-area-single .study-area-wide-panel:not(:last-child) {
  padding-bottom: 1.6rem;
  border-bottom: 0.0625rem solid #DDD;
}

.study-area-single .study-area-wide-panel .img-wrap {
  float: left;
  padding-right: 1.5rem;
  width: 40%;
}

.study-area-single .study-area-wide-panel .img-wrap img {
  width: 100%;
}

.study-area-single .study-area-wide-panel .content-wrap:first-child {
  width: 100%;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .text-wrap {
  width: 100%;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .text-wrap h2 {
  margin-bottom: 1rem;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .text-wrap p {
  margin-bottom: 1.3rem;
  font-size: 1.125em;
  line-height: 1.8rem;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap {
  margin-right: 0;
  width: 100%;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap h4 {
  margin-top: 0.35em;
  color: #8B8B8B;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul {
  padding-top: 0.5rem;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul li {
  padding: 0.5em 0.15em;
  font-size: 1.1em;
  border-bottom: 0.0625rem solid #DDD;
}

.study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul li:last-child {
  border-bottom: 0;
}

.study-area-single .study-area-wide-panel .content-wrap a.button, .study-area-single .study-area-wide-panel .content-wrap #hubv4 .news-row header a.link-more, #hubv4 .news-row header .study-area-single .study-area-wide-panel .content-wrap a.link-more {
  float: left;
}

@media (min-width: 43em) {
  .study-area-single .study-area-wide-panel .img-wrap {
    float: left;
    width: 40%;
  }
  .study-area-single .study-area-wide-panel .content-wrap {
    float: left;
    width: 60%;
  }
  .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap {
    display: inline;
  }
  .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap {
    float: right;
  }
  .study-area-single .study-area-wide-panel .content-wrap a.button, .study-area-single .study-area-wide-panel .content-wrap #hubv4 .news-row header a.link-more, #hubv4 .news-row header .study-area-single .study-area-wide-panel .content-wrap a.link-more {
    clear: left;
  }
}

@media (min-width: 61em) {
  .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .text-wrap {
    float: left;
    width: 66.6%;
  }
  .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap {
    float: right;
    padding-left: 1.5rem;
    width: 33.4%;
  }
}

@media (max-width: 60.99em) {
  .study-area-single .study-area-wide-panel .content-wrap a.button, .study-area-single .study-area-wide-panel .content-wrap #hubv4 .news-row header a.link-more, #hubv4 .news-row header .study-area-single .study-area-wide-panel .content-wrap a.link-more {
    margin-bottom: 1.3rem;
  }
  .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap {
    clear: left;
  }
}

@media (max-width: 42.99em) {
  .study-area-single .study-area-wide-panel .img-wrap {
    display: none;
  }
}

/* Changes for new F&S subject listings */
.study-areas-undergrad .study-area-single .study-area-wide-panel {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.study-areas-undergrad .study-area-single .study-area-wide-panel .text-subjects-wrap .subjects-wrap ul li {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

#hubv4 #study-area-tabs {
  text-align: center;
  position: relative;
}

#hubv4 #study-area-tabs .switch {
  border: 1px solid #99B9AF;
  position: absolute;
  top: -3rem;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-transform: initial;
          transform: initial;
  margin-bottom: 2rem;
  border-radius: 0;
  overflow: hidden;
  background-color: #FEF9F0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#hubv4 #study-area-tabs .switch:hover {
  background-color: #EEE;
}

#hubv4 #study-area-tabs .switch .switch-selection {
  height: 100%;
  width: 52%;
  top: 0;
  left: -1px;
  background-color: #0D4C38;
  border-radius: 0;
}

#hubv4 #study-area-tabs .switch .switch-label {
  float: none;
  line-height: initial;
  font-size: 1.22rem;
  width: auto;
  padding: 10px;
  font-weight: 700;
}

#hubv4 #study-area-tabs .switch .switch-label-on {
  margin-left: 0;
}

#hubv4 #study-area-tabs .switch .switch-input:checked + .switch-label {
  color: #FEF9F0;
}

#hubv4 #study-area-tabs .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 52%;
}

#hubv4 #study-area-tabs ul {
  padding-top: 2rem;
}

#hubv4 #study-area-tabs ul li a {
  background-color: #FEF9F0;
}

#hubv4 #study-area-tabs ul li a:hover, #hubv4 #study-area-tabs ul li a:active, #hubv4 #study-area-tabs ul li a:focus {
  background-color: #f7f7f7;
}

#hubv4 #study-area-tabs ul li.active::after {
  border-color: #0D4C38 transparent transparent;
}

#hubv4 #study-area-tabs ul li.active a {
  background-color: #0D4C38;
}

#hubv4 #study-area-tabs ul li.active a h4 {
  color: #FEF9F0;
}

#hubv4 .updated-tile-grid .tile > a {
  border-left-color: #0D4C38;
}

#hubv4 .updated-tile-grid .tile > a:hover, #hubv4 .updated-tile-grid .tile > a:active, #hubv4 .updated-tile-grid .tile > a:focus {
  border-color: #0D4C38;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#hubv4 .updated-tile-grid .tile > a:hover h2, #hubv4 .updated-tile-grid .tile > a:hover h3, #hubv4 .updated-tile-grid .tile > a:active h2, #hubv4 .updated-tile-grid .tile > a:active h3, #hubv4 .updated-tile-grid .tile > a:focus h2, #hubv4 .updated-tile-grid .tile > a:focus h3 {
  color: #0D4C38;
}

#hubv4 .updated-tile-grid .tile > a:hover *, #hubv4 .updated-tile-grid .tile > a:active *, #hubv4 .updated-tile-grid .tile > a:focus * {
  color: #424242;
}

#hubv4 .updated-tile-grid .tile > a:hover .icon-arrow-right, #hubv4 .updated-tile-grid .tile > a:active .icon-arrow-right, #hubv4 .updated-tile-grid .tile > a:focus .icon-arrow-right {
  color: #FCE500;
}

#hubv4 .updated-tile-grid .tile-strip-grid .icon-arrow-right {
  height: 100%;
  top: 0.75rem;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#hubv4 .updated-tile-grid .icon-arrow-right {
  background-color: #0D4C38;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #FEF9F0;
}

#hubv4 .updated-tile-grid .icon-arrow-right::before {
  margin: 0;
  padding: .5rem;
  content: "";
}

#hubv4 .tiles-panel {
  background-color: #CCDCD7;
  margin-top: 4rem;
}

#hubv4 .tiles-panel .tile h2, #hubv4 .tiles-panel .tile h3 {
  font-size: 1.4rem;
}

#hubv4 .tiles-panel .study-area-single .icon-book::before {
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f135";
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: 1px #AAA solid;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .img-wrap {
  padding: 0;
  float: none;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 40%;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap {
  float: none;
  -webkit-box-flex: 1;
          flex: 1 0 50%;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 2rem;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .button, #hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .news-row header a.link-more, #hubv4 .news-row header .tiles-panel .study-area-single .study-area-wide-panel .content-wrap a.link-more {
  margin-top: 1rem;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .text-wrap {
  float: none;
  width: 100%;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap {
  float: none;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap h4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #424242;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap h4:before {
  font-size: 120%;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul li {
  padding: 4px 12px !important;
  margin: 0 5px 8px 0;
  border-radius: 100px;
  background-color: #EEE;
  color: #424242;
}

#hubv4 .tiles-panel .study-area-single .study-area-wide-panel .content-wrap .text-subjects-wrap .subjects-wrap ul li:after {
  content: none !important;
}

#hubv4 .tiles-panel .study-area-single .list-long li {
  padding: 0 !important;
  border-bottom: none !important;
  display: inline;
  font-size: 0.8rem !important;
  font-weight: 600;
}

#hubv4 .tiles-panel .study-area-single .list-long li:after {
  content: "•";
  padding-left: 0.4rem;
  padding-right: 0.2rem;
}

#hubv4 .tiles-panel .study-area-single .list-long li:last-child:after {
  content: "";
  padding: 0;
}

/** List with people and their contact information */
.staff {
  width: 100%;
}

.staff:not(:last-child) {
  margin-bottom: 3rem;
}

.staff:last-child {
  margin-bottom: 0;
}

.articles-container .staff > li:not(:last-child) {
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
}

.articles-container .staff > li:last-child {
  margin-bottom: 0;
}

.staff .profile-picture {
  height: auto;
  width: 9.35rem;
  float: left;
  display: block;
  margin-right: 1.25rem;
}

@media (max-width: 42.99em) {
  .staff .profile-picture {
    width: 20%;
    max-width: 9.35rem;
  }
}

.staff .summary {
  overflow: hidden;
}

.staff .summary:not(:first-child) {
  display: block;
}

.staff .summary:not(:first-child) > header {
  margin-bottom: 1.3rem;
}

.staff .summary:first-child h3,
.staff .summary:first-child .subtitle {
  display: inline-block;
}

.staff .summary:first-child h3 {
  margin-right: 1rem;
}

.staff .summary:first-child > header {
  margin-bottom: .25rem;
}

.staff .summary:first-child .meta > li {
  display: inline-block;
}

.staff .meta {
  margin-bottom: 0;
}

.staff-list {
  width: 100%;
}

.staff-list:last-child {
  margin-bottom: 0;
}

.staff-list:not(:last-child) {
  margin-bottom: 3rem;
}

.articles-container .staff-list > li:last-child {
  margin-bottom: 0;
}

.articles-container .staff-list > li:not(:last-child) {
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
}

.contact::after {
  clear: both;
  display: table;
  content: '';
}

.contact:last-child {
  margin-bottom: 0;
}

.contact .profile-picture {
  display: block;
}

@media (min-width: 43em) {
  .contact .profile-picture {
    height: auto;
    width: 9.35rem;
    float: left;
    margin-right: 1.25rem;
  }
}

@media (max-width: 42.99em) {
  .contact .profile-picture {
    float: left;
    width: 25%;
    margin-right: 1rem;
    max-width: 9.35rem;
  }
}

@media (min-width: 43em) {
  .contact.larger .profile-picture {
    width: 13rem;
  }
}

@media (max-width: 42.99em) {
  .contact.larger .profile-picture {
    float: none;
    width: 100%;
    max-width: initial;
    margin-bottom: 0.75rem;
  }
}

.contact.larger .meta {
  font-size: 100%;
}

.contact + .contact {
  border-top: 0.0625rem solid #DDD;
  padding-top: 1.3rem;
}

.contact:last-of-type {
  margin-bottom: 3rem;
}

.contact:last-child {
  margin-bottom: 0;
}

.contact h2,
.contact h3 {
  margin-bottom: 0.3125rem;
}

.contact .summary {
  overflow: hidden;
}

.contact .summary:not(:first-child) {
  display: block;
}

.contact .summary:not(:first-child) > header {
  margin-bottom: 1rem;
}

.contact .summary:first-child h3,
.contact .summary:first-child .subtitle {
  display: inline-block;
}

.contact .summary:first-child h3 {
  margin-right: 1rem;
}

.contact .summary:first-child > header {
  margin-bottom: .25rem;
}

.contact .summary:first-child .meta > li {
  display: inline-block;
}

.contact .meta {
  margin-bottom: 0;
  font-size: 92.5%;
}

aside .contact .profile-picture {
  float: none;
  width: 100%;
  margin-bottom: 0.75rem;
}

.staff-list.card-panel > .card {
  width: 100%;
  position: relative;
  padding: 1.25rem 1.25rem !important;
  border-bottom: 5px solid #0D4C38;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
}

.staff-list.card-panel > .card img.profile-picture {
  float: right;
  margin: 0 0 0 1.25rem;
}

.staff-list.card-panel > .card > .contact .summary .subtitle {
  display: block;
  margin-bottom: .5rem;
}

.staff-list.card-panel > .card > .contact .summary .meta .highlight.highlight-grey > a {
  color: #555;
  background-color: #EEE;
}

.staff-list.card-panel > .card > .contact .info-areas {
  display: none;
}

.staff-list.card-panel > .card > .contact .info-areas .info-area {
  margin-top: 1rem;
}

.staff-list.card-panel > .card > .contact .info-areas .info-area h4 {
  margin: 0;
  display: inline-block;
}

.staff-list.card-panel > .card > .contact .info-areas .info-area p {
  display: inline;
}

.staff-list.card-panel > .card .show-more-toggle {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0D4C38;
  padding: .25rem .5rem 0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  line-height: 1.4;
}

.staff-list.card-panel > .card .show-more-toggle .icon-caret-down,
.staff-list.card-panel > .card .show-more-toggle .icon-caret-up {
  line-height: .5;
  display: block;
}

.staff-list.card-panel > .card .show-more-toggle:hover, .staff-list.card-panel > .card .show-more-toggle:active, .staff-list.card-panel > .card .show-more-toggle:focus {
  cursor: pointer;
}

.staff-list.card-panel > .card .show-more-toggle:hover .icon-caret-down,
.staff-list.card-panel > .card .show-more-toggle:hover .icon-caret-up, .staff-list.card-panel > .card .show-more-toggle:active .icon-caret-down,
.staff-list.card-panel > .card .show-more-toggle:active .icon-caret-up, .staff-list.card-panel > .card .show-more-toggle:focus .icon-caret-down,
.staff-list.card-panel > .card .show-more-toggle:focus .icon-caret-up {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.staff-list.card-panel > .card .show-more-toggle:hover .icon-caret-down, .staff-list.card-panel > .card .show-more-toggle:active .icon-caret-down, .staff-list.card-panel > .card .show-more-toggle:focus .icon-caret-down {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.staff-list.card-panel > .card .show-more-toggle:hover .icon-caret-up, .staff-list.card-panel > .card .show-more-toggle:active .icon-caret-up, .staff-list.card-panel > .card .show-more-toggle:focus .icon-caret-up {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.staff-list.card-panel > .card.toggle-card {
  padding-bottom: 2.5rem !important;
}

.staff-list.card-panel > .card.toggle-card .show-more-toggle {
  display: block;
}

.staff-list.card-panel > .card.toggle-card.expanded .info-areas {
  display: block;
}

address.contact {
  font-style: normal;
}

address.contact > img {
  display: block;
}

.profile-picture {
  width: 100%;
}

@media (max-width: 42.99em) {
  aside .contact .profile-picture {
    float: left;
    margin-right: 1.25rem;
    width: 20%;
    max-width: 9.35rem;
  }
  aside .contact .meta {
    overflow: hidden;
  }
}

/* Research hub Sidebar featured researcher profile */
#rightHandMenu .data-sidebar.featured-researcher .profile-picture {
  margin-bottom: .7rem;
}

@media (max-width: 42.99em) {
  #rightHandMenu .data-sidebar.featured-researcher .profile-picture {
    float: left;
    margin-right: 1.25rem;
    width: 20%;
    max-width: 9.35rem;
  }
  #rightHandMenu .data-sidebar.featured-researcher .summary {
    overflow: hidden;
  }
}

.degrees-quals h1 {
  margin: 1em 0 .7em;
}

.degrees-quals.tile-grid {
  margin-bottom: 1.6rem;
}

.degrees-quals.tile-grid .tiles-wrap li.tile {
  margin-bottom: .5rem;
  height: auto;
}

.degrees-quals.tile-grid .tiles-wrap li.tile .tile-text {
  position: relative;
}

.degrees-quals.tile-grid .tiles-wrap li.tile .tile-text a {
  padding: 1em;
}

.degrees-quals.tile-grid .tiles-wrap li.tile .tile-text .tile-title {
  margin-bottom: 1em;
  padding: 0;
}

.degrees-quals.tile-grid .tiles-wrap li.tile .tile-text .sub-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.degrees-quals.tile-grid .tiles-wrap li.tile .tile-text .title-break {
  margin-bottom: .5em;
  width: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.75);
}

@media (min-width: 61em) {
  .degrees-quals.tile-grid .tiles-wrap li.tile .tile-text {
    min-height: 140px;
  }
}

.degrees-quals.ui-update.tile-grid {
  margin-bottom: 1.6rem;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile {
  margin-bottom: .5rem;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text {
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: #DDD;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text a {
  padding: 1em;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text .tile-title {
  margin-bottom: 0;
  padding: 0;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text .tile-title h2 {
  color: #0D4C38;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text .tile-title i {
  color: #555;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text .sub-title {
  margin: 0;
  color: #555;
}

.degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text .title-break {
  margin-bottom: .15em;
  width: 30px;
  border-top: 2px solid #8B8B8B;
}

@media (min-width: 43em) {
  .degrees-quals.ui-update.tile-grid .tiles-wrap li.tile .tile-text {
    min-height: 7.5rem;
  }
}

@media (min-width: 61em) {
  .degrees-quals.ui-update.tile-grid .tiles-wrap li.tile {
    clear: none;
    margin: 0;
    float: left;
    width: calc( 50% - 0.375rem);
    margin-bottom: 0.75rem;
    max-height: auto;
  }
  .degrees-quals.ui-update.tile-grid .tiles-wrap li.tile:nth-child(2n+1) {
    clear: left;
  }
  .degrees-quals.ui-update.tile-grid .tiles-wrap li.tile:not(:nth-child(2n+1)) {
    margin-left: 0.375rem;
  }
  .degrees-quals.ui-update.tile-grid .tiles-wrap li.tile:not(:nth-child(2n+0)) {
    margin-right: 0.375rem;
  }
}

.degrees-quals.tile-filter-tags .quals-filter {
  margin-bottom: 1.3rem;
}

.degrees-quals.tile-filter-tags .quals-filter label {
  font-size: 1.2em;
}

.degrees-quals.tile-filter-tags .tile.is-not-matching {
  display: none;
}

.degrees-quals.tile-filter-tags .tile.hide-filter {
  display: none;
}

#hubv4 .degrees-quals.tile-filter-tags .quals-filter {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: .5rem;
     -moz-column-gap: .5rem;
          column-gap: .5rem;
  flex-wrap: wrap;
}

#hubv4 .degrees-quals.tile-filter-tags .quals-filter .tag {
  background-color: #FEF9F0;
  border-color: #CCDCD7;
  color: #0D4C38;
  line-height: 1.2;
  padding: 0.45rem 0.6rem;
}

#hubv4 .degrees-quals.tile-filter-tags .quals-filter .tag.tag-active {
  border-color: #0D4C38;
  background-color: white;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(28, 26, 26, 0.25));
          filter: drop-shadow(2px 2px 2px rgba(28, 26, 26, 0.25));
}

#hubv4 .degrees-quals.tile-filter-tags .quals-filter label {
  width: 100%;
  font-weight: 600;
}

/* Styles for parallax/carousel implementation */
.animate-scroll {
  overflow: hidden;
}

.animate-scroll > section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 80px;
  min-height: 100vh;
  -webkit-box-align: center;
          align-items: center;
}

.animate-scroll > section > div {
  padding: 1rem;
}

.animate-scroll > section > div img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 43em) {
  .animate-scroll > section > .animate-scroll--image {
    width: 40%;
  }
  .animate-scroll > section > .animate-scroll--text {
    width: 60%;
  }
}

@media (min-width: 61em) {
  .animate-scroll > section {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.animate-scroll.horizontal {
  position: relative;
  display: block;
  width: 100%;
}

.animate-scroll.horizontal section {
  width: 100%;
  padding-left: 0;
  min-height: 550px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
}

.animate-scroll.horizontal section .animate-scroll--image {
  padding-left: 1.5rem;
  width: 40%;
}

.animate-scroll.horizontal section .animate-scroll--text {
  width: 60%;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

@media (max-width: 42.99em) {
  .animate-scroll.horizontal section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .animate-scroll.horizontal section .animate-scroll--image {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .animate-scroll.horizontal section .animate-scroll--text {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.animate-scroll.horizontal .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.animate-scroll.horizontal .owl-nav button {
  position: absolute;
  height: 40px;
  width: 40px;
}

.animate-scroll.horizontal .owl-nav button:focus {
  outline: none;
}

.animate-scroll.horizontal .owl-nav button:focus span {
  outline: -webkit-focus-ring-color auto 5px;
}

.animate-scroll.horizontal .owl-nav button:after {
  content: none;
}

.animate-scroll.horizontal .owl-nav button span {
  font-size: 350%;
  color: #0D4C38;
}

.animate-scroll.horizontal .owl-nav button.owl-next {
  right: 0;
}

.animate-scroll.horizontal .owl-nav button.owl-prev {
  left: 0;
}

.animate-scroll.horizontal .owl-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.animate-scroll.horizontal .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #0D4C38;
  margin: 0 5px;
}

.animate-scroll.horizontal .owl-dots .owl-dot.active {
  background-color: #0D4C38;
}

.animate-scroll.horizontal .owl-dots .owl-dot:after {
  content: none;
}

@media (max-width: 42.99em) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 43em) {
  .hide-on-desktop {
    display: none !important;
  }
}

.menu-toggle {
  z-index: 1;
  position: relative;
  background: #1D2624;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.menu-toggle::after {
  clear: both;
  display: table;
  content: '';
}

.global {
  width: 100%;
  font-weight: 400;
}

@media (min-width: 43em) {
  .global {
    background-color: #CCC;
  }
}

.global .menu a {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  line-height: 1.85;
}

.global .menu a.home, .global .menu a.back {
  line-height: 1.7;
}

.global .menu a.home > span {
  margin-top: .05rem;
}

.global .horisontal-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.global .horisontal-links::after {
  clear: both;
  display: table;
  content: '';
}

.global .horisontal-links.menu-toggle > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.global .horisontal-links > a {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0.75rem;
  border-bottom: 0;
}

.global .horisontal-links > a:nth-child(2n+1) {
  clear: left;
}

.global .horisontal-links > a:not(:first-child) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.global .horisontal-links.align-center > a {
  -webkit-box-pack: center;
          justify-content: center;
}

.global [class^=icon-]::before {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 42.99em) {
  .global [class^=icon-]::before {
    margin-right: .5rem;
    line-height: 1;
  }
}

.global [role=search] {
  position: relative;
  display: block;
  width: 100%;
}

.global [role=search]::after {
  clear: both;
  display: table;
  content: '';
}

.global [role=search] .input-wrapper {
  position: relative;
  display: block;
}

.global [role=search] .input-wrapper::after {
  clear: both;
  display: table;
  content: '';
}

.global [role=search] .input-wrapper input {
  float: left;
  padding: 0.45rem 0.8rem;
  background: rgba(0, 0, 0, 0.15);
  border: 0;
  color: #FFF;
}

.global [role=search] .input-wrapper input[type=text], .global [role=search] .input-wrapper input[type=submit] {
  display: none;
}

.global [role=search] .input-wrapper input[type=text] {
  width: calc( 100% - 4rem);
}

.global [role=search] .input-wrapper input[type=submit] {
  width: 4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 42.99em) {
  .global [role=search] {
    z-index: 10;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .global [role=search] .input-wrapper input {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .global [role=search] .input-wrapper input[type=text]::-webkit-input-placeholder {
    color: #AAA;
  }
  .global [role=search] .input-wrapper input[type=text]::-moz-placeholder {
    color: #AAA;
  }
  .global [role=search] .input-wrapper input[type=text]:-ms-input-placeholder {
    color: #AAA;
  }
  .global [role=search] .input-wrapper input[type=text]::-ms-input-placeholder {
    color: #AAA;
  }
  .global [role=search] .input-wrapper input[type=text]::placeholder {
    color: #AAA;
  }
}

@media (min-width: 43em) {
  .global [role=search] .input-wrapper {
    padding-right: 2.5rem;
    padding-left: 3.4rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(204, 204, 204, 0)), color-stop(3rem, #cccccc));
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0, #cccccc 3rem);
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .global [role=search] .input-wrapper input {
    height: 2.4rem;
    background: #BBB;
    color: #424242;
  }
  .global [role=search] .input-wrapper.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .global [role=search] .input-wrapper.is-open input[type=text], .global [role=search] .input-wrapper.is-open input[type=submit] {
    display: inline-block;
  }
}

@media (max-width: 60.99em) {
  .global {
    padding: 0;
  }
}

@media (max-width: 42.99em) {
  .global .button-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .global .button-container a {
    display: block;
    margin: 2px 0;
    padding: 0 .8rem;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    text-align: right;
  }
  .global [role=search] .input-wrapper input[type=text], .global [role=search] .input-wrapper input[type=submit] {
    display: inline-block;
  }
  .global .menu {
    overflow: hidden;
    height: 0;
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    background: #0D4C38;
  }
  .global .menu .horisontal-links > a + a {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .global.is-open {
    background: #1D2624;
  }
  .global.is-open .menu {
    overflow-y: auto;
    height: auto;
    max-height: 75vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .global.is-open .search {
    font-size: 115%;
  }
  .global a {
    position: relative;
    display: block;
    margin-left: -10rem;
    padding: 0.6em 1rem 0.6em 11rem;
    font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
    line-height: 1.35;
    color: #FFF;
    border-bottom: 1px solid #0D4B2F;
    cursor: pointer;
    display: block;
  }
}

@media (max-width: 42.99em) and (max-width: 42.99em) {
  .global a.home, .global a.back {
    background: #1D2624 !important;
    color: #B4B3B3;
  }
}

@media (max-width: 42.99em) {
  .global a.hide {
    display: none;
    text-align: center;
  }
  .global a.selected, .global a:hover, .global a:focus {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .global a.selected {
    border-bottom: 0;
    font-weight: 600;
  }
  .global a.selected::before {
    position: absolute;
    display: block;
    content: "";
    top: .5rem;
    bottom: .5rem;
    margin-left: -.625rem;
    width: .25rem;
    background: #FFF;
  }
  .global .mobile {
    display: block;
  }
}

@media (min-width: 43em) {
  .global .mobile,
  .global .site,
  .global .menu-toggle {
    display: none;
  }
  .global nav {
    position: relative;
    margin: 0 auto;
    max-width: 88rem;
  }
  .global nav::after {
    clear: both;
    display: table;
    content: '';
  }
  .global nav .search {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .global nav .search a {
    z-index: 1;
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-left: 0;
    width: 2.5rem;
    text-align: center;
  }
  .global nav .search .tcon {
    margin-top: .3rem;
    font-size: 80%;
  }
  .global nav a {
    float: left;
    display: block;
    padding: 0.32rem 0.8rem;
    border-bottom: 0;
    color: #424242;
    opacity: .8;
    font-size: .9375rem;
  }
  .global nav a.selected, .global nav a:hover, .global nav a:focus {
    background: #BBB;
  }
  .global nav a.selected span:not(.tcon-transform) .tcon-search__item::after, .global nav a:hover span:not(.tcon-transform) .tcon-search__item::after, .global nav a:focus span:not(.tcon-transform) .tcon-search__item::after {
    -webkit-transition: none;
    transition: none;
    background: #BBB;
  }
  .global nav a + a {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .global nav label {
    float: right;
  }
}

/*= STICKY TOP HEADER ========================================================*/
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 42.99em) {
  .global.sticky {
    z-index: 10;
    position: unset;
    background: #1D2624;
    will-change: transform;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
  }
  .global.sticky.no-top, .global.sticky.is-open {
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  }
  .global.sticky.is-open + .site-header::after {
    position: static;
    display: inline-block;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .global.sticky.slide-down {
    -webkit-animation-name: slideDown;
            animation-name: slideDown;
  }
  .global.sticky.slide-up {
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}

.site {
  z-index: 1;
  overflow: hidden;
  background: #0D4C38;
}

.site [lang='mi'] {
  opacity: .5;
}

.site .icon-right-open {
  float: right;
  margin: 0 -.6em;
}

@media (max-width: 42.99em) {
  .site > ul > li:nth-child(1) {
    padding-left: 0rem;
  }
  .site > ul > li:nth-child(2) {
    padding-left: 0.8rem;
  }
  .site > ul > li:nth-child(3) {
    padding-left: 1.6rem;
  }
  .site > ul > li:nth-child(4) {
    padding-left: 2.4rem;
  }
  .site > ul > li:nth-child(5) {
    padding-left: 3.2rem;
  }
  .site > ul > li:nth-child(6) {
    padding-left: 4rem;
  }
  .site > ul > li:last-child > a {
    display: none;
  }
  .layout .site {
    display: none;
  }
}

@media (min-width: 43em) {
  .site > ul > li {
    display: none;
  }
  .site > ul > li:last-child {
    display: block;
  }
  .site > ul > li:last-child > a {
    color: #CCC;
    font-size: 90%;
  }
  .site > ul > li:last-child > a::before {
    position: relative;
    display: inline-block;
    content: "";
    font-family: "VicIcons";
    margin: 0 0.5em 0 0;
    width: 1em;
    vertical-align: -0.222em;
    text-align: center;
    line-height: 1;
  }
  .site > ul > li:last-child > a::before {
    content: "";
  }
  .site > ul > li:last-child > a::before {
    text-decoration: underline;
  }
  .site > ul > li:last-child > a::before {
    text-decoration: none;
  }
  .site > ul > li:last-child > a:hover, .site > ul > li:last-child > a:active, .site > ul > li:last-child > a:focus {
    color: #FFF;
  }
  .site > ul > li:last-child > ul > li > a.selected {
    padding-left: 11.5em;
  }
  .site > ul > li:last-child > ul > li li {
    padding-left: 0.8rem;
  }
}

.site--container {
  position: relative;
}

.site a {
  position: relative;
  display: block;
  margin-left: -10rem;
  padding: 0.6em 1rem 0.6em 11rem;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  line-height: 1.35;
  color: #FFF;
  border-bottom: 1px solid #0D4B2F;
  cursor: pointer;
}

@media (max-width: 42.99em) {
  .site a.home, .site a.back {
    background: #1D2624 !important;
    color: #B4B3B3;
  }
}

.site a.hide {
  display: none;
  text-align: center;
}

.site a.selected, .site a:hover, .site a:focus {
  background-color: rgba(0, 0, 0, 0.15);
}

.site a.selected {
  border-bottom: 0;
  font-weight: 600;
}

.site a.selected::before {
  position: absolute;
  display: block;
  content: "";
  top: .5rem;
  bottom: .5rem;
  margin-left: -.625rem;
  width: .25rem;
  background: #FFF;
}

.site .has-subpages a {
  padding-right: 2.2rem;
}

.site .has-subpages a::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.site .has-subpages a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 0.35em 0 0.35em 0.35em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.25em;
  margin-right: 1rem;
}

/*==================================================
=                     FOOTERS                      =
==================================================*/
/** PRIMARY FOOTER (dark one), usually placed on the very end of
    the page. 1 *MUST BE* used on a single page. */
.footer-primary .block::after {
  clear: both;
  display: table;
  content: '';
}

@media (min-width: 43em) {
  .footer-primary .block {
    display: -webkit-box;
    display: flex;
  }
}

.footer-primary,
.page-sub-nav {
  background-color: #1D2624;
  color: #CCC;
}

.footer-primary ul,
.footer-primary ul > li,
.page-sub-nav ul,
.page-sub-nav ul > li {
  display: inline-block;
}

.footer-primary ul > li,
.page-sub-nav ul > li {
  margin: 0 .35em;
}

.footer-primary ul a,
.page-sub-nav ul a {
  text-decoration: none;
  border-bottom: 0;
  color: inherit;
}

.footer-primary ul a:hover, .footer-primary ul a:active, .footer-primary ul a:focus,
.page-sub-nav ul a:hover,
.page-sub-nav ul a:active,
.page-sub-nav ul a:focus {
  text-decoration: underline;
}

.footer-primary ul a:hover img, .footer-primary ul a:active img, .footer-primary ul a:focus img,
.page-sub-nav ul a:hover img,
.page-sub-nav ul a:active img,
.page-sub-nav ul a:focus img {
  text-decoration: none;
}

.footer-primary .block + .block,
.page-sub-nav .block + .block {
  border-top: 1px solid #555;
}

.footer-primary .block + .block::after,
.page-sub-nav .block + .block::after {
  clear: both;
  display: table;
  content: '';
}

.footer-primary .block.small,
.page-sub-nav .block.small {
  padding-top: 1em;
}

.footer-primary .logo,
.page-sub-nav .logo {
  float: left;
  width: 25%;
  align-self: center;
  vertical-align: middle;
}

.footer-primary .logo img,
.page-sub-nav .logo img {
  display: inline-block;
  width: 100%;
  max-width: 15.5rem;
  vertical-align: middle;
}

.footer-primary .contacts,
.page-sub-nav .contacts {
  float: left;
  padding: .5em 0 .5em 3.5em;
  width: 75%;
  vertical-align: middle;
}

.footer-primary .contacts > li:last-child,
.page-sub-nav .contacts > li:last-child {
  margin-right: 0;
}

.footer-primary .contacts > li:first-child,
.page-sub-nav .contacts > li:first-child {
  margin-left: 0;
}

.footer-primary .contacts a,
.page-sub-nav .contacts a {
  color: #FFF;
  font-weight: 700;
}

.footer-primary .small > *,
.page-sub-nav .small > * {
  font-size: .9em;
}

.footer-primary .copyright,
.page-sub-nav .copyright {
  float: right;
  display: block;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: right;
}

.footer-primary .minilinks,
.page-sub-nav .minilinks {
  float: left;
}

.footer-primary .minilinks > li:first-child,
.page-sub-nav .minilinks > li:first-child {
  margin-left: 0;
}

.footer-primary .minilinks a,
.page-sub-nav .minilinks a {
  text-decoration: underline;
}

.footer-primary .minilinks a:hover, .footer-primary .minilinks a:active, .footer-primary .minilinks a:focus,
.page-sub-nav .minilinks a:hover,
.page-sub-nav .minilinks a:active,
.page-sub-nav .minilinks a:focus {
  text-decoration: none;
}

@media (max-width: 42.99em) {
  .footer-primary,
  .page-sub-nav {
    text-align: center;
  }
  .footer-primary .contacts,
  .footer-primary .logo,
  .page-sub-nav .contacts,
  .page-sub-nav .logo {
    float: none;
    display: block;
    width: 100%;
  }
  .footer-primary .contacts,
  .page-sub-nav .contacts {
    padding-left: 0;
  }
  .footer-primary .copyright,
  .footer-primary .minilinks,
  .page-sub-nav .copyright,
  .page-sub-nav .minilinks {
    float: none;
  }
  .footer-primary .copyright,
  .page-sub-nav .copyright {
    margin-top: .75em;
    text-align: inherit;
  }
  .footer-primary .logo,
  .page-sub-nav .logo {
    margin-bottom: .5em;
  }
}

/** SECONDARY FOOTER (light one), usually before the primary footer. 0-many CAN be used on a single page. */
.footer-secondary {
  background-color: #DDD;
}

.footer-secondary h2 {
  line-height: 1.3;
  font-size: 1.22rem;
}

.footer-secondary nav ul a {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-size: 1.125em;
  border-color: #424242;
  text-decoration: underline;
}

.footer-secondary nav ul a:hover, .footer-secondary nav ul a:active, .footer-secondary nav ul a:focus {
  border-bottom: 0;
  text-decoration: none;
}

.footer-secondary ul a {
  color: inherit;
}

.footer-secondary + .footer-secondary,
.footer-secondary .block + .block {
  border-top: 1px solid #CCC;
}

.footer-secondary:not(.two-columns) h2 {
  float: left;
  margin-right: 2em;
}

.footer-secondary:not(.two-columns) nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.footer-secondary:not(.two-columns) nav ul > li {
  margin-right: 1.5em;
}

.footer-secondary:not(.two-columns) .contacts ul,
.footer-secondary:not(.two-columns) .contacts ul > li {
  display: inline-block;
  margin-right: .75em;
}

.footer-secondary .contacts address {
  font-style: inherit;
  color: #555;
}

.footer-secondary .contacts address a {
  margin-right: .35em;
  color: #424242;
  font-weight: 500;
  border-bottom: 0;
  text-decoration: underline;
}

.footer-secondary .contacts address a:hover, .footer-secondary .contacts address a:active, .footer-secondary .contacts address a:focus {
  text-decoration: none;
}

.footer-secondary .contacts address ul::before {
  position: absolute;
  top: 2px;
  margin-left: -1.6rem;
  line-height: 1.4;
  font-size: 115%;
}

.footer-secondary .phones,
.footer-secondary .mails {
  position: relative;
  padding-left: 1.6rem;
}

.footer-secondary .phones::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.footer-secondary .phones::before {
  content: "";
}

.footer-secondary .phones::before {
  text-decoration: underline;
}

.footer-secondary .phones::before {
  text-decoration: none;
}

.footer-secondary .mails::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.footer-secondary .mails::before {
  content: "";
}

.footer-secondary .mails::before {
  text-decoration: underline;
}

.footer-secondary .mails::before {
  text-decoration: none;
}

.footer-secondary.two-columns h2 {
  margin-bottom: 0.75em;
}

.footer-secondary.two-columns .block {
  float: left;
  width: 50%;
}

.footer-secondary.two-columns .block:nth-child(2n+1) {
  clear: left;
}

.footer-secondary.two-columns .block:first-child {
  padding-right: 1.6rem;
}

.footer-secondary.two-columns nav ul {
  overflow: hidden;
}

.footer-secondary.two-columns nav ul li {
  float: left;
  display: block;
  margin-right: 2%;
  width: 48%;
}

.footer-secondary.two-columns ul {
  margin-bottom: .8em;
}

.footer-secondary.two-columns ul > li {
  margin: 0 0 .35em;
}

.footer-secondary.two-columns ul:last-child {
  margin-bottom: 0;
}

.footer-secondary.two-columns.footer-connect h4 {
  margin-bottom: .5rem;
  color: #424242;
}

.footer-secondary.two-columns.footer-connect .centraliser {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer-secondary.two-columns.footer-connect .social {
  text-align: center;
}

.footer-secondary.two-columns.footer-connect .social .social-icon img,
.footer-secondary.two-columns.footer-connect .social .social-icon svg {
  margin-right: .5rem;
  height: 3rem;
  width: 3rem;
  fill: #424242;
  padding: .5rem;
}

.footer-secondary.two-columns.footer-connect .social .social-icon img:hover, .footer-secondary.two-columns.footer-connect .social .social-icon img:active, .footer-secondary.two-columns.footer-connect .social .social-icon img:focus,
.footer-secondary.two-columns.footer-connect .social .social-icon svg:hover,
.footer-secondary.two-columns.footer-connect .social .social-icon svg:active,
.footer-secondary.two-columns.footer-connect .social .social-icon svg:focus {
  background-color: #eee;
  border-radius: 12px;
}

.footer-secondary.two-columns.footer-connect nav a {
  color: #005EA5;
}

.footer-secondary.two-columns.footer-connect nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.footer-secondary.two-columns.footer-connect nav ul li {
  margin-right: 1.5rem;
  width: auto;
}

@media (max-width: 42.99em) {
  .footer-secondary.two-columns.footer-connect .centraliser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.footer-secondary.footer-apply {
  background-color: #EEE;
  border-top: solid 1px #ddd;
}

.footer-secondary.footer-apply .flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.footer-secondary.footer-apply .flex-center h3 {
  margin-right: 2rem;
  color: #424242;
}

@media (min-width: 43em) {
  .footer-secondary.two-columns .block:last-child {
    padding-left: 1.6rem;
    border-top: 0;
  }
  .footer-secondary.two-columns .block:last-child::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    left: calc( 50% - 1px/2);
    border-left: 1px solid #CCC;
  }
}

@media (max-width: 42.99em) {
  .footer-secondary:not(.two-columns) h2 {
    float: none;
    margin-bottom: 0.75em;
  }
  .footer-secondary.two-columns .block {
    float: none;
    display: block;
    width: 100%;
  }
  .footer-secondary.two-columns .block:first-child {
    width: auto;
  }
  .footer-secondary.two-columns .block:last-child {
    padding-top: 1.6rem;
    border-top: 1px solid #CCC;
  }
  .footer-secondary.two-columns nav ul > li {
    float: none;
    width: auto;
  }
}

/* FOOTER PORT FOR HOMEPAGE AND INTRANET */
footer .footer-secondary .site_links {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-secondary .site_links .cols {
  width: calc(20% - 1rem);
  margin-right: 1rem;
}

footer .footer-secondary .site_links h2 {
  float: none;
  margin: .5rem 0 .2rem;
}

footer .footer-secondary .site_links h2 a:not(.button) {
  color: #424242;
}

footer .footer-secondary .site_links .button, footer .footer-secondary .site_links #hubv4 .news-row header a.link-more, #hubv4 .news-row header footer .footer-secondary .site_links a.link-more {
  margin-bottom: 0.7rem;
  line-break: anywhere;
}

footer .footer-secondary .site_links a:hover, footer .footer-secondary .site_links a:active, footer .footer-secondary .site_links a:focus {
  text-decoration: underline;
}

footer .footer-secondary .site_links .link_list a {
  font-size: .9rem;
}

footer .footer-secondary .site_links .link_list .social_logo {
  width: 30px;
  margin-right: 0.1rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 42.99em) {
  footer .footer-secondary .site_links {
    display: block;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  footer .footer-secondary .site_links .link_list {
    display: none;
  }
  footer .footer-secondary .site_links .cols {
    width: auto;
    margin-right: 1rem;
  }
}

footer .footer-secondary.dark {
  background: #373f3d;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0003/1940052/footer-pattern@2x.png"), url("https://www.wgtn.ac.nz/__data/assets/image/0003/1940052/footer-pattern@2x.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 13%;
  padding: 3% 0;
}

footer .footer-secondary.dark a, footer .footer-secondary.dark li {
  color: #FFF;
  font-size: .9rem;
}

footer .footer-secondary.dark h4,
footer .footer-secondary.dark h4 a {
  font-size: 1.22rem;
}

footer .footer-secondary.dark h4 {
  margin-bottom: .5rem;
  color: #FFF;
}

footer .footer-secondary.dark .footer-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: minmax(50px, auto);
  gap: 2rem;
}

footer .footer-secondary.dark .footer-row.subjects {
  gap: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

footer .footer-secondary.dark h2 {
  margin: .5rem 0 .2rem;
}

footer .footer-secondary.dark h2 a:not(.button) {
  color: #FFF;
}

footer .footer-secondary.dark .footer-num {
  text-decoration: underline;
}

@media (max-width: 42.99em) {
  footer .footer-secondary.dark {
    background-size: 25%;
  }
  footer .footer-secondary.dark .footer-row {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  footer .footer-secondary.dark .footer-row .link_list {
    display: block;
  }
}

#hubv4 footer .footer-apply.int-footer-apply {
  background-color: #669787;
}

#hubv4 footer .footer-apply.int-footer-apply h3 {
  color: #FEF9F0;
}

#hubv4 footer .footer-connect.int-footer-contact {
  background-color: #99B9AF;
  border-color: #669787;
}

#hubv4 footer .two-columns .block:last-child::before {
  border-color: #669787;
}

#hubv4 footer .footer-secondary {
  border-color: #669787;
}

#hubv4 footer .footer-secondary nav ul a {
  color: #1D2624;
}

#hubv4 footer .footer-secondary .link-more {
  float: right;
}

#hubv4 footer .footer-connect.int-footer-contact .social .social-icon svg {
  fill: #0D4C38;
}

#hubv4 footer .footer-secondary.two-columns.footer-connect h4 {
  color: #1D2624;
}

/*============================================================================*\
| NAVIGATION - BREADCRUMBS
\*============================================================================*/
.breadcrumbs {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  text-decoration: none;
}

.breadcrumbs > li {
  display: inline;
}

.breadcrumbs > li:first-child a::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.breadcrumbs > li:first-child a::before {
  content: "";
}

.breadcrumbs > li:first-child a::before {
  margin-right: 0.3125em;
  vertical-align: 0;
  font-size: 85%;
  text-decoration: none;
}

.breadcrumbs > li:first-child a::before {
  text-decoration: underline;
}

.breadcrumbs > li:first-child a::before {
  text-decoration: none;
}

.breadcrumbs > li::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

.breadcrumbs > li::after {
  content: "";
}

.breadcrumbs > li::after {
  margin: 0 0.3125em;
  font-size: 85%;
  color: #BFBFBF;
}

.breadcrumbs > li::after {
  text-decoration: underline;
}

.breadcrumbs > li::after {
  text-decoration: none;
}

.breadcrumbs > li:last-child {
  font-weight: 600;
  color: #555;
}

.breadcrumbs > li:last-child::after {
  display: none;
}

@media (max-width: 60.99em) {
  .breadcrumbs > li {
    white-space: nowrap;
  }
  .breadcrumbs > li,
  .breadcrumbs a {
    display: inline-block;
  }
  .breadcrumbs a,
  .breadcrumbs li:last-child {
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    max-width: 18rem;
    white-space: nowrap;
  }
}

.content-panel .breadcrumbs {
  padding-bottom: 0;
}

.breadcrumbs-full .breadcrumbs {
  padding: 1rem 1.5rem;
}

.breadcrumbs-full .breadcrumbs li {
  font-size: 90%;
}

.breadcrumbs-full {
  width: 100%;
}

.breadcrumbs-full .breadcrumbs {
  display: -webkit-box;
  display: flex;
}

.breadcrumbs-full .breadcrumbs > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.breadcrumbs-full .breadcrumbs > li:after {
  content: "";
}

.breadcrumbs-full .breadcrumbs a:before {
  top: 2px;
}

#hubv4.intranet-home nav .breadcrumbs {
  padding: 1rem;
}

#hubv4 nav .breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

@media (max-width: 60.99em) {
  #hubv4 nav .breadcrumbs {
    margin: 1rem .75rem;
    margin-top: 0;
  }
}

#hubv4 nav .breadcrumbs.block {
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-bottom: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#hubv4 nav .breadcrumbs a {
  color: #0D4C38;
  text-decoration: none;
}

#hubv4 nav .breadcrumbs a:hover {
  text-decoration: underline;
}

#hubv4 nav .breadcrumbs > li {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: flex;
  font-size: 90%;
  font-size: .9rem;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.5em 1em;
  position: relative;
  padding-left: 1.5em;
}

@media (max-width: 60.99em) {
  #hubv4 nav .breadcrumbs > li {
    padding: 0.5em 0.5em;
  }
}

#hubv4 nav .breadcrumbs > li:nth-last-child(2):before {
  display: none;
}

#hubv4 nav .breadcrumbs > li:after {
  content: "\f156";
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  position: relative;
  line-height: 1;
  right: -20px;
  font-size: 20px;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  color: #0D4C38;
  margin: 0 0.3125em;
}

@media (max-width: 60.99em) {
  #hubv4 nav .breadcrumbs > li:after {
    font-size: 15px;
    right: -5px;
  }
}

#hubv4 nav .breadcrumbs > li:first-child a::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0.5em 0 0;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

#hubv4 nav .breadcrumbs > li:first-child a::before {
  content: "";
}

#hubv4 nav .breadcrumbs > li:first-child a::before {
  margin-right: 0.3125em;
  vertical-align: 0;
  font-size: 85%;
  text-decoration: none;
}

#hubv4 nav .breadcrumbs > li:first-child a::before {
  text-decoration: underline;
}

#hubv4 nav .breadcrumbs > li:first-child a::before {
  text-decoration: none;
}

#hubv4 nav .breadcrumbs > li:last-child {
  font-weight: 600;
  padding-right: 1.5em;
}

#hubv4 nav .breadcrumbs > li:last-child:after {
  content: "";
  position: absolute;
  right: -20px;
  display: block;
  margin: 0;
  height: 100%;
  background-color: #f7f7f7;
  top: 0;
  width: 20px;
  -webkit-clip-path: polygon(100% 45%, 0% 0%, 0% 100%);
          clip-path: polygon(100% 45%, 0% 0%, 0% 100%);
}

@media (max-width: 60.99em) {
  #hubv4 nav .breadcrumbs > li {
    white-space: nowrap;
  }
  #hubv4 nav .breadcrumbs a,
  #hubv4 nav .breadcrumbs li:last-child {
    overflow: hidden;
    overflow: visible;
    white-space: initial;
    text-overflow: initial;
    max-width: initial;
  }
}

.content-panel #hubv4 nav .breadcrumbs {
  padding-bottom: 0;
}

#hubv4 nav.breadcrumbs-full {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/*==================================================
=                     Page Sub navigation          =
==================================================*/
.page-sub-nav {
  border-bottom: 5px solid #0D4C38;
  background-color: #1D2624;
}

.page-sub-nav .centraliser nav > ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
}

.page-sub-nav .centraliser nav > ul > li {
  margin-right: 0;
  margin-left: 0;
}

.page-sub-nav .centraliser nav > ul > li > a {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  color: #FFF;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.page-sub-nav .centraliser nav > ul > li > a.active {
  background-color: #0D4C38;
}

.page-sub-nav .centraliser nav > ul > li > a:hover, .page-sub-nav .centraliser nav > ul > li > a:active, .page-sub-nav .centraliser nav > ul > li > a:focus {
  text-decoration: underline;
  background-color: #0D4B2F;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 88em) {
  .page-sub-nav .centraliser nav > ul {
    padding: 0 1.5rem;
  }
}

@media (min-width: 61em) {
  .page-sub-nav .centraliser nav > ul li a {
    padding: .5em 1.2em;
    text-align: center;
  }
}

@media (max-width: 60.99em) {
  .page-sub-nav .centraliser nav > ul {
    -webkit-box-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
  }
  .page-sub-nav .centraliser nav > ul li {
    width: 100%;
  }
}

.page-sub-nav.nav-buttons {
  background-color: transparent;
  border: 0;
}

@media (min-width: 61em) {
  .page-sub-nav.nav-buttons {
    margin: 1.6rem 0;
  }
}

.page-sub-nav.nav-buttons nav > ul {
  margin: 0 1.6rem;
}

.page-sub-nav.nav-buttons nav > ul > li {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.page-sub-nav.nav-buttons nav > ul > li > a {
  background-color: #0D4C38;
  border-radius: 2px;
  border-bottom: 5px solid #0D4B2F;
  text-align: center;
  padding: 0.5rem 1rem calc( .5rem - 5px);
}

.page-sub-nav.nav-buttons nav > ul > li > a:hover, .page-sub-nav.nav-buttons nav > ul > li > a:active, .page-sub-nav.nav-buttons nav > ul > li > a:focus {
  background-color: #093628;
}

.page-sub-nav.nav-buttons nav > ul > li > a.active {
  background-color: #093628;
  border-bottom-color: #105c3a;
  position: relative;
}

.page-sub-nav.nav-buttons nav > ul > li > a.active:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 50%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: .7rem;
}

@media (min-width: 61em) and (max-width: 87.99em) {
  .page-sub-nav.nav-buttons nav > ul > li > a.active:before {
    left: 5%;
  }
}

.page-sub-nav.nav-buttons nav > ul > li:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 60.99em) {
  .page-sub-nav.nav-buttons nav > ul {
    margin: 0;
  }
  .page-sub-nav.nav-buttons nav > ul > li a {
    text-align: left;
    border-radius: 0;
    padding: 0.5rem 1.5rem calc( .5rem - 3px);
    border-bottom-width: 3px;
  }
  .page-sub-nav.nav-buttons nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
}

@media (min-width: 61em) {
  .page-sub-nav.nav-buttons nav > ul > li a {
    background-clip: padding-box;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .page-sub-nav.nav-buttons {
    margin-top: 0;
  }
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  padding: 0;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul:not(.expanded) .btn-expander::after {
  content: "";
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
  border-top: .25em solid #fff;
  top: -.15em;
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
  align-content: flex-start;
  background-color: #0D4C38;
  border-bottom: 5px solid #0D4B2F;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li:last-child .btn-expander {
  right: 0;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li .btn-expander {
  height: 1.4em;
  width: 1.4em;
  display: inline-block;
  margin: 0 .5rem;
  align-self: center;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  font-size: 1.2em;
  border-radius: .7em;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li .btn-expander:hover, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li .btn-expander:active, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li .btn-expander:focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1 1;
  padding: .8rem 1rem .5rem 1rem;
  text-align: left;
  color: #DDD;
  background-clip: inherit;
  border-bottom: none;
  line-height: 1.3;
  color: #FFF;
  font-weight: 600;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a:hover, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a:active, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a:focus {
  background-color: #0D4C38;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active a {
  color: #FFF;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active > a {
  background-color: #0D4C38;
  border-bottom-color: #0D4B2F;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active > a:before {
  content: none;
  -webkit-transform: none;
          transform: none;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active > a:after {
  position: absolute;
  left: .5rem;
  height: 55%;
  top: 55%;
  display: inline-block;
  content: "";
  background-color: #FFF;
  width: 2px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > ul {
  display: none;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded {
  padding: 0;
  position: relative;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded .bg {
  position: absolute;
  top: 13%;
  background-color: #0D4B2F;
  width: 100%;
  height: calc(100% - 13%);
  content: "";
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #0D4C38;
  border-bottom: 5px solid #0D4B2F;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > a {
  display: block;
  position: relative;
  padding: .8rem 1rem .5rem;
  border-bottom: none;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander {
  align-self: flex-start;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: .5rem;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-basis: 100%;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > ul > li {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 1rem;
  padding: .5rem;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > ul > li > a {
  padding: 0;
  color: #FFF;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > ul > li:not(:last-child):after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #0D4B2F;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li:last-child .btn-expander {
  right: 0;
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.active > ul li {
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}

.page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.active > ul li:not(:last-child):after {
  border-bottom: 1px solid #0D4C38;
}

@media (min-width: 61em) {
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li {
    border-radius: 0.125rem 0.125rem 0 0;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a {
    border-radius: 0.125rem 0 0 0;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active {
    background-color: #0D4B2F;
    border-bottom: 5px solid #0D4C38;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active > a {
    background-color: #0D4B2F;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li:not(:last-child) {
    margin-right: 1rem;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander {
    right: 0;
    top: .5rem;
    -webkit-transform: none;
            transform: none;
    margin-top: .5rem;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #FFF;
    border-width: 0 0.25em 0.2em;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander:hover::after, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander:active::after, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > .btn-expander:focus::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #DDD;
    border-width: 0 0.25em 0.2em;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.active {
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
            box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #0D4B2F;
    border-bottom: 5px solid #0D4C38;
    will-change: auto;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.active > a {
    background-color: #0D4B2F;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li:hover:not(.active) {
    z-index: 0;
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
            box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.19), 0 0.375rem 0.375rem rgba(0, 0, 0, 0.23);
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li:hover:not(.active) a {
    color: #FFF;
  }
}

@media (max-width: 60.99em) {
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul {
    display: block;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li {
    border-bottom: 5px solid #0D4B2F;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li > a {
    padding: 0.5rem 1rem;
    border-bottom: none;
    border-radius: 0;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active {
    background-color: #0D4B2F;
    border-bottom: 5px solid #0D4C38;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li.active > a {
    background-color: #0D4B2F;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul > li .btn-expander {
    height: 1.6em;
    width: 1.6em;
    line-height: 1.5;
    font-size: 1.3em;
    margin-top: .2rem;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul li {
    width: auto;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent transparent;
    border-width: 0.2em 0.25em 0;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li a:hover, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li a:active, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li a:focus {
    color: #FFF;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li > ul {
    display: none;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show {
    padding-bottom: 1rem;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > .btn-expander {
    right: 0;
    top: .5rem;
    -webkit-transform: none;
            transform: none;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #FFF;
    border-width: 0 0.25em 0.2em;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > .btn-expander:hover::after, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > .btn-expander:active::after, .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > .btn-expander:focus::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #DDD;
    border-width: 0 0.25em 0.2em;
  }
  .page-sub-nav.nav-buttons.hub-mega-menu nav > ul.expanded > li.js-dropdown-show > ul {
    display: -webkit-box;
    display: flex;
  }
}

.page-sub-nav.nav-buttons.mega-menu-bar {
  margin-top: 0;
  background-color: #0D4C38;
  border-bottom: 5px solid #0D4B2F;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li {
  border-bottom: none;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:first-child {
  font-weight: 700;
  font-size: 1.1rem;
}

@media (min-width: 88em) {
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a {
    white-space: nowrap;
  }
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a .btn-expander {
  margin-left: 1rem;
  margin-right: 0;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a:hover, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a:active, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a:focus {
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:hover .btn-expander, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:active .btn-expander, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:focus .btn-expander {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:hover > a, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:active > a, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li:focus > a {
  background-color: #0D4B2F;
}

@media (min-width: 61em) {
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li.active {
    border-bottom: none;
  }
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded .bg {
  display: none;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li {
  border-bottom: none;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:hover, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:active, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:focus {
  background-color: #0D4B2F;
}

.page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:hover > a, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:active > a, .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:focus > a {
  background-color: #0D4B2F;
}

@media (min-width: 61em) {
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li > a .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #FFF;
    border-width: 0 0.25em 0.2em;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li.active {
    border-bottom: none;
    -webkit-transform: none;
            transform: none;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:hover:not(.active) {
    -webkit-animation-name: none;
            animation-name: none;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li:hover:not(.active) li:not(:last-child):after {
    border-bottom: 1px solid #115737;
  }
}

@media (max-width: 60.99em) {
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li {
    border-bottom: 5px solid #0D4B2F !important;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul > li > a .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent transparent;
    border-width: 0.2em 0.25em 0;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li.js-dropdown-show {
    padding-bottom: 1rem;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li.js-dropdown-show .btn-expander::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #FFF;
    border-width: 0 0.25em 0.2em;
    top: -.15em;
  }
  .page-sub-nav.nav-buttons.mega-menu-bar nav > ul.expanded > li.active {
    border-bottom: 5px solid #115737 !important;
  }
}

@media (max-width: 60.99em) {
  .page-sub-nav.nav-buttons.mega-menu-bar {
    border-bottom: none;
  }
}

.mf-heatmap-clicked + ul {
  display: block !important;
}

/*============================================================================*\
| SIDE MENU
\*============================================================================*/
/** New dynamic menu with expandable items */
/*============================================================================*\
| SIDE MENU
\*============================================================================*/
/** New dynamic menu with expandable items */
body:not(#hubv4) .sidemenu, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 1.5rem;
  background: #0D4C38;
}

body:not(#hubv4) .sidemenu .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu__label, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu__label {
  text-transform: uppercase;
  border-bottom: 1px solid white;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-weight: 700;
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .sidemenu .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu__label, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu__label {
    border-top: 1px solid white;
  }
}

body:not(#hubv4) .sidemenu .sidemenu__label a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu__label a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu__label a {
  padding: 6px 14px;
}

body:not(#hubv4) .sidemenu ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu ul {
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
}

body:not(#hubv4) .sidemenu ul li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav ul li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav ul li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu ul li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu ul li {
  display: block;
}

body:not(#hubv4) .sidemenu ul li.active > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.active > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav ul li.active > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav ul li.active > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu ul li.active > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu ul li.active > a {
  color: #FFF;
  font-weight: 600;
}

body:not(#hubv4) .sidemenu ul li.active > a::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.active > a::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav ul li.active > a::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav ul li.active > a::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu ul li.active > a::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu ul li.active > a::before {
  position: relative;
  display: inline-block;
  content: "";
  height: auto;
  width: 0;
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
  border-left: 0.1875rem solid transparent;
}

body:not(#hubv4) .sidemenu ul ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav ul ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav ul ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu ul ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu ul ul {
  display: none;
  font-weight: 400;
}

body:not(#hubv4) .sidemenu a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-content: stretch;
  color: #DDD;
  line-height: 1.25;
}

body:not(#hubv4) .sidemenu a.sidemenu__link--withIcon, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a.sidemenu__link--withIcon, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a.sidemenu__link--withIcon, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a.sidemenu__link--withIcon, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a.sidemenu__link--withIcon, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a.sidemenu__link--withIcon {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

body:not(#hubv4) .sidemenu a.sidemenu__link--withIcon i::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a.sidemenu__link--withIcon i::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a.sidemenu__link--withIcon i::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a.sidemenu__link--withIcon i::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a.sidemenu__link--withIcon i::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a.sidemenu__link--withIcon i::before {
  margin: 0 5px;
}

@media (min-width: 61em) {
  body:not(#hubv4) .sidemenu a.sidemenu__link--withIcon i::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a.sidemenu__link--withIcon i::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a.sidemenu__link--withIcon i::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a.sidemenu__link--withIcon i::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a.sidemenu__link--withIcon i::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a.sidemenu__link--withIcon i::before {
    margin: 0;
  }
}

body:not(#hubv4) .sidemenu a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:hover, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:hover, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:hover, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:hover, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:hover, body:not(#hubv4) .sidemenu a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:active, body:not(#hubv4) .sidemenu a:focus, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:focus, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:focus, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:focus, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:focus, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:focus {
  color: #FFF;
}

body:not(#hubv4) .sidemenu a:hover .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:hover .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:hover .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:hover .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:hover .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:hover .btn-expander, body:not(#hubv4) .sidemenu a:active .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:active .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:active .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:active .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:active .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:active .btn-expander, body:not(#hubv4) .sidemenu a:focus .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage a:focus .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav a:focus .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav a:focus .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu a:focus .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu a:focus .btn-expander {
  color: #DDD;
}

body:not(#hubv4) .sidemenu > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul {
  font-size: 1.1rem;
  font-weight: 600;
}

body:not(#hubv4) .sidemenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li {
  border-bottom: 0.0625rem solid #0D4B2F;
}

body:not(#hubv4) .sidemenu > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li > a {
  padding: 0.8rem 0.9rem;
}

body:not(#hubv4) .sidemenu > ul > li:last-child > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:last-child > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li:last-child > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li:last-child > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li:last-child > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li:last-child > a, body:not(#hubv4) .sidemenu > ul > li.active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li.active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li.active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li.active {
  border-bottom: 0;
}

body:not(#hubv4) .sidemenu > ul > li.active > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li.active > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li.active > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li.active > a {
  padding-left: 0.35em;
  background-color: #0D4B2F;
}

body:not(#hubv4) .sidemenu > ul > li.active > a::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > a::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active > a::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav > ul > li.active > a::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu > ul > li.active > a::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu > ul > li.active > a::before {
  margin: -0.2em 0.35em -0.2em 0;
  border-color: #FFF;
}

body:not(#hubv4) .sidemenu .has-submenu, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu {
  display: -webkit-box;
  display: flex;
}

body:not(#hubv4) .sidemenu .has-submenu > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > a {
  -webkit-box-flex: 1;
          flex: 1 1;
}

body:not(#hubv4) .sidemenu .has-submenu > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul {
  flex-basis: 100%;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

body:not(#hubv4) .sidemenu .has-submenu.expanded, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded {
  overflow: hidden;
  flex-wrap: wrap;
}

body:not(#hubv4) .sidemenu .has-submenu.expanded > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded > ul {
  display: block;
}

body:not(#hubv4) .sidemenu .has-submenu.expanded > .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded > .btn-expander::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded > .btn-expander::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #DDD;
  border-width: 0 0.25em 0.2em;
  top: -0.15em;
}

body:not(#hubv4) .sidemenu .has-submenu.expanded > .btn-expander:hover::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:hover::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:hover::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded > .btn-expander:hover::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:hover::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded > .btn-expander:hover::after, body:not(#hubv4) .sidemenu .has-submenu.expanded > .btn-expander:active::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:active::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:active::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded > .btn-expander:active::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:active::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded > .btn-expander:active::after, body:not(#hubv4) .sidemenu .has-submenu.expanded > .btn-expander:focus::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:focus::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:focus::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.expanded > .btn-expander:focus::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:focus::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.expanded > .btn-expander:focus::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #FFF;
  border-width: 0 0.25em 0.2em;
}

body:not(#hubv4) .sidemenu .has-submenu:not(.expanded) .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu:not(.expanded) .btn-expander::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu:not(.expanded) .btn-expander::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu:not(.expanded) .btn-expander::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu:not(.expanded) .btn-expander::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu:not(.expanded) .btn-expander::after {
  content: "+";
}

body:not(#hubv4) .sidemenu .has-submenu.active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu.active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu.active {
  background-color: #0D4B2F;
}

body:not(#hubv4) .sidemenu .has-submenu > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul {
  padding: 0.2em 0 0.75em 0.9em;
}

body:not(#hubv4) .sidemenu .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body:not(#hubv4) .sidemenu .has-submenu > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul > li > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul > li > a {
  padding: 0.3em 0.85em 0.3em 0.7em;
}

body:not(#hubv4) .sidemenu .has-submenu > ul > li.active > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li.active > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li.active > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul > li.active > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li.active > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul > li.active > a {
  padding-left: 0;
}

body:not(#hubv4) .sidemenu .has-submenu > ul > li.active > a::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li.active > a::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li.active > a::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu > ul > li.active > a::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li.active > a::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu > ul > li.active > a::before {
  margin: -0.2em 0.25em -0.2em 0;
  border-width: 0.125rem;
  border-color: #FFF;
}

body:not(#hubv4) .sidemenu .has-submenu .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .has-submenu > ul > li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu .has-submenu > ul > li {
  border-left: 0;
}

body:not(#hubv4) .sidemenu .has-submenu .has-submenu > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .has-submenu > ul > li > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .has-submenu > ul > li > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu .has-submenu > ul > li > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .has-submenu > ul > li > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu .has-submenu > ul > li > a {
  padding-left: 0.3em;
}

body:not(#hubv4) .sidemenu .has-submenu .has-submenu > ul > li > a::before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .has-submenu > ul > li > a::before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .has-submenu > ul > li > a::before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .has-submenu .has-submenu > ul > li > a::before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .has-submenu > ul > li > a::before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .has-submenu .has-submenu > ul > li > a::before {
  display: none;
}

body:not(#hubv4) .sidemenu .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander {
  height: 1.4em;
  width: 1.4em;
  display: block;
  margin: 0 0.5rem;
  align-self: center;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #DDD;
  line-height: 1.4;
  font-size: 1.2em;
  border-radius: 0.7em;
}

body:not(#hubv4) .sidemenu .btn-expander:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:hover, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:hover, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander:hover, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:hover, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander:hover, body:not(#hubv4) .sidemenu .btn-expander:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander:active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander:active, body:not(#hubv4) .sidemenu .btn-expander:focus, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:focus, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:focus, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander:focus, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:focus, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander:focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
}

body:not(#hubv4) .sidemenu .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle {
  margin-top: -5px;
  font-size: 1.4884rem;
  font-weight: 600;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a {
  display: block;
  padding: 0.75rem 0.8rem;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.222em;
  text-align: center;
  line-height: 1;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a::after {
  content: "";
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a::after {
  float: right;
  line-height: 1.1;
  font-size: 115%;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a::after {
  text-decoration: underline;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle a::after {
  text-decoration: none;
}

body:not(#hubv4) .sidemenu .sidemenu-toggle.expanded a::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle.expanded a::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle.expanded a::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle.expanded a::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle.expanded a::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle.expanded a::after {
  content: "";
}

@media (min-width: 61em) {
  body:not(#hubv4) .sidemenu .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle {
    display: none;
  }
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .sidemenu, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  body:not(#hubv4) .sidemenu .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle {
    color: #424242;
  }
  body:not(#hubv4) .sidemenu .sidemenu-toggle .tereo-title, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle .tereo-title, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle .tereo-title, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle .tereo-title, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle .tereo-title, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle .tereo-title {
    display: block;
    color: #0D4C38;
    font-weight: 500;
  }
  body:not(#hubv4) .sidemenu .sidemenu-toggle + ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle + ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle + ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle + ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle + ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle + ul {
    display: none;
  }
  body:not(#hubv4) .sidemenu .sidemenu-toggle.expanded + ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle.expanded + ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle.expanded + ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .sidemenu-toggle.expanded + ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle.expanded + ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .sidemenu-toggle.expanded + ul {
    display: block;
  }
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .sidemenu .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander {
    height: auto;
    width: auto;
    margin: 0 0.35rem 0 0;
    line-height: 1.5;
  }
  body:not(#hubv4) .sidemenu .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander::after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander::after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .btn-expander::after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander::after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .btn-expander::after {
    display: inline-block;
    margin: 0 0.85em;
  }
  body:not(#hubv4) .sidemenu .expanded > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .expanded > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap #mega-nav .expanded > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) #mega-nav .expanded > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .mega-sub-menu .expanded > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .mega-sub-menu .expanded > ul {
    font-size: 100%;
  }
}

body:not(#hubv4) .sidemenu.sidemenu-light, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu {
  background: #FFF;
}

body:not(#hubv4) .sidemenu.sidemenu-light a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu a {
  color: #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage a:hover, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav a:hover, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav a:hover, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu a:hover, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu a:hover, body:not(#hubv4) .sidemenu.sidemenu-light a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage a:active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav a:active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav a:active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu a:active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu a:active, body:not(#hubv4) .sidemenu.sidemenu-light a:focus, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage a:focus, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav a:focus, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav a:focus, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu a:focus, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu a:focus {
  color: #005EA5;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul {
  font-weight: 500;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul > li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li {
  border-bottom-color: #CCC;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active {
  border-bottom: 1px solid #CCC;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active > a {
  background-color: #FFF;
  color: #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active > a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:hover, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:hover, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active > a:hover, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:hover, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active > a:hover, body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active > a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active > a:active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active > a:active, body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active > a:focus, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:focus, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:focus, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active > a:focus, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:focus, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active > a:focus {
  color: #005EA5;
}

body:not(#hubv4) .sidemenu.sidemenu-light > ul > li.active > a:before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav > ul > li.active > a:before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu > ul > li.active > a:before {
  border-color: #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light ul li.active > a, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav ul li.active > a, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu ul li.active > a {
  color: #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light ul li.active > a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a:hover, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a:hover, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav ul li.active > a:hover, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a:hover, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu ul li.active > a:hover, body:not(#hubv4) .sidemenu.sidemenu-light ul li.active > a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a:active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a:active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav ul li.active > a:active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a:active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu ul li.active > a:active, body:not(#hubv4) .sidemenu.sidemenu-light ul li.active > a:focus, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a:focus, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a:focus, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav ul li.active > a:focus, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a:focus, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu ul li.active > a:focus {
  color: #005EA5;
}

body:not(#hubv4) .sidemenu.sidemenu-light ul li.active > a:before, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a:before, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a:before, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav ul li.active > a:before, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a:before, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu ul li.active > a:before {
  border-color: #424242;
  margin-left: -1px;
}

body:not(#hubv4) .sidemenu.sidemenu-light .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav .has-submenu > ul > li, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu > ul > li, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu .has-submenu > ul > li {
  border-left-color: #DDD;
}

body:not(#hubv4) .sidemenu.sidemenu-light .has-submenu.expanded .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu.expanded .btn-expander:after, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu.expanded .btn-expander:after, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav .has-submenu.expanded .btn-expander:after, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu.expanded .btn-expander:after, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu .has-submenu.expanded .btn-expander:after {
  border-color: transparent transparent #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .btn-expander, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .btn-expander, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav .btn-expander, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .btn-expander, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu .btn-expander {
  color: #424242;
}

body:not(#hubv4) .sidemenu.sidemenu-light .has-submenu.active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu.active, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu.active, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav .has-submenu.active, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu.active, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu .has-submenu.active {
  background-color: #FFF;
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .sidemenu.sidemenu-light, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-light#mega-nav, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-light.mega-sub-menu {
    margin-bottom: 1rem;
  }
}

body:not(#hubv4) .sidemenu.sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage#mega-nav, body#hubv4 .sidemenu-banner-wrap body:not(#hubv4) .sidemenu-homepage#mega-nav, body:not(#hubv4) body#hubv4 .show-mega-menu-top .sidemenu-homepage.mega-sub-menu, body#hubv4 .show-mega-menu-top body:not(#hubv4) .sidemenu-homepage.mega-sub-menu {
  background: #FFF;
}

@-webkit-keyframes draw-open {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    z-index: 0;
  }
  1% {
    visibility: visible;
  }
  20% {
    opacity: 0.5;
    z-index: 10;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}

@keyframes draw-open {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    z-index: 0;
  }
  1% {
    visibility: visible;
  }
  20% {
    opacity: 0.5;
    z-index: 10;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}

@-webkit-keyframes draw-close {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes draw-close {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

body:not(#hubv4) .sidemenu-banner-wrap {
  z-index: 1;
  position: relative;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li {
  border-left-color: #DDD;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.sidemenu__label a {
  padding: 0.8rem 0.9rem;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li .tereo-title {
  color: #0D4C38;
  display: block;
  font-weight: 500;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li a {
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li a:focus {
  text-decoration: underline;
  color: inherit !important;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:after {
  content: "";
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw {
  position: relative;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw:after {
  opacity: 1;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 100%;
  width: 20px;
  right: -20px;
  z-index: 300;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw a {
  color: #0D4C38;
  font-weight: 600;
  position: relative;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw a:before {
  content: "";
  width: 3px;
  background-color: #0D4C38;
  height: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw .btn-expander {
  font-family: "vicicons";
  font-size: 1.5rem;
  color: #0D4C38;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded-draw .btn-expander:after {
  content: "" !important;
}

body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer {
  display: none;
}

@media (min-width: 61em) {
  body:not(#hubv4) .sidemenu-banner-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage {
    -webkit-box-flex: 1;
            flex: 1 1 25%;
    margin-bottom: 0;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul {
    left: 0;
    right: 75%;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer {
    display: -webkit-box;
    display: flex;
    padding: 1rem;
    padding-right: 2rem;
    border: 1px solid #8B8B8B;
    display: flex;
    background-color: #FFF;
    height: auto;
    position: absolute;
    left: 25%;
    top: -1px;
    z-index: -10;
    -webkit-animation: draw-close 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: draw-close 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.active {
    display: -webkit-box;
    display: flex;
    -webkit-animation: draw-open 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: draw-open 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .close-draw {
    position: absolute;
    right: 0;
    top: 0rem;
    font-size: 1.3rem;
    color: #424242;
    text-decoration: none;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav {
    width: 30%;
    padding-right: 1rem;
    margin: 0 1rem;
    border-right: 1px solid #EEE;
    z-index: -10;
    -webkit-box-flex: 1;
            flex: auto;
    min-width: 300px;
    max-width: 300px;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .btn-expander {
    font-size: 1.3rem;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title {
    margin-bottom: 0.5rem;
    color: #424242;
    font-size: 1.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a {
    display: block;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:focus {
    text-decoration: underline;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title .tereo-title {
    color: #115737;
    display: block;
    font-weight: 500;
    margin-right: 0.5rem;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul {
    display: none;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li {
    border-top: 1px solid #DDD;
    padding: 0.5rem 0;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li > ul > li:not(:last-child) > a {
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    margin-left: 0.7em;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group {
    display: block;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group a:hover, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group a:active, body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group a:focus {
    color: #005EA5;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-promo {
    padding-right: 2rem;
    width: 70%;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo {
    padding-right: 1rem;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-promo {
    display: none;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-nav {
    padding-right: 0;
    border-right: none;
  }
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a {
    padding-top: 1rem;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:nth-child(2) {
    border-top: 1px solid #CCC;
  }
  body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label {
    display: none;
  }
}

/*============================================================================*\
//! NEW SIDE MENU
\*============================================================================*/
/** New dynamic menu with expandable items */
@font-face {
  font-family: "Favorites";
  src: url("https://www.wgtn.ac.nz/__data/assets/file/0003/1935408/Favorites.woff2") format("woff2"), url("https://www.wgtn.ac.nz/__data/assets/file/0004/1935409/Favorites.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Favorites";
    src: url("https://www.wgtn.ac.nz/__data/assets/file/0003/1935408/Favorites.svg") format("svg");
  }
}

body#hubv4 #mega-menu {
  position: relative;
}

body#hubv4 .sidemenu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage, body#hubv4 .sidemenu-banner-wrap #mega-nav, body#hubv4 .show-mega-menu-top .mega-sub-menu {
  z-index: 1;
  margin: 0 0 1.5rem;
  background: #f7f7f7;
}

body#hubv4 .sidemenu[menu-lang="lang-en"] ul li a .tereo-childmenu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage[menu-lang="lang-en"] ul li a .tereo-childmenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage[menu-lang="lang-en"] ul li a .tereo-childmenu, body#hubv4 .sidemenu-banner-wrap #mega-nav[menu-lang="lang-en"] ul li a .tereo-childmenu, body#hubv4 .show-mega-menu-top .mega-sub-menu[menu-lang="lang-en"] ul li a .tereo-childmenu {
  display: none;
}

body#hubv4 .sidemenu[menu-lang="lang-mo"] ul li a > span, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage[menu-lang="lang-mo"] ul li a > span, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage[menu-lang="lang-mo"] ul li a > span, body#hubv4 .sidemenu-banner-wrap #mega-nav[menu-lang="lang-mo"] ul li a > span, body#hubv4 .show-mega-menu-top .mega-sub-menu[menu-lang="lang-mo"] ul li a > span {
  display: none;
}

body#hubv4 .sidemenu[menu-lang="lang-mo"] ul li a .tereo-childmenu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage[menu-lang="lang-mo"] ul li a .tereo-childmenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage[menu-lang="lang-mo"] ul li a .tereo-childmenu, body#hubv4 .sidemenu-banner-wrap #mega-nav[menu-lang="lang-mo"] ul li a .tereo-childmenu, body#hubv4 .show-mega-menu-top .mega-sub-menu[menu-lang="lang-mo"] ul li a .tereo-childmenu {
  display: block;
}

body#hubv4 .sidemenu .sidemenu__label, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu__label, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label {
  text-transform: uppercase;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (max-width: 42.99em) {
  body#hubv4 .sidemenu .sidemenu__label, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu__label, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label {
    border-top: 1px solid white;
  }
}

body#hubv4 .sidemenu .sidemenu__label .tereo-title, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label .tereo-title, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu__label .tereo-title, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label .tereo-title, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label .tereo-title {
  color: #0D4C38;
  font-weight: 500;
}

body#hubv4 .sidemenu .sidemenu__label a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu__label a, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label a, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label a {
  padding: 6px 14px;
}

body#hubv4 .sidemenu ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage ul, body#hubv4 .sidemenu-banner-wrap #mega-nav ul, body#hubv4 .show-mega-menu-top .mega-sub-menu ul {
  font-weight: 400;
}

body#hubv4 .sidemenu ul li, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage ul li, body#hubv4 .sidemenu-banner-wrap #mega-nav ul li, body#hubv4 .show-mega-menu-top .mega-sub-menu ul li {
  display: block;
}

body#hubv4 .sidemenu ul ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage ul ul, body#hubv4 .sidemenu-banner-wrap #mega-nav ul ul, body#hubv4 .show-mega-menu-top .mega-sub-menu ul ul {
  display: none;
  font-weight: 400;
}

body#hubv4 .sidemenu ul a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage ul a, body#hubv4 .sidemenu-banner-wrap #mega-nav ul a, body#hubv4 .show-mega-menu-top .mega-sub-menu ul a {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-content: stretch;
  color: #1D2624;
  line-height: 1.25;
}

body#hubv4 .sidemenu .has-submenu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu {
  display: -webkit-box;
  display: flex;
}

body#hubv4 .sidemenu .has-submenu > a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > a, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > a, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > a {
  -webkit-box-flex: 1;
          flex: 1 1;
}

body#hubv4 .sidemenu .has-submenu > ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul {
  flex-basis: 100%;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

body#hubv4 .sidemenu .has-submenu.expanded, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu.expanded, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded {
  flex-wrap: wrap;
}

body#hubv4 .sidemenu .has-submenu.expanded > ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu.expanded > ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > ul {
  display: block;
}

body#hubv4 .sidemenu .has-submenu > ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul {
  padding: 0.2em 0 0.75em 0.9em;
}

body#hubv4 .sidemenu .has-submenu > ul > li, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body#hubv4 .sidemenu .has-submenu > ul > li > a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > ul > li > a, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li > a, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li > a {
  padding: 0.3em 0.85em 0.3em 0.7em;
}

body#hubv4 .sidemenu .has-submenu > ul > li.active > a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu > ul > li.active > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu > ul > li.active > a, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu > ul > li.active > a, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu > ul > li.active > a {
  padding-left: 0;
}

body#hubv4 .sidemenu .has-submenu .has-submenu > ul > li, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .has-submenu > ul > li, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .has-submenu > ul > li {
  border-left: 0;
}

body#hubv4 .sidemenu .has-submenu .has-submenu > ul > li > a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .has-submenu > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu .has-submenu > ul > li > a, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .has-submenu > ul > li > a, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .has-submenu > ul > li > a {
  padding-left: 0.3em;
}

body#hubv4 .sidemenu .btn-expander, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander {
  display: block;
  margin: 0;
  margin-left: 0.5em;
  align-self: center;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 7px 8px;
  border-radius: 100px;
  z-index: 99;
}

body#hubv4 .sidemenu .btn-expander:after, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander:after, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:after, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:after {
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-transition: -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s, -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

body#hubv4 .sidemenu .btn-expander:hover, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander:hover, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:hover, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:hover, body#hubv4 .sidemenu .btn-expander:active, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:active, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander:active, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:active, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:active, body#hubv4 .sidemenu .btn-expander:focus, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander:focus, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander:focus, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander:focus, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander:focus {
  color: #0D4C38;
  background-color: #EEE;
}

body#hubv4 .sidemenu .sidemenu-toggle, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle {
  font-size: 1.4884rem;
  font-weight: 600;
  display: block;
  width: 100%;
  background-color: #669787;
}

body#hubv4 .sidemenu .sidemenu-toggle > a, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle > a, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle > a, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle > a {
  padding: 0.5rem 0.5rem;
  display: block;
  font-size: 0.8em;
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 0 80%;
  color: #fff;
}

body#hubv4 .sidemenu .sidemenu-toggle > a:hover, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle > a:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle > a:hover, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle > a:hover, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle > a:hover {
  text-decoration: underline;
}

body#hubv4 .sidemenu .sidemenu-toggle > a .tereo-nav-title, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle > a .tereo-nav-title, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle > a .tereo-nav-title, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle > a .tereo-nav-title, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle > a .tereo-nav-title {
  color: #FCE500;
}

body#hubv4 .sidemenu .sidemenu-toggle.expanded, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle.expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle.expanded, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle.expanded, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle.expanded {
  margin-bottom: 0 !important;
}

body#hubv4 .sidemenu .sidemenu-toggle.expanded a:after, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle.expanded a:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle.expanded a:after, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle.expanded a:after, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle.expanded a:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media (min-width: 75em) {
  body#hubv4 .sidemenu .sidemenu-toggle, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle {
    display: none;
  }
}

@media (max-width: 74.99em) {
  body#hubv4 .sidemenu #mega-menu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage #mega-menu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage #mega-menu, body#hubv4 .sidemenu-banner-wrap #mega-nav #mega-menu, body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu {
    display: none;
  }
}

@media (max-width: 60.99em) {
  body#hubv4 .sidemenu, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage, body#hubv4 .sidemenu-banner-wrap #mega-nav, body#hubv4 .show-mega-menu-top .mega-sub-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  body#hubv4 .sidemenu .sidemenu-toggle, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle {
    color: #424242;
  }
  body#hubv4 .sidemenu .sidemenu-toggle .tereo-title, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle .tereo-title, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle .tereo-title, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle .tereo-title, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle .tereo-title {
    display: block;
    color: #0D4C38;
    font-weight: 500;
  }
  body#hubv4 .sidemenu .sidemenu-toggle + ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle + ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle + ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle + ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle + ul {
    display: none;
  }
  body#hubv4 .sidemenu .sidemenu-toggle.expanded + ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle.expanded + ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .sidemenu-toggle.expanded + ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu-toggle.expanded + ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle.expanded + ul {
    display: block;
  }
}

@media (max-width: 42.99em) {
  body#hubv4 .sidemenu .btn-expander, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander {
    height: auto;
    width: auto;
    margin: 0 0.35rem 0 0;
    line-height: 1.5;
  }
  body#hubv4 .sidemenu .btn-expander::after, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .btn-expander::after, body#hubv4 .sidemenu-banner-wrap #mega-nav .btn-expander::after, body#hubv4 .show-mega-menu-top .mega-sub-menu .btn-expander::after {
    display: inline-block;
    margin: 0 0.85em;
  }
  body#hubv4 .sidemenu .expanded > ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .expanded > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .expanded > ul, body#hubv4 .sidemenu-banner-wrap #mega-nav .expanded > ul, body#hubv4 .show-mega-menu-top .mega-sub-menu .expanded > ul {
    font-size: 100%;
  }
}

body#hubv4 .sidemenu.sidemenu-light, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu {
  background: #fff;
}

body#hubv4 .sidemenu.sidemenu-light > ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage > ul, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul {
  font-weight: 500;
}

body#hubv4 .sidemenu.sidemenu-light > ul > li.active > a:hover, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage > ul > li.active > a:hover, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:hover, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:hover, body#hubv4 .sidemenu.sidemenu-light > ul > li.active > a:active, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:active, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage > ul > li.active > a:active, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:active, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:active, body#hubv4 .sidemenu.sidemenu-light > ul > li.active > a:focus, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage > ul > li.active > a:focus, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage > ul > li.active > a:focus, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav > ul > li.active > a:focus, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu > ul > li.active > a:focus {
  color: #005EA5;
}

body#hubv4 .sidemenu.sidemenu-light ul li.active > a:before, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage ul li.active > a:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage ul li.active > a:before, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav ul li.active > a:before, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu ul li.active > a:before {
  margin-left: -1px;
  display: none;
}

body#hubv4 .sidemenu.sidemenu-light .has-submenu > ul > li, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage .has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu > ul > li, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu > ul > li {
  border-left-color: #DDD;
}

body#hubv4 .sidemenu.sidemenu-light .has-submenu.expanded > .btn-expander:after, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu.expanded > .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage .has-submenu.expanded > .btn-expander:after, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu.expanded > .btn-expander:after, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu.expanded > .btn-expander:after {
  border-color: transparent transparent #424242;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

body#hubv4 .sidemenu.sidemenu-light .btn-expander, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .btn-expander, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .btn-expander {
  color: #424242;
}

@media (max-width: 42.99em) {
  body#hubv4 .sidemenu.sidemenu-light, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage, body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav, body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu {
    margin-bottom: 1rem;
  }
}

body#hubv4 .sidemenu.sidemenu-homepage, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage, body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage#mega-nav, body#hubv4 .show-mega-menu-top .sidemenu-homepage.mega-sub-menu {
  background: #fff;
}

body#hubv4 .sidemenu-banner-wrap {
  z-index: 4;
  position: relative;
  margin-bottom: 1rem;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav {
  margin-top: 1rem;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label {
  display: none;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav .sidemenu__label a:hover {
  text-decoration: underline;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul {
  font-size: 1.1rem;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li {
  border-bottom: 1px transparent solid;
  border-top: 1px transparent solid;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  margin-left: 0;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li:after {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  content: "";
  height: 100%;
  width: 14px;
  background-color: #FFF;
  right: -2px;
  position: absolute;
  top: 0;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li > .btn-expander {
  margin-right: 0.5rem;
  padding: 3px 8px;
  border-radius: 100px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  text-align: center;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active-menu-item {
  z-index: 10;
  position: relative;
  border-color: #99B9AF;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active-menu-item:after {
  opacity: 1;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active-menu-item .btn-expander:after {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  opacity: 1;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li:not(.sidemenu__label) {
  font-weight: 500;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li > a {
  padding: 0.8rem 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li > a:hover {
  border-color: transparent;
  text-decoration: underline;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li > a .tereo-title {
  color: #0D4C38;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav > ul > li.active > a {
  padding-left: 1rem;
  border-left: 4px #0D4C38 solid;
  font-weight: bold;
}

body#hubv4 .sidemenu-banner-wrap #mega-nav ul li.nav-item-parent .btn-expander:after {
  line-height: 1.2;
}

@media (min-width: 61em) {
  body#hubv4 .sidemenu-banner-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage {
    -webkit-box-flex: 1;
            flex: 1 1 25%;
    margin-bottom: 0;
    margin-top: 1rem !important;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage > ul {
    left: 0;
    right: 75%;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer {
    max-width: 0;
    padding: 0;
    background-color: #FFF;
    position: absolute;
    left: 25%;
    top: 0px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    min-height: 100%;
    width: 75%;
    display: -webkit-box;
    display: flex;
    visibility: hidden;
    border: 1px #99B9AF solid;
    border-top: none;
    background-image: url(https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg);
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-promo {
    max-width: 800px;
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    overflow: hidden;
    min-width: 300px;
    -webkit-box-flex: 1;
            flex: 1 1;
    opacity: 1;
    padding-right: 5px;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-promo > div {
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo {
    padding-right: 1rem;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-promo {
    max-width: 0;
    min-width: 0;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-promo > div {
    max-width: 0;
    max-height: 0;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-nav {
    padding-right: 0;
    border-right: none;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.active {
    padding: 1rem;
    padding-left: 3.5rem;
    padding-right: 2rem;
    overflow: visible;
    opacity: 1;
    max-width: 100%;
    visibility: visible;
    background-repeat: no-repeat;
    background-size: 234px;
    background-position: -80px -110px;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .close-draw {
    position: absolute;
    right: 0;
    top: 0rem;
    font-size: 1.3rem;
    color: #424242;
    text-decoration: none;
    padding: 5px 7px;
    background-color: #fff;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .close-draw:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-promo {
    width: 50%;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-nav {
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer.no-promo .draw-nav .active-nav-group {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav {
    width: 50%;
    padding-right: 1rem;
    margin: 0 1rem;
    border-right: none;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    min-width: 300px;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title {
    margin-bottom: 0.5rem;
    color: #424242;
    font-size: 1.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:hover, body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:active, body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title a:focus {
    text-decoration: underline;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav .sub-draw-title .tereo-title {
    color: #0D4C38;
    display: block;
    font-weight: 500;
    margin-right: 0.5rem;
    margin-bottom: 0.15rem;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul {
    display: none;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li {
    border-top: 1px solid #EEE;
    padding: 5px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li .tereo-title {
    color: #0D4C38;
    display: block;
    font-weight: 400;
    margin-right: 0.5rem;
    margin-bottom: 0.15rem;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li.active > a {
    font-weight: 700;
    border-left: 0.25rem solid #0D4C38;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li.active > a span {
    font-weight: 700;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li .btn-expander {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-size: 1rem;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li .btn-expander:after {
    line-height: 1;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li > ul > li {
    position: relative;
    margin-left: 5px;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul > li > ul > li > a {
    padding-left: 0;
    margin-left: 5px;
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group {
    display: block;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group .sub-draw-title {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group a {
    padding: 0.4em 0.5em;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group a:hover {
    text-decoration: underline;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group > li .btn-expander:after {
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group > li > a {
    -webkit-box-flex: 1;
            flex: 1 0 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-drawer .draw-nav > ul.active-nav-group > li > ul {
    padding: 0.2em 0 0.75em 0;
    display: none;
    overflow: hidden;
  }
}

@media (max-width: 74.99em) {
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage {
    display: none !important;
  }
  body#hubv4 .sidemenu-banner-wrap .hub-banner-sidemenu {
    width: 100%;
  }
}

@media (max-width: 60.99em) {
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu-toggle a {
    padding-top: 1rem;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage > ul > li:nth-child(2) {
    border-top: 1px solid #CCC;
  }
  body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .sidemenu__label {
    display: none;
  }
  body#hubv4 .sidemenu-banner-wrap .hub-banner-sidemenu .banner-image {
    height: auto;
  }
  body#hubv4 .sidemenu-banner-wrap .hub-banner-sidemenu .banner-body {
    margin-top: 0;
    max-width: 100%;
  }
}

body#hubv4 .sidemenu-banner-wrap .menu-blip {
  height: 0;
  position: absolute;
  bottom: -6px;
  background-color: #0D4C38;
  width: 4px;
  z-index: 99;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

body#hubv4.childpage-type .sidebar .home-link {
  padding: 0.3rem 0.5rem;
  color: #0D4C38;
  text-decoration: none;
}

@media (max-width: 74.99em) {
  body#hubv4.childpage-type .sidebar .home-link {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

body#hubv4.childpage-type .sidebar .home-link:hover {
  text-decoration: underline;
}

@media (min-width: 75em) {
  body#hubv4.childpage-type .sidebar.childMenu {
    display: block !important;
  }
}

body#hubv4 .sidebar {
  width: initial;
  position: relative;
}

body#hubv4 .sidebar .sidebar-blip {
  position: absolute;
  height: 10px;
  width: 10px;
  left: -10px;
  background-color: #D1E0DA;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

body#hubv4 .sidebar .empty-message a:visited {
  color: #1D2624;
}

body#hubv4 .sidebar .language-switcher {
  display: -webkit-box;
  display: flex;
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .language-switcher {
    margin: 0 1rem;
  }
}

body#hubv4 .sidebar .language-switcher button {
  padding: 2px 5px;
  background-color: transparent;
  border: 1px transparent solid;
  color: #8B8B8B;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body#hubv4 .sidebar .language-switcher button:disabled {
  color: #8B8B8B;
  cursor: not-allowed;
}

body#hubv4 .sidebar .language-switcher button:hover {
  color: #1D2624;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body#hubv4 .sidebar .language-switcher button.active {
  color: #1D2624;
}

@media (min-width: 75em) {
  body#hubv4 .sidebar .sidemenu ul .has-submenu > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul .has-submenu > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul .has-submenu > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul .has-submenu > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul .has-submenu > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul .has-submenu > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul .has-submenu > .btn-expander {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

body#hubv4 .sidebar .sidemenu ul .has-submenu > .btn-expander:after, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul .has-submenu > .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul .has-submenu > .btn-expander:after, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul .has-submenu > .btn-expander:after, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul .has-submenu > .btn-expander:after, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul .has-submenu > .btn-expander:after, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul .has-submenu > .btn-expander:after {
  content: "\f17a";
  line-height: 1.2;
  width: initial;
  height: initial;
  top: initial;
}

body#hubv4 .sidebar .sidemenu > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .has-submenu > .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .has-submenu > .btn-expander::after, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .has-submenu > .btn-expander::after {
  content: "\f181";
  line-height: 1;
  width: initial;
  height: initial;
  top: initial;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .has-submenu > .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .has-submenu > .btn-expander::after, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .has-submenu > .btn-expander::after, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .has-submenu > .btn-expander::after {
    content: "\f17a";
  }
}

body#hubv4 .sidebar .sidemenu, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu {
  margin-bottom: 1rem;
  overflow: visible;
  min-width: 300px;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu {
    min-width: 250px;
  }
}

body#hubv4 .sidebar .sidemenu ul li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li {
  overflow: hidden;
}

body#hubv4 .sidebar .sidemenu ul li:not(.sidemenu__label) a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li:not(.sidemenu__label) a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li:not(.sidemenu__label) a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li:not(.sidemenu__label) a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li:not(.sidemenu__label) a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li:not(.sidemenu__label) a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li:not(.sidemenu__label) a {
  margin-right: 10px;
}

body#hubv4 .sidebar .sidemenu ul li a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a {
  color: #1D2624;
  padding: 0.8rem 0.9rem;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-self: center;
}

body#hubv4 .sidebar .sidemenu ul li a .tereo-childmenu, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a .tereo-childmenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a .tereo-childmenu, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a .tereo-childmenu, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a .tereo-childmenu, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a .tereo-childmenu, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a .tereo-childmenu {
  color: #0D4C38;
  font-weight: 500;
}

body#hubv4 .sidebar .sidemenu ul li a.sidemenu__link--withIcon, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a.sidemenu__link--withIcon, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a.sidemenu__link--withIcon, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a.sidemenu__link--withIcon, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a.sidemenu__link--withIcon, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a.sidemenu__link--withIcon, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a.sidemenu__link--withIcon {
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-right: 0;
  border-radius: 0;
  background-color: #EEE;
  color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu ul li a.sidemenu__link--withIcon i, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a.sidemenu__link--withIcon i, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a.sidemenu__link--withIcon i, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a.sidemenu__link--withIcon i, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a.sidemenu__link--withIcon i, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a.sidemenu__link--withIcon i, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a.sidemenu__link--withIcon i {
  font-size: 1.2em;
}

body#hubv4 .sidebar .sidemenu ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a.sidemenu__link--withIcon i.icons8-right-arrow, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a.sidemenu__link--withIcon i.icons8-right-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body#hubv4 .sidebar .sidemenu ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a.sidemenu__link--withIcon i::before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a.sidemenu__link--withIcon i::before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a.sidemenu__link--withIcon i::before {
  margin: 0 5px;
}

@media (min-width: 61em) {
  body#hubv4 .sidebar .sidemenu ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a.sidemenu__link--withIcon i::before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a.sidemenu__link--withIcon i::before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a.sidemenu__link--withIcon i::before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a.sidemenu__link--withIcon i::before {
    margin: 0;
  }
}

body#hubv4 .sidebar .sidemenu ul li a:hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a:hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a:hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a:hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a:hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a:hover {
  text-decoration: underline;
}

body#hubv4 .sidebar .sidemenu ul li a:hover + .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a:hover + .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a:hover + .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a:hover + .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a:hover + .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a:hover + .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a:hover + .btn-expander {
  color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu ul li a:focus, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li a:focus, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li a:focus, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li a:focus, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li a:focus, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li a:focus, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li a:focus {
  outline-offset: -2px;
  outline: 1px #8B8B8B solid;
}

body#hubv4 .sidebar .sidemenu ul li.active > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.active > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.active > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.active > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.active > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.active > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.active > a {
  font-weight: 600;
  color: #1D2624;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > a {
  margin-right: 0px;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded {
  z-index: 1;
  border-bottom: none;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded > .btn-expander {
  color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded > .btn-expander:after, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded > .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded > .btn-expander:after, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded > .btn-expander:after, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded > .btn-expander:after, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded > .btn-expander:after, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded > .btn-expander:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded > ul li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded > ul li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded > ul li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded > ul li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded > ul li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded > ul li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded > ul li {
  border-left: none;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded ul li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded ul li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded ul li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded ul li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded ul li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded ul li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded ul li {
  position: relative;
  overflow: visible;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded ul li.active:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded ul li.active:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded ul li.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 3px;
  top: 12px;
  border-top: 10px solid transparent;
  border-left: 8px solid #0D4C38;
  border-bottom: 10px solid transparent;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded ul li.active:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded ul li.active:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded ul li.active:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded ul li.active:before {
    top: 5px;
  }
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded ul li ul li:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded ul li ul li:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded ul li ul li:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded ul li ul li:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded ul li ul li:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded ul li ul li:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded ul li ul li:before,
body#hubv4 .sidebar .sidemenu ul li.has-submenu.expanded ul li ul li.active:before,
body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.expanded ul li ul li.active:before,
body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.expanded ul li ul li.active:before,
body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.expanded ul li ul li.active:before,
body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.expanded ul li ul li.active:before,
body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.expanded ul li ul li.active:before,
body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.expanded ul li ul li.active:before {
  left: 0;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu.active > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu.active > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu.active > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu.active > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu.active > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu.active > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu.active > ul {
  display: block;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu ul {
  padding-top: 0;
  display: none;
  padding-bottom: 0;
  border-left: 0px white solid;
  overflow: hidden;
  position: relative;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu ul li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu ul li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu ul li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu ul li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu ul li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu ul li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu ul li {
  border-left: none;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu ul li.expanded > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu ul li.expanded > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu ul li.expanded > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu ul li.expanded > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu ul li.expanded > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu ul li.expanded > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu ul li.expanded > a {
  font-weight: 600;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu ul ul li ul li a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu ul ul li ul li a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu ul ul li ul li a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu ul ul li ul li a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu ul ul li ul li a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu ul ul li ul li a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu ul ul li ul li a {
  font-size: 95%;
  padding: 7px 10px;
  line-height: 1.2;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul {
  padding-left: 0;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li {
  border-left: none;
  padding-left: 0.5em;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li a {
  padding: 8px 30px 8px 10px;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li.has-submenu a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li.has-submenu a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li.has-submenu a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li.has-submenu a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li.has-submenu a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li.has-submenu a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li.has-submenu a {
  padding-right: 10px;
  -webkit-box-flex: 1;
          flex: 1;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li .btn-expander {
  margin-right: 6px;
  border-radius: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 42.99em) {
  body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li .btn-expander {
    margin-right: 15px;
  }
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li > ul {
  margin-left: 10px;
  border-left: 1px #DDD solid;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li > ul > li .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li > ul > li .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li > ul > li .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li > ul > li .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li > ul > li .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li > ul > li .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li > ul > li .btn-expander {
  margin-right: 30px;
}

body#hubv4 .sidebar .sidemenu ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > ul > li > ul > li.expanded ul li > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > ul > li > ul > li.expanded ul li > a {
  opacity: 1;
}

@media (max-width: 42.99em) {
  body#hubv4 .sidebar .sidemenu ul li.has-submenu > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > .btn-expander {
    z-index: 99;
  }
  body#hubv4 .sidebar .sidemenu ul li.has-submenu > .btn-expander:after, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul li.has-submenu > .btn-expander:after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage ul li.has-submenu > .btn-expander:after, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav ul li.has-submenu > .btn-expander:after, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav ul li.has-submenu > .btn-expander:after, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu ul li.has-submenu > .btn-expander:after, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu ul li.has-submenu > .btn-expander:after {
    margin: 0;
  }
}

body#hubv4 .sidebar .sidemenu > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul {
  font-size: 100%;
  border: 1px #DDD solid;
  position: relative;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul {
    border: none;
    font-size: 15px;
  }
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label {
  position: relative;
  background-position: center;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  margin-right: 0;
  border-left: none;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label {
    border-bottom: none;
  }
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label.hide-title, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label.hide-title, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label.hide-title, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label.hide-title, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label.hide-title, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label.hide-title, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label.hide-title {
  display: none;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label {
    display: none;
  }
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label .sidemenu__label_background, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label .sidemenu__label_background, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label .sidemenu__label_background, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label .sidemenu__label_background, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label .sidemenu__label_background, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label .sidemenu__label_background, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label .sidemenu__label_background {
  display: none;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 100;
  overflow: hidden;
  max-height: 100%;
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label .sidemenu__label_background svg, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label .sidemenu__label_background svg, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label .sidemenu__label_background svg, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label .sidemenu__label_background svg, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label .sidemenu__label_background svg, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label .sidemenu__label_background svg, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label .sidemenu__label_background svg {
  max-height: 900px;
  width: 77px;
  margin-top: -100px;
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label > a {
  background-color: #f3f3f3;
  padding: 1rem;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 200% 5%;
  background-blend-mode: multiply;
  color: #1D2624;
  font-weight: 700;
  border-radius: 0;
  border-bottom: 1px #DDD solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label > a .tereo-title, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label > a .tereo-title, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label > a .tereo-title, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label > a .tereo-title, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label > a .tereo-title, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label > a .tereo-title, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label > a .tereo-title {
  display: block;
  font-weight: 600;
  color: #0D4C38;
}

@media (max-width: 60.99em) {
  body#hubv4 .sidebar .sidemenu > ul > .sidemenu__label > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > .sidemenu__label > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > .sidemenu__label > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > .sidemenu__label > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > .sidemenu__label > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > .sidemenu__label > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > .sidemenu__label > a {
    background-position: 160% 5%;
    border-bottom: none;
  }
}

body#hubv4 .sidebar .sidemenu > ul > li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li {
  position: relative;
  overflow: visible;
  border-bottom: 1px transparent solid;
}

@media (min-width: 75em) {
  body#hubv4 .sidebar .sidemenu > ul > li, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li {
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  }
}

body#hubv4 .sidebar .sidemenu > ul > li:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:before {
  content: "";
  width: 4px;
  position: absolute;
  height: 100%;
  display: block;
  background-color: transparent;
  z-index: 1;
}

body#hubv4 .sidebar .sidemenu > ul > li:not(:first-of-type), body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(:first-of-type), body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(:first-of-type), body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(:first-of-type), body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(:first-of-type), body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(:first-of-type), body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(:first-of-type) {
  border-top: 1px transparent solid;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul > li:not(:first-of-type), body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(:first-of-type), body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(:first-of-type), body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(:first-of-type), body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(:first-of-type), body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(:first-of-type), body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(:first-of-type) {
    border-top: 1px #EEE solid;
  }
}

body#hubv4 .sidebar .sidemenu > ul > li:hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:hover {
  background-color: #fff;
}

body#hubv4 .sidebar .sidemenu > ul > li > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li > a {
  -webkit-box-flex: 1;
          flex: 1 0 80%;
}

body#hubv4 .sidebar .sidemenu > ul > li > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li > .btn-expander {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 10px 15px;
  margin-left: 0px;
  -webkit-box-flex: 1;
          flex: 1 0 2%;
  max-width: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  align-self: stretch;
}

body#hubv4 .sidebar .sidemenu > ul > li.active, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active {
  border-bottom-color: transparent;
}

body#hubv4 .sidebar .sidemenu > ul > li.active:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active:before {
  background-color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu > ul > li.active > .btn-expander:hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > .btn-expander:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active > .btn-expander:hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active > .btn-expander:hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active > .btn-expander:hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active > .btn-expander:hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active > .btn-expander:hover, body#hubv4 .sidebar .sidemenu > ul > li.active > .btn-expander:active, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > .btn-expander:active, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active > .btn-expander:active, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active > .btn-expander:active, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active > .btn-expander:active, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active > .btn-expander:active, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active > .btn-expander:active, body#hubv4 .sidebar .sidemenu > ul > li.active > .btn-expander:focus, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > .btn-expander:focus, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active > .btn-expander:focus, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active > .btn-expander:focus, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active > .btn-expander:focus, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active > .btn-expander:focus, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active > .btn-expander:focus {
  color: #1D2624;
}

body#hubv4 .sidebar .sidemenu > ul > li.active > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active > a {
  text-decoration: none;
}

body#hubv4 .sidebar .sidemenu > ul > li.active > a:hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.active > a:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.active > a:hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.active > a:hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.active > a:hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.active > a:hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.active > a:hover {
  color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded {
  background-color: #0D4C38;
  border-top: none;
  border-left-color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded > a {
  font-weight: 700;
  color: #FEF9F0;
  background-color: transparent;
}

@media (max-width: 74.99em) {
  body#hubv4 .sidebar .sidemenu > ul > li.expanded > a, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded > a, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded > a, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded > a, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded > a, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded > a, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded > a {
    font-weight: 500;
  }
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded > a .tereo-childmenu, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded > a .tereo-childmenu, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded > a .tereo-childmenu, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded > a .tereo-childmenu, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded > a .tereo-childmenu, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded > a .tereo-childmenu, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded > a .tereo-childmenu {
  color: #CCDCD7;
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded > a:focus, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded > a:focus, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded > a:focus, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded > a:focus, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded > a:focus, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded > a:focus, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded > a:focus {
  color: #FEF9F0;
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded > a:hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded > a:hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded > a:hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded > a:hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded > a:hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded > a:hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded > a:hover {
  color: #FEF9F0;
}

body#hubv4 .sidebar .sidemenu > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded.has-submenu > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded.has-submenu > .btn-expander {
  -webkit-clip-path: polygon(0% -2px, 102% -2%, 102% 103%, 10px 104%);
          clip-path: polygon(0% -2px, 102% -2%, 102% 103%, 10px 104%);
  background-color: #669787;
  color: #FCE500;
}

@media (min-width: 75em) {
  body#hubv4 .sidebar .sidemenu > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li.expanded.has-submenu > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li.expanded.has-submenu > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li.expanded.has-submenu > .btn-expander {
    padding-left: 15px;
  }
}

body#hubv4 .sidebar .sidemenu > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(.sidemenu__label).expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(.sidemenu__label).expanded, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar .sidemenu > ul > li:not(.sidemenu__label):hover, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(.sidemenu__label):hover, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(.sidemenu__label):hover, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(.sidemenu__label):hover, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(.sidemenu__label):hover, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(.sidemenu__label):hover, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(.sidemenu__label):hover {
  border-top-color: #99B9AF;
  border-bottom-color: #99B9AF;
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.1);
}

body#hubv4 .sidebar .sidemenu > ul > li:not(.sidemenu__label):hover:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(.sidemenu__label):hover:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(.sidemenu__label):hover:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(.sidemenu__label):hover:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(.sidemenu__label):hover:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(.sidemenu__label):hover:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(.sidemenu__label):hover:before {
  background-color: #669787;
}

body#hubv4 .sidebar .sidemenu > ul > li:not(.sidemenu__label).expanded:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li:not(.sidemenu__label).expanded:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li:not(.sidemenu__label).expanded:before, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li:not(.sidemenu__label).expanded:before, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li:not(.sidemenu__label).expanded:before, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li:not(.sidemenu__label).expanded:before, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li:not(.sidemenu__label).expanded:before {
  background-color: #0D4C38;
}

body#hubv4 .sidebar .sidemenu > ul > li > ul, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage > ul > li > ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .sidemenu-homepage > ul > li > ul, body#hubv4 .sidebar .sidemenu-banner-wrap #mega-nav > ul > li > ul, body#hubv4 .sidemenu-banner-wrap .sidebar #mega-nav > ul > li > ul, body#hubv4 .sidebar .show-mega-menu-top .mega-sub-menu > ul > li > ul, body#hubv4 .show-mega-menu-top .sidebar .mega-sub-menu > ul > li > ul {
  background-color: #fff;
}

body#hubv4 .sidebar .sidemenu.light > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .light.sidemenu-homepage > ul > li:not(.sidemenu__label).expanded, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .light.sidemenu-homepage > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar .sidemenu-banner-wrap .light#mega-nav > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidemenu-banner-wrap .sidebar .light#mega-nav > ul > li:not(.sidemenu__label).expanded, body#hubv4 .sidebar .show-mega-menu-top .light.mega-sub-menu > ul > li:not(.sidemenu__label).expanded, body#hubv4 .show-mega-menu-top .sidebar .light.mega-sub-menu > ul > li:not(.sidemenu__label).expanded {
  border-color: #669787;
  background-color: #669787;
}

body#hubv4 .sidebar .sidemenu.light > ul > li:not(.sidemenu__label).expanded > .btn-expander, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .light.sidemenu-homepage > ul > li:not(.sidemenu__label).expanded > .btn-expander, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .light.sidemenu-homepage > ul > li:not(.sidemenu__label).expanded > .btn-expander, body#hubv4 .sidebar .sidemenu-banner-wrap .light#mega-nav > ul > li:not(.sidemenu__label).expanded > .btn-expander, body#hubv4 .sidemenu-banner-wrap .sidebar .light#mega-nav > ul > li:not(.sidemenu__label).expanded > .btn-expander, body#hubv4 .sidebar .show-mega-menu-top .light.mega-sub-menu > ul > li:not(.sidemenu__label).expanded > .btn-expander, body#hubv4 .show-mega-menu-top .sidebar .light.mega-sub-menu > ul > li:not(.sidemenu__label).expanded > .btn-expander {
  background-color: #99B9AF;
}

body#hubv4 .sidebar .sidemenu.light ul li.has-submenu.expanded ul li:before, body#hubv4 .sidebar body:not(#hubv4) .sidemenu-banner-wrap .light.sidemenu-homepage ul li.has-submenu.expanded ul li:before, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidebar .light.sidemenu-homepage ul li.has-submenu.expanded ul li:before, body#hubv4 .sidebar .sidemenu-banner-wrap .light#mega-nav ul li.has-submenu.expanded ul li:before, body#hubv4 .sidemenu-banner-wrap .sidebar .light#mega-nav ul li.has-submenu.expanded ul li:before, body#hubv4 .sidebar .show-mega-menu-top .light.mega-sub-menu ul li.has-submenu.expanded ul li:before, body#hubv4 .show-mega-menu-top .sidebar .light.mega-sub-menu ul li.has-submenu.expanded ul li:before {
  border-left-color: #669787;
}

.tcon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2em;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 0.22222em;
  width: 2em;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 0.22222em;
  width: 2em;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0.14286em center;
          transform-origin: 0.14286em center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 0.5em;
}

.tcon-menu__lines::after {
  top: -0.5em;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
  width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  width: 2em;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

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

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

.tcon-search__item {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tcon-search__item::before, .tcon-search__item::after {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tcon-search__item::before {
  height: 0.2em;
  left: 0;
  background: #424242;
  border-radius: 0.14286em;
}

.tcon-search__item::after {
  right: 0;
  background: #CCC;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid #424242;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.tcon-search--xcross.tcon-transform {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-search--xcross.tcon-transform .tcon-search__item::before, .tcon-search--xcross.tcon-transform .tcon-search__item::after {
  border-radius: 0.14286em;
  background: #424242;
}

.tcon-search--xcross.tcon-transform .tcon-search__item::after {
  height: 0.2em;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
          transform: rotate3d(0, 0, 1, 90deg);
}

/*==================================================
=            Site header with hamburger tray         =
==================================================*/
:root {
  --tray-width-desktop: 400px;
}

@-webkit-keyframes delay-visibility-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@keyframes delay-visibility-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes delay-visibility-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes delay-visibility-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes menu-slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0vh);
            transform: translateX(0vh);
    visibility: visible;
  }
}

@keyframes menu-slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0vh);
            transform: translateX(0vh);
    visibility: visible;
  }
}

@-webkit-keyframes menu-slide-out {
  0% {
    -webkit-transform: translateX(0vh);
            transform: translateX(0vh);
    visibility: visible;
  }
  99% {
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
}

@keyframes menu-slide-out {
  0% {
    -webkit-transform: translateX(0vh);
            transform: translateX(0vh);
    visibility: visible;
  }
  99% {
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
}

body:not(#hubv4) {
  /*==================================================
=            Site header with hamburger tray         =
==================================================*/
}

body:not(#hubv4) :root {
  --tray-width-desktop: 400px;
}

@keyframes delay-visibility-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes delay-visibility-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes menu-slide-in {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}

@keyframes menu-slide-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

body:not(#hubv4) .noscroll {
  overflow: hidden;
}

body:not(#hubv4) .main-site-header .header-toggle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  -webkit-box-flex: 0;
          flex: 0 1 5%;
}

body:not(#hubv4) .main-site-header .header-toggle button {
  position: relative;
  padding: 0;
  width: 50px;
  text-decoration: none;
  border-radius: 50%;
}

body:not(#hubv4) .main-site-header .header-toggle button:hover, body:not(#hubv4) .main-site-header .header-toggle button:active, body:not(#hubv4) .main-site-header .header-toggle button:focus {
  background-color: #424242;
}

body:not(#hubv4) .main-site-header .header-toggle button span {
  margin: 0 0.5rem;
  color: #FFF;
  font-size: 1.8rem;
}

body:not(#hubv4) .main-site-header .header-toggle button span:before {
  margin: 0;
  display: inline;
}

body:not(#hubv4) .main-site-header .header-toggle button .text-menu-button {
  font-size: 0.7rem;
  position: absolute;
  bottom: -5px;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(#hubv4) .main-site-header .header-toggle .search-toggle {
  display: none;
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .main-site-header .header-toggle .search-toggle {
    display: block;
  }
}

body:not(#hubv4) .main-site-header.header-tray .header-inner {
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .header-logo {
  width: 25%;
  padding-left: 0;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content {
  padding-left: 1rem;
  width: 45%;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:hover a h1,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:hover a h2,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:hover a h3,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:hover a h4,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:hover a p, body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:active a h1,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:active a h2,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:active a h3,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:active a h4,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:active a p, body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:focus a h1,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:focus a h2,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:focus a h3,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:focus a h4,
body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content:focus a p {
  text-decoration: underline;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .header-search {
  width: 20%;
  -webkit-box-flex: 1;
          flex: 1;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray.tray-open {
  display: block;
  -webkit-animation: delay-visibility-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: delay-visibility-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray.tray-open .tray-content {
  -webkit-animation: menu-slide-in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: menu-slide-in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray.tray-closed {
  -webkit-animation: delay-visibility-out 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: delay-visibility-out 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray.tray-closed .tray-content {
  visibility: hidden;
  -webkit-animation: menu-slide-out 0.6s ease;
          animation: menu-slide-out 0.6s ease;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content {
  padding: 1rem;
  z-index: 150;
  height: 100vh;
  background-color: #1D2624;
  margin-left: calc(100vw - 400px);
  width: 400px;
  overflow-y: scroll;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content > * {
  margin-left: 0.5rem;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav {
  margin-top: 1rem;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item {
  padding: 1rem 0;
  position: relative;
  line-height: 1.2;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item:not(:last-child) {
  border-bottom: 1px solid #FFF;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item .tereo-nav-title {
  display: block;
  color: #0D4C38;
  font-size: 1.4rem;
  font-weight: 500;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item:after {
  position: absolute;
  content: "";
  font-family: "VicIcons";
  color: #424242;
  font-size: 1.5rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a {
  display: block;
  color: #FFF;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  position: relative;
  z-index: 50;
  font-family: "National";
  font-weight: 600;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a:hover, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a:active, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a:focus {
  text-decoration: underline;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a.active {
  font-weight: 600;
  position: relative;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a.active:before {
  content: "";
  width: 2px;
  background-color: #FFF;
  height: 100%;
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu {
  margin-top: 2rem;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item {
  width: 50%;
  padding: 0.1rem 0;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a {
  color: #FFF;
  text-decoration: none;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a:hover, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a:active, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a:focus {
  text-decoration: underline;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close {
  margin: -1rem -1rem 1rem -1rem;
  padding: 0.6rem 1.5rem;
  background-color: #424242;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FFF;
  padding: 0;
  text-decoration: none;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:hover, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:active, body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:focus {
  opacity: 0.8;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray span {
  font-size: 1.3rem;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .header-search {
  max-width: 270px;
  margin-left: auto;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .header-toggle {
  -webkit-box-flex: 0;
          flex: none;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .tray-toggle {
  display: none;
}

body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .header-toggle {
  display: none;
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .header-search {
    display: block;
    margin-left: 0.5rem;
  }
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .main-site-header.header-tray .header-inner.intranet .search-input {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .main-site-header.header-tray .header-search {
    display: none;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-toggle {
    margin-left: auto;
  }
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .main-site-header.header-tray .header-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner > * {
    width: auto !important;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner .header-logo {
    margin-right: auto;
    grid-column-start: 1;
    grid-row: 1 / 3;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner .header-toggle {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner .header-toggle .text-menu-button {
    display: none;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner .header-content {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-left: auto;
  }
  body:not(#hubv4) .main-site-header.header-tray .header-inner .tray .tray-content {
    margin-left: calc(100vw - 80%);
    width: 80%;
  }
}

body:not(#hubv4) .main-site-header.victorious-header {
  background-color: #FFF;
  border-bottom: none;
  position: fixed;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 0;
  margin-bottom: 20px;
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-logo {
  border-right: none;
  width: 20%;
  padding: 0.1rem 0.5rem 0.1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-logo img {
    height: 50px;
  }
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .vict-logo {
  padding: 0 1rem;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .vict-logo img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: matrix(2, 0, 0, 2, 0, 80);
          transform: matrix(2, 0, 0, 2, 0, 80);
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .vict-logo img {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 40);
            transform: matrix(2, 0, 0, 2, 0, 40);
  }
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-search {
  width: unset;
  -webkit-box-flex: 0;
          flex: 0;
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle {
  -webkit-box-flex: 0;
          flex: 0 1 5%;
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle {
    -webkit-box-flex: 0;
            flex: 0 1 10%;
  }
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle button {
  display: block;
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle button:hover, body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle button:active, body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle button:focus {
  background-color: #EEE;
}

body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle button span {
  color: #424242;
  font-size: 2rem;
}

body:not(#hubv4) .main-site-header.victorious-header.header-shrink {
  margin-bottom: 0;
}

body:not(#hubv4) .main-site-header.victorious-header.header-shrink .header-inner .vict-logo {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body:not(#hubv4) .main-site-header.victorious-header.header-shrink .header-inner .vict-logo img {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .main-site-header.victorious-header {
    margin-bottom: 1rem;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-logo {
    margin-right: auto;
    grid-column-start: 1;
    grid-row: 1;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-logo img {
    max-width: 50px;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .header-toggle {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .vict-logo {
    grid-column: 1/4;
    grid-row-start: 2;
  }
  body:not(#hubv4) .main-site-header.victorious-header .header-inner .vict-logo img {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 30);
            transform: matrix(2, 0, 0, 2, 0, 30);
    top: 0;
    position: relative;
  }
  body:not(#hubv4) .main-site-header.victorious-header.header-shrink .header-inner .vict-logo {
    grid-column: 2;
    grid-row-start: 1;
  }
  body:not(#hubv4) .main-site-header.victorious-header.header-shrink .header-inner .vict-logo img {
    max-width: 95%;
  }
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open {
  overflow-y: scroll;
  overflow-x: hidden;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-close {
  background-color: #FFF;
  text-align: right;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-close .close-tray {
  color: #040404;
  width: 35px;
  height: 35px;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-close .close-tray span:before {
  margin: 0;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-title {
  color: #333;
  margin: 2rem 0 1rem;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-title .issue {
  font-family: proxima-nova, sans-serif !important;
  text-transform: uppercase;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content {
  background-color: #FFF;
  height: auto;
  padding-bottom: 2rem;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .tray-main-nav .main-nav-item {
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #333;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .tray-main-nav .main-nav-item .main-nav-link {
  color: #333;
  font-size: 1.2rem;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues a {
  color: #333;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues span {
  color: #333;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues .issues {
  display: none;
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  padding: 0.5rem 0;
}

body:not(#hubv4) .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues .issues li {
  margin: 0.2rem 0;
}

body:not(#hubv4) .main-site-header.white {
  background-color: #FFF;
  border-bottom: none;
}

body:not(#hubv4) .main-site-header.white:after {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#115737), color-stop(67%, #52951c), to(#77ba49)) 0% 0%;
  background: linear-gradient(90deg, #115737 0%, #52951c 67%, #77ba49 100%) 0% 0%;
}

body:not(#hubv4) .main-site-header.white .logo {
  border-right-color: #CCC;
}

body:not(#hubv4) .main-site-header.white .header-inner .header-content h1,
body:not(#hubv4) .main-site-header.white .header-inner .header-content p.nav-title, body:not(#hubv4) .main-site-header.white .header-inner .header-content span.nav-title {
  color: #0D4C38;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-family: "National";
  font-size: 2.21rem;
  line-height: 1.08;
}

body:not(#hubv4) .main-site-header.white .header-inner .header-content .tereo-title,
body:not(#hubv4) .main-site-header.white .header-inner .header-content p.tereo-title, body:not(#hubv4) .main-site-header.white .header-inner .header-content span.tereo-title {
  color: #424242;
  font-size: 1.5rem;
  font-family: "National";
  letter-spacing: 0.2px;
  line-height: 1.08;
}

body:not(#hubv4) .main-site-header.white .header-search form {
  border-radius: 0.25rem;
  border: 1px solid #555;
}

body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle .icon-menu,
body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle .icon-search,
body:not(#hubv4) .main-site-header.white .header-toggle .tray-toggle .icon-menu,
body:not(#hubv4) .main-site-header.white .header-toggle .tray-toggle .icon-search {
  color: #424242;
}

body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:hover, body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:active, body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:focus,
body:not(#hubv4) .main-site-header.white .header-toggle .tray-toggle:hover,
body:not(#hubv4) .main-site-header.white .header-toggle .tray-toggle:active,
body:not(#hubv4) .main-site-header.white .header-toggle .tray-toggle:focus {
  background-color: #EEE;
}

@media (max-width: 60.99em) {
  body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle {
    height: 50px;
  }
  body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle span {
    color: #424242;
  }
  body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:hover span, body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:active span, body:not(#hubv4) .main-site-header.white .header-toggle .search-toggle:focus span {
    color: #FFF;
  }
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content {
  background-color: #FFF;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/image/0008/1935395/tray-pattern@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 55%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content:before {
  content: "";
  height: calc(100% + 1rem);
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#115737), color-stop(67%, #52951c), to(#77ba49)) 0% 0%;
  background: linear-gradient(180deg, #115737 0%, #52951c 67%, #77ba49 100%) 0% 0%;
  display: block;
  position: absolute;
  left: 0;
  top: -1rem;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-main-nav li.main-nav-item {
  border-bottom: 1px solid #DDD !important;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-main-nav li.main-nav-item:after {
  color: #0D4C38;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-main-nav li.main-nav-item a {
  color: #424242;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-main-nav li.main-nav-item a.active:before {
  background-color: #0D4C38;
  width: 3px;
  left: -8px;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-sub-menu {
  margin-top: auto;
  margin-bottom: 2rem;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a {
  color: #424242;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form {
  border: 2px solid #555;
  border-radius: 0.25rem;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input {
  background-color: transparent;
  color: #707070;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-search-bar form .submit-button span {
  color: #555;
}

body:not(#hubv4) .main-site-header.white.header-tray .tray-content .tray-close {
  background-color: #0D4C38;
}

@media (max-width: 42.99em) {
  body:not(#hubv4) .main-site-header.white .header-inner {
    grid-template-rows: 1fr;
  }
  body:not(#hubv4) .main-site-header.white .header-inner .header-content {
    display: none;
  }
  body:not(#hubv4) .main-site-header.white .header-inner .header-logo {
    grid-row: 1 !important;
  }
}

body:not(#hubv4) .main-site-header.green {
  background-color: #0D4C38;
  border-bottom-color: #09653a;
}

body:not(#hubv4) .main-site-header.green .logo {
  border-right-color: #3D6353;
}

body:not(#hubv4) .main-site-header.green .header-inner .header-content h1 {
  color: #FFF;
  font-weight: 600;
}

body:not(#hubv4) .main-site-header.green .header-inner .header-content .tereo-title {
  color: #DDD;
  font-size: 1.5rem;
}

body:not(#hubv4) .main-site-header.green .header-search form {
  border-radius: 0.25rem;
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input {
  border-radius: 0.25rem;
  background-color: #FFF;
  border: 1px solid #2b694d;
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green .header-search form .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green .header-search form .submit-button .icon-search {
  color: #424242;
}

body:not(#hubv4) .main-site-header.green .header-toggle .tray-toggle:hover {
  background-color: #147858;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content {
  background-color: #FFF;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content:before {
  content: "";
  height: calc(100% + 1rem);
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#115737), color-stop(67%, #52951c), to(#77ba49)) 0% 0%;
  background: linear-gradient(180deg, #115737 0%, #52951c 67%, #77ba49 100%) 0% 0%;
  display: block;
  position: absolute;
  left: 0;
  top: -1rem;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-main-nav li.main-nav-item {
  border-bottom: 1px solid #424242 !important;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-main-nav li.main-nav-item a {
  color: #424242;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a {
  color: #424242;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form {
  border-radius: 0.25rem;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input {
  border-radius: 0.25rem;
  background-color: #FFF;
  border: 1px solid #424242;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-search-bar form .submit-button .icon-search {
  color: #424242;
}

body:not(#hubv4) .main-site-header.green.header-tray .tray-content .tray-close {
  background-color: #0D4C38;
}

body:not(#hubv4) .main-site-header.subjects-header {
  padding-top: 0;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:hover h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:hover h2, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:active h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:active h2, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:focus h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content:focus h2 {
  text-decoration: none !important;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul .home span {
  color: #0D4C38;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul .home span::before {
  vertical-align: 0;
  margin: 0;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a {
  color: #424242;
  font-weight: 500;
  text-decoration: none;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:hover, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:active, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:focus {
  text-decoration: underline;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .crumbs ul li::after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "VicIcons";
  font-size: 1.3rem;
  color: #0D4C38;
  margin-left: 0.5rem;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title {
  margin-top: 0.2rem;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:hover h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:hover h2,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:hover p, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:active h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:active h2,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:active p, body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:focus h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:focus h2,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title:focus p {
  text-decoration: underline !important;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title .tereo-title,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title p.tereo-title {
  font-size: 2rem;
  color: #0D4C38;
  font-weight: 400;
  font-family: "National";
  line-height: 1.08;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title h1,
body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title p {
  font-size: 2rem;
  color: #424242;
  font-family: "National";
  line-height: 1.08;
}

body:not(#hubv4) .main-site-header.subjects-header .header-inner .header-content .subject-title span {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #CCC;
}

body:not(#hubv4) .main-site-header.subjects-header .header-search {
  display: none;
}

body:not(#hubv4) .main-site-header.subjects-header .header-toggle {
  margin-left: auto;
}

body:not(#hubv4) .main-site-header.subjects-header .header-toggle .search-toggle {
  display: block;
}

body:not(#hubv4) .mf-heatmap-clicked + ul {
  display: block !important;
}

body#hubv4 {
  /*Saved items style in drawer*/
  /*TABS*/
}

body#hubv4 .layout {
  z-index: 0 !important;
  overflow-x: hidden;
}

body#hubv4.noscroll {
  overflow: hidden;
}

body#hubv4:not(.homepage) .homesite-header-image {
  display: none;
}

@media (max-width: 74.99em) {
  body#hubv4:not(.homepage) .tray .main-nav-list {
    display: none;
  }
}

body#hubv4:not(.homepage) .tray .childMenu {
  display: none !important;
  float: none;
}

@media (max-width: 74.99em) {
  body#hubv4:not(.homepage) .tray .childMenu {
    display: block !important;
  }
}

body#hubv4.course-page .tray .mobile-menu-navigation {
  display: none !important;
}

body#hubv4.course-page .tray .main-nav-list {
  display: block !important;
}

@media (max-width: 74.99em) {
  body#hubv4.course-page .tray .main-nav-list {
    display: block !important;
  }
}

body#hubv4.course-page .tray .childMenu {
  display: none !important;
  float: none;
}

@media (max-width: 74.99em) {
  body#hubv4.course-page .tray .childMenu {
    display: none !important;
  }
}

body#hubv4.homepage .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation {
  display: none;
}

body#hubv4.homepage .main-site-header .top-header .header-content {
  position: relative;
  align-self: center;
}

body#hubv4.homepage .main-site-header .top-header .header-content .homesite-header-image {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
}

@media (max-width: 74.99em) {
  body#hubv4.homepage .main-site-header .top-header .header-content .homesite-header-image {
    display: none;
  }
}

body#hubv4.homepage .main-site-header .top-header .header-content .homesite-header-image path {
  opacity: 0.5;
}

body#hubv4.homepage .main-site-header.header-tray .header-inner .header-logo {
  border: none;
}

body#hubv4 .menu-container .outer-close-tray {
  display: none;
}

body#hubv4 .menu-container .outer-close-tray .tray-toggle {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #AAA;
  max-width: 20px;
  min-height: 100px;
}

body#hubv4 .menu-container .outer-close-tray i {
  margin-bottom: 8px;
}

body#hubv4 .menu-container .outer-close-tray .close-text {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

body#hubv4 .main-site-header.existing-ia {
  overflow: initial;
}

body#hubv4 .main-site-header .header-toggle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip {
  position: absolute;
  top: 0;
  padding: 10px;
  right: 60px;
  min-width: 300px;
  background-color: rgba(29, 38, 36, 0.9);
  color: #fff;
  border: 2px #1D2624, solid;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: -webkit-box;
  display: flex;
  display: none;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header .header-toggle .tray-tooltip {
    min-width: 200px;
  }
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid rgba(29, 38, 36, 0.9);
  border-bottom: 10px solid transparent;
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip .hint-icon {
  margin-right: 10px;
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip .hint-icon i {
  font-size: 30px;
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip .hint-actions {
  text-align: right;
}

body#hubv4 .main-site-header .header-toggle .tray-tooltip button {
  border-radius: inherit;
  padding: 0 15px;
  margin-top: 10px;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-right: 15px;
  -webkit-box-align: end;
          align-items: flex-end;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: .5rem;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a {
  padding: 3px 8px;
  color: #0D4C38;
  font-weight: 500;
  font-size: .9rem;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a.button, body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links .news-row header a.link-more, body#hubv4 .news-row header .main-site-header .header-toggle .header-student-tools .portal-links a.link-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a:hover, body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a:active, body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a:focus {
  text-decoration: underline;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header .header-toggle .header-student-tools {
    margin-right: 5px;
    margin-left: 5px;
  }
  body#hubv4 .main-site-header .header-toggle .header-student-tools a.button, body#hubv4 .main-site-header .header-toggle .header-student-tools .news-row header a.link-more, body#hubv4 .news-row header .main-site-header .header-toggle .header-student-tools a.link-more {
    background-color: transparent;
    background-color: #CCDCD7;
    font-size: 13px;
  }
  body#hubv4 .main-site-header .header-toggle .header-student-tools a.button i, body#hubv4 .main-site-header .header-toggle .header-student-tools .news-row header a.link-more i, body#hubv4 .news-row header .main-site-header .header-toggle .header-student-tools a.link-more i {
    display: none;
  }
  body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links {
    margin-bottom: 0;
  }
  body#hubv4 .main-site-header .header-toggle .header-student-tools .portal-links a {
    padding: 2px 6px;
    font-size: .9rem;
  }
}

body#hubv4 .main-site-header .header-toggle .header-student-tools > a {
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header .header-toggle .header-student-tools .puaha {
  align-self: center;
}

body#hubv4 .main-site-header .header-toggle .header-controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .main-site-header .header-toggle .header-controls > button {
  position: relative;
  padding: 0;
  text-decoration: none;
  border-radius: 5px;
  background-color: transparent;
  line-height: 1;
  padding: 3px 5px;
}

body#hubv4 .main-site-header .header-toggle .header-controls > button i {
  color: #1D2624;
  font-size: 1.8rem;
}

body#hubv4 .main-site-header .header-toggle .header-controls > button i:before {
  margin: 0;
  display: inline;
}

body#hubv4 .main-site-header .header-toggle .header-controls > button .text-menu-button {
  font-size: 0.7rem;
  position: absolute;
  bottom: -5px;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons {
  display: -webkit-box;
  display: flex;
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons > div {
  align-self: center;
  display: -webkit-box;
  display: flex;
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons > div:not(:last-of-type):after {
  content: "";
  height: auto;
  width: 1px;
  margin: 0 3px;
  display: inline-block;
  background-color: #DDD;
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons .button, body#hubv4 .main-site-header .header-toggle .top-header-buttons .news-row header a.link-more, body#hubv4 .news-row header .main-site-header .header-toggle .top-header-buttons a.link-more {
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  padding: 5px 10px;
  align-self: center;
  border-radius: 4px;
  background-color: transparent;
}

@media (max-width: 74.99em) {
  body#hubv4 .main-site-header .header-toggle .top-header-buttons .button, body#hubv4 .main-site-header .header-toggle .top-header-buttons .news-row header a.link-more, body#hubv4 .news-row header .main-site-header .header-toggle .top-header-buttons a.link-more {
    display: none;
  }
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons .button i, body#hubv4 .main-site-header .header-toggle .top-header-buttons .news-row header a.link-more i, body#hubv4 .news-row header .main-site-header .header-toggle .top-header-buttons a.link-more i {
  font-size: 15px;
  margin-left: 0.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#hubv4 .main-site-header .header-toggle .top-header-buttons .button:hover, body#hubv4 .main-site-header .header-toggle .top-header-buttons .news-row header a.link-more:hover, body#hubv4 .news-row header .main-site-header .header-toggle .top-header-buttons a.link-more:hover {
  background-color: #fff;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header .header-toggle .search-toggle {
    display: block;
  }
}

body#hubv4 .tray .tray-content .btn-expander::after {
  content: "\f17a";
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  width: auto;
  height: auto;
  top: initial;
}

body#hubv4 .main-site-header.header-tray .header-inner {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-logo {
  width: 20%;
  padding-left: 0;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-logo .logo {
  max-width: 12%;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content {
  padding-left: 1rem;
  width: 40%;
  -webkit-box-flex: 1;
          flex: 1;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-right: 2rem;
  margin-top: 5px;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list .sub-menu-item > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
  font-size: 1em;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list .sub-menu-item > a .tereo-title {
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list .sub-menu-item > a:hover {
  text-decoration: underline;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list .sub-menu-item > a span {
  color: #333;
}

body#hubv4 .main-site-header.header-tray .header-inner .header-content .sub-menu-list .tereo-title {
  font-size: 1em;
}

@media (max-width: 74.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .header-content {
    width: 58%;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .header-search {
  width: 20%;
  -webkit-box-flex: 1;
          flex: 1;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray {
  position: fixed;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 100vw;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.responsive-preview {
  background: #000;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.tray-open {
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.tray-open .tray-content {
  -webkit-animation: menu-slide-in 0.3s ease-out 0.1s forwards;
          animation: menu-slide-in 0.3s ease-out 0.1s forwards;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.tray-closed {
  display: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.tray-closed.slide-out {
  display: block;
  -webkit-animation: delay-visibility-out 0.3s ease forwards;
          animation: delay-visibility-out 0.3s ease forwards;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray.tray-closed .tray-content {
  visibility: hidden;
  -webkit-animation: menu-slide-out 0.3s ease-out forwards;
          animation: menu-slide-out 0.3s ease-out forwards;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content {
  padding: 1rem;
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #1D2624;
  width: 400px;
  overflow: visible;
  will-change: transform;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 8;
  -webkit-transform: translateX(100vh);
          transform: translateX(100vh);
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content {
    margin: 0;
    width: 94%;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-inner {
  overflow: auto;
  height: 100%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-inner-content {
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .saved-menu {
  -webkit-box-flex: 1;
          flex: 1 0 40%;
}

@-webkit-keyframes slide-in-from-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    display: block;
    position: relative;
    opacity: 1;
  }
}

@keyframes slide-in-from-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    display: block;
    position: relative;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-from-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    display: block;
    position: relative;
    opacity: 1;
  }
}

@keyframes slide-in-from-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    display: block;
    position: relative;
    opacity: 1;
  }
}

@keyframes slide-out {
  0% {
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav {
  margin: 15px -15px;
  margin-top: 0;
  -webkit-box-flex: 1;
          flex: 1 0;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media (min-width: 75em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation {
    display: none;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation button,
body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation a {
  -webkit-transform: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
          transform: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation button {
  border-radius: 5px 5px 0 0;
  border-radius: 0;
  display: none;
}

@media (max-width: 74.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation button {
    display: block;
    -webkit-box-flex: 1;
            flex: 1;
    text-align: left;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .main-menu-link {
  text-decoration: none;
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .main-menu-link:hover {
  background-color: #669787;
  color: #FEF9F0;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .home-link {
  background-color: #0D4C38;
  color: #FEF9F0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .home-link:hover {
  background-color: #669787;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .current-menu-link {
  display: none;
  background-color: #669787;
  color: #FEF9F0;
  text-decoration: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .mobile-menu-navigation .current-menu-link:hover {
  background-color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav.show-main-menu .mobile-menu-navigation .current-menu-link {
  display: block;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav.show-main-menu .mobile-menu-navigation .current-menu-link i:before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav.show-main-menu .mobile-menu-navigation .main-menu-link {
  display: none;
  text-decoration: none;
  background-color: #669787;
  color: #FEF9F0;
}

@media (max-width: 74.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav.show-main-menu .main-nav-list {
    display: block;
    -webkit-animation: slide-in-from-left 0.5s ease;
            animation: slide-in-from-left 0.5s ease;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav.show-main-menu .childMenu {
    -webkit-animation: slide-out 0.5s ease;
            animation: slide-out 0.5s ease;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .menu-slide-container {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .menu-slide-container > ul,
body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .menu-slide-container > div {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 0 100%;
}

@media (max-width: 74.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu {
    -webkit-animation: slide-in-from-right 0.5s ease;
            animation: slide-in-from-right 0.5s ease;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu .sidemenu, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu .sidemenu-homepage, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu .sidemenu-banner-wrap #mega-nav, body#hubv4 .sidemenu-banner-wrap .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu #mega-nav, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu .show-mega-menu-top .mega-sub-menu, body#hubv4 .show-mega-menu-top .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .childMenu .mega-sub-menu {
    border-bottom: 1px #EEE solid;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .sidemenu-toggle > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .sidemenu-toggle > a > .tereo-nav-title,
body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .sidemenu-toggle > a > .tereo-title {
  display: block;
  color: #FCE500;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list .tall-blip {
  height: 0;
  width: 3px;
  position: absolute;
  background-color: #0D4C38;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 999;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list > li > a.main-nav-link {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list:not(.hub-page) > li {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px #EEE solid;
  border-top: 1px transparent solid;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list:not(.hub-page) > li i {
  margin-top: 24px;
  margin-right: 10px;
  padding-left: 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list.hub-page {
  position: relative;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list.hub-page > li {
  border-bottom: none;
  margin-bottom: 0;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list.hub-page > li > a {
  padding: 10px 15px;
  background-color: #fff;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-list.hub-page > li > a:not(.active):hover {
  background-color: #fff;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .nav-separator {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  color: #AAA;
  letter-spacing: 1.5px;
  text-align: left;
  padding-left: 15px;
  padding: 5px 0 5px 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .nav-separator.current {
  padding-left: 28px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item {
  position: relative;
  line-height: 1.2;
  background-color: #FFF;
  border-left: 0px #3E9C4F solid;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 3px 15px -7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -7px rgba(0, 0, 0, 0.1);
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.active > a {
  font-weight: 600;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .connector {
  position: absolute;
  left: 2px;
  bottom: -36px;
  z-index: 99;
  width: 25px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .btn-expander {
  padding: 15px 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .btn-expander:active {
  background-color: #f7f7f7;
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite > ul {
  display: none;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite > ul li > a {
  border-bottom: 1px transparent solid;
  border-top: 1px transparent solid;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  margin-left: 0;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite > ul li > a .tereo-nav-title {
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite > ul li > a:hover {
  border-color: #0D4C38;
  z-index: 10;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .main-nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .main-nav-item i {
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  z-index: 99;
  right: 5px;
  top: 30%;
  pointer-events: none;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite .main-nav-item i {
    font-size: 16px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite.expanded {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 90;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite.expanded .main-nav-item > a {
  background-color: #fff;
  padding: 10px 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > .btn-expander {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 10px 15px;
  margin-left: -25px;
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(0% -2px, 100% 0%, 100% 100%, 11px 105%);
          clip-path: polygon(0% -2px, 100% 0%, 100% 100%, 11px 105%);
  background-color: #EEE;
  -webkit-box-flex: 1;
          flex: 1 0 10%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > .btn-expander:after {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  line-height: 2;
  text-align: center;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item .tereo-nav-title {
  display: block;
  color: #0D4C38;
  margin-bottom: 5px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item:active, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item:focus, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.expanded {
  -webkit-box-shadow: 0 3px 20px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px -7px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item:hover {
  -webkit-box-shadow: 12px 3px 20px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 12px 3px 20px -7px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-color: #99B9AF;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item a {
  display: block;
  color: #424242;
  text-decoration: none;
  position: relative;
  z-index: 50;
  padding: 10px 15px;
  font-size: 18px;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item a {
    font-size: 16px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item a .tereo-title {
  display: block;
  color: #0D4C38;
  font-weight: 400;
  margin-bottom: 5px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item a.active {
  font-weight: 600;
  position: relative;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item a.active .tereo-title {
  color: #0D4C38;
  font-weight: 600;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > a {
  padding: 10px 15px;
  padding-right: 50px;
  padding-left: 20px;
  position: initial;
  -webkit-box-flex: 1;
          flex: 1 0 80%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > a.active {
  background-color: #0D4C38;
  color: #fff;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item .mobile-tray-menu {
  display: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > ul > li.nav-item-parent {
  border-bottom: 1px #EEE solid;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item > ul > li.nav-item-parent > a {
  margin-left: 20px;
  padding-left: 5px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul {
  font-size: 16px;
  width: 100%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li {
  border-left: 0px #3E9C4F solid;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  position: relative;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.sidemenu__label {
  display: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li a {
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li a {
    font-size: 15px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li a:active, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li a:focus {
  outline-offset: -2px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li a:hover {
  text-decoration: underline;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > a {
  -webkit-box-flex: 1;
          flex: 1 0 75%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu .btn-expander {
  margin-right: 17px;
  padding: 3px 8px;
  border-radius: 100px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  text-align: center;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu .btn-expander {
    font-size: 14px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > .btn-expander {
  z-index: 100;
  position: relative;
  align-self: center;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > .btn-expander:hover {
  background-color: #EEE;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > .btn-expander:active, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > .btn-expander:focus {
  background-color: #EEE;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > .btn-expander:after {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu ul {
  display: none;
  -webkit-transition: border cubic-bezier(0.22, 1, 0.36, 1) 0.3s, margin cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: border cubic-bezier(0.22, 1, 0.36, 1) 0.3s, margin cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  overflow: hidden;
  border-left: 0px white solid;
  width: 100%;
  margin-left: 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li {
  border-left: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li a {
  font-size: 15px;
  padding: 10px 30px 10px 5px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li a {
    font-size: 14px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li.has-submenu a {
  padding-right: 10px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li.has-submenu .btn-expander {
  margin-right: 23px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li > ul > li a {
  padding-right: 10px;
  margin-left: 10px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu > ul > li > ul > li .btn-expander {
  margin-right: 5px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded {
  z-index: 1;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > .btn-expander {
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > .btn-expander:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > ul {
  border-left: 1px #DDD solid;
  margin-left: 25px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > ul.taller {
  max-height: 1500px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > ul.tallest {
  max-height: 2500px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.has-submenu.expanded > ul li {
  border-left: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite ul li.main-nav-item:before {
  content: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item.homesite ul li.main-nav-item a {
  border-radius: 0;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  border-top: 10px solid transparent;
  border-left: 12px solid #0D4C38;
  border-bottom: 10px solid transparent;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  left: -13px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li.expanded:before {
  opacity: 1;
  left: 3px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul li {
  position: relative;
  overflow: visible;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul li:before {
  top: 8px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul li.expanded > a {
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul li.expanded:before {
  left: 0;
  width: 15px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul > ul {
  border-left: 1px #DDD solid;
  margin-left: 10px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav li.main-nav-item ul li ul > ul li:before {
  left: -16px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu {
  position: relative;
  background-color: #f7f7f7;
  padding: 15px;
  padding-bottom: 90px;
  padding-top: 60px;
  -webkit-clip-path: polygon(0% 25px, 100% 0%, 100% 100%, 1px 100%);
          clip-path: polygon(0% 25px, 100% 0%, 100% 100%, 1px 100%);
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 200px;
  -webkit-box-flex: 1;
          flex: 1 auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  align-self: flex-end;
  align-content: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu h4 {
  margin-bottom: 15px;
  color: #0D4C38;
  margin-top: 1rem;
  font-weight: 300;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.about a:before {
  content: "\f18e";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.library a:before {
  content: "\f135";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.blackboard a:before {
  content: "\f1a4";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.maps a:before {
  content: "\f197";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.staff-intranet a:before {
  content: "\f191";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.mytools a:before {
  content: "\f186";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons .sub-menu-item.learning-\&-teaching a:before {
  content: "\f1a3";
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons a {
  -webkit-box-pack: initial;
          justify-content: initial;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list.icons a:before {
  content: "";
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 120%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list:not(.icons) .sub-menu-item {
  -webkit-box-flex: 1;
          flex: 1 0 40%;
  max-width: 50%;
  margin: auto;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list:not(.icons) .sub-menu-item:last-of-type {
  max-width: 60%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list:not(.icons) .sub-menu-item a {
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  padding-right: 0px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list:not(.icons) .sub-menu-item a:after {
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 120%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item {
  padding: 0.1rem 0;
  z-index: 10;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link {
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #1D2624;
  border: 1px #0D4C38 solid;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  line-height: 1.4;
  -webkit-transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link:hover, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link:focus {
  background-color: #CCDCD7;
  border-color: #669787;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link:active {
  border-color: #0D4C38;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link {
    font-size: 14px;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-sub-menu .sub-menu-list .sub-menu-item a.sub-nav-link .tereo-nav-title {
  display: block;
  color: #0D4C38;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close {
  margin: -1rem -1rem 1rem -1rem;
  padding: 0.6rem 1.5rem;
  background-color: #424242;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FFF;
  padding: 0;
  text-decoration: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:hover, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:active, body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray:focus {
  opacity: 0.8;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray span {
  font-size: 1.3rem;
}

body#hubv4 .main-site-header.header-tray .header-inner.intranet .header-search {
  max-width: 270px;
  margin-left: auto;
}

body#hubv4 .main-site-header.header-tray .header-inner.intranet .header-toggle {
  -webkit-box-flex: 0;
          flex: none;
}

body#hubv4 .main-site-header.header-tray .header-inner.intranet .tray-toggle {
  display: none;
}

body#hubv4 .main-site-header.header-tray .header-inner.intranet .header-toggle {
  display: none;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner.intranet .header-search {
    display: block;
    margin-left: 0.5rem;
  }
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner.intranet .search-input {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.header-tray .header-search {
    display: none;
  }
  body#hubv4 .main-site-header.header-tray .header-toggle {
    margin-left: auto;
  }
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  body#hubv4 .main-site-header.header-tray .header-inner > * {
    width: auto !important;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-logo {
    margin-right: auto;
    grid-column-start: 1;
    grid-row: 1 / 3;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-toggle {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-toggle .text-menu-button {
    display: none;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-content {
    width: 100%;
    grid-column: 1/-1;
    padding-left: 0;
    margin-top: 10px;
    border-top: 2px #EEE solid;
    padding-top: 10px;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: initial;
    width: 100%;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a .tereo-title,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a h2,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a h1,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a span.nav-title,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a .nav-title {
    font-size: 1.1rem;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1 0 40%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-content > a .tereo-title {
    border-right: 2px #EEE solid;
    margin-right: 0.5em;
    padding-right: 0.5em;
  }
  body#hubv4 .main-site-header.header-tray .header-inner .header-content.long-title > a.long-title h2,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content.long-title > a.long-title h1,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content.long-title > a.long-title .tereo-title,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content.long-title > a.long-title .nav-title,
  body#hubv4 .main-site-header.header-tray .header-inner .header-content.long-title > a.long-title span.nav-title {
    border-right: none !important;
    font-size: 1.1em !important;
  }
}

body#hubv4 .main-site-header.victorious-header {
  background-color: #FFF;
  border-bottom: none;
  position: fixed;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 0;
  margin-bottom: 20px;
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-logo {
  border-right: none;
  width: 20%;
  padding: 0.1rem 0.5rem 0.1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body#hubv4 .main-site-header.victorious-header .header-inner .header-logo img {
    height: 50px;
  }
}

body#hubv4 .main-site-header.victorious-header .header-inner .vict-logo {
  padding: 0 1rem;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#hubv4 .main-site-header.victorious-header .header-inner .vict-logo img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: matrix(2, 0, 0, 2, 0, 80);
          transform: matrix(2, 0, 0, 2, 0, 80);
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body#hubv4 .main-site-header.victorious-header .header-inner .vict-logo img {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 40);
            transform: matrix(2, 0, 0, 2, 0, 40);
  }
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-search {
  width: unset;
  -webkit-box-flex: 0;
          flex: 0;
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle {
  -webkit-box-flex: 0;
          flex: 0 1 5%;
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle {
    -webkit-box-flex: 0;
            flex: 0 1 10%;
  }
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle button {
  display: block;
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle button:hover, body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle button:active, body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle button:focus {
  background-color: #EEE;
}

body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle button span {
  color: #424242;
  font-size: 2rem;
}

body#hubv4 .main-site-header.victorious-header.header-shrink {
  margin-bottom: 0;
}

body#hubv4 .main-site-header.victorious-header.header-shrink .header-inner .vict-logo {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#hubv4 .main-site-header.victorious-header.header-shrink .header-inner .vict-logo img {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.victorious-header {
    margin-bottom: 1rem;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner .header-logo {
    margin-right: auto;
    grid-column-start: 1;
    grid-row: 1;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner .header-logo img {
    max-width: 50px;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner .header-toggle {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner .vict-logo {
    grid-column: 1/4;
    grid-row-start: 2;
  }
  body#hubv4 .main-site-header.victorious-header .header-inner .vict-logo img {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 30);
            transform: matrix(2, 0, 0, 2, 0, 30);
    top: 0;
    position: relative;
  }
  body#hubv4 .main-site-header.victorious-header.header-shrink .header-inner .vict-logo {
    grid-column: 2;
    grid-row-start: 1;
  }
  body#hubv4 .main-site-header.victorious-header.header-shrink .header-inner .vict-logo img {
    max-width: 95%;
  }
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open {
  overflow-y: scroll;
  overflow-x: hidden;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-close {
  background-color: #FFF;
  text-align: right;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-close .close-tray {
  color: #040404;
  width: 35px;
  height: 35px;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-close .close-tray span:before {
  margin: 0;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-title {
  color: #333;
  margin: 2rem 0 1rem;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-title .issue {
  font-family: proxima-nova, sans-serif !important;
  text-transform: uppercase;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content {
  background-color: #fff;
  height: auto;
  padding-bottom: 2rem;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .tray-main-nav .main-nav-item {
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #333;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .tray-main-nav .main-nav-item .main-nav-link {
  color: #333;
  font-size: 1.2rem;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues a {
  color: #333;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues span {
  color: #333;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues .issues {
  display: none;
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  padding: 0.5rem 0;
}

body#hubv4 .main-site-header.victorious-header .tray.tray-open .tray-content .past-issues .issues li {
  margin: 0.2rem 0;
}

body#hubv4 .main-site-header.white {
  background-color: #FFF;
  border-bottom: none;
}

body#hubv4 .main-site-header.white:after {
  content: none;
}

body#hubv4 .main-site-header.white .logo {
  border-right-color: #CCC;
}

body#hubv4 .main-site-header.white .logo.small-logo {
  max-width: 12%;
}

body#hubv4 .main-site-header.white .header-inner .header-content.long-title {
  width: 65%;
}

body#hubv4 .main-site-header.white .header-inner .header-content h1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .main-site-header.white .header-inner .header-content h1 span.qualifier {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

body#hubv4 .main-site-header.white .header-inner .header-content > a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body#hubv4 .main-site-header.white .header-inner .header-content > a.long-title h1,
body#hubv4 .main-site-header.white .header-inner .header-content > a.long-title p,
body#hubv4 .main-site-header.white .header-inner .header-content > a.long-title .tereo-title,
body#hubv4 .main-site-header.white .header-inner .header-content > a.long-title .nav-title {
  font-size: 1.5em;
}

body#hubv4 .main-site-header.white .header-inner .header-content > a.long-title .tereo-title {
  margin-bottom: 10px;
}

body#hubv4 .main-site-header.white .header-inner .header-content > a:hover h1,
body#hubv4 .main-site-header.white .header-inner .header-content > a:hover h2,
body#hubv4 .main-site-header.white .header-inner .header-content > a:hover p, body#hubv4 .main-site-header.white .header-inner .header-content > a:hover span {
  text-decoration: underline;
}

body#hubv4 .main-site-header.white .header-inner h1,
body#hubv4 .main-site-header.white .header-inner h2,
body#hubv4 .main-site-header.white .header-inner .nav-title,
body#hubv4 .main-site-header.white .header-inner span.nav-title,
body#hubv4 .main-site-header.white .header-inner .tereo-title {
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 1.8em;
  line-height: 1.08;
  color: #424242;
  display: -webkit-inline-box;
  display: inline-flex;
}

body#hubv4 .main-site-header.white .header-inner .tereo-title,
body#hubv4 .main-site-header.white .header-inner p.tereo-title,
body#hubv4 .main-site-header.white .header-inner span.tereo-title {
  font-weight: 600;
  display: -webkit-inline-box;
  display: inline-flex;
  color: #0D4C38;
  letter-spacing: 0.2px;
  line-height: 1.08;
}

body#hubv4 .main-site-header.white .header-search form {
  border-radius: 0.25rem;
  border: 1px solid #555;
}

body#hubv4 .main-site-header.white .header-toggle .search-toggle .icon-menu,
body#hubv4 .main-site-header.white .header-toggle .search-toggle .icon-search,
body#hubv4 .main-site-header.white .header-toggle .tray-toggle .icon-menu,
body#hubv4 .main-site-header.white .header-toggle .tray-toggle .icon-search {
  color: #424242;
}

body#hubv4 .main-site-header.white .header-toggle .search-toggle:hover, body#hubv4 .main-site-header.white .header-toggle .search-toggle:active, body#hubv4 .main-site-header.white .header-toggle .search-toggle:focus,
body#hubv4 .main-site-header.white .header-toggle .tray-toggle:hover,
body#hubv4 .main-site-header.white .header-toggle .tray-toggle:active,
body#hubv4 .main-site-header.white .header-toggle .tray-toggle:focus {
  background-color: #EEE;
}

body#hubv4 .main-site-header.white.header-tray .tray-content {
  background-color: #fff;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar {
  padding: 20px 15px;
  background-color: #EEE;
  text-align: right;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px #DDD solid;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page {
  background-color: transparent;
  outline: none;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: inline-flex;
  border-radius: 3px;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page > svg {
  pointer-events: none;
  height: 30px;
  width: 25px;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page > svg path {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  fill: #fff;
  stroke: #000;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page:hover > svg {
  opacity: 1;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page.saved > svg {
  opacity: 1;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar .save-page.saved > svg path {
  fill: #3EC2B4;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form {
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
          flex: 1;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .saved-searches {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 88;
  border: 1px #AAA solid;
  border-top: none;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .saved-searches > div {
  padding: 0.2rem 0.5rem;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .saved-searches > div button {
  color: #424242;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .saved-searches > div button:hover {
  color: #831212;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .saved-searches > div:hover {
  background-color: #EEE;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input {
  background-color: #fff;
  color: #707070;
  padding: 10px;
  border: 1px #AAA solid;
  border-radius: 2px;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .submit-button {
  height: 100%;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form .submit-button span {
  font-size: 20px;
  color: #424242;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-close {
  background-color: #0D4C38;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.white .header-inner {
    grid-template-rows: 1fr;
  }
  body#hubv4 .main-site-header.white .header-inner .header-logo {
    grid-row: 1 !important;
  }
}

body#hubv4 .main-site-header.green {
  background-color: #0D4C38;
  border-bottom-color: #09653a;
}

body#hubv4 .main-site-header.green .logo {
  border-right-color: #3D6353;
}

body#hubv4 .main-site-header.green .header-inner .header-content h1 {
  color: #FFF;
  font-weight: 600;
}

body#hubv4 .main-site-header.green .header-inner .header-content .tereo-title {
  color: #DDD;
  font-size: 1.5rem;
}

body#hubv4 .main-site-header.green .header-search form {
  border-radius: 0.25rem;
}

body#hubv4 .main-site-header.green .header-search form .search-input {
  border-radius: 0.25rem;
  background-color: #FFF;
  border: 1px solid #2b694d;
}

body#hubv4 .main-site-header.green .header-search form .search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.green .header-search form .search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.green .header-search form .search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.green .header-search form .search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.green .header-search form .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1;
  /* Firefox */
}

body#hubv4 .main-site-header.green .header-search form .submit-button .icon-search {
  color: #424242;
}

body#hubv4 .main-site-header.subjects-header {
  padding-top: 0;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content:hover h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content:hover h2, body#hubv4 .main-site-header.subjects-header .header-inner .header-content:active h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content:active h2, body#hubv4 .main-site-header.subjects-header .header-inner .header-content:focus h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content:focus h2 {
  text-decoration: none !important;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul .home span {
  color: #0D4C38;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul .home span::before {
  vertical-align: 0;
  margin: 0;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a {
  color: #424242;
  font-weight: 500;
  text-decoration: none;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:hover, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:active, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li a:focus {
  text-decoration: underline;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .crumbs ul li::after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "VicIcons";
  font-size: 1.3rem;
  color: #0D4C38;
  margin-left: 0.5rem;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title {
  margin-top: 0.2rem;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:hover h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:hover h2,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:hover p, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:hover span, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:active h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:active h2,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:active p, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:active span, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:focus h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:focus h2,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:focus p, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title:focus span {
  text-decoration: underline !important;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title .tereo-title,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title p.tereo-title {
  font-size: 2rem;
  color: #0D4C38;
  font-weight: 400;
  font-family: "National";
  line-height: 1.08;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title h1,
body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title p, body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title span.nav-title {
  font-size: 2rem;
  color: #424242;
  font-family: "National";
  line-height: 1.08;
}

body#hubv4 .main-site-header.subjects-header .header-inner .header-content .subject-title span {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #CCC;
}

body#hubv4 .main-site-header.subjects-header .header-search {
  display: none;
}

body#hubv4 .main-site-header.subjects-header .header-toggle {
  margin-left: auto;
}

body#hubv4 .main-site-header.subjects-header .header-toggle .search-toggle {
  display: block;
}

body#hubv4 .menu-container .saved-header {
  display: -webkit-box;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

body#hubv4 .menu-container .saved-header h3 {
  font-weight: 400;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-tabs {
  margin: 0;
  background-color: #EEE;
  color: #1D2624;
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  border-bottom: 2px #DDD solid;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-tabs .tab-background {
  -webkit-box-flex: 1;
          flex: 1 0 30%;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-tabs .close-menu {
  padding: 10px;
  background-color: #EEE;
  color: #fff;
  border-left: 1px #DDD solid;
  cursor: pointer;
  color: #1D2624;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-tabs .close-menu:hover {
  background-color: #DDD;
}

body#hubv4 .menu-container .tray-tabs .tab {
  padding: 10px 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
          flex: 1 0 50%;
  text-align: center;
  position: relative;
}

body#hubv4 .menu-container .tray-tabs .tab:focus {
  outline: 1px solid #DDD;
  outline-offset: -1px;
}

body#hubv4 .menu-container .tray-tabs .tab span {
  display: inline-block;
}

body#hubv4 .menu-container .tray-tabs .tab.t-menu {
  -webkit-clip-path: polygon(-0.25% -3px, 88% -13.74%, 99.5% 100%, 0px 100%);
          clip-path: polygon(-0.25% -3px, 88% -13.74%, 99.5% 100%, 0px 100%);
}

body#hubv4 .menu-container .tray-tabs .tab.t-saved {
  -webkit-clip-path: polygon(2% 0px, 100% 0%, 100% 100%, 22px 100%);
          clip-path: polygon(2% 0px, 100% 0%, 100% 100%, 22px 100%);
  margin-left: -22px;
}

body#hubv4 .menu-container .tray-tabs .tab span {
  position: relative;
}

body#hubv4 .menu-container .tray-tabs .tab i {
  margin-right: 5px;
}

body#hubv4 .menu-container .tray-tabs .tab .notification {
  background-color: #af1b1b;
  position: absolute;
  right: -18px;
  top: -5px;
  line-height: 1.2;
  border-radius: 100px;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
}

body#hubv4 .menu-container .tray-tabs .tab:hover {
  background-color: #F1F6F0;
}

body#hubv4 .menu-container .tray-tabs .tab.active {
  background-color: #0D4C38;
  color: #FEF9F0;
}

body#hubv4 .tray-toggle {
  position: relative;
}

body#hubv4 .tray-toggle .menu-notifcations {
  padding: 2px 10px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #af1b1b;
  font-size: 14px;
  border-radius: 100px;
}

body#hubv4 .tray .tray-content {
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/src/assets/toolkit/images/patterns/MKT0510%20-%20Te%20Tumu%20PNG-05.png");
}

body#hubv4 .tray .blip {
  position: absolute;
  border-radius: 5px;
  background: #0D4C38;
  width: 40px;
  height: 2px;
  bottom: -2px;
  left: -100%;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  margin: 0 !important;
}

@media (max-width: 74.99em) {
  body#hubv4 .tray .blip {
    -webkit-transition: none;
    transition: none;
  }
}

body#hubv4 .promo-panel figcaption {
  z-index: initial;
}

body#hubv4 .mf-heatmap-clicked + ul {
  display: block !important;
}

@media (max-width: 74.99em) {
  body#hubv4 #mega-nav {
    display: none !important;
  }
}

body#hubv4 #btn-up {
  display: none;
}

/*==================================================
=        Nav top horizontal mega menu nav        =
==================================================*/
@font-face {
  font-family: "Favorites";
  src: url("https://www.wgtn.ac.nz/__data/assets/file/0003/1935408/Favorites.woff2") format("woff2"), url("https://www.wgtn.ac.nz/__data/assets/file/0004/1935409/Favorites.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Favorites";
    src: url("https://www.wgtn.ac.nz/__data/assets/file/0003/1935408/Favorites.svg") format("svg");
  }
}

:root {
  --horizontal-nav-offset: 100px;
}

@-webkit-keyframes draw-down {
  0% {
    visibility: hidden;
    z-index: 0;
    max-height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  50% {
    max-height: 700px;
  }
  100% {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    max-height: 700px;
  }
}

@keyframes draw-down {
  0% {
    visibility: hidden;
    z-index: 0;
    max-height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  50% {
    max-height: 700px;
  }
  100% {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    max-height: 700px;
  }
}

@-webkit-keyframes draw-up {
  0% {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    max-height: 700px;
  }
  50% {
    max-height: 700px;
  }
  100% {
    visibility: hidden;
    z-index: 0;
    max-height: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}

@keyframes draw-up {
  0% {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    max-height: 700px;
  }
  50% {
    max-height: 700px;
  }
  100% {
    visibility: hidden;
    z-index: 0;
    max-height: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}

body#hubv4 {
  /*Toolkit Overrides*/
}

body#hubv4 .main-site-header {
  padding-top: 0;
  position: relative;
}

body#hubv4 .main-site-header .gradient-line {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0d4c38), color-stop(77.11%, #669787), to(#99b9af));
  background: linear-gradient(90deg, #0d4c38 0%, #669787 77.11%, #99b9af 100%);
}

body#hubv4 .main-site-header.show-mega-menu-top-wrap {
  padding-top: 0;
  position: relative;
}

@media (max-width: 60.99em) {
  body#hubv4 .main-site-header.show-mega-menu-top-wrap {
    -webkit-animation: slide-out 0.3s;
            animation: slide-out 0.3s;
  }
}

body#hubv4 .show-mega-menu-top {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body#hubv4 .top-header {
  background-color: #f7f7f7;
  border-bottom: 1px #DDD solid;
  position: relative;
  z-index: 5;
}

body#hubv4 #mega_menu_block {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

body#hubv4 #mega-nav {
  margin: auto;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: transparent;
  margin: 0;
  width: 100%;
  overflow: visible;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu li a .tereo-title {
  display: block;
  color: #0D4C38;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu {
  z-index: 50;
  background-color: #fff;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu > li.nav-item-parent.active > a {
  font-weight: 700;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  align-self: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1rem;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu > li > a:focus {
  outline: 2px #CCDCD7 solid;
  outline-offset: -2px;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu #mega-menu > li > a .tereo-title {
  display: block;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu__label {
  display: none !important;
}

@media (min-width: 61em) {
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%;
    position: relative;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level .menu-blip {
    width: 0;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background-color: #fff;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 50;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li {
    border-bottom: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    font-weight: 400;
    -webkit-box-flex: 1;
            flex: 1 1 min-content;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li:hover i {
    color: #0D4C38;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li > a {
    display: block;
    color: #424242;
    text-decoration: none;
    line-height: 1.2;
    font-size: 18px;
    position: initial;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 15px;
    width: 100%;
    min-height: 65px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 5px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li:not(:last-of-type) {
    padding-right: 5px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li:nth-of-type(2):before {
    content: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li::after {
    content: "\f181";
    display: inline-block;
    font-family: "Favorites";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 1rem;
    z-index: 0;
    color: #0D4C38;
    cursor: pointer;
    -webkit-transition: -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s, -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    position: relative;
    align-self: center;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li .btn-expander {
    display: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li .tereo-title {
    color: #0D4C38;
    margin-bottom: 6px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li.expanded-nav::after {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    color: #0D4C38;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level.tereo-nav .tereo-title {
    display: block;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer {
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    left: 0;
    top: var(--horizontal-nav-offset);
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 1rem 5rem 2rem;
    background-color: #FFF;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer:before {
    content: "";
    position: absolute;
    width: 200px;
    background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg");
    background-repeat: no-repeat;
    background-size: 234px;
    background-position: left;
    height: 100%;
    background-position: center;
    z-index: 0;
    left: -70px;
    top: 0;
    max-height: 0;
    min-height: 0;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul {
    display: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul.active-nav-group {
    display: block;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav .active > a {
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: .75rem;
    border-left: 4px solid #0D4C38;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.horizontal-drawer-expanded {
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: var(--horizontal-nav-offset);
    border-top: none;
    border-bottom: 4px solid #0D4C38;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.horizontal-drawer-expanded:before {
    max-height: 100vh;
    height: 100vh;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .close-draw {
    position: absolute;
    right: 0;
    top: 0rem;
    font-size: 1.3rem;
    color: #424242;
    text-decoration: none;
    border-radius: 0;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav {
    width: 50%;
    padding-right: 1rem;
    margin: 0 1rem;
    border-right: 1px solid #EEE;
    z-index: 0;
    -webkit-box-flex: 1;
            flex: auto;
    min-width: 300px;
    max-width: 1000px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav ul li.sub-draw-title {
    color: #424242;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav ul li.sub-draw-title a {
    display: -webkit-box;
    display: flex;
    font-size: 1.1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav ul li.sub-draw-title a:hover {
    color: #1D2624;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav ul li.sub-draw-title .tereo-title {
    color: #0D4C38;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav ul li.sub-draw-title .tereo-title:after {
    content: " / ";
    margin-right: 5px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul {
    padding: 0.2em 0 0.75em 0.9em;
    font-size: 95%;
    display: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li a {
    font-size: 1.1rem;
    color: #424242;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li a:hover, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li a:active, body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li a:focus {
    color: #424242;
    text-decoration: underline;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li .btn-expander {
    color: #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li .btn-expander:hover {
    background-color: #EEE;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li .btn-expander:after {
    display: inline-block;
    font-family: "Favorites";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    width: auto;
    height: auto;
    top: initial;
    content: "\f181";
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li.expanded .btn-expander {
    color: #424242 !important;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li.expanded .btn-expander:hover {
    background-color: #DDD;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li.expanded .btn-expander:hover:after {
    width: auto;
    height: auto;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul li.expanded .btn-expander:after {
    border: none;
    width: auto;
    height: auto;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li {
    border-bottom: 1px #EEE solid;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li > ul {
    padding: 0;
    display: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1 0 99%;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li > ul > li {
    border-left: 1px #EEE solid;
    padding: 2px;
    padding-left: 20px;
    position: relative;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li > ul > li:last-of-type {
    margin-bottom: 10px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li > ul > li > a {
    padding: 5px 0;
    font-size: 16px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul > li > ul > li:before {
    -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    content: "";
    background-color: #EEE;
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 16px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul.active-nav-group {
    display: block;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    position: relative;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-nav > ul.active-nav-group > li:not(.sub-draw-title) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    padding: 0;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer .draw-promo {
    padding-right: 2rem;
    width: 50%;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.no-promo {
    padding-right: 1rem;
    -webkit-box-pack: start;
            justify-content: start;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.no-promo .draw-promo {
    display: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.no-promo .draw-nav {
    padding-right: 0;
    border-right: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.no-promo .draw-nav .active-nav-group {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-drawer.no-promo .draw-nav .active-nav-group .sub-draw-title {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
  }
}

@media (max-width: 60.99em) {
  body#hubv4 .show-mega-menu-top .mega-sub-menu {
    color: #424242;
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0 1.5rem;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu a {
    color: #424242;
    text-decoration: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu a:hover, body#hubv4 .show-mega-menu-top .mega-sub-menu a:active, body#hubv4 .show-mega-menu-top .mega-sub-menu a:focus {
    text-decoration: underline;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle {
    color: #424242;
    line-height: 1.2;
    text-align: initial;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle a {
    text-decoration: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .sidemenu-toggle .tereo-title {
    display: block;
    color: #0D4C38;
    font-weight: 500;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li {
    border-bottom-color: #CCC;
    display: -webkit-box;
    display: flex;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li i {
    font-size: 20px;
    margin-top: 10px;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level > li .tereo-title {
    display: none;
    color: #0D4C38;
    font-weight: 500;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li .btn-expander {
    color: #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.expanded .btn-expander {
    color: #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.expanded .btn-expander::after {
    border-color: transparent transparent #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.expanded .btn-expander:hover::after, body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.expanded .btn-expander:active::after, body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.expanded .btn-expander:focus::after {
    border-color: transparent transparent #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.active a {
    color: #424242;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level li.active a::before {
    border-color: #0D4C38 !important;
    position: absolute;
    border: none;
  }
  body#hubv4 .show-mega-menu-top .mega-sub-menu .mega-menu-top-level .has-submenu.expanded > ul > li {
    border-color: #CCC;
  }
}

body#hubv4 .main-site-header.white.header-tray .tray-content {
  padding: 0;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-search-bar form {
  border-width: 1px;
}

@media (max-width: 42.99em) {
  body#hubv4 .main-site-header.header-tray .header-inner {
    padding-bottom: 0.5rem;
  }
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close {
  margin: 0;
  background-color: #eee;
  text-align: left;
  padding: 0;
  padding-right: 10px;
  display: none;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray {
  font-size: 15px;
  color: #232323;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-close .close-tray .icon-cross::before {
  margin-right: 0;
}

body#hubv4 .main-site-header.white.header-tray .tray-content::before {
  content: none;
}

body#hubv4 .main-site-header.white.header-tray .tray-content .tray-main-nav li.main-nav-item a.active::before {
  content: none;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu ul, body#hubv4 .sidemenu ul, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage ul, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage ul, body#hubv4 .sidemenu-banner-wrap #mega-nav ul, body#hubv4 .show-mega-menu-top .mega-sub-menu ul,
body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage ul,
body#hubv4 .main-site-header.header-tray .header-inner .tray-content .tray-main-nav .main-nav-item a {
  font-family: "Inter", sans-serif;
}

body#hubv4 .main-site-header.header-tray .header-inner .tray {
  color: #1D2624;
}

body#hubv4 body .layout {
  position: relative;
}

body#hubv4 body .body-background {
  position: absolute;
  opacity: 0.9;
  right: -20px;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/downward-lines.svg");
  background-repeat: no-repeat;
  height: 100%;
  width: 50vw;
  background-position-x: 110%;
}

body#hubv4 body .body-background.second {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  top: 940px;
  right: 0;
  opacity: 1;
}

body#hubv4 .hub-banner {
  min-height: 30vh;
}

body#hubv4 .hub-banner .banner-image {
  background-size: cover;
  background-repeat: no-repeat;
}

body#hubv4 .content-container {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
}

body#hubv4 .content-container .content {
  padding: 0 20px;
}

body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu.expanded .btn-expander::after,
body#hubv4 .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu.expanded .btn-expander::after,
body#hubv4 .sidemenu.sidemenu-light .has-submenu.expanded .btn-expander::after,
body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-light.sidemenu-homepage .has-submenu.expanded .btn-expander::after,
body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-light.sidemenu-homepage .has-submenu.expanded .btn-expander::after,
body#hubv4 .sidemenu-banner-wrap .sidemenu-light#mega-nav .has-submenu.expanded .btn-expander::after,
body#hubv4 .show-mega-menu-top .sidemenu-light.mega-sub-menu .has-submenu.expanded .btn-expander::after {
  border: none;
}

body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:hover::after,
body#hubv4 .sidemenu .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:active::after,
body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 .sidemenu .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:focus::after,
body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 .sidemenu .has-submenu.expanded > .btn-expander:hover::after,
body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:hover::after,
body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu.expanded > .btn-expander:hover::after,
body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu.expanded > .btn-expander:hover::after,
body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu.expanded > .btn-expander:hover::after,
body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:active::after,
body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:focus::after,
body#hubv4 .sidemenu-banner-wrap .sidemenu-homepage .has-submenu.expanded > .btn-expander:hover::after {
  width: auto;
  height: auto;
}

body#hubv4 .sidemenu .has-submenu .btn-expander::after, body#hubv4 body:not(#hubv4) .sidemenu-banner-wrap .sidemenu-homepage .has-submenu .btn-expander::after, body:not(#hubv4) .sidemenu-banner-wrap body#hubv4 .sidemenu-homepage .has-submenu .btn-expander::after, body#hubv4 .sidemenu-banner-wrap #mega-nav .has-submenu .btn-expander::after, body#hubv4 .show-mega-menu-top .mega-sub-menu .has-submenu .btn-expander::after {
  content: "\f17a";
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.8;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  width: auto;
  height: auto;
  top: initial;
}

body#hubv4 .menu-container .info-message {
  color: #222;
  margin-top: 1rem;
  line-height: 1.2;
}

#hubv4 section.layout {
  overflow: visible;
}

body#hubv4 .content-panel {
  margin-top: 0rem;
}

body#hubv4 .content-panel main > .block {
  padding-top: 0;
}

body#hubv4 .card-panel .card > h1:first-child::after,
body#hubv4 .card-panel .card > h2:first-child::after,
body#hubv4 .card-panel .card > h3:first-child::after,
body#hubv4 .card-panel .card > h4:first-child::after {
  content: none;
}

body#hubv4 .hub .block-banner .banner-content,
body#hubv4 .hub .block-banner .banner-square-start,
body#hubv4 .hub .block-banner .banner-square-end {
  background-color: #0D4C38;
}

body#hubv4 .hub .search-panel form .group input[type="submit"] {
  -webkit-clip-path: polygon(6.23% -3px, 102.99% 0px, 103.29% 101.51%, 1.11% 105.97%);
          clip-path: polygon(6.23% -3px, 102.99% 0px, 103.29% 101.51%, 1.11% 105.97%);
  margin-left: -20px;
  background-color: #0D4C38;
  color: #fff;
}

body#hubv4 .hub .carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 999;
  padding: 0 10px;
}

body#hubv4 .hub .carousel-controls .next,
body#hubv4 .hub .carousel-controls .previous {
  border-radius: 100px;
  padding: 10px 14px;
  background-color: rgba(200, 200, 200, 0.9);
  color: #000;
  border: none;
}

body#hubv4 .hub .carousel-controls .next:hover, body#hubv4 .hub .carousel-controls .next:active, body#hubv4 .hub .carousel-controls .next:focus,
body#hubv4 .hub .carousel-controls .previous:hover,
body#hubv4 .hub .carousel-controls .previous:active,
body#hubv4 .hub .carousel-controls .previous:focus {
  background-color: #8B8B8B;
  color: #000;
}

body#hubv4 .hub .promo-panel {
  position: relative;
}

.tiles-panel {
  background-color: #EEE;
}

.sector + .tiles-panel,
.separated + .tiles-panel {
  margin-top: -.0625rem;
}

.tiles-panel + .promo-panel:not(.white-bg) .centraliser {
  border-top: 0.0625rem solid #DDD;
}

.tiles-panel.hidden {
  display: none;
}

#hubv4 .tiles-panel {
  margin-bottom: 2rem;
}

.updated-tile-grid li.tile a,
.tile-strip-grid li.tile a {
  display: block;
  padding: 1rem 0.75rem;
  height: 100%;
  border-left: 0.25rem solid #0D4C38;
}

.updated-tile-grid li.tile a:hover, .updated-tile-grid li.tile a:active, .updated-tile-grid li.tile a:focus,
.tile-strip-grid li.tile a:hover,
.tile-strip-grid li.tile a:active,
.tile-strip-grid li.tile a:focus {
  padding-top: 0.75rem;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
  opacity: 1;
  border: 0.25rem solid #285189;
}

.updated-tile-grid li.tile a:hover h2,
.updated-tile-grid li.tile a:hover h3,
.updated-tile-grid li.tile a:hover p,
.updated-tile-grid li.tile a:hover i,
.updated-tile-grid li.tile a:hover span,
.updated-tile-grid li.tile a:hover q, .updated-tile-grid li.tile a:active h2,
.updated-tile-grid li.tile a:active h3,
.updated-tile-grid li.tile a:active p,
.updated-tile-grid li.tile a:active i,
.updated-tile-grid li.tile a:active span,
.updated-tile-grid li.tile a:active q, .updated-tile-grid li.tile a:focus h2,
.updated-tile-grid li.tile a:focus h3,
.updated-tile-grid li.tile a:focus p,
.updated-tile-grid li.tile a:focus i,
.updated-tile-grid li.tile a:focus span,
.updated-tile-grid li.tile a:focus q,
.tile-strip-grid li.tile a:hover h2,
.tile-strip-grid li.tile a:hover h3,
.tile-strip-grid li.tile a:hover p,
.tile-strip-grid li.tile a:hover i,
.tile-strip-grid li.tile a:hover span,
.tile-strip-grid li.tile a:hover q,
.tile-strip-grid li.tile a:active h2,
.tile-strip-grid li.tile a:active h3,
.tile-strip-grid li.tile a:active p,
.tile-strip-grid li.tile a:active i,
.tile-strip-grid li.tile a:active span,
.tile-strip-grid li.tile a:active q,
.tile-strip-grid li.tile a:focus h2,
.tile-strip-grid li.tile a:focus h3,
.tile-strip-grid li.tile a:focus p,
.tile-strip-grid li.tile a:focus i,
.tile-strip-grid li.tile a:focus span,
.tile-strip-grid li.tile a:focus q {
  color: #285189;
}

.updated-tile-grid li.tile a:hover h4, .updated-tile-grid li.tile a:active h4, .updated-tile-grid li.tile a:focus h4,
.tile-strip-grid li.tile a:hover h4,
.tile-strip-grid li.tile a:active h4,
.tile-strip-grid li.tile a:focus h4 {
  color: #405E85;
}

.updated-tile-grid li.tile a:hover .sub-text, .updated-tile-grid li.tile a:active .sub-text, .updated-tile-grid li.tile a:focus .sub-text,
.tile-strip-grid li.tile a:hover .sub-text,
.tile-strip-grid li.tile a:active .sub-text,
.tile-strip-grid li.tile a:focus .sub-text {
  border-left: 0.125rem solid #405E85;
}

#hubv4 .updated-tile-grid li.tile a:hover, #hubv4 .updated-tile-grid li.tile a:active, #hubv4 .updated-tile-grid li.tile a:focus, #hubv4
.tile-strip-grid li.tile a:hover, #hubv4
.tile-strip-grid li.tile a:active, #hubv4
.tile-strip-grid li.tile a:focus {
  background-color: #f7f7f7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 1rem;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.updated-tile-grid li.tile a h2,
.updated-tile-grid li.tile a h4,
.updated-tile-grid li.tile a p,
.updated-tile-grid li.tile a i,
.tile-strip-grid li.tile a h2,
.tile-strip-grid li.tile a h4,
.tile-strip-grid li.tile a p,
.tile-strip-grid li.tile a i {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.updated-tile-grid li.tile a h2,
.tile-strip-grid li.tile a h2 {
  margin-bottom: .25em;
  font-size: 1.4884rem;
  color: #424242;
}

.updated-tile-grid li.tile a h3,
.tile-strip-grid li.tile a h3 {
  margin-bottom: .25em;
  color: #424242;
}

.updated-tile-grid li.tile a h4,
.tile-strip-grid li.tile a h4 {
  color: #555;
}

.updated-tile-grid li.tile a p,
.tile-strip-grid li.tile a p {
  line-height: 1.6;
  font-size: 100%;
  color: #707070;
}

.updated-tile-grid li.tile a .sub-text,
.tile-strip-grid li.tile a .sub-text {
  margin-bottom: 1.3rem;
  padding-left: 0.75rem;
  border-left: 0.125rem solid #DDD;
}

.updated-tile-grid > h2,
.updated-tile-grid > p {
  margin-bottom: 1.3rem;
}

.updated-tile-grid .tiles-wrap {
  /** FIXME: Redesign! */
}

.updated-tile-grid .tiles-wrap > ul {
  display: block;
}

.updated-tile-grid .tiles-wrap > ul::after {
  clear: both;
  display: table;
  content: '';
}

.updated-tile-grid .tiles-wrap li.tile {
  overflow: hidden;
  position: relative;
  float: left;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.updated-tile-grid .tiles-wrap li.tile:hover, .updated-tile-grid .tiles-wrap li.tile:active, .updated-tile-grid .tiles-wrap li.tile:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #285189;
}

.updated-tile-grid .tiles-wrap li.tile.is-matching {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}

.updated-tile-grid .tiles-wrap li.tile.is-not-matching {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.updated-tile-grid .tiles-wrap li.tile a {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.updated-tile-grid .tiles-wrap li.tile a h4 {
  font-size: 100%;
}

.updated-tile-grid .tiles-wrap li.tile a h4::before {
  font-size: 85%;
  vertical-align: -1px;
}

.updated-tile-grid .tiles-wrap li.tile a h2,
.updated-tile-grid .tiles-wrap li.tile a h3 {
  margin-bottom: 1.3rem;
}

.updated-tile-grid .tiles-wrap li.tile a h4 {
  margin-bottom: 0.3125rem;
}

.updated-tile-grid .tiles-wrap li.tile i {
  position: absolute;
  right: .5em;
  bottom: .5em;
  font-size: 1.4884rem;
  color: #8B8B8B;
}

@media (max-width: 42.99em) {
  .updated-tile-grid .tiles-wrap li.tile {
    float: none;
  }
  .updated-tile-grid .tiles-wrap li.tile h4 {
    display: inline-block;
    margin-right: .5em;
    font-size: 1.1em;
  }
  .updated-tile-grid .tiles-wrap li.tile p {
    display: inline-block;
  }
}

.updated-tile-grid .tiles-wrap.three-col.image-no-gutter ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.updated-tile-grid .tiles-wrap.three-col.image-no-gutter li.tile img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
}

.updated-tile-grid .tiles-wrap.three-col.image-no-gutter li.tile a {
  height: auto;
}

@media (min-width: 61em) {
  .updated-tile-grid .tiles-wrap.three-col li.tile {
    float: left;
    width: calc( 33.33333% - 1rem);
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:nth-child(3n+1) {
    clear: left;
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:not(:nth-child(3n+1)) {
    margin-left: 0.75rem;
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:not(:nth-child(3n+0)) {
    margin-right: 0.75rem;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .updated-tile-grid .tiles-wrap.three-col li.tile {
    float: left;
    width: calc( 50% - 0.75rem);
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:nth-child(2n+1) {
    clear: left;
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:not(:nth-child(2n+1)) {
    margin-left: 0.75rem;
  }
  .updated-tile-grid .tiles-wrap.three-col li.tile:not(:nth-child(2n+0)) {
    margin-right: 0.75rem;
  }
}

.updated-tile-grid .tiles-wrap.four-col.image-no-gutter ul, .updated-tile-grid .tiles-wrap.two-col.image-no-gutter ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.updated-tile-grid .tiles-wrap.four-col.image-no-gutter li.tile img, .updated-tile-grid .tiles-wrap.two-col.image-no-gutter li.tile img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 88em) {
  .updated-tile-grid .tiles-wrap.four-col li.tile, .updated-tile-grid .tiles-wrap.two-col li.tile {
    float: left;
    width: calc( 25% - 0.5625rem);
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:nth-child(4n+1), .updated-tile-grid .tiles-wrap.two-col li.tile:nth-child(4n+1) {
    clear: left;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(4n+1)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(4n+1)) {
    margin-left: 0.375rem;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(4n+0)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(4n+0)) {
    margin-right: 0.375rem;
  }
}

@media (min-width: 61em) and (max-width: 87.99em) {
  .updated-tile-grid .tiles-wrap.four-col li.tile, .updated-tile-grid .tiles-wrap.two-col li.tile {
    float: left;
    width: calc( 33.33333% - 0.5rem);
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:nth-child(3n+1), .updated-tile-grid .tiles-wrap.two-col li.tile:nth-child(3n+1) {
    clear: left;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(3n+1)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(3n+1)) {
    margin-left: 0.375rem;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(3n+0)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(3n+0)) {
    margin-right: 0.375rem;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .updated-tile-grid .tiles-wrap.four-col li.tile, .updated-tile-grid .tiles-wrap.two-col li.tile {
    float: left;
    width: calc( 50% - 0.375rem);
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:nth-child(2n+1), .updated-tile-grid .tiles-wrap.two-col li.tile:nth-child(2n+1) {
    clear: left;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(2n+1)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(2n+1)) {
    margin-left: 0.375rem;
  }
  .updated-tile-grid .tiles-wrap.four-col li.tile:not(:nth-child(2n+0)), .updated-tile-grid .tiles-wrap.two-col li.tile:not(:nth-child(2n+0)) {
    margin-right: 0.375rem;
  }
}

.updated-tile-grid .tiles-wrap.two-col.image-no-gutter ul {
  -webkit-box-pack: center;
          justify-content: center;
}

.updated-tile-grid .tiles-wrap.hidden {
  display: none !important;
}

.updated-tile-grid.hidden {
  display: none !important;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile {
  height: 31.25rem;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile figure {
  position: relative;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile figure .play-button {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.updated-tile-grid.media-quote .tiles-wrap li.tile figure img {
  display: block;
  margin-bottom: 2%;
  width: 100%;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile h2 {
  color: #424242;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile p {
  margin-bottom: .25em;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile q {
  color: #64A659;
  font-size: 100%;
  font-weight: 700;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile q::before {
  content: open-quote;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile q::after {
  content: close-quote;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile a:hover q, .updated-tile-grid.media-quote .tiles-wrap li.tile a:active q, .updated-tile-grid.media-quote .tiles-wrap li.tile a:focus q {
  color: #285189;
}

.updated-tile-grid.media-quote .tiles-wrap li.tile .sub-text {
  margin-bottom: 1rem;
}

.tile-strip-grid::after {
  clear: both;
  content: "";
  display: block;
}

.tile-strip-grid .tiles-wrap {
  margin-top: 1rem;
}

.tile-strip-grid .tiles-wrap > ul {
  display: block;
}

.tile-strip-grid .tiles-wrap > ul::after {
  clear: both;
  display: table;
  content: '';
}

.tile-strip-grid .tiles-wrap li.tile {
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.updated-tile-grid .tile-strip-grid .tiles-wrap li.tile {
  margin-right: 0;
  margin-left: 0;
}

.tile-strip-grid .tiles-wrap li.tile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #285189;
}

.tile-strip-grid .tiles-wrap li.tile i {
  top: 50%;
  bottom: initial;
  margin-top: -0.625em;
}

.tile-strip-grid .tiles-wrap li.tile a {
  padding-right: 3rem;
}

.tile-strip-grid .tiles-wrap li.tile a h2,
.tile-strip-grid .tiles-wrap li.tile a h4,
.tile-strip-grid .tiles-wrap li.tile a i {
  display: inline;
}

.tile-strip-grid .tiles-wrap li.tile a h2 {
  padding-right: .5em;
}

.tile-strip-grid .tiles-wrap li.tile a h4 {
  padding: 0 0.75rem;
  border-left: 0.125rem solid #DDD;
}

.tile-strip-grid .tiles-wrap li.tile a:hover, .tile-strip-grid .tiles-wrap li.tile a:active, .tile-strip-grid .tiles-wrap li.tile a:focus {
  padding-right: 2.75rem;
}

.tile-strip-grid.content-page .tiles-wrap > ul {
  margin-bottom: 0;
  padding-left: 0;
}

.tile-strip-grid.content-page .tiles-wrap > ul li.tile {
  position: relative;
  padding-left: 0;
}

.tile-strip-grid.content-page .tiles-wrap > ul li.tile a,
.tile-strip-grid.content-page .tiles-wrap > ul li.tile a h2,
.tile-strip-grid.content-page .tiles-wrap > ul li.tile a h3,
.tile-strip-grid.content-page .tiles-wrap > ul li.tile a h4,
.tile-strip-grid.content-page .tiles-wrap > ul li.tile a h5 {
  text-decoration: none;
}

.tile-strip-grid.content-page .tiles-wrap > ul li.tile i {
  position: absolute;
  right: 1rem;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap {
  padding-left: 0;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile {
  position: relative;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle {
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 0.75em;
  right: 1.5rem;
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 1.5rem;
  color: #0D4C38;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #0D4C38;
  line-height: 1.4;
  font-size: 1.2em;
  border-radius: .7em;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle:after {
  content: '+';
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle.expanded:after {
  position: relative;
  display: inline-block;
  content: "";
  top: -.15em;
  height: 0;
  width: 0;
  border-bottom: 0.2em solid #0D4C38;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle.expanded:hover:after {
  border-bottom-color: #fff;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle:hover, .tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle:active, .tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile .toggle:focus {
  color: #FFF;
  background-color: #0D4C38;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile p {
  padding: 0 1rem 1rem;
}

.tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile a:hover, .tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile a:active, .tile-strip-grid.content-page.tile-accordion .tiles-wrap .tile a:focus {
  border-color: transparent;
}

.tile-strip-grid.tile-accordion li.tile {
  position: relative;
}

.tile-strip-grid.tile-accordion li.tile a {
  padding-right: 2em;
  border-color: #FFF;
}

.tile-strip-grid.tile-accordion li.tile h4 {
  font-size: 1em;
}

.tile-strip-grid.tile-accordion li.tile i {
  position: absolute;
  top: 16px;
  right: .4em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tile-strip-grid.tile-accordion li.tile.accordion-open > a:hover {
  border-color: transparent;
}

.tile-strip-grid.tile-accordion li.tile.accordion-open i {
  top: 20px;
  right: .6em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tile-strip-grid.tile-accordion .accordion-content {
  display: none;
  padding: 1em;
  padding-top: 0;
}

.tile-strip-grid.tile-accordion .accordion-content.closed {
  display: none;
}

.tile-strip-grid.tile-accordion .accordion-content.open {
  display: block;
}

.tile-strip-grid.tile-accordion .accordion-content ul {
  margin-bottom: 0;
}

.tile-strip-grid.tile-accordion .accordion-content ul li a {
  display: inline;
  padding: 0;
  border: 0;
}

.tile-strip-grid.tile-accordion .accordion-content ul li a:hover {
  border: 0;
}

.fixed-height-tiles .tiles-wrap li.tile {
  height: 12.5rem;
}

.fixed-height-tiles-small .tiles-wrap li.tile {
  height: 9.375rem;
}

.tiles-wrap.flex-tiles ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 42.99em) {
  .tiles-wrap.flex-tiles ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.tiles-study-hub h2,
.tiles-study-hub h3,
.tiles-study-hub-about h2,
.tiles-study-hub-about h3 {
  color: #64A659;
}

.tiles-study-hub .tiles-wrap li.tile,
.tiles-study-hub-about .tiles-wrap li.tile {
  height: 17rem;
}

.tiles-study-hub .tiles-wrap li.tile a h2,
.tiles-study-hub-about .tiles-wrap li.tile a h2 {
  color: #64A659;
}

.tiles-study-hub .tiles-wrap li.tile .tile-icon,
.tiles-study-hub-about .tiles-wrap li.tile .tile-icon {
  position: absolute;
  right: .5em;
  bottom: .5em;
  font-size: inherit;
  color: #8B8B8B;
}

.tiles-study-hub .tiles-wrap li.tile .tile-icon i,
.tiles-study-hub-about .tiles-wrap li.tile .tile-icon i {
  position: relative;
  right: 0;
  bottom: 0;
  vertical-align: top;
  font-size: 1.4884rem;
}

.tiles-panel.tile-steps {
  background-color: #FFF;
}

.tiles-panel.tile-steps .tiles-wrap > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.tiles-panel.tile-steps .tiles-wrap li.tile {
  width: 100%;
  height: auto;
  background-color: #64A659;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a {
  padding: 1.5rem 1.5rem;
  color: #FFF;
  border: 0;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a p,
.tiles-panel.tile-steps .tiles-wrap li.tile a h3,
.tiles-panel.tile-steps .tiles-wrap li.tile a i,
.tiles-panel.tile-steps .tiles-wrap li.tile a .tile-number,
.tiles-panel.tile-steps .tiles-wrap li.tile a .tile-icon {
  color: inherit;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a > h3 {
  font-size: 1.4884rem;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a .tile-number {
  margin-bottom: 0.3125rem;
  font-size: 500%;
  line-height: 1;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a .tile-icon {
  position: relative;
  bottom: -1.5rem;
  float: right;
  margin-bottom: 0.75rem;
}

.tiles-panel.tile-steps .tiles-wrap li.tile a .tile-icon i {
  position: relative;
  right: 0;
  bottom: 0;
  vertical-align: top;
}

.tiles-panel.tile-steps .tiles-wrap li.tile .title-first-step {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.tiles-panel.tile-steps .tiles-wrap li.tile .title-first-step h3 {
  font-size: 2.21533rem;
}

.tiles-panel.tile-steps .tiles-wrap li.tile .title-first-step h3:last-child {
  margin-bottom: 0;
}

@media (min-width: 43em) {
  .tiles-panel.tile-steps .tiles-wrap li.tile {
    min-height: 19rem;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile a .tile-icon {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile a > h3 + p {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 61em) {
  .tiles-panel.tile-steps .tiles-wrap li.tile {
    float: left;
    width: calc( 33.33333% - 1rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:nth-child(3n+1) {
    clear: left;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:not(:nth-child(3n+1)) {
    margin-left: 0.75rem;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:not(:nth-child(3n+0)) {
    margin-right: 0.75rem;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .tiles-panel.tile-steps .tiles-wrap li.tile {
    float: left;
    width: calc( 50% - 0.75rem);
    margin-top: 0.75rem;
    margin-bottom: 0.375rem;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:nth-child(2n+1) {
    clear: left;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:not(:nth-child(2n+1)) {
    margin-left: 0.75rem;
  }
  .tiles-panel.tile-steps .tiles-wrap li.tile:not(:nth-child(2n+0)) {
    margin-right: 0.75rem;
  }
}

#hubv4 .updated-tile-grid .tile .sub-text {
  padding-left: 0;
  border-left: unset;
}

.promo-panel.strip-banner figure figcaption {
  padding: 0;
  max-width: 88rem;
}

.promo-panel.strip-banner figcaption > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.promo-panel.strip-banner figcaption .block {
  padding: 1.5rem;
  text-align: left;
}

.promo-panel.strip-banner figcaption .block h1 {
  margin-bottom: 0;
  font-size: 3em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo-panel.strip-banner figcaption .block h1 {
    float: left;
  }
}

.promo-panel.strip-banner figcaption .block p {
  font-size: 1.45em;
}

.promo-panel.strip-banner figcaption .block > * {
  background-color: rgba(13, 76, 56, 0.9);
}

.promo-panel.strip-banner .block:last-child {
  float: right;
  width: 33.33333%;
}

.promo-panel.strip-banner .block:first-child {
  float: left;
  padding-bottom: 0;
  width: 66.66667%;
}

@media (max-width: 42.99em) {
  .promo-panel.strip-banner {
    border-top: 0;
  }
  .promo-panel.strip-banner figcaption > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .promo-panel.strip-banner .block:first-child {
    padding-bottom: 0;
    width: 100%;
  }
  .promo-panel.strip-banner .block:first-child h1 {
    display: block;
  }
  .promo-panel.strip-banner .block:last-child {
    width: 100%;
  }
}

@media (max-width: 60.99em) {
  .promo-panel.strip-banner {
    height: 100%;
  }
  .promo-panel.strip-banner figure figcaption h1 {
    margin-top: 0;
  }
  .promo-panel.strip-banner figure figcaption .block:first-child {
    padding-bottom: .5em;
    width: 100%;
  }
}

@media (min-width: 61em) {
  .promo-panel.strip-banner {
    border-bottom: 0.25rem solid #0D4C38;
  }
  .promo-panel.strip-banner figure {
    display: block;
  }
  .promo-panel.strip-banner figure figcaption {
    margin-top: 10%;
    margin-bottom: 1em;
  }
}

@media (min-width: 61em) and (max-width: 87.99em) {
  .promo-panel.strip-banner figure figcaption {
    margin-top: 4%;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .promo-panel.strip-banner figure {
    padding-bottom: 1rem;
  }
  .promo-panel.strip-banner img {
    height: 100%;
  }
}

.promo-panel.strip-banner.tall > figure {
  min-height: 380px;
}

.promo-panel.strip-banner.tall > figure figcaption {
  position: absolute;
  bottom: 0;
  margin-bottom: 9px;
  max-width: 100%;
}

.promo-panel.strip-banner.tall > figure figcaption > div {
  max-width: 88rem;
  margin: 0 auto;
}

@media (min-width: 88em) {
  .promo-panel.strip-banner.tall > figure {
    min-height: 440px;
  }
}

@media (min-width: 43em) {
  #hubv4 .promo-panel.strip-banner.tall figcaption h1, #hubv4 .promo-panel.strip-banner.tall figcaption p {
    background-color: rgba(13, 76, 56, 0.9);
  }
}

@media (max-width: 42.99em) {
  #hubv4 .promo-panel.strip-banner.tall figcaption {
    position: relative;
    padding: 0;
  }
  #hubv4 .promo-panel.strip-banner.tall figcaption .block {
    padding: 1.5rem;
    background-color: #0D4C38;
  }
  #hubv4 .promo-panel.strip-banner.tall figcaption h1, #hubv4 .promo-panel.strip-banner.tall figcaption p {
    background-color: transparent;
  }
}

.hub-banner {
  border-bottom: 0.25rem solid #0D4B2F;
}

.hub-banner .banner-image {
  background-color: #DDD;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hub-banner .banner-image {
    max-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .hub-banner .banner-image img {
    visibility: hidden;
  }
}

.hub-banner .banner-image img {
  margin-bottom: 0;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.hub-banner .banner-image .banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 0rem;
}

.hub-banner .banner-body,
.hub-banner .banner-title {
  background-color: #0D4C38;
  color: #FFF;
  padding: 1rem 1.5rem;
}

.hub-banner .banner-body h1,
.hub-banner .banner-title h1 {
  color: #FFF !important;
}

.hub-banner .banner-body p {
  max-width: 950px;
  font-size: 1.2rem;
}

.hub-banner a .banner-body p:after {
  content: "";
  display: inline-block;
  font-family: "VicIcons";
  vertical-align: -0.222em;
  line-height: 1;
  font-size: 1.5rem;
}

.hub-banner a:hover .banner-body p, .hub-banner a:active .banner-body p, .hub-banner a:focus .banner-body p {
  text-decoration: underline;
}

@media (max-width: 60.99em) {
  .hub-banner .banner-image img {
    max-height: 400px;
  }
  .hub-banner .banner-image .banner-title {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

#hubv4 .hub-banner {
  border-color: #99B9AF;
}

#hubv4 .hub-banner .banner-image {
  background-image: none;
}

#hubv4 .hub-banner .banner-image img {
  display: block;
}

#hubv4 .hub-banner .banner-title h1 {
  display: block !important;
}

#hubv4 .hub-banner .banner-title h1::before {
  display: block;
  margin-bottom: 0.8rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FCE500;
  margin-left: 2px;
}

#hubv4 .hub-banner .banner-title,
#hubv4 .hub-banner .banner-body {
  background-color: #0D4C38;
  color: #FEF9F0;
}

.hub-banner-sidemenu {
  width: 100%;
  position: relative;
}

.hub-banner-sidemenu > figure {
  position: relative;
}

.hub-banner-sidemenu .banner-image img {
  margin-bottom: 0;
}

.hub-banner-sidemenu .banner-body {
  padding: 1rem;
  background-color: #0D4C38;
  color: #FFF;
}

.hub-banner-sidemenu .banner-body .banner-title h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  position: relative;
}

.hub-banner-sidemenu .banner-body .banner-title h1:after {
  position: absolute;
  bottom: -.5rem;
  left: 0;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #FFF;
}

@media (min-width: 61em) {
  .hub-banner-sidemenu {
    width: 75%;
  }
  .hub-banner-sidemenu .banner-body {
    position: absolute;
    margin: 1rem;
    max-width: 400px;
  }
  .hub-banner-sidemenu .banner-body.top-left {
    top: 0;
    left: 0;
  }
  .hub-banner-sidemenu .banner-body.top-right {
    top: 0;
    right: 0;
  }
  .hub-banner-sidemenu .banner-body.bottom-right {
    bottom: 1rem;
    right: 0;
  }
  .hub-banner-sidemenu .banner-body.bottom-left {
    bottom: 1rem;
    left: 0;
  }
}

@media all and (min-width: 61em) and (-ms-high-contrast: none), (min-width: 61em) and (-ms-high-contrast: active) {
  .hub-banner-sidemenu .banner-image {
    max-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .hub-banner-sidemenu .banner-image img {
    visibility: hidden;
  }
}

@media (min-width: 61em) {
  .hub-banner-sidemenu .banner-image img {
    height: 100%;
    margin-bottom: 0 !important;
    max-height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .hub-banner-sidemenu .banner-image img.top {
    -o-object-position: top;
       object-position: top;
  }
  .hub-banner-sidemenu .banner-image img.bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .hub-banner-sidemenu .banner-image img.center {
    -o-object-position: center;
       object-position: center;
  }
  .hub-banner-sidemenu .banner-image img.right {
    -o-object-position: right;
       object-position: right;
  }
  .hub-banner-sidemenu .banner-image img.left {
    -o-object-position: left;
       object-position: left;
  }
  .hub-banner-sidemenu .banner-image.top {
    -o-object-position: top;
       object-position: top;
  }
  .hub-banner-sidemenu .banner-image.top img {
    -o-object-position: top;
       object-position: top;
  }
}

@media all and (min-width: 61em) and (-ms-high-contrast: none), (min-width: 61em) and (-ms-high-contrast: active) {
  .hub-banner-sidemenu .banner-image.top img {
    background-position: top;
  }
}

@media (min-width: 61em) {
  .hub-banner-sidemenu .banner-image.center img {
    -o-object-position: center;
       object-position: center;
  }
}

@media all and (min-width: 61em) and (-ms-high-contrast: none), (min-width: 61em) and (-ms-high-contrast: active) {
  .hub-banner-sidemenu .banner-image.center img {
    background-position: center;
  }
}

@media (min-width: 61em) {
  .hub-banner-sidemenu .banner-image.bottom img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media all and (min-width: 61em) and (-ms-high-contrast: none), (min-width: 61em) and (-ms-high-contrast: active) {
  .hub-banner-sidemenu .banner-image.bottom img {
    background-position: bottom;
  }
}

@media (min-width: 61em) {
  .hub-banner-sidemenu .banner-image.tall img {
    max-height: 550px;
  }
}

#hubv4 .top-menu-banner .hub-banner-sidemenu {
  width: 100%;
}

#hubv4 .hub-banner-sidemenu figure {
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

#hubv4 .hub-banner-sidemenu figure:after {
  content: "";
  border-top: 1rem #0D4C38 solid;
  border-right: 1rem #0D4C38 solid;
  background-color: transparent;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 2.25rem);
  max-height: calc(100% - 2.25rem);
  width: 150px;
  height: 150px;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}

#hubv4 .hub-banner-sidemenu a .banner-body::after {
  content: "";
  display: inline-block;
  font-family: "VicIcons";
  position: absolute;
  font-size: 1.4rem;
  bottom: 1rem;
  right: 1rem;
}

#hubv4 .hub-banner-sidemenu a:hover figure h1, #hubv4 .hub-banner-sidemenu a:hover figure h2, #hubv4 .hub-banner-sidemenu a:active figure h1, #hubv4 .hub-banner-sidemenu a:active figure h2, #hubv4 .hub-banner-sidemenu a:focus figure h1, #hubv4 .hub-banner-sidemenu a:focus figure h2 {
  text-decoration: underline;
}

#hubv4 .hub-banner-sidemenu a:hover figure:after, #hubv4 .hub-banner-sidemenu a:active figure:after, #hubv4 .hub-banner-sidemenu a:focus figure:after {
  width: 100%;
  height: 100%;
}

#hubv4 .hub-banner-sidemenu a:hover figure img, #hubv4 .hub-banner-sidemenu a:active figure img, #hubv4 .hub-banner-sidemenu a:focus figure img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#hubv4 .hub-banner-sidemenu .banner-image {
  height: 100%;
  background-image: none !important;
}

#hubv4 .hub-banner-sidemenu .banner-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#hubv4 .hub-banner-sidemenu .banner-body {
  position: absolute;
  margin: 0;
  max-width: 60%;
  background-color: #0D4C38;
}

#hubv4 .hub-banner-sidemenu .banner-title {
  margin-bottom: 3rem;
}

#hubv4 .hub-banner-sidemenu .banner-title h1, #hubv4 .hub-banner-sidemenu .banner-title h2 {
  color: #FEF9F0;
}

#hubv4 .hub-banner-sidemenu .banner-title h1:after, #hubv4 .hub-banner-sidemenu .banner-title h2:after {
  bottom: -1rem;
  background-color: #FCE500;
}

#hubv4 .hub-banner-sidemenu .banner-text p {
  color: #FEF9F0;
}

#hubv4 .hub-banner-sidemenu .top-left .banner-body {
  top: 0;
  left: 0;
}

#hubv4 .hub-banner-sidemenu .top-left:after {
  bottom: .75rem;
  right: .75rem;
  border-top: none;
  border-bottom: 1rem #0D4C38 solid;
}

#hubv4 .hub-banner-sidemenu .bottom-left .banner-body {
  bottom: 0;
  left: 0;
}

#hubv4 .hub-banner-sidemenu .bottom-left:after {
  top: .75rem;
  right: .75rem;
}

#hubv4 .hub-banner-sidemenu .top-right .banner-body {
  top: 0;
  right: 0;
}

#hubv4 .hub-banner-sidemenu .top-right:after {
  bottom: .75rem;
  left: .75rem;
  border-top: none;
  border-right: none;
  border-left: 1rem #0D4C38 solid;
  border-bottom: 1rem #0D4C38 solid;
}

#hubv4 .hub-banner-sidemenu .bottom-right .banner-body {
  bottom: 0;
  right: 0;
}

#hubv4 .hub-banner-sidemenu .bottom-right:after {
  top: .75rem;
  left: .75rem;
  border-right: none;
  border-left: 1rem #0D4C38 solid;
}

#hubv4 .hub-banner-sidemenu.no-overlay figure:after {
  border-color: #99B9AF;
}

#hubv4 .hub-banner-sidemenu.no-overlay figure:before {
  bottom: .75rem;
  left: .75rem;
  content: "";
  z-index: 0;
  border-bottom: 1rem #0D4C38 solid;
  border-left: 1rem #0D4C38 solid;
  background-color: transparent;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 2.25rem);
  max-height: calc(100% - 2.25rem);
  width: 150px;
  height: 150px;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}

@media (max-width: 53.125em) {
  #hubv4 .hub-banner-sidemenu figure::after {
    top: 0.75rem !important;
    right: 0.75rem !important;
  }
  #hubv4 .hub-banner-sidemenu .banner-body {
    position: relative;
    margin-top: -2rem;
    max-width: 70%;
  }
}

@media (max-width: 43.75em) {
  #hubv4 .hub-banner-sidemenu figure::after {
    top: 0.75rem !important;
    right: 0.75rem !important;
  }
  #hubv4 .hub-banner-sidemenu .banner-body {
    position: relative;
    margin-top: 0;
    max-width: 100%;
  }
}

/** Search panel full page with or mods. */
.search-panel {
  margin-top: 1em;
  margin-bottom: 1em;
}

.search-panel section {
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.search-panel form.wide-search-bar {
  padding: 2rem 10rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.search-panel form .group {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.search-panel form .group input[type="text"] {
  -webkit-box-flex: 1;
          flex: 1 1;
  padding: 0.2rem 0.6rem;
  height: 42px;
  border: 2px solid #CCC;
}

.search-panel form .group input[type="submit"] {
  -webkit-box-flex: 25%;
          flex: 25% 0 1;
  border-radius: 0 2px 2px 0;
}

.search-panel section {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 61em) and (max-width: 87.99em) {
  .search-panel form.wide-search-bar {
    padding: 2rem 4rem;
  }
}

@media (max-width: 60.99em) {
  .search-panel form.wide-search-bar {
    padding: 2rem;
  }
  .search-panel form .group input[type="text"] {
    width: 70%;
  }
  .search-panel form .group input[type="submit"] {
    width: 30%;
  }
}

@media (max-width: 42.99em) {
  .search-panel form.wide-search-bar {
    padding: 2rem 1rem;
  }
  .search-panel form .group {
    flex-wrap: wrap;
  }
  .search-panel form .group input[type="text"],
  .search-panel form .group input[type="submit"] {
    -webkit-box-flex: 100%;
            flex: 100% 1 1;
    width: 100%;
  }
}

.intranet-search .ui-helper-hidden-accessible {
  display: none;
}

.intranet-search ul#ui-id-1 {
  background: white;
  list-style: none;
  /*use this for css debugging in browser*/
  /*display: block !important; */
  padding: 0.4em 0;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #3468b0;
  border-top: none;
}

.intranet-search ul#ui-id-1 > li.ui-menu-item {
  font-size: 1em;
  padding: 0.25em 0.4em;
}

.intranet-search ul#ui-id-1 > li.ui-menu-item a {
  font-size: 1em;
}

.intranet-search li.ui-menu-item:hover {
  background: #e4f3fb;
  cursor: pointer;
}

.intranet-search li.ui-menu-item:active, .intranet-search li.ui-menu-item.is-active, .intranet-search li.ui-menu-item:focus {
  background: #e4f3fb;
}

.intranet-search .ui-helper-hidden-accessible {
  display: none;
}

.intranet-search a.ui-corner-all.ui-state-focus {
  background: #e4f3fb;
}

.intranet-search #search-wrap .filter-bar .tag:hover .icon-check:before {
  content: "X";
  font-family: "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-weight: bold;
}

.intranet-search .results-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.intranet-search .results-flex .filter-bar {
  width: 20%;
  border-right: 1px solid lightgrey;
  padding: 0 1em;
}

.intranet-search .results-flex .filter-bar h3,
.intranet-search .results-flex .filter-bar h4,
.intranet-search .results-flex .filter-bar h5 {
  margin-bottom: 0.8rem;
}

.intranet-search .results-flex .filter-bar > div {
  margin-bottom: 1.5rem;
}

.intranet-search .results-flex .articles-container {
  margin: 0 1em 2em 2em;
  max-width: none;
  width: 75%;
}

.intranet-search .results-flex .articles-container > ul {
  border-top: 1px solid lightgrey;
  padding: 3em 0;
}

.intranet-search .results-flex .promo-bar {
  width: 20%;
  padding: 0 0 0 1em;
}

.intranet-search #search-form .group {
  position: relative;
}

.intranet-search #search-form svg {
  position: absolute;
  right: 25%;
  z-index: 100;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.intranet-search .search-panel .form input:not([type="submit"]):focus {
  border: 2px solid #3363b3;
}

.intranet-search .pagination-container {
  margin: 3em auto;
  width: 50%;
}

.intranet-search .pagination-container .pagination {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 42.99em) {
  .intranet-search .search-panel form input[type="submit"] {
    margin-top: 0.7rem;
  }
  .intranet-search .results-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .intranet-search .results-flex .filter-bar {
    width: 100%;
    border-right: none;
  }
  .intranet-search .results-flex .articles-container {
    margin: 0 1em 2em 1em;
    width: 90%;
  }
  .intranet-search .results-flex .articles-container > ul {
    padding-top: 1.5rem;
  }
  .intranet-search .results-flex .promo-bar {
    width: 90%;
  }
  .intranet-search #search-form svg {
    right: 0;
  }
  .intranet-search .pagination-container {
    width: 100%;
  }
}

#hubv4 .search-panel form .group input[type="text"] {
  height: initial;
}

.card-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.card-panel .card {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  margin-bottom: 1.5rem;
  padding: 2.25rem;
  width: calc(50% - 0.75rem);
  background-color: #EEE;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.card-panel .card > h1:first-child,
.card-panel .card > h2:first-child,
.card-panel .card > h3:first-child,
.card-panel .card > h4:first-child {
  position: relative;
}

.card-panel .card > h1:first-child::after,
.card-panel .card > h2:first-child::after,
.card-panel .card > h3:first-child::after,
.card-panel .card > h4:first-child::after {
  position: static;
  display: block;
  content: "";
  height: 0;
  width: 3.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-top: 0.25rem solid #0D4C38;
  margin-top: 0.75rem;
}

.card-panel .card:nth-last-child(2), .card-panel .card:last-child {
  margin-bottom: 0;
}

.card-panel--stacked .card-panel .card {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

.card-panel .contact-card {
  padding: 2.25rem;
  width: 100%;
  background-color: #EEE;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.card-panel .contact-card .contact-card-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding: 0 0 1em;
}

.card-panel .contact-card .contact-card-details > * {
  padding-right: 2.5em;
  width: 50%;
}

@media (max-width: 60.99em) {
  .card-panel .contact-card .contact-card-details > * {
    padding-right: 0;
  }
}

.card-panel .contact-card .contact-card-details .contact-title h3 {
  color: #424242;
}

.card-panel .contact-card .contact-card-details .contact-info ul li {
  list-style: none;
}

.card-panel .contact-card .contact-card-details .contact-info ul li span,
.card-panel .contact-card .contact-card-details .contact-info ul li a {
  color: #424242;
  font-size: 1.3em;
  font-style: normal;
}

@media (max-width: 42.99em) {
  .card-panel .contact-card .contact-card-details {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .card-panel .contact-card .contact-card-details > * {
    width: 100%;
  }
  .card-panel .contact-card .contact-card-details > *:first-child {
    margin-bottom: 1em;
  }
  .card-panel .contact-card .contact-card-details > * ul {
    padding-left: 0;
  }
}

.card-panel .contact-card .embed {
  margin: 0 -2.25rem -2.25rem;
  padding: 0;
  height: auto;
}

.card-panel .contact-card .embed iframe {
  position: static;
  display: block;
}

.card-panel.icon-cards .card {
  text-align: center;
}

.card-panel.icon-cards .card i {
  padding-left: 0.5em;
  font-size: 5rem;
  color: #0D4C38;
}

.card-panel.icon-cards .card p {
  text-align: left;
}

@media (max-width: 42.99em) {
  .card-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .card-panel .card {
    width: 100%;
  }
  .card-panel .card .button + .button, .card-panel .card #hubv4 .news-row header a.link-more + .button, #hubv4 .news-row header .card-panel .card a.link-more + .button, .card-panel .card #hubv4 .news-row header .button + a.link-more, #hubv4 .news-row header .card-panel .card .button + a.link-more, .card-panel .card #hubv4 .news-row header a.link-more + a.link-more, #hubv4 .news-row header .card-panel .card a.link-more + a.link-more {
    margin-top: 0.75rem;
  }
  .card-panel .card:nth-last-child(2) {
    margin-bottom: 1.5em;
  }
}

.card-panel.calendar-cards .card-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
}

.card-panel.calendar-cards .card-filter > div:first-child {
  margin-right: 1rem;
}

.card-panel.calendar-cards .card-filter input {
  padding: 0.5rem;
  margin-left: 1rem;
}

.card-panel.calendar-cards .card-filter .tags {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1rem;
}

.card-panel.calendar-cards .card-filter .tags .tag {
  cursor: pointer;
}

.card-panel.calendar-cards .card-filter .tags .tag:not(.selected) span {
  display: none;
}

@media (max-width: 42.99em) {
  .card-panel.calendar-cards .card-filter {
    flex-wrap: wrap;
  }
  .card-panel.calendar-cards .card-filter > div:first-child {
    margin-bottom: 1rem;
  }
}

.card-panel.calendar-cards .card {
  width: 100%;
  margin-bottom: 1rem;
}

.card-panel.calendar-cards .card p,
.card-panel.calendar-cards .card h3,
.card-panel.calendar-cards .card h4,
.card-panel.calendar-cards .card h5 {
  margin: 0;
}

.card-panel.calendar-cards .card > div {
  margin-bottom: 0.8rem;
}

.card-panel.calendar-cards .card > div:last-child {
  margin-bottom: 0;
}

.card-panel.calendar-cards .card .title,
.card-panel.calendar-cards .card .date {
  display: -webkit-box;
  display: flex;
}

.card-panel.calendar-cards .card .title > div:first-child,
.card-panel.calendar-cards .card .date > div:first-child {
  margin-right: 2.5rem;
}

.card-panel.calendar-cards .card .title > div:not(:first-child),
.card-panel.calendar-cards .card .date > div:not(:first-child) {
  margin-right: 2.5rem;
}

.card-panel.calendar-cards .card time {
  font-weight: bold;
  color: #424242;
  font-size: 0.95rem;
}

.card-panel.calendar-cards .card .update {
  background-color: #FFF;
  padding: 1rem;
  display: -webkit-box;
  display: flex;
}

.card-panel.calendar-cards .card .update .sub-head {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.card-panel.calendar-cards .card .update .sub-head strong {
  color: #424242;
}

.card-panel.calendar-cards .card .update > div {
  margin-right: 1rem;
  padding-left: 0.8rem;
  border-left: 4px solid #0D4C38;
}

.card-panel.calendar-cards .card .update > div:last-child {
  margin-right: 0;
}

@media (max-width: 42.99em) {
  .card-panel.calendar-cards .card .update .content {
    overflow-x: scroll;
  }
}

.card-panel.calendar-cards .card .update .content p + table {
  margin-top: 1rem;
}

.card-panel.calendar-cards .card .update .content hr {
  margin: 1.25rem 0;
}

.card-panel.calendar-cards .card strong {
  color: #707070;
}

@media (max-width: 42.99em) {
  .card-panel.calendar-cards .card .title,
  .card-panel.calendar-cards .card .date {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .card-panel.calendar-cards .card .title > div:first-child,
  .card-panel.calendar-cards .card .date > div:first-child {
    width: auto;
    margin-right: 2rem;
  }
  .card-panel.calendar-cards .card .update {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .card-panel.calendar-cards .card .update > div:first-child {
    margin-bottom: 1.5rem;
  }
}

.contact-card-highlight {
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  margin-top: 2em;
  padding: 1.5em;
  background-color: #EEE;
}

.contact-card-highlight > h2,
.contact-card-highlight > h3,
.contact-card-highlight > h4 {
  position: relative;
  padding-bottom: 0.5em;
}

.contact-card-highlight > h2:after,
.contact-card-highlight > h3:after,
.contact-card-highlight > h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #115737;
}

.contact-card-highlight .contact-info-block > ul {
  padding: 0;
  margin: 0;
}

.contact-card-highlight .contact-info-block > ul > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-card-highlight .contact-info-block > ul > li:not(:first-child) {
  margin-top: 1em;
}

.contact-card-highlight .contact-info-block > ul > li img {
  margin-right: 1em;
  height: auto;
  width: 9.35rem;
}

@media (max-width: 60.99em) {
  .contact-card-highlight .contact-info-block > ul > li img {
    width: 20%;
  }
}

.contact-card-highlight .contact-info-block > ul > li .details h3,
.contact-card-highlight .contact-info-block > ul > li .details h4,
.contact-card-highlight .contact-info-block > ul > li .details h5 {
  margin-bottom: 0.4em;
}

.contact-card-highlight .contact-info-block > ul > li .details h5 {
  color: #444;
}

.contact-card-highlight .contact-info-block > ul > li .details address {
  font-style: normal;
}

.contact-card-highlight.card-green {
  background-color: #f4f4e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-card-highlight.card-green .contact-info-block .tag,
.contact-card-highlight.card-green .contact-info-block address {
  font-size: 0.8rem;
}

#hubv4 .card-panel .card {
  background-color: #f7f7f7;
  border-radius: .25rem;
}

/*============================================================================*\
| STACK
\*============================================================================*/
.c-stack {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background: #FFF;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.c-stack:not(.c-stack-flexin)::after {
  clear: both;
  display: table;
  content: '';
}

.c-stack.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
}

@media (min-width: 43em) {
  .c-stack-flexin {
    display: -webkit-box;
    display: flex;
  }
}

.highlight .c-stack-title {
  font-size: 1.81585rem;
}

.c-stack-title small {
  overflow: hidden;
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.81967rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-family: "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-weight: 400;
  text-decoration: none !important;
}

.c-stack-fig {
  float: left;
  margin-right: 1.5rem;
}

.c-stack-flexin .c-stack-fig {
  float: none;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}

@media (min-width: 43em) {
  .c-stack-flexin .c-stack-fig {
    margin: -1.5rem 1.5rem -1.5rem -1.5rem;
  }
}

@media (max-width: 42.99em) {
  .c-stack-profile .c-stack-fig {
    float: left;
    margin: -1.5rem 1.5rem 1.5rem -1.5rem;
    width: 33%;
  }
}

.c-stack-fig--panel {
  padding: 1.5rem;
  padding-right: .5rem;
}

@media (max-width: 42.99em) {
  .c-stack-fig--panel {
    text-align: center;
    border-bottom: 1px solid #EEE;
  }
}

@media (min-width: 43em) {
  .c-stack-fig--panel {
    max-width: 170px;
    min-width: 170px;
    border-right: 1px solid #EEE;
  }
}

.c-stack-code {
  color: #000;
  font-family: "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  word-break: break-all;
  font-size: 1.1rem;
}

@media (min-width: 43em) {
  .c-stack-code span {
    display: block;
  }
}

.c-stack-figcaption {
  margin-top: 0.75rem;
  font-size: 92.5%;
}

@media (min-width: 43em) {
  .c-stack-figcaption {
    margin-top: 1.5rem;
  }
}

.c-stack-figcaption p {
  line-height: 1.3;
}

.c-stack-figcaption i {
  vertical-align: 1px;
}

.c-stack-figcaption i:before {
  margin-right: 3px;
}

.c-stack-figlist {
  z-index: 10;
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.c-stack-figlist li {
  display: inline-block;
}

.c-stack-figlist li:not(:last-child)::after {
  position: static;
  display: inline-block;
  content: "·";
  margin-right: 0.125em;
  margin-left: 0.125em;
  font-weight: 700;
}

.c-stack-fig--image {
  margin: 0;
  border-radius: 0.25rem 0 0 0;
}

@media (min-width: 43em) {
  .c-stack-fig--image {
    width: 175px;
  }
}

.c-stack-body > * {
  margin-top: 0.75rem;
}

@media (min-width: 43em) {
  .c-stack-body > * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 43em) {
  .c-stack-body .meta {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0;
  }
  .c-stack-body .meta .meta-item {
    -webkit-box-flex: 1;
            flex: 1;
    margin-right: 1.5rem;
  }
  .c-stack-body .meta .meta-item .meta-data {
    font-size: 1.15rem;
    line-height: 1.4;
  }
}

.c-stack-info {
  overflow: hidden;
  word-break: break-word;
}

.c-stack-intro {
  margin: 0.75rem 0 0;
  font-weight: bold;
}

.c-stack-intro.not-bold {
  font-weight: 400;
}

.c-stack-intro::after {
  position: static;
  display: block;
  content: "";
  height: 0;
  width: 3.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-top: 0.25rem solid #0D4C38;
  margin-top: 0.75rem;
  border-color: #0D4C38;
}

.c-stack-link {
  color: #005EA5;
  text-decoration: underline;
}

.c-stack-link:hover, .c-stack-link:active, .c-stack-link:focus {
  color: #005EA5;
  text-decoration: none;
}

.c-stack-link::after {
  position: static;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.c-stack-figLink {
  color: #005EA5;
  text-decoration: underline;
  color: #000;
}

.c-stack-figLink:hover, .c-stack-figLink:active, .c-stack-figLink:focus {
  color: #005EA5;
  text-decoration: none;
}

.c-stack-foot > *:first-child {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.c-stack-foot a {
  position: relative;
  z-index: 10;
}

/** General fixed popup. */
/* Positions popup within a page. */
.popup-positioner {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  display: none;
  margin: 0 0 2.5em 5%;
  width: 24rem;
}

.popup-positioner.shown {
  display: block;
}

.popup {
  display: none;
  padding: 1.5rem;
  background-color: #EEE;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.shown .popup, .popup.shown {
  display: block;
}

.popup > header .btn-close {
  float: right;
  display: block;
  margin: .1em .25em;
  padding: 0 .35em;
  color: #424242;
  opacity: .4;
  font-size: 170%;
  line-height: 1;
}

.popup > header .btn-close:hover, .popup > header .btn-close:active, .popup > header .btn-close:focus {
  opacity: 1;
}

.popup > header:not(:last-child) {
  margin-bottom: 1.3rem;
}

.popup .body .button:not(.primary)::after, .popup .body #hubv4 .news-row header a.link-more:not(.primary)::after, #hubv4 .news-row header .popup .body a.link-more:not(.primary)::after {
  display: none;
}

.popup .btn-holder .btn {
  margin: 0;
}

@media (max-width: 42.99em) {
  .popup-positioner {
    top: 0;
    bottom: auto;
    margin: 0;
    width: 100%;
  }
  .popup {
    margin: 0;
  }
}

/** TOOLTIPS */
.inline-tooltip[data-tooltip] {
  cursor: default;
  border-bottom: 1px dashed currentColor;
  text-decoration: none !important;
}

.tooltip {
  z-index: 9999;
  position: absolute;
  padding: 0.75rem;
  max-width: 400px;
  font-size: 90%;
  text-align: center;
  color: #FFF;
  background: #1D2624;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  /* Tooltip's `tip` */
}

.tooltip[hidden] {
  opacity: 0;
}

.tooltip::after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 0;
  width: 0;
  left: 50%;
  margin-left: -20px;
}

.tooltip.bottom::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1D2624 transparent transparent;
  border-width: 10px 10px 0;
  top: auto;
  bottom: -9px;
}

.tooltip.top::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #1D2624;
  border-width: 0 10px 10px;
  top: -9px;
  bottom: auto;
}

.tooltip.left::after {
  left: 10px;
  margin: 0;
}

.tooltip.right::after {
  right: 10px;
  left: auto;
  margin: 0;
}

.tooltip-popup {
  cursor: pointer;
}

@-webkit-keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#hubv4 .accordion .accordion-title, #hubv4
.accordion-header .accordion-title {
  color: #0D4C38;
  position: relative;
  padding-left: 0;
}

#hubv4 .accordion .accordion-title::marker, #hubv4
.accordion-header .accordion-title::marker {
  display: none;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
}

#hubv4 .accordion .accordion-title::after, #hubv4
.accordion-header .accordion-title::after {
  position: absolute;
  right: 0;
  top: .5rem;
  content: "+";
  font-size: 1.5rem;
}

#hubv4 .accordion details[open] .accordion-title::marker, #hubv4
.accordion-header details[open] .accordion-title::marker {
  display: none;
  content: " ";
}

#hubv4 .accordion details[open] .accordion-title::after, #hubv4
.accordion-header details[open] .accordion-title::after {
  content: "-";
}

#hubv4 .accordion details, #hubv4
.accordion-header details {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #EEE;
}

.accordion details,
.accordion-header details {
  /* Fallback for IE11 */
  list-style-type: none !important;
}

.accordion details[open] .block *,
.accordion-header details[open] .block * {
  -webkit-animation: accordion-fade .5s ease-in;
          animation: accordion-fade .5s ease-in;
}

.accordion .accordion-title::marker,
.accordion-header .accordion-title::marker {
  color: #005EA5;
}

.accordion .accordion-title:hover::marker,
.accordion .accordion-title:focus::marker,
.accordion-header .accordion-title:hover::marker,
.accordion-header .accordion-title:focus::marker {
  color: #2B8CC4;
}

.accordion .accordion-title,
.accordion-header .accordion-title {
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005EA5;
  text-decoration: underline;
  cursor: pointer;
}

.accordion .accordion-title:hover, .accordion .accordion-title:active, .accordion .accordion-title:focus,
.accordion-header .accordion-title:hover,
.accordion-header .accordion-title:active,
.accordion-header .accordion-title:focus {
  color: #005EA5;
  text-decoration: none;
}

.accordion .accordion-title:visited,
.accordion-header .accordion-title:visited {
  color: #513391;
}

.accordion .accordion-title h1,
.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4,
.accordion .accordion-title h5,
.accordion .accordion-title h6,
.accordion-header .accordion-title h1,
.accordion-header .accordion-title h2,
.accordion-header .accordion-title h3,
.accordion-header .accordion-title h4,
.accordion-header .accordion-title h5,
.accordion-header .accordion-title h6 {
  display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion .accordion-title,
  .accordion-header .accordion-title {
    cursor: auto;
  }
}

.accordion .accordion-title:hover,
.accordion .accordion-title:focus,
.accordion-header .accordion-title:hover,
.accordion-header .accordion-title:focus {
  color: #2B8CC4;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion .accordion-title:hover,
  .accordion .accordion-title:focus,
  .accordion-header .accordion-title:hover,
  .accordion-header .accordion-title:focus {
    color: #005EA5;
  }
}

.accordion .block,
.accordion-header .block {
  background-color: #FFF;
}

.search-result:first-child {
  margin-top: 1.5rem;
}

.search-result:not(:last-child)::after {
  content: "";
  display: block;
  border-top: 0.0625rem solid #DDD;
  width: 100%;
  margin: 1.3rem 0;
}

.search-result .search-result-header {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.search-result .search-result-header .search-result-title {
  margin-right: 1rem;
}

.search-result .search-result-header .search-result-title,
.search-result .search-result-header .search-result-subtitle {
  margin-bottom: .25rem;
}

@media (max-width: 42.99em) {
  .search-result .search-result-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .search-result .search-result-header .search-result-subtitle {
    margin-bottom: .5rem !important;
  }
}

.search-result .search-result-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #eee;
  border-radius: 2px;
}

.search-result .search-result-footer .search-result-footer-item {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin: 1rem;
}

@media (max-width: 42.99em) {
  .search-result .search-result-footer .search-result-footer-item {
    -webkit-box-flex: 1;
            flex: 1 0 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .search-result .search-result-footer .search-result-footer-item:nth-child(-n + 2) {
    margin-bottom: 0;
  }
  .search-result .search-result-footer .search-result-footer-item .meta-label {
    margin-bottom: .3rem !important;
  }
}

.results-simple .search-result-header {
  display: block;
}

.results-simple .search-result-header small {
  font-size: .95rem;
}

.result-list {
  margin: -2.25rem 0;
}

.result-list .result {
  padding: 2.25rem 0;
  /* Fix bug where .result element does not take up full width on some pages */
  width: 100%;
}

.result-list .result:not(:last-child) {
  border-bottom: 1px solid #EEE;
}

.result-list .result {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.result-list .result img {
  width: 100%;
  height: auto;
}

.result-list .result .result-header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.result-list .result .result-header .result-image {
  max-width: 100px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.result-list .result .result-header .result-title-sm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  align-self: center;
  flex-basis: 0;
  width: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.result-list .result .result-body,
.result-list .result .result-footer {
  width: 100%;
}

.result-list .result .result-footer {
  margin: 1.5rem 0;
}

.result-list .result .meta {
  margin-top: 0.5rem;
}

.result-job-group-wrapper .result-job-group:not(:only-child) {
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0;
}

@media (min-width: 30em) {
  .result-list .result {
    flex-wrap: wrap;
  }
  .result-list .result .result-header {
    display: block;
    flex-wrap: nowrap;
    /* initial */
    width: 128px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .result-list .result .result-title-sm {
    display: none !important;
  }
  .result-list .result .result-title-lg {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .result-list .result .result-header .result-image {
    width: auto;
    /* initial */
    flex-basis: auto;
    /* initial */
    max-width: none;
    /* initial */
    -webkit-box-flex: 0;
            flex-grow: 0;
    /* initial */
    margin-right: 0;
    /* initial */
    margin-bottom: 0;
    /* initial */
  }
  .result-list .result .result-body {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: auto;
    /* initial */
  }
}

/* Container Templates

*** Content page
**  COntent block with image
*/
.image-block .image-block--img {
  float: right;
  width: 25%;
  margin-left: 1rem;
}

.image-block .image-block--img.left {
  float: left;
  margin-right: 1rem;
  margin-left: 0;
}

@media (max-width: 29.99em) {
  .image-block .image-block--img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    float: none;
    width: 100%;
  }
  .image-block .image-block--img.left {
    margin-right: 0;
  }
}

.image-block.long-block {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.image-block.long-block .border-bottom {
  border-bottom: 4px solid #115737;
}

.image-block.long-block > div {
  width: 61%;
  float: left;
}

.image-block.long-block .image-block--img {
  width: 35%;
}

.image-block.long-block .image-block--img.left + div {
  float: right;
}

@media (max-width: 29.99em) {
  .image-block.long-block > div,
  .image-block.long-block .image-block--img {
    width: 100%;
  }
}

/* Container Templates

*** Content page
**  Multiple videos template
*/
.video-section .videos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.video-section .videos > figure {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-bottom: 1rem;
  max-width: calc(33% - .8rem);
}

.video-section .videos > figure:not(:last-child) {
  margin-right: 0.8rem;
}

.video-section .videos > figure a:hover .image-wrap:before, .video-section .videos > figure a:active .image-wrap:before, .video-section .videos > figure a:focus .image-wrap:before {
  background: none;
}

.video-section .videos > figure .image-wrap {
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.video-section .videos > figure .image-wrap .embed {
  margin: 0;
}

.video-section .videos > figure .image-wrap img {
  margin-bottom: 0;
}

.video-section .videos > figure .image-wrap .play-now {
  background-color: #0D4C38;
  padding: .5rem;
  color: #FFF;
}

.video-section .videos > figure .image-wrap .play-now h4, .video-section .videos > figure .image-wrap .play-now h5 {
  color: #FFF;
  margin-bottom: 0;
}

.video-section .videos > figure .image-wrap .play-now i {
  margin-left: 0.5rem;
}

@media (max-width: 42.99em) {
  .video-section .videos > figure {
    max-width: calc(50% - .8rem);
  }
}

.video-section .videos.two-across > figure {
  max-width: calc(50% - .8rem);
}

#hubv4 .video-section .videos .play-now {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #669787;
}

#hubv4 .video-section .videos .play-now h3, #hubv4 .video-section .videos .play-now h4, #hubv4 .video-section .videos .play-now h5 {
  text-decoration: none;
  font-size: 1rem;
  color: #FEF9F0;
  font-weight: 500;
}

#hubv4 .video-section .videos .play-now i::before {
  border-radius: 50%;
  border: 1px solid #FEF9F0;
  padding: .1rem;
}

#hubv4 .video-section .videos .image-wrap {
  margin-bottom: 0;
}

#hubv4 .video-section .videos figcaption {
  padding: 1.5rem 1rem;
}

#hubv4 .video-section .videos figcaption h3, #hubv4 .video-section .videos figcaption h4, #hubv4 .video-section .videos figcaption h5 {
  margin-bottom: 0;
  color: #0D4C38;
}

/* Container Templates

*** home page
**  Hero video
*/
.hero--video a:hover h2, .hero--video a:hover h3, .hero--video a:hover h4 {
  color: #FFF;
}

.hero--video figure {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}

.hero--video figure img {
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero--video figure figcaption {
  position: absolute;
  padding: 1.5rem;
  background-color: #0D4C38;
}

.hero--video figure figcaption h2, .hero--video figure figcaption h3, .hero--video figure figcaption h4 {
  margin-bottom: 0;
  color: #FFF;
  text-decoration: none;
}

.hero--video figure figcaption.bottom-right {
  right: 0;
  bottom: 0;
}

.hero--video figure figcaption.bottom-left {
  bottom: 0;
  left: 0;
}

.hero--video figure figcaption.top-right {
  top: 0;
  right: 0;
  margin-top: 0;
}

.hero--video figure figcaption.top-left {
  top: 0;
  left: 0;
  margin-top: 0;
}

@media (max-width: 42.99em) {
  .hero--video figure figcaption {
    position: relative;
    margin-top: 0 !important;
    padding: 1rem;
  }
}

.bg-kohuhu {
  background-color: #CCDCD7;
}

.bg-miro {
  background-color: #99B9AF;
}

.landing-intro {
  margin: 0 auto 1rem;
}

.landing-intro > div {
  background-image: url(/images/patterns/small-curves.svg);
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: contain;
}

.landing-intro .intro {
  padding-right: 100px;
}

.landing-intro .intro-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #0D4C38;
}

.landing-intro .intro-text::before {
  display: block;
  margin-bottom: 0.8rem;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0D4C38;
  margin-left: 2px;
}

.landing-intro p {
  font-size: 1.2rem;
}

@media (max-width: 55em) {
  .landing-intro > div {
    background-position: right;
    background-size: 75px;
  }
  .landing-intro .intro {
    padding-right: 3rem;
  }
}

.search-block .search-filter {
  margin: 1.5rem 0;
}

.search-block .search-filter form {
  display: -webkit-box;
  display: flex;
  width: 80%;
}

.search-block .search-filter form input {
  padding: 1rem 70px 1rem 1rem;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  border: 1px solid #669787;
}

.search-block .search-filter form button {
  background-color: #669787;
  border-radius: 0;
}

.search-block .search-filter form button span {
  line-height: 1.2;
  font-size: 1.6rem;
  color: #FEF9F0;
}

.search-block .search-filter form button span::before {
  margin: 0 0.5rem;
}

.search-block .search-filter form button::after {
  content: unset;
}

@media (max-width: 50em) {
  .search-block .search-filter form {
    width: 100%;
  }
}

.landing-links {
  margin: 1rem 0;
}

.landing-links a {
  color: #1D2624;
  position: relative;
  display: block;
}

.landing-links a:after {
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  vertical-align: -0.222em;
  color: #FCE500;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

.landing-links a:hover, .landing-links a:active, .landing-links a:focus {
  text-decoration: underline;
}

.landing-links a:hover:after, .landing-links a:active:after, .landing-links a:focus:after {
  right: -5px;
}

.landing-links li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #669787;
}

.links-block h3,
.links-block h4,
.links-block h5 {
  color: #0D4C38;
}

.quick-link {
  color: #0D4C38;
}

@media (max-width: 50em) {
  .quick-link {
    margin-bottom: 1rem;
  }
}

.btn:not(.mktoButton) {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1.5rem;
  border-radius: 0;
  font-size: 1.1rem;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.btn:not(.mktoButton):after {
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  vertical-align: -0.222em;
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

.btn:not(.mktoButton).primary {
  padding: 0.7rem 2rem 0.7rem 1rem;
  background-color: #0D4C38;
  color: #FEF9F0;
}

.btn:not(.mktoButton).primary::after {
  right: 0.5rem;
}

.btn:not(.mktoButton).primary:hover, .btn:not(.mktoButton).primary:active, .btn:not(.mktoButton).primary:focus {
  background-color: #669787;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}

.btn:not(.mktoButton).yellow {
  color: #FCE500;
}

.btn:not(.mktoButton).light {
  background-color: #CCDCD7;
  color: #0D4C38;
}

.btn:not(.mktoButton).light:hover, .btn:not(.mktoButton).light:active, .btn:not(.mktoButton).light:focus {
  background-color: #0D4C38;
  color: #CCDCD7;
}

.btn:not(.mktoButton).simple {
  font-size: 1.1rem;
}

.btn:not(.mktoButton):hover, .btn:not(.mktoButton):active, .btn:not(.mktoButton):focus {
  text-decoration: underline;
}

.news-promos .news-item {
  padding: 1.5rem;
  background-color: #0D4C38;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

.news-promos .news-item .news-title {
  color: #FEF9F0;
}

.news-promos .news-item .news-title::after {
  display: block;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #FCE500;
  margin: 1rem 0;
}

.news-promos .news-item .btn {
  margin-top: auto;
}

.news-promos .news-item .date,
.news-promos .news-item .location {
  margin-bottom: 0.5rem;
  color: #FCE500;
  font-weight: 500;
  font-size: 1.25rem;
}

.news-promos .news-item .location {
  color: #FEF9F0;
}

.news-promos .news-item.light {
  background-color: #669787;
}

.news-promos .news-item.light .news-title {
  color: #FEF9F0;
}

.news-promos .news-item:not(.light) .btn:hover, .news-promos .news-item:not(.light) .btn:active, .news-promos .news-item:not(.light) .btn:focus {
  background-color: #669787;
}

.news-promos .button-block {
  align-self: center;
  justify-self: center;
}

.promo-blocks {
  margin-top: 1.5rem;
}

.promo-blocks .promo-card {
  position: relative;
  background-color: #0D4C38;
}

.promo-blocks .promo-card img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  width: 100%;
  display: block;
}

.promo-blocks .promo-card h3,
.promo-blocks .promo-card h4,
.promo-blocks .promo-card p {
  margin-bottom: 1rem;
  color: #CCDCD7;
}

.promo-blocks .promo-card p {
  color: #FEF9F0;
}

.promo-blocks .promo-card .promo-content {
  padding: 1rem 1.5rem 1.5rem;
}

.promo-blocks .promo-card .link-icon {
  position: absolute;
  padding: 0.2rem 0.5rem;
  right: 0;
  bottom: 0;
  background-color: #CCDCD7;
  color: #0D4C38;
  font-size: 1.3rem;
}

.promo-blocks .promo-card .link-icon::before {
  margin: 0;
}

.promo-blocks .promo-card a:hover img, .promo-blocks .promo-card a:active img, .promo-blocks .promo-card a:focus img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.promo-blocks .promo-card a:hover h3,
.promo-blocks .promo-card a:hover h4, .promo-blocks .promo-card a:active h3,
.promo-blocks .promo-card a:active h4, .promo-blocks .promo-card a:focus h3,
.promo-blocks .promo-card a:focus h4 {
  text-decoration: underline;
}

.promo-blocks .promo-card a:hover .link-icon::before, .promo-blocks .promo-card a:active .link-icon::before, .promo-blocks .promo-card a:focus .link-icon::before {
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.promo-blocks .promo-card.light {
  background-color: #CCDCD7;
}

.promo-blocks .promo-card.light h3,
.promo-blocks .promo-card.light h4 {
  color: #0D4C38;
}

.promo-blocks .promo-card.light p {
  color: #1D2624;
}

.promo-blocks .promo-card.light .link-icon {
  background-color: #0D4C38;
  color: #CCDCD7;
}

.bt-green-light {
  border-top: solid 1px #99B9AF;
}

.section-links {
  margin-top: 1.5rem;
}

.section-links .section-link {
  background-color: #CCDCD7;
}

.section-links .section-link img {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  width: 100%;
  max-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

.section-links .section-link a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.section-links .section-link a:hover h4, .section-links .section-link a:active h4, .section-links .section-link a:focus h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

.section-links .section-link a:hover svg, .section-links .section-link a:active svg, .section-links .section-link a:focus svg {
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.section-links .section-link .text {
  padding: 1rem;
  width: calc(100% - 27px);
}

.section-links .section-link .text h4 {
  margin-bottom: 0.5rem;
}

.section-links .section-link .text p {
  color: #1D2624;
}

.section-links .section-link .caret {
  width: 27px;
  padding: 0 0.5rem;
  background-color: #669787;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@font-face {
  font-family: Feijoa;
  src: url("fonts/victorious/FeijoaBold.otf") format("opentype");
}

@font-face {
  font-family: 'Quilty';
  src: url("fonts/victorious/quilty/Quilty-Bold.woff2") format("woff2"), url("fonts/victorious/quilty/Quilty-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quilty';
  src: url("fonts/victorious/quilty/Quilty-Regular.woff2") format("woff2"), url("fonts/victorious/quilty/Quilty-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.theme-victorious h1,
.theme-victorious h2,
.theme-victorious h3,
.theme-victorious h4,
.theme-victorious h5 {
  color: #040404;
  font-family: "Inter", serif !important;
  letter-spacing: 1px;
  line-height: 1.2;
}

.theme-victorious .vict-banner h1,
.theme-victorious .vict-banner h2,
.theme-victorious .vict-banner h3,
.theme-victorious .vict-banner h4,
.theme-victorious .vict-banner h5 {
  font-family: "Inter", serif !important;
}

.theme-victorious p,
.theme-victorious span {
  font-family: "Inter", serif !important;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5;
}

.theme-victorious ul, .theme-victorious li {
  font-family: 'Inter' !important;
}

.theme-victorious p a {
  text-decoration: underline;
}

.title-underline {
  position: relative;
  padding-bottom: .5rem;
}

.title-underline:after {
  width: 40%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-color: #000;
}

.article-tag {
  display: block;
  margin-bottom: .5rem;
  font-family: proxima-nova, sans-serif !important;
  text-transform: uppercase;
}

.vic-button {
  font-family: proxima-nova, sans-serif;
}

.vict-caption {
  font-style: italic;
}

.vic-button {
  display: inline-block;
  color: #040404;
  padding: .5rem 1rem;
  border: 1px solid #040404;
  text-transform: uppercase;
}

.vic-button:hover, .vic-button:active, .vic-button:focus {
  color: #FFF;
  background-color: #040404;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#progress {
  position: fixed;
  top: 0;
  height: .5%;
  background: #444;
  z-index: 200;
}

.article-item:hover img, .article-item:active img, .article-item:focus img {
  opacity: .9;
}

.article-item:hover h4, .article-item:active h4, .article-item:focus h4 {
  text-decoration: underline;
}

.vict-banner h1,
.vict-banner h2,
.vict-banner h3 {
  font-family: "Inter", serif !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.vict-banner .vict-banner-sub-heading {
  font-size: 1.81585rem;
}

.vict-banner .vict-banner-title {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.vict-banner.full {
  overflow: hidden;
}

.vict-banner.full figure {
  position: relative;
}

.vict-banner.full figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.vict-banner.full figure figcaption .vict-banner-title-tag {
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: .3rem;
  font-family: proxima-nova, sans-serif !important;
}

.vict-banner.full figure figcaption .vict-banner-title-tag:after {
  width: 40%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-color: #FFF;
}

.vict-banner.full figure figcaption .vict-banner-sub-heading {
  margin-bottom: 1rem;
}

@media (max-width: 42.99em) {
  .vict-banner.full figure img {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  .vict-banner.full figure figcaption {
    width: 100%;
    position: initial;
    -webkit-transform: unset !important;
            transform: unset !important;
    padding-bottom: 1rem;
    border-bottom: 1px solid #040404;
  }
  .vict-banner.full figure figcaption .vict-banner-title-tag {
    font-size: 1rem;
    color: #040404 !important;
  }
  .vict-banner.full figure figcaption .vict-banner-title-tag:after {
    background-color: #040404 !important;
  }
  .vict-banner.full figure figcaption .vict-banner-sub-heading {
    font-size: 1.3rem;
    color: #040404 !important;
  }
  .vict-banner.full figure figcaption .vict-banner-title {
    font-size: 1.8rem;
    color: #040404 !important;
  }
  .vict-banner.full figure figcaption p {
    color: #040404 !important;
    padding: 0 .1rem;
  }
}

.vict-banner.split {
  display: -webkit-box;
  display: flex;
  margin-top: 1rem;
  overflow-y: hidden;
}

.vict-banner.split .banner-content,
.vict-banner.split .banner-image {
  -webkit-box-flex: 1;
          flex: 1 1 50%;
}

.vict-banner.split .banner-content {
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 3rem 1.5rem 0 0;
}

.vict-banner.split .banner-content .meta {
  margin-bottom: 2rem;
  border-top: 1px solid #040404;
  width: 70%;
  padding-top: .5rem;
}

.vict-banner.split .banner-content .meta p {
  text-transform: uppercase;
  font-size: .8rem;
  font-family: "Inter", sans-serif !important;
}

.vict-banner.split .banner-content .banner-titles .vict-banner-title {
  padding-bottom: 1.5rem;
  min-height: 100%;
  margin-bottom: 0;
}

.vict-banner.split .banner-content .banner-titles .vict-banner-title + .vict-banner-sub-heading {
  margin-bottom: 2.5rem;
}

.vict-banner.split .banner-content .banner-titles .vict-banner-sub-heading {
  margin-bottom: 1rem;
  font-size: 1.81585rem;
}

.vict-banner.split .banner-content .banner-titles p {
  margin-bottom: .5rem;
  width: 80%;
  font-family: "Inter", serif !important;
}

.vict-banner.split .banner-image img {
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 42.99em) {
  .vict-banner.split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .vict-banner.split .banner-content,
  .vict-banner.split .banner-image {
    -webkit-box-flex: 1;
            flex: 1 1;
  }
  .vict-banner.split .banner-content {
    padding: 0 0 0 0;
  }
  .vict-banner.split .banner-content .meta {
    margin-bottom: 2rem;
    border-top: 1px solid #040404;
    width: 70%;
    padding-top: .5rem;
  }
  .vict-banner.split .banner-content .meta p {
    text-transform: uppercase;
    font-size: .8rem;
  }
  .vict-banner.split .banner-content .banner-titles h1 {
    padding-bottom: 1rem;
    overflow: hidden;
    margin-right: 0;
    padding-bottom: 2rem;
    min-height: unset;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 3rem;
  }
  .vict-banner.split .banner-content .banner-titles h3 {
    margin-bottom: .5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .vict-banner.split .banner-content .banner-titles p:last-child {
    padding-bottom: .75rem;
    border-bottom: 1px solid #040404;
  }
}

.vict-banner figure figcaption p,
.vict-banner figure figcaption h1,
.vict-banner figure figcaption h2,
.vict-banner figure figcaption h3 {
  color: #FFF !important;
}

.vict-banner.dark figure figcaption p,
.vict-banner.dark figure figcaption h1,
.vict-banner.dark figure figcaption h2,
.vict-banner.dark figure figcaption h3 {
  color: #040404 !important;
}

.vict-banner.dark figure figcaption .vict-banner-title-tag:after {
  background-color: #040404;
}

/* Article grid
  USed in Victorious
*/
.article-item {
  margin-bottom: 1rem;
}

.article-item img {
  margin-bottom: .5rem;
}

.article-item a {
  color: #040404;
}

.article-item .article-tag {
  display: block;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: .85em;
}

.article-item h4 {
  margin-bottom: .5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.articles-grid {
  display: -webkit-box;
  display: flex;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-bottom: 1px solid #040404;
}

.articles-grid .article-1-up {
  margin-bottom: 1rem;
}

.articles-grid .article-1-up h4 {
  font-size: 2rem;
  font-family: pt-serif, serif;
}

.articles-grid .article-3-up {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.articles-grid .article-3-up > .article-item {
  -webkit-box-flex: 0;
          flex: 0 0 48%;
  margin-bottom: 1rem;
}

.articles-grid .article-2-up {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.articles-grid .article-2-up > .article-item {
  -webkit-box-flex: 0;
          flex: 0 0 48%;
  margin-bottom: 1rem;
}

@media (min-width: 43em) {
  .articles-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .articles-grid.col-2 > div {
    -webkit-box-flex: 1;
            flex: 1 0 50%;
  }
  .articles-grid.col-2 > div:first-child {
    padding-right: 1rem;
  }
  .articles-grid .article-3-up {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .articles-grid .article-3-up > .article-item {
    -webkit-box-flex: 1;
            flex: 1 0 31%;
    margin-bottom: 1rem;
    min-width: 210px;
    padding-right: 1rem;
  }
}

@supports not (-ms-high-contrast: none) {
  .articles-grid {
    /* Non-IE styles here */
  }
}

.article-results {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.article-results .article-item {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  padding: 0 .5rem;
}

@media (min-width: 43em) {
  .article-results .article-item:first-child {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
  }
  .article-results .article-item:first-child h4 {
    font-size: 2rem;
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .article-results .article-item {
    -webkit-box-flex: 0;
            flex: 0 0 33%;
  }
}

@media (max-width: 42.99em) {
  .article-results {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .article-results .article-item {
    -webkit-box-flex: 0;
            flex: 0 0 47%;
  }
}

.articles-row {
  margin-top: 3rem;
}

.articles-row.border-top {
  border-top: 1px solid #040404;
  padding-top: 4rem;
  margin-top: 0;
}

.articles-row .articles-row-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.articles-row .articles-row-title h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.articles-row .articles-row-title p a {
  color: #040404;
}

.articles-row .articles-row-title a {
  color: #040404;
}

.articles-row .articles {
  margin: 0 2rem;
  flex-wrap: wrap;
}

.articles-row .articles .article-item {
  -webkit-box-flex: 1;
          flex: 1 1;
  min-width: 200px;
}

.articles-row .articles .article-item:not(:last-child) {
  padding-right: 1.2rem;
}

@media (max-width: 60.99em) {
  .articles-row .articles {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .articles-row .articles .article-item {
    -webkit-box-flex: 1;
            flex: 1 1;
    width: 100%;
  }
  .articles-row .articles .article-item .article-summary p {
    display: none;
  }
  @supports not (-ms-high-contrast: none) {
    .articles-row .articles {
      /* Non-IE styles here */
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      grid-gap: 1rem;
    }
    .articles-row .articles .article-item {
      padding-right: 0 !important;
    }
  }
}

.articles-row .vic-button {
  margin: 0.5rem auto;
}

@media (max-width: 42.99em) {
  .articles-row {
    margin-top: 0rem;
  }
}

/* Victorious promo

2 image or one.. */
.vict-promo .promo-title {
  margin-bottom: 2rem;
}

.vict-promo .promo-title.center {
  text-align: center;
}

.vict-promo .promo-title .article-tag {
  margin-bottom: 2rem;
}

.vict-promo .promo-title .article-tag::after {
  width: 25%;
}

.vict-promo .promo-title .promo-sub-title {
  font-size: 2rem;
}

.vict-promo .promo-title .promo-title {
  font-size: 3rem;
}

.vict-promo .promo-title .promo-sub-title,
.vict-promo .promo-title .promo-title {
  margin-bottom: 1rem;
}

.vict-promo .promo-image {
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 70%;
}

.vict-promo .promo-image figure {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  padding: 0 2rem;
}

.vict-promo .promo-image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-promo .promo-image figure img {
    height: unset;
  }
}

@media (max-width: 42.99em) {
  .vict-promo .promo-image {
    width: 100%;
  }
  .vict-promo .promo-image figure {
    padding: 0 1.5rem;
  }
}

.victorious-footer {
  margin-top: 2rem;
  padding: 0 2rem;
  border-bottom: 20px solid #0D4C38;
}

.victorious-footer > section {
  padding-top: 3rem;
  border-top: 1px solid #040404;
  -webkit-box-flex: 1;
          flex: 1 1;
}

.victorious-footer > section.social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.victorious-footer > section.social .social-icon {
  padding: 0 .5rem;
}

.victorious-footer > section.social .social-icon svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 42.99em) {
  .victorious-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .victorious-footer > section {
    padding-top: 1.5rem;
  }
  .victorious-footer > section.social {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .victorious-footer > section:not(:first-child) {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 43em) {
  .article-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.article-section .article-content {
  margin: 1rem 0;
}

.article-section .article-content p {
  margin-bottom: 1rem;
}

@media (max-width: 42.99em) {
  .article-section .article-content {
    padding: 0 1rem;
  }
}

@media (min-width: 43em) {
  .article-section .article-content {
    -webkit-box-flex: 0;
            flex: 0 1 60%;
    padding-right: 3rem;
  }
}

@media (min-width: 43em) {
  .article-section .article-content.text-pull {
    -webkit-box-flex: 0;
            flex: 0 1 70%;
  }
  .article-section .article-content.text-pull p {
    font-size: 1.6rem;
    font-weight: 700 !important;
  }
}

@media (min-width: 88em) {
  .article-section.side-image .article-content {
    align-self: flex-end;
  }
}

.article-section.side-image .article-side-image {
  -webkit-box-flex: 1;
          flex: 1 1 40%;
  align-self: flex-end;
}

@media (max-width: 42.99em) {
  .article-section.side-image .article-side-image {
    padding: 0 1rem;
  }
}

@media (min-width: 43em) {
  .article-section.side-image .article-side-image {
    margin-top: 1rem;
    padding-left: 3rem;
    padding-right: 4rem;
    padding-bottom: 1.2rem;
  }
  .article-section.side-image .article-side-image img {
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.article-section.image-full {
  margin: 2.5rem auto;
}

.article-section.image-full .article-image-full figcaption {
  text-align: center;
}

.article-section.video figure.video-cover-image {
  margin: 2rem auto;
  padding: 0 3rem;
}

.article-section.video figure.video-cover-image a {
  position: relative;
}

.article-section.video figure.video-cover-image img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.article-section.video figure.video-cover-image svg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  z-index: 1;
  fill: #FFF;
  width: 100px;
  height: 100px;
}

@media (max-width: 42.99em) {
  .article-section.video figure.video-cover-image {
    padding: 0 1rem;
  }
  .article-section.video figure.video-cover-image svg {
    width: 70px;
    height: 70px;
  }
}

.vict-quote {
  margin: 2rem auto;
  color: #FFF;
}

.vict-quote.black {
  background-color: #000;
}

.vict-quote.green {
  background-color: #0D4C38;
}

.vict-quote.green-medium {
  background-color: #669787;
}

.vict-quote.green-light {
  background-color: #CCDCD7;
  color: #0D4C38;
}

.vict-quote blockquote {
  padding: 5rem 10rem;
  font-size: 1.5rem;
  font-family: "Inter", serif !important;
  font-weight: 600;
}

.vict-quote blockquote footer {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif !important;
}

@media (max-width: 42.99em) {
  .vict-quote blockquote {
    padding: 5rem;
  }
}

.vict-gallery {
  display: grid;
  display: -ms-grid;
  margin: 3rem auto;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-gap: 1.5rem;
  padding: 0 3rem;
}

.vict-gallery img {
  margin-bottom: 0;
}

.vict-gallery figure {
  position: relative;
}

.vict-gallery figure svg {
  display: none;
}

.vict-gallery figure:hover, .vict-gallery figure:active, .vict-gallery figure:focus {
  cursor: pointer;
}

.vict-gallery figure:hover img, .vict-gallery figure:active img, .vict-gallery figure:focus img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.vict-gallery figure:hover svg, .vict-gallery figure:active svg, .vict-gallery figure:focus svg {
  z-index: 20;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  width: 30px;
  height: 30px;
  fill: #FFF;
}

.vict-gallery .gallery-row-1-3 {
  -ms-grid-column: 1;
  grid-column: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery .gallery-row-1-3 {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }
}

.vict-gallery .gallery-row-1-3:nth-child(2) {
  -ms-grid-row: 2;
}

.vict-gallery .gallery-row-1-3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery .gallery-row-1-3 img {
    height: unset;
  }
}

.vict-gallery .gallery-row-2-3 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery .gallery-row-2-3 {
    -ms-grid-column: 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
  }
}

.vict-gallery .gallery-row-2-3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vict-gallery .gallery-row-2-3 svg {
  display: none;
}

.vict-gallery .vict-caption {
  grid-column: span 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery .vict-caption {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 2;
  }
}

@media (max-width: 42.99em) {
  .vict-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 0 1rem;
  }
  .vict-gallery .gallery-row-1-3 {
    grid-column: unset;
    grid-row: 1;
  }
  .vict-gallery .gallery-row-2-3 {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}

.vict-gallery.two-third {
  grid-template-columns: 2fr 1fr;
  -ms-grid-columns: 2fr 1fr;
}

.vict-gallery.two-third .gallery-row-2-3 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery.two-third .gallery-row-2-3 {
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}

.vict-gallery.two-third .gallery-row-1-3 {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vict-gallery.two-third .gallery-row-1-3 {
    -ms-grid-column: 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }
}

.vict-gallery.two-third .gallery-row-1-3:nth-child(2) {
  display: none;
}

.vict-section-header {
  text-align: center;
}

.vict-section-header .section-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #040404;
  display: inline-block;
}

.vict-section-header nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.vict-section-header nav a {
  color: #040404;
  text-transform: capitalize;
}

.vict-section-header nav a:hover, .vict-section-header nav a:active, .vict-section-header nav a:focus {
  text-decoration: underline;
}

.vict-section-header nav .prev i:before {
  margin-right: 0.5rem;
}

.vict-section-header nav .next {
  margin-left: auto;
}

.vict-section-header nav .next i:before {
  margin-right: 0;
  margin-left: 0.5rem;
}

.article-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.article-nav > div {
  max-width: 350px;
}

.article-nav a {
  color: #040404;
  text-decoration: underline;
}

.article-nav a span {
  font-size: 1.2rem;
  font-weight: 500;
}

.article-nav a:hover, .article-nav a:active, .article-nav a:focus {
  text-decoration: none;
}

.article-nav .prev p,
.article-nav .next p {
  font-family: "Inter", sans-serif !important;
}

.article-nav .prev {
  text-align: right;
}

.article-nav .prev p {
  text-align: right;
}

.subject-section ul {
  padding-left: 2.5rem;
}

.subject-section ul li {
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
  list-style-type: disc;
}

.subject-section ul li::marker {
  color: #0D4C38;
}

.buttons {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.buttons .button + .button, .buttons #hubv4 .news-row header a.link-more + .button, #hubv4 .news-row header .buttons a.link-more + .button, .buttons #hubv4 .news-row header .button + a.link-more, #hubv4 .news-row header .buttons .button + a.link-more, .buttons #hubv4 .news-row header a.link-more + a.link-more, #hubv4 .news-row header .buttons a.link-more + a.link-more {
  margin: 0 !important;
}

.subject-section h1,
.subject-section h2,
.subject-section h3,
.subject-section h4,
.subject-section h5 {
  margin-bottom: 1.1rem;
}

.subject-section p {
  margin-bottom: 1rem;
}

.subject-section p a {
  color: #005EA5;
  text-decoration: underline;
}

.subject-section .section-title {
  margin-bottom: 2rem;
}

.subject-section .section-title h2,
.subject-section .section-title h3,
.subject-section .section-title h4 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCC;
}

.subject-section ul {
  margin-bottom: 1rem;
}

.subject-section ul li a {
  color: #0D4C38;
  text-decoration: underline;
}

.subject-section ul li a:hover, .subject-section ul li a:active, .subject-section ul li a:focus {
  text-decoration: none;
}

.subject-section .ggrid {
  margin: 0 0 2rem;
  grid-gap: 1.5rem;
}

.subject-button {
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.subject-button::after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "VicIcons";
  margin: 0 0 0 0.5em;
  width: 1em;
  vertical-align: -0.19em;
  text-align: center;
  line-height: 1;
  left: 0;
}

.subject-button:hover, .subject-button:active, .subject-button:focus {
  text-decoration: underline;
}

.subject-button:hover::after, .subject-button:active::after, .subject-button:focus::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 5px;
}

.subject-button.light {
  border: 1px solid #CCC;
  color: #0D4C38;
}

.subject-button.light-green {
  background-color: #669787;
  color: #FEF9F0;
}

.grey-bg {
  background-color: #f3f3f3;
}

.pill {
  margin: 1rem 0;
  padding: 0.4rem 1rem;
  background-color: #338982;
  color: #FFF;
  border-radius: 20px;
}

.fixed-spy .fixed-cta ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.25rem;
}

#hubv4 .fixed-spy .fixed-cta .button, #hubv4 .fixed-spy .fixed-cta .news-row header a.link-more, #hubv4 .news-row header .fixed-spy .fixed-cta a.link-more {
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.fixed-spy .fixed-cta li a {
  color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.fixed-spy .fixed-cta li a > span,
.fixed-spy .fixed-cta li a i {
  padding: 0.5rem 1rem;
}

.fixed-spy .fixed-cta li a i {
  height: 100%;
  width: 2rem;
  background-color: #FFF;
  display: block;
  color: #0D4C38;
  position: relative;
  display: none;
}

.fixed-spy .fixed-cta li a i::before {
  margin: 0;
  margin-left: -5px;
}

.fixed-spy .spy-wrap {
  margin-top: 2rem;
}

.fixed-spy .spy-wrap .scrollspy {
  margin-top: 0.5rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
          box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
}

.fixed-spy .spy-wrap .scrollspy li {
  padding: 0.5rem 1rem;
}

.fixed-spy .spy-wrap .scrollspy li a {
  color: #0D4C38;
  font-weight: 500;
}

.fixed-spy .spy-wrap .scrollspy li:hover, .fixed-spy .spy-wrap .scrollspy li:active, .fixed-spy .spy-wrap .scrollspy li:focus {
  background-color: #CCDCD7;
}

.fixed-spy .spy-wrap .scrollspy li:hover a, .fixed-spy .spy-wrap .scrollspy li:active a, .fixed-spy .spy-wrap .scrollspy li:focus a {
  text-decoration: underline;
}

.fixed-spy .spy-wrap .scrollspy li.active {
  background-color: #0D4C38;
}

.fixed-spy .spy-wrap .scrollspy li.active a {
  color: #FEF9F0;
}

.fixed-spy .spy-wrap .scrollspy li:not(:last-child) {
  border-bottom: 1px solid #DDD;
}

.dropdown-title a {
  color: #0D4C38;
}

.dropdown-title .icon-caret-right-thin::before {
  content: "+";
  margin-right: 0;
  line-height: 0;
  vertical-align: unset;
}

.dropdown-title.active i::before {
  content: "–";
}

.subject-banner {
  display: grid;
  grid-template-columns: 0.5fr .5fr 1.5fr;
  border-bottom: 4px solid #CCDCD7;
}

.subject-banner .banner-pattern {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.subject-banner .banner-pattern svg {
  height: auto;
  width: 100%;
  max-height: 400px;
}

.subject-banner .banner-content {
  padding: 2.5rem 0;
}

.subject-banner .banner-content .banner-title {
  margin-bottom: 1.5rem;
}

.subject-banner .banner-content .banner-title h1 {
  font-size: 2.9rem;
}

.subject-banner .banner-content .banner-title h1 .tereo-title {
  margin-bottom: .25rem;
  display: block;
  color: #669787;
  font-weight: inherit;
}

.subject-banner .banner-content .banner-title .code {
  margin-top: .75rem;
  font-weight: 700;
  color: #2A2A2A;
}

.subject-banner .banner-content .banner-text {
  margin-bottom: 1.5rem;
}

.subject-banner .banner-content .banner-text p {
  font-size: 1.3rem;
  line-height: 1.4;
}

.subject-banner .banner-image {
  -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 35% 100%);
          clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 35% 100%);
  overflow: hidden;
}

.subject-banner .banner-image img {
  max-height: 520px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 88rem) {
  .subject-banner {
    grid-template-columns: 0.5fr .5fr 1.5fr;
  }
}

@media (max-width: 900px) {
  .subject-banner {
    position: relative;
  }
  .subject-banner .banner-pattern {
    display: none;
    position: absolute;
    z-index: 0;
    width: 20%;
    bottom: 0;
    left: 0;
  }
  .subject-banner .banner-content {
    grid-column: 1/3;
    padding-left: 1rem;
    z-index: 10;
  }
}

@media (max-width: 42.99em) {
  .subject-banner .banner-content {
    grid-column: 1/4;
    padding-left: 1rem;
    padding-top: 1rem;
    z-index: 10;
  }
  .subject-banner .banner-image {
    grid-column: 1/4;
    grid-row: 1;
    max-height: 150px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .subject-banner .banner-pattern {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    width: 80%;
    display: none;
  }
}

.switcher {
  display: -webkit-box;
  display: flex;
  padding: .5rem;
  padding-left: 0;
  position: relative;
  background-color: #FFF;
}

.switcher .h4 {
  font-weight: 500;
  color: #0D4C38;
}

.switcher .select-wrap {
  width: 100%;
  margin: 0 0.75rem;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  min-width: 15ch;
  max-width: 20ch;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.4884rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), color-stop(33%, #fff));
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.switcher .select-wrap select, .switcher .select-wrap::after {
  grid-area: select;
}

.switcher .select-wrap::after {
  content: "";
  justify-self: flex-end;
  width: 0.8em;
  display: block;
  height: 0.5em;
  background-color: #669787;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.switcher .select-wrap i {
  position: absolute;
  left: 0;
  color: #669787;
  font-size: 1.2rem;
}

.switcher .select-wrap select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1rem 0 1rem;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
  color: #0D4C38;
  z-index: 1;
  outline: none;
}

.switcher .select-wrap select option {
  font-size: 1rem;
}

.switcher .select-wrap select::-ms-expand {
  display: none;
}

.switcher .select-wrap select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #3363B3;
  border-radius: inherit;
}

.switcher .level-wrap,
.switcher .location-wrap {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

.switcher .v-select {
  width: 300px;
  margin: 0 0.5rem;
}

.switcher .v-select button::after {
  content: none !important;
}

.switcher-wrap {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(204, 204, 204, 0.93);
          box-shadow: 0px 2px 15px 0px rgba(204, 204, 204, 0.93);
  margin-bottom: 1rem;
  gap: 0;
}

.switcher-wrap[stuck] {
  grid-template-columns: 1fr;
  justify-items: center;
}

.switcher-wrap[stuck] .switcher {
  padding: .5rem 2rem;
}

@media (max-width: 900px) {
  .switcher-wrap {
    grid-template-columns: 1fr;
  }
  .switcher-wrap .switcher {
    padding: .5rem 1rem;
    flex-wrap: wrap;
  }
}

.qualification .select-wrap {
  width: 100%;
  margin: 0 0.75rem;
  font-family: "National", "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  min-width: 15ch;
  max-width: 20ch;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), color-stop(33%, #fff));
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.qualification .select-wrap select, .qualification .select-wrap::after {
  grid-area: select;
}

.qualification .select-wrap::after {
  content: "";
  justify-self: flex-end;
  width: 0.8em;
  display: block;
  height: 0.5em;
  background-color: #669787;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.qualification .select-wrap i {
  position: absolute;
  left: 0;
  color: #3E9C4F;
  font-size: 1.2rem;
}

.qualification .select-wrap select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1rem 0 1rem;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
  color: #0D4C38;
  z-index: 1;
  outline: none;
}

.qualification .select-wrap select option {
  font-size: 1rem;
}

.qualification .select-wrap select::-ms-expand {
  display: none;
}

.qualification .select-wrap select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #3363B3;
  border-radius: inherit;
}

* .spy {
  scroll-margin-top: 80px;
}

.subject-content {
  position: relative;
  max-width: none;
  display: grid;
  grid-template-columns: [fullWidth-start] 1rem [left-start] 0.5fr [article-start right-start] 1.5fr [article-end left-end] 0.5fr [right-end] 1rem [fullWidth-end];
}

.subject-content .h1,
.subject-content .h2,
.subject-content .h3,
.subject-content .h4,
.subject-content .h5,
.subject-content .h6,
.subject-content h1,
.subject-content h2,
.subject-content h3,
.subject-content h4,
.subject-content h5,
.subject-content h6 {
  color: #0D4C38;
}

.sq-update .subject-content {
  grid-template-columns: [fullWidth-start] 1rem [left-start] minmax(250px, 300px) [article-start right-start] 1.5fr [article-end left-end] 0.1fr [right-end] 1rem [fullWidth-end];
}

@media (min-width: 88em) {
  .sq-update .subject-content {
    grid-template-columns: [fullWidth-start] 1rem [left-start] minmax(250px, 300px) [article-start right-start] 1.5fr [article-end left-end] 0.2fr [right-end] 1rem [fullWidth-end];
  }
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .sq-update .subject-content {
    grid-template-columns: [fullWidth-start] 1rem [left-start] minmax(10px, 200px) [article-start right-start] 1.5fr [article-end left-end] 0.2fr [right-end] 1rem [fullWidth-end];
  }
}

.subject-content > * {
  grid-column: article;
}

@media (max-width: 60.99em) {
  .subject-content > * {
    grid-column: right;
  }
}

@media (max-width: 900px) {
  .subject-content > * {
    grid-column: left/right;
  }
}

.subject-section {
  grid-column: article;
  position: relative;
  padding: 2rem 0;
}

@media (max-width: 60.99em) {
  .subject-section {
    grid-column: right;
  }
}

@media (max-width: 900px) {
  .subject-section {
    grid-column: left/right;
  }
}

.full-width {
  grid-template-columns: [fullWidth-start] 1rem [left-start] 0.5fr [article-start right-start] 1.5fr [article-end left-end] 0.5fr [right-end] 1rem [fullWidth-end];
  -webkit-box-pack: center;
          justify-content: center;
  grid-column: fullWidth;
  display: grid;
}

.full-width > * {
  grid-column: article;
}

@media (max-width: 60.99em) {
  .full-width > * {
    grid-column: right;
  }
}

@media (max-width: 900px) {
  .full-width > * {
    grid-column: left/right;
  }
}

@supports (grid-template-columns: subgrid) {
  .full-width {
    grid-template-columns: subgrid;
    grid-column: fullWidth;
  }
  .full-width > * {
    grid-column: article;
  }
  @media (max-width: 60.99em) {
    .full-width > * {
      grid-column: right;
    }
  }
  @media (max-width: 900px) {
    .full-width > * {
      grid-column: left/right;
    }
  }
  .fullWidth-center {
    grid-column: article;
  }
  .fullWidth-right {
    grid-column: right;
  }
  .fullWidth-left {
    grid-column: left;
  }
}

.fixed-spy {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  grid-column: 2/3;
  grid-row: 1/3;
}

.sq-update .fixed-spy {
  margin-top: 1.5rem;
}

.fixed-spy .spy-inner-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

.fixed-spy.sticky {
  position: fixed;
  top: 2rem;
}

@media (max-width: 900px) {
  .fixed-spy {
    position: relative !important;
    width: 100%;
    margin-left: 0;
  }
  .subject-content .fixed-spy {
    grid-column: left/right;
  }
  .subject-content .fixed-spy .spy-inner-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .subject-content .fixed-spy .spy-inner-wrap .spy-wrap {
    margin-top: 0;
  }
  .subject-content .fixed-spy .spy-inner-wrap > * {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .subject-content .fixed-spy .spy-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .subject-content .fixed-spy .spy-inner-wrap > * {
    width: 100%;
  }
}

.qual-section-title {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #669787;
  color: #FEF9F0;
}

.qual-section-title h3,
.qual-section-title h4 {
  color: #FEF9F0;
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.qual-section-title i {
  color: #FEF9F0;
}

.qual-section-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #669787 transparent transparent transparent;
  bottom: -15px;
  left: 5rem;
}

.subject-page .qualification,
.subject-page .card {
  margin: 1.5rem 0;
  border-left: 8px solid #669787;
  position: relative;
  background-color: #FFF;
  padding: 1.5rem;
  -webkit-box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
          box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
}

.subject-page .qualification .qual-content,
.subject-page .card .qual-content {
  margin-bottom: 1rem;
  border-bottom: 1px solid #DDD;
}

.subject-page .qualification .qual-content .toggle-block,
.subject-page .card .qual-content .toggle-block {
  display: none;
}

.subject-page .qualification .qual-content .toggle-block.active,
.subject-page .card .qual-content .toggle-block.active {
  display: block;
  margin-bottom: 1.5rem;
}

.subject-page .qualification .major,
.subject-page .card .major {
  margin: 1rem 0;
}

.subject-page .qualification .qual-title,
.subject-page .card .qual-title {
  margin-bottom: 1rem;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.subject-page .qualification .qual-title .code,
.subject-page .card .qual-title .code {
  font-size: 1.3rem;
  color: #669787;
}

.subject-page .qualification .qual-title .course-major,
.subject-page .card .qual-title .course-major {
  margin-left: 1rem;
  color: #424242;
}

.subject-page .qualification .qual-title h2,
.subject-page .qualification .qual-title h3,
.subject-page .card .qual-title h2,
.subject-page .card .qual-title h3 {
  margin-bottom: 0;
}

.subject-page .qualification .qual-row,
.subject-page .card .qual-row {
  display: -webkit-box;
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px solid #EEE;
}

.subject-page .qualification .qual-row > .qual-meta-item,
.subject-page .card .qual-row > .qual-meta-item {
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  display: -webkit-box;
  display: flex;
}

.subject-page .qualification .qual-row > .qual-meta-item .meta-title,
.subject-page .card .qual-row > .qual-meta-item .meta-title {
  -webkit-box-flex: 0;
          flex: 0 0 7rem;
  margin-right: 1rem;
  color: #0D4C38;
}

.subject-page .qualification .learn-more,
.subject-page .card .learn-more {
  color: #FFF;
  background-color: #3E9C4F;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2.5rem;
}

.subject-page .qualification .learn-more:hover, .subject-page .qualification .learn-more:active, .subject-page .qualification .learn-more:focus,
.subject-page .card .learn-more:hover,
.subject-page .card .learn-more:active,
.subject-page .card .learn-more:focus {
  text-decoration: underline;
}

.subject-page .qualification .learn-more:before, .subject-page .qualification .learn-more:after,
.subject-page .card .learn-more:before,
.subject-page .card .learn-more:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}

.subject-page .qualification .learn-more:before,
.subject-page .card .learn-more:before {
  left: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.subject-page .qualification .learn-more:after,
.subject-page .card .learn-more:after {
  right: -10px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.subject-page .qualification ul li,
.subject-page .card ul li {
  padding: 0.3rem 0;
}

.subject-page .qualification ul li a,
.subject-page .card ul li a {
  text-decoration: underline;
}

.subject-page .qualification ul li a:hover, .subject-page .qualification ul li a:active, .subject-page .qualification ul li a:focus,
.subject-page .card ul li a:hover,
.subject-page .card ul li a:active,
.subject-page .card ul li a:focus {
  text-decoration: none;
}

.subject-page .qualification ul li a::before,
.subject-page .card ul li a::before {
  content: "";
  display: none;
}

.qual-requirements {
  border: 1px solid #CCC;
}

.qual-requirements .req-block .toggle-slide {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #669787;
}

.qual-requirements .req-block .toggle-slide a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #FFF;
}

.qual-requirements .req-block .toggle-slide.active i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qual-requirements .req-block .toggle-block {
  padding: 0.5rem 1rem;
}

.qual-requirements .req-block p {
  margin-bottom: 0;
  padding: 0.3rem 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 0.95rem;
}

.qual-requirements ul {
  margin-bottom: 0;
}

.qual-requirements ul li {
  padding: 0.3rem 0;
  font-size: 0.95rem;
}

.qual-requirements ul li:not(:last-child) {
  border-bottom: 1px solid #DDD;
}

.qual-requirements ul li a {
  color: #424242;
  text-decoration: none;
}

.qual-requirements ul li a:hover, .qual-requirements ul li a:active, .qual-requirements ul li a:focus {
  text-decoration: underline;
}

.qual-requirements ul li a::before {
  content: "";
  display: none;
}

#hubv4 .save-qual-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 200;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
          box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
}

.course-plan .timetable .year-row {
  display: -webkit-box;
  display: flex;
  margin: 1rem 0;
  padding: 1rem;
  padding-right: 0;
  border: 1px solid #DDD;
}

.course-plan .timetable .year-row .year {
  -webkit-box-flex: 0;
          flex: 0 0 12%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-right: 1px solid #f7f7f7;
}

.course-plan .timetable .year-row .year h4 {
  font-family: "Helvetica Neue", "Segoe WP", "Helvetica", "Arial";
  font-size: 1.25rem;
  color: #0D4C38;
  margin-bottom: 0;
}

.course-plan .timetable .trimesters {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding-left: 1rem;
}

.course-plan .timetable .trimesters .toggle-slide.active i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.course-plan .timetable .trimesters .trimester > h4,
.course-plan .timetable .trimesters .trimester > h5 {
  margin-bottom: 0;
}

.course-plan .timetable .trimesters .trimester:first-child > h4,
.course-plan .timetable .trimesters .trimester:first-child > h5 {
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.course-plan .timetable .trimesters .trimester:first-child > h4:not(.active),
.course-plan .timetable .trimesters .trimester:first-child > h5:not(.active) {
  border-bottom: 1px solid #DDD;
}

.course-plan .timetable .trimesters .trimester > h4,
.course-plan .timetable .trimesters .trimester > h5 {
  font-family: #0D4C38;
  font-size: 1.1rem;
  font-weight: medium;
}

.course-plan .timetable .trimesters .trimester > h4.active,
.course-plan .timetable .trimesters .trimester > h5.active {
  margin-bottom: .75rem;
  padding-bottom: 0;
}

.course-plan .timetable .trimesters .trimester > h4 a,
.course-plan .timetable .trimesters .trimester > h5 a {
  color: #424242;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.course-plan .timetable .trimesters .trimester > h4 a i,
.course-plan .timetable .trimesters .trimester > h5 a i {
  color: #0D4C38;
}

.course-plan .timetable .trimesters .toggle-block {
  display: none;
}

.course-plan .timetable .trimesters .courses {
  margin-bottom: 1rem;
  background-color: #f3f3f3;
}

.course-plan .timetable .trimesters .course {
  width: 25%;
  border-top: 6px solid #0D4C38;
  padding: 0.1rem 0.5rem 0.5rem 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.course-plan .timetable .trimesters .course.elective {
  border-top-color: #3EC2B4;
}

.course-plan .timetable .trimesters .course .type {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.course-plan .timetable .trimesters .course .title.h5 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.course-plan .timetable .trimesters .course .points {
  font-size: 0.8rem;
  color: #707070;
}

.course-plan .timetable .trimesters .course .code {
  color: #005EA5;
  text-decoration: underline;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.course-plan .timetable .trimesters .course .code:hover, .course-plan .timetable .trimesters .course .code:active, .course-plan .timetable .trimesters .course .code:focus {
  text-decoration: none;
}

.course-plan .timetable .trimesters .course .course-foot {
  margin-top: auto;
}

@media (max-width: 42.99em) {
  .course-plan .timetable .year-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .course-plan .timetable .year-row .year {
    margin-bottom: 1rem;
  }
  .course-plan .timetable .year-row .year::after {
    content: none;
  }
  .course-plan .timetable .trimesters {
    padding-left: 0;
  }
}

@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.highlight-green {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #CCDCD7;
}

.highlight-green ul {
  margin-bottom: 0;
}

.accordion h3 a,
.accordion h4 a,
.accordion h5 a {
  color: #0D4C38;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.accordion h3 i,
.accordion h4 i,
.accordion h5 i {
  color: #0D4C38;
}

.accordion .toggle-slide.active i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-green-title {
  margin-bottom: 1.5rem;
}

.accordion-green-title > .toggle-slide {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #669787;
}

.accordion-green-title > .toggle-slide a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.accordion-green-title > .toggle-slide.active i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-green-title > .toggle-block {
  padding: 1rem;
}

.s-highlight {
  position: relative;
  padding: 2rem 1rem;
  border: 1px solid #CCC;
}

.v2 .s-highlight {
  background-color: #f7f7f7;
  border: none;
}

.v2 .s-highlight::before, .v2 .s-highlight::after {
  display: none;
}

.s-highlight.green {
  background-color: #0D4C38;
}

.s-highlight.green.image p,
.s-highlight.green.image h2,
.s-highlight.green.image h3,
.s-highlight.green.image h4,
.s-highlight.green.image h5,
.s-highlight.green.image .large {
  color: #FEF9F0;
}

.s-highlight.green p,
.s-highlight.green h2,
.s-highlight.green h3,
.s-highlight.green h4,
.s-highlight.green h5 {
  color: #FEF9F0;
}

.s-highlight.light-green {
  background-color: #CCDCD7;
}

.s-highlight::before, .s-highlight::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  background-color: #0D4C38;
}

.s-highlight::after {
  bottom: -1px;
  right: -1px;
  background-color: #DDD;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0px);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0px);
}

.s-highlight::before {
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 0% 100%);
          clip-path: polygon(0px 0px, 100% 0px, 0% 100%);
}

.s-highlight p {
  color: #0D4C38;
  font-weight: 600;
  font-size: 1.1rem;
}

.s-highlight.image {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.s-highlight.image img {
  margin: 0 0 1rem;
}

.s-highlight.image p {
  color: #424242;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.s-highlight.image p.large {
  color: #0D4C38;
  font-size: 1.3rem;
  font-weight: 600;
}

.s-quote {
  padding: 1.5rem;
  border: 1px solid #CCC;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.s-quote .quote-image img {
  border-radius: 50%;
}

.s-quote .quote-meta {
  max-width: 200px;
}

.s-quote .quote-title {
  font-weight: 500;
  margin-bottom: 0;
}

.s-quote .quote-name {
  color: #669787;
  margin-bottom: 0.25rem;
}

.s-quote::before {
  content: "";
  right: -1px;
  top: -1px;
  border-top: 40px solid #ccc;
  position: absolute;
  border-left: 40px solid transparent;
}

.s-quote::after {
  position: absolute;
  right: -2px;
  top: -2px;
  content: "";
  border-top: 40px solid #fff;
  border-left: 40px solid transparent;
}

.s-video {
  margin: 2.5rem 0;
  position: relative;
}

.s-video img {
  width: 100%;
}

.s-video .video-text {
  position: absolute;
  left: 0;
  bottom: 2rem;
  background-color: #669787;
  opacity: 0.9;
  display: -webkit-box;
  display: flex;
  padding: 1rem 4rem 1rem 2rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
}

.s-video .video-text #Path_4847 {
  fill: #669787;
}

.s-video .video-text h4 {
  color: #FFF;
  margin-bottom: 0;
}

.s-promo.image {
  height: 100%;
  position: relative;
}

.s-promo.image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.s-promo.image .image-text {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background-color: #0D4C38;
  opacity: 0.9;
  display: -webkit-box;
  display: flex;
  padding: 1rem 3rem 1rem 1rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
}

.s-promo.image .image-text svg {
  width: 40px;
}

.s-promo.image .image-text h4,
.s-promo.image .image-text h5 {
  margin-bottom: 0;
  color: #FFF;
}

.s-promo.two-third {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3rem;
}

.s-promo.two-third .promo-content {
  width: 63%;
}

.s-promo.two-third.border {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "image text";
  border: 1px solid #CCC;
}

.s-promo.two-third.border .promo-content {
  width: 100%;
  grid-area: text;
  padding: 2rem 1rem 2rem 0;
}

.s-promo.two-third.border .promo-image {
  width: 100%;
  grid-area: image;
}

.s-promo.two-third.border .promo-image img {
  -webkit-clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
}

.s-promo.two-third.video .promo-image {
  position: relative;
}

.s-promo.two-third.video .promo-image .video-text {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background-color: #669787;
  opacity: 0.9;
  display: -webkit-box;
  display: flex;
  padding: 1rem 3rem 1rem 1rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 90% 0px, 100% 100%, 0% 100%);
}

.s-promo.two-third.video .promo-image .video-text svg {
  width: 40px;
}

.s-promo.two-third.video .promo-image .video-text #Path_4847 {
  fill: #669787;
}

.s-promo.two-third.video .promo-image .video-text h5 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 1.1rem;
}

.s-promo.two-third.video .promo-image:hover img, .s-promo.two-third.video .promo-image:active img, .s-promo.two-third.video .promo-image:focus img {
  opacity: 1;
}

.s-promo.two-third.video .promo-image:hover h5, .s-promo.two-third.video .promo-image:active h5, .s-promo.two-third.video .promo-image:focus h5 {
  text-decoration: underline;
}

.s-promo.two-third.light-green h2,
.s-promo.two-third.light-green h3,
.s-promo.two-third.light-green h4 {
  color: #0D4C38;
}

.s-promo.two-third.dark-green-title h2,
.s-promo.two-third.dark-green-title h3,
.s-promo.two-third.dark-green-title h4 {
  color: #0D4C38;
}

.s-promo.two-third.angle .promo-image {
  position: relative;
  width: 37%;
}

.s-promo.two-third.angle .promo-image::after {
  content: "";
  position: absolute;
  width: 50px;
  background-color: #99B9AF;
  opacity: 0.9;
  height: 50%;
  right: -10px;
  bottom: -10px;
  -webkit-clip-path: polygon(52px 0px, 100% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(52px 0px, 100% 0px, 100% 100%, 0% 100%);
}

.s-promo.two-third.angle .promo-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.s-promo.two-third .promo-image {
  position: relative;
  width: 37%;
}

.s-promo.two-third .promo-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.s-promo.single {
  padding: 2rem;
  height: 100%;
  position: relative;
}

.s-promo.single.grey {
  background-color: #f3f3f3;
}

.s-promo.single.light-green {
  background-color: #CCDCD7;
}

.s-promo.single.light-green-top-left::after {
  content: "";
  position: absolute;
  width: 25px;
  background-color: #669787;
  height: 100px;
  left: 0;
  top: 0;
  height: 50px;
  z-index: -1;
  width: 50px;
  left: -0.5rem;
  top: -0.5rem;
}

.s-promo.single.light-green-bottom-left::after {
  content: "";
  position: absolute;
  background-color: #669787;
  height: 25px;
  width: 150px;
  left: -1px;
  bottom: -1px;
  width: 50px;
  height: 50px;
  left: -0.5rem;
  bottom: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
}

.s-promo.single.light-green-top-right::after {
  content: "";
  position: absolute;
  background-color: #669787;
  height: 25px;
  width: 150px;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  right: -0.5rem;
  top: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-promo.single.green-bottom-right::after {
  content: "";
  position: absolute;
  width: 25px;
  background-color: #0D4C38;
  height: 50px;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 50px;
  z-index: -1;
}

.s-promo.single.border {
  background-color: #FFF;
  border: 1px solid #CCC;
}

.s-promo.single.border h3,
.s-promo.single.border h4 {
  color: #0D4C38;
}

.related-subjects {
  gap: 1rem !important;
}

.related-subjects .r-subject {
  background-color: #CCDCD7;
  border-radius: 0.25rem;
  padding: 1rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.related-subjects .r-subject:hover, .related-subjects .r-subject:active, .related-subjects .r-subject:focus {
  -webkit-box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
          box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
}

.related-subjects .r-subject:hover i, .related-subjects .r-subject:active i, .related-subjects .r-subject:focus i {
  right: 0.25rem;
}

.related-subjects .r-subject:focus-within {
  -webkit-box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
          box-shadow: 0 1px 1px rgba(87, 87, 87, 0.15), 0 2px 2px rgba(87, 87, 87, 0.15), 0 4px 4px rgba(87, 87, 87, 0.15), 0 8px 8px rgba(87, 87, 87, 0.15);
}

.related-subjects .r-subject:focus-within a {
  text-decoration: underline;
}

.related-subjects .r-subject:focus-within i {
  right: 0.25rem;
}

.related-subjects .r-subject i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  color: #0D4C38;
}

.related-subjects .r-subject a {
  display: -webkit-box;
  display: flex;
  color: #0D4C38;
  font-size: 0.9rem;
}

.related-subjects .r-subject a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.related-subjects .r-subject .r-text h3,
.related-subjects .r-subject .r-text h4,
.related-subjects .r-subject .r-text h5 {
  margin-bottom: 0.75rem;
}

.related-subjects .r-subject .r-text p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.related-subjects .r-subject .r-image img {
  width: 100%;
  -webkit-clip-path: polygon(20% 0px, 100% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0px, 100% 0px, 100% 100%, 0% 100%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  display: none;
}

.related-subjects .r-subject:hover a, .related-subjects .r-subject:active a, .related-subjects .r-subject:focus a {
  text-decoration: underline;
}

.related-subjects .r-subject:hover img, .related-subjects .r-subject:active img, .related-subjects .r-subject:focus img {
  opacity: 0.9;
}

.sq-highlight {
  background-color: #f3f3f3;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
}

.sq-highlight > :last-child {
  margin-bottom: 0 !important;
}

.sq-highlight.green {
  background-color: #CCDCD7;
}

.sq-highlight.green .button:not(.primary), .sq-highlight.green #hubv4 .news-row header a.link-more:not(.primary), #hubv4 .news-row header .sq-highlight.green a.link-more:not(.primary) {
  background-color: #FEF9F0 !important;
  color: #0D4C38 !important;
}

.sq-highlight.green .button:not(.primary):hover, .sq-highlight.green #hubv4 .news-row header a.link-more:not(.primary):hover, #hubv4 .news-row header .sq-highlight.green a.link-more:not(.primary):hover, .sq-highlight.green .button:not(.primary):active, .sq-highlight.green #hubv4 .news-row header a.link-more:not(.primary):active, #hubv4 .news-row header .sq-highlight.green a.link-more:not(.primary):active, .sq-highlight.green .button:not(.primary):focus, .sq-highlight.green #hubv4 .news-row header a.link-more:not(.primary):focus, #hubv4 .news-row header .sq-highlight.green a.link-more:not(.primary):focus {
  background-color: white !important;
}

.sq-highlight.light-green-top-left::after {
  content: "";
  position: absolute;
  width: 25px;
  background-color: #669787;
  height: 100px;
  left: 0;
  top: 0;
  height: 50px;
  z-index: -1;
  width: 50px;
  left: -0.5rem;
  top: -0.5rem;
}

.sq-highlight.light-green-bottom-left::after {
  content: "";
  position: absolute;
  background-color: #669787;
  height: 25px;
  width: 150px;
  left: -1px;
  bottom: -1px;
  width: 50px;
  height: 50px;
  left: -0.5rem;
  bottom: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
}

.sq-highlight.light-green-top-right::after {
  content: "";
  position: absolute;
  background-color: #669787;
  height: 25px;
  width: 150px;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  right: -0.5rem;
  top: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sq-highlight.green-top-right::after {
  content: "";
  position: absolute;
  background-color: #0D4C38;
  height: 25px;
  width: 150px;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  right: -0.5rem;
  top: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sq-highlight.green-bottom-right::after {
  content: "";
  position: absolute;
  width: 25px;
  background-color: #0D4C38;
  height: 50px;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 50px;
  z-index: -1;
}

.sq-image.single figure {
  position: relative;
}

.sq-image.single figure::after {
  content: "";
  position: absolute;
  background-color: #0D4C38;
  height: 25px;
  width: 150px;
  width: 50px;
  height: 50px;
  left: -0.5rem;
  bottom: -0.5rem;
  -webkit-clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
          clip-path: polygon(0% 0%, 17% 0, 17% 83%, 100% 83%, 100% 100%, 17% 100%, 0 100%);
}

.sq-image.single figure img {
  margin-bottom: 0;
}

.sq-image.single figcaption {
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  background-color: #0D4C38;
  color: #FEF9F0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sq-image.single figcaption.long {
  max-width: 650px;
}

.sq-image.single figcaption.long summary {
  padding-right: 2rem;
  position: relative;
}

.sq-image.single figcaption.long summary:hover, .sq-image.single figcaption.long summary:active, .sq-image.single figcaption.long summary:focus {
  cursor: pointer;
  text-decoration: underline;
}

.sq-image.single figcaption.long summary::marker {
  display: none;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
}

.sq-image.single figcaption.long summary::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
}

.sq-image.single figcaption.long summary + * {
  padding-top: 1rem;
}

.sq-image.single figcaption.long details[open] summary::marker {
  display: none;
  content: " ";
}

.sq-image.single figcaption.long details[open] summary::after {
  font-weight: bold;
  content: "-";
}

.sq-image.single figcaption.long details[open] p {
  -webkit-animation: accordion-fade .5s ease-in;
          animation: accordion-fade .5s ease-in;
}

.sq-promo {
  margin-bottom: 1rem;
}

.sq-promo .buttons {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sq-promo .buttons .button + .button, .sq-promo .buttons #hubv4 .news-row header a.link-more + .button, #hubv4 .news-row header .sq-promo .buttons a.link-more + .button, .sq-promo .buttons #hubv4 .news-row header .button + a.link-more, #hubv4 .news-row header .sq-promo .buttons .button + a.link-more, .sq-promo .buttons #hubv4 .news-row header a.link-more + a.link-more, #hubv4 .news-row header .sq-promo .buttons a.link-more + a.link-more {
  margin: 0 !important;
}

.sq-promo.two-third {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 1rem;
  -webkit-box-align: center;
          align-items: center;
}

.sq-promo.two-third .promo-content {
  width: 60%;
}

.sq-promo.two-third .promo-image {
  position: relative;
  width: 40%;
  z-index: 1;
}

.sq-promo.two-third .promo-image::after {
  content: "";
  position: absolute;
  bottom: -.75rem;
  right: -.75rem;
  width: 105px;
  height: 105px;
  background: #0D4C38;
  z-index: -1;
}

.sq-promo.two-third .promo-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.sq-promo.two-third .promo-image.light-green::after {
  background: #669787;
}

.sq-promo.two-third.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.sq-promo.two-third.image-left .promo-image::after {
  left: -.75rem;
}

.sq-promo.two-third .buttons {
  padding-top: 1rem;
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
}

.sq-promo.two-third .buttons .button + .button, .sq-promo.two-third .buttons #hubv4 .news-row header a.link-more + .button, #hubv4 .news-row header .sq-promo.two-third .buttons a.link-more + .button, .sq-promo.two-third .buttons #hubv4 .news-row header .button + a.link-more, #hubv4 .news-row header .sq-promo.two-third .buttons .button + a.link-more, .sq-promo.two-third .buttons #hubv4 .news-row header a.link-more + a.link-more, #hubv4 .news-row header .sq-promo.two-third .buttons a.link-more + a.link-more {
  margin: 0 !important;
}

@media (max-width: 42.99em) {
  .sq-promo.two-third {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .sq-promo.two-third .promo-image {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
  .sq-promo.two-third .promo-content {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
  }
}

.sq-promo.overlay {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". . . . content content content" "image image image image content content content" ". . . . content content content";
  -webkit-box-align: center;
          align-items: center;
}

.sq-promo.overlay .image {
  grid-area: image;
}

.sq-promo.overlay .content {
  grid-area: content;
}

.sq-promo.overlay .promo-content {
  padding: 2rem;
  padding-left: 3rem;
  margin-left: -1.5rem;
  background-color: #f3f3f3;
  grid-area: content;
}

.sq-promo.overlay .promo-image {
  grid-area: image;
}

.sq-promo.overlay .promo-image img {
  width: 100%;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .sq-promo.overlay .promo-image img {
    aspect-ratio: 4/5;
  }
}

@media (max-width: 42.99em) {
  .sq-promo.overlay {
    grid-template-areas: "image image image image image image image " "image image image image image image image  " " content content content content content content content" " content content content content content content content";
  }
  .sq-promo.overlay .promo-content {
    margin-top: -1.5rem;
    margin-left: 0;
    padding-left: 2rem;
    padding-top: 3rem;
  }
  .sq-promo.overlay .promo-image {
    padding: 0 1rem;
  }
}

.sq-promo.overlay.green .promo-content {
  background-color: #0D4C38;
  color: #FEF9F0;
}

.sq-promo.overlay.green .promo-content .button.primary, .sq-promo.overlay.green .promo-content #hubv4 .news-row header a.primary.link-more, #hubv4 .news-row header .sq-promo.overlay.green .promo-content a.primary.link-more {
  background-color: #FEF9F0 !important;
  color: #0D4C38 !important;
}

.sq-promo.overlay.green .promo-content .button.primary:hover, .sq-promo.overlay.green .promo-content #hubv4 .news-row header a.primary.link-more:hover, #hubv4 .news-row header .sq-promo.overlay.green .promo-content a.primary.link-more:hover, .sq-promo.overlay.green .promo-content .button.primary:active, .sq-promo.overlay.green .promo-content #hubv4 .news-row header a.primary.link-more:active, #hubv4 .news-row header .sq-promo.overlay.green .promo-content a.primary.link-more:active, .sq-promo.overlay.green .promo-content .button.primary:focus, .sq-promo.overlay.green .promo-content #hubv4 .news-row header a.primary.link-more:focus, #hubv4 .news-row header .sq-promo.overlay.green .promo-content a.primary.link-more:focus {
  background-color: white !important;
}

.sq-promo.overlay.green .promo-content a,
.sq-promo.overlay.green .promo-content h2,
.sq-promo.overlay.green .promo-content h3,
.sq-promo.overlay.green .promo-content h4,
.sq-promo.overlay.green .promo-content li::marker {
  color: #FEF9F0;
}

.sq-promo.split {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.sq-promo.split .promo-content {
  grid-column: 1/7;
  grid-row: 1;
  padding: 2rem;
  background-color: #f3f3f3;
}

.sq-promo.split .promo-image {
  grid-row: 1;
  grid-column: 7/13;
}

.sq-promo.split .promo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sq-promo.split .promo-image.right img {
  -o-object-position: right;
     object-position: right;
}

.sq-promo.split .promo-image.left img {
  -o-object-position: left;
     object-position: left;
}

.sq-promo.split.image-left .promo-content {
  grid-column: 7/13;
}

.sq-promo.split.image-left .promo-image {
  grid-column: 1/7;
}

.sq-promo.split.light-green .promo-content {
  background-color: #CCDCD7;
}

.sq-promo.split.light-green .promo-content .button:not(.primary), .sq-promo.split.light-green .promo-content #hubv4 .news-row header a.link-more:not(.primary), #hubv4 .news-row header .sq-promo.split.light-green .promo-content a.link-more:not(.primary) {
  background-color: #FEF9F0 !important;
  color: #0D4C38 !important;
}

.sq-promo.split.light-green .promo-content .button:not(.primary):hover, .sq-promo.split.light-green .promo-content #hubv4 .news-row header a.link-more:not(.primary):hover, #hubv4 .news-row header .sq-promo.split.light-green .promo-content a.link-more:not(.primary):hover, .sq-promo.split.light-green .promo-content .button:not(.primary):active, .sq-promo.split.light-green .promo-content #hubv4 .news-row header a.link-more:not(.primary):active, #hubv4 .news-row header .sq-promo.split.light-green .promo-content a.link-more:not(.primary):active, .sq-promo.split.light-green .promo-content .button:not(.primary):focus, .sq-promo.split.light-green .promo-content #hubv4 .news-row header a.link-more:not(.primary):focus, #hubv4 .news-row header .sq-promo.split.light-green .promo-content a.link-more:not(.primary):focus {
  background-color: white !important;
}

.sq-promo.split.green .promo-content {
  background-color: #0D4C38;
  color: #FEF9F0;
}

.sq-promo.split.green .promo-content .button.primary, .sq-promo.split.green .promo-content #hubv4 .news-row header a.primary.link-more, #hubv4 .news-row header .sq-promo.split.green .promo-content a.primary.link-more {
  background-color: #FEF9F0 !important;
  color: #0D4C38 !important;
}

.sq-promo.split.green .promo-content .button.primary:hover, .sq-promo.split.green .promo-content #hubv4 .news-row header a.primary.link-more:hover, #hubv4 .news-row header .sq-promo.split.green .promo-content a.primary.link-more:hover, .sq-promo.split.green .promo-content .button.primary:active, .sq-promo.split.green .promo-content #hubv4 .news-row header a.primary.link-more:active, #hubv4 .news-row header .sq-promo.split.green .promo-content a.primary.link-more:active, .sq-promo.split.green .promo-content .button.primary:focus, .sq-promo.split.green .promo-content #hubv4 .news-row header a.primary.link-more:focus, #hubv4 .news-row header .sq-promo.split.green .promo-content a.primary.link-more:focus {
  background-color: white !important;
}

.sq-promo.split.green .promo-content a,
.sq-promo.split.green .promo-content h2,
.sq-promo.split.green .promo-content h3,
.sq-promo.split.green .promo-content h4,
.sq-promo.split.green .promo-content li::marker {
  color: #FEF9F0;
}

@media (max-width: 42.99em) {
  .sq-promo.split {
    grid-template-rows: 1fr 1fr;
  }
  .sq-promo.split .promo-content {
    grid-column: 1/13 !important;
    grid-row: 2/3;
  }
  .sq-promo.split .promo-image {
    grid-row: 1/2;
    grid-column: 1/13 !important;
  }
}

@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sq-video.single figure {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.sq-video.single figure img {
  margin-bottom: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}

.sq-video.single figure .video-link {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}

.sq-video.single figure .video-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sq-video.single figure::after {
  content: "";
  position: absolute;
  width: 25px;
  background-color: #0D4C38;
  height: 50px;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 50px;
  z-index: -1;
}

.sq-video.single figcaption {
  background-color: #0D4C38;
  color: #FEF9F0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 650px;
  padding: 1rem;
}

.sq-video.single figcaption.transcript summary {
  padding-right: 2rem;
  position: relative;
}

.sq-video.single figcaption.transcript summary:hover, .sq-video.single figcaption.transcript summary:active, .sq-video.single figcaption.transcript summary:focus {
  cursor: pointer;
  text-decoration: underline;
}

.sq-video.single figcaption.transcript summary::marker {
  display: none;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
}

.sq-video.single figcaption.transcript summary::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
}

.sq-video.single figcaption.transcript summary + * {
  padding-top: 1rem;
}

.sq-video.single figcaption.transcript details[open] summary::marker {
  display: none;
  content: " ";
}

.sq-video.single figcaption.transcript details[open] summary::after {
  font-weight: bold;
  content: "-";
}

.sq-video.single figcaption.transcript details[open] div {
  -webkit-animation: accordion-fade .5s ease-in;
          animation: accordion-fade .5s ease-in;
}

.banner.active-text {
  display: grid;
  position: relative;
  padding: 2rem 1.5rem;
  grid-template-columns: 2fr 1fr 40px;
  grid-gap: 1rem;
  background-color: #0D4C38;
}

.banner.active-text::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 50%;
  background-color: #FCE500;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner.active-text .banner-text h2 {
  font-size: 3.5rem;
  color: #FEF9F0;
  margin-bottom: 2rem;
  min-height: 66px;
}

.banner.active-text .banner-text h3 {
  color: #FCE500;
}

.banner.active-text .banner-text h3 span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.5rem;
}

.banner.active-text .banner-text h3::before {
  display: block;
  margin-bottom: 0.5rem;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FCE500;
}

.banner.active-text .banner-text .promo {
  margin-top: 2rem;
}

.banner.active-text .banner-text .promo p {
  color: #FEF9F0;
  font-size: 1.2rem;
}

.banner.active-text .banner-text .promo a.button, .banner.active-text .banner-text .promo #hubv4 .news-row header a.link-more, #hubv4 .news-row header .banner.active-text .banner-text .promo a.link-more {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  border-radius: 0;
  color: #0D4C38;
  background-color: #CCDCD7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner.active-text .banner-text .promo a.button::after, .banner.active-text .banner-text .promo #hubv4 .news-row header a.link-more::after, #hubv4 .news-row header .banner.active-text .banner-text .promo a.link-more::after {
  content: '';
}

.banner.active-text .banner-text .promo a.button:hover, .banner.active-text .banner-text .promo #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .banner.active-text .banner-text .promo a.link-more:hover, .banner.active-text .banner-text .promo a.button:active, .banner.active-text .banner-text .promo #hubv4 .news-row header a.link-more:active, #hubv4 .news-row header .banner.active-text .banner-text .promo a.link-more:active, .banner.active-text .banner-text .promo a.button:focus, .banner.active-text .banner-text .promo #hubv4 .news-row header a.link-more:focus, #hubv4 .news-row header .banner.active-text .banner-text .promo a.link-more:focus {
  color: #FEF9F0;
  background-color: #669787;
  -webkit-box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
          box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
}

.banner.active-text .banner-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-animation: fadein 2s ease-in-out;
          animation: fadein 2s ease-in-out;
}

.banner.active-text .banner-image img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner.active-text .typed-cursor {
  display: none;
}

@media (max-width: 60.99em) {
  .banner.active-text {
    grid-template-columns: 2.5fr 1fr;
  }
  .banner.active-text .banner-text h2 {
    font-size: 3rem;
  }
  .banner.active-text .banner-image {
    margin-right: 1.5rem;
  }
}

@media (max-width: 42.99em) {
  .banner.active-text {
    grid-template-columns: 1fr;
    border-bottom: 5px solid #CCDCD7;
  }
  .banner.active-text .banner-text h2 {
    font-size: 3rem;
  }
  .banner.active-text .banner-image {
    display: none;
  }
  .banner.active-text::after {
    content: none;
  }
}

@-webkit-keyframes fadein {
  60% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  60% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Block banner */
.block-banner {
  display: grid;
  grid-template-columns: minmax(40px, 110px) 1.5fr 2fr 40px;
  grid-template-rows: 50px minmax(-webkit-min-content, -webkit-max-content) 50px;
  grid-template-rows: 50px minmax(min-content, max-content) 50px;
  -webkit-box-align: center;
          align-items: center;
  max-height: 550px;
  z-index: 0;
  max-width: 1800px;
  margin: 0 auto;
}

.block-banner img {
  grid-row: 1/4;
  grid-column: 1/5;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 550px;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  aspect-ratio: 3/1;
}

.block-banner .banner-content {
  grid-row: 1/2;
  grid-column: 2/3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 1rem;
}

.block-banner .banner-content h1,
.block-banner .banner-content p {
  color: #FEF9F0;
  line-height: 1;
}

.block-banner .banner-content h1 {
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.block-banner .banner-content h1::before {
  display: block;
  margin-bottom: 0.8rem;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FCE500;
  margin-left: 2px;
}

.block-banner .banner-content .yellow-word {
  color: #FCE500;
}

.block-banner .banner-content .sub-head {
  font-size: 1.3rem;
  font-weight: 700;
}

.block-banner .banner-content p {
  font-size: 1.3rem;
}

.block-banner .banner-content a.button, .block-banner .banner-content #hubv4 .news-row header a.link-more, #hubv4 .news-row header .block-banner .banner-content a.link-more {
  display: inline-block;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0.65rem 1rem;
  font-size: 1.1rem;
  border-radius: 0;
  color: #0D4C38;
  background-color: #CCDCD7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.block-banner .banner-content a.button::after, .block-banner .banner-content #hubv4 .news-row header a.link-more::after, #hubv4 .news-row header .block-banner .banner-content a.link-more::after {
  content: "";
}

.block-banner .banner-content a.button:hover, .block-banner .banner-content #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .block-banner .banner-content a.link-more:hover, .block-banner .banner-content a.button:active, .block-banner .banner-content #hubv4 .news-row header a.link-more:active, #hubv4 .news-row header .block-banner .banner-content a.link-more:active, .block-banner .banner-content a.button:focus, .block-banner .banner-content #hubv4 .news-row header a.link-more:focus, #hubv4 .news-row header .block-banner .banner-content a.link-more:focus {
  color: #FEF9F0;
  background-color: #0D4C38;
  -webkit-box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
          box-shadow: 1.1px 2.2px 2.2px rgba(7, 7, 7, 0.47);
}

.block-banner .banner-square-start {
  grid-row: 1/2;
  grid-column: 1/2;
}

.block-banner .banner-square-end {
  grid-row: 1/2;
  grid-column: 4/5;
}

.block-banner .banner-content,
.block-banner .banner-square-start,
.block-banner .banner-square-end {
  padding: 1.5rem 0;
  height: 100%;
  grid-row: 2/3;
  background-color: #669787;
}

.block-banner.dark-green .banner-content,
.block-banner.dark-green .banner-square-start,
.block-banner.dark-green .banner-square-end {
  background-color: #0D4C38;
}

.block-banner.dark-green .banner-content h1 {
  color: #CCDCD7;
}

.block-banner.dark-green .banner-content a.button:hover, .block-banner.dark-green .banner-content #hubv4 .news-row header a.link-more:hover, #hubv4 .news-row header .block-banner.dark-green .banner-content a.link-more:hover, .block-banner.dark-green .banner-content a.button:active, .block-banner.dark-green .banner-content #hubv4 .news-row header a.link-more:active, #hubv4 .news-row header .block-banner.dark-green .banner-content a.link-more:active, .block-banner.dark-green .banner-content a.button:focus, .block-banner.dark-green .banner-content #hubv4 .news-row header a.link-more:focus, #hubv4 .news-row header .block-banner.dark-green .banner-content a.link-more:focus {
  background-color: #669787;
}

@media (min-width: 88em) {
  .block-banner {
    grid-template-columns: minmax(40px, 100px) minmax(200px, 550px) 2fr 40px;
  }
}

@media (max-width: 76.25em) {
  .block-banner .banner-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 66.5625em) {
  .block-banner .banner-content h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 60.99em) {
  .block-banner {
    grid-template-columns: minmax(40px, 90px) 1.5fr 2fr 35px;
  }
  .block-banner .banner-content h1 {
    font-size: 2.5rem;
  }
  .block-banner .banner-content h1::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FCE500;
    margin-left: 0px;
  }
  .block-banner .banner-content .sub-head {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .block-banner .banner-content p {
    font-size: 1.3rem;
  }
}

@media (max-width: 42.99em) {
  .block-banner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .block-banner .banner-content {
    grid-area: 2/1/3/3;
    height: 100%;
    padding-right: 0;
  }
  .block-banner .banner-content h1 {
    font-size: 3rem;
  }
  .block-banner .banner-content .block {
    padding: 2rem 1.5rem;
  }
  .block-banner .banner-content,
  .block-banner .banner-square-start,
  .block-banner .banner-square-end {
    padding: .5rem;
  }
  .block-banner .banner-square-start,
  .block-banner .banner-square-end {
    display: none;
  }
  .block-banner img {
    grid-area: 1/1/2/2;
    max-height: 250px;
    aspect-ratio: 2/1;
  }
}

/* Block video banner */
.block-banner.video {
  margin: 1.5rem auto;
  grid-template-rows: 50px minmax(mincontent, maxcontent) 50px;
  grid-template-columns: 1fr 1fr 0.35fr 1fr 1fr 1fr 1fr 1fr 0.1fr 0.1fr;
}

.block-banner.video .banner-video {
  grid-column: 3/10;
  grid-row: 1/4;
  height: 100%;
}

.block-banner.video .banner-video video {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  aspect-ratio: 3/1;
}

.block-banner.video .banner-content {
  grid-column: 1/4;
  z-index: 20;
}

.block-banner.video .banner-content h1 {
  font-size: 2.5rem;
}

.block-banner.video .banner-content > .block {
  padding: 2.5rem;
}

.block-banner.video .banner-square-end {
  grid-column: 9/11;
  z-index: 1;
}

.block-banner.video .banner-square-start {
  display: none;
}

@media (max-width: 66.5625em) {
  .block-banner.video {
    grid-template-columns: 1fr 1fr 0.75fr 1fr 1fr 1fr 1fr 1fr 0.15fr 0.15fr;
  }
}

@media (max-width: 50em) {
  .block-banner.video {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 1fr;
    max-height: unset;
  }
  .block-banner.video .banner-content {
    grid-area: 2/1/3/3;
    height: 100%;
    padding-right: 0;
  }
  .block-banner.video .banner-content .block {
    padding: 2rem 1.5rem;
  }
  .block-banner.video .banner-content,
  .block-banner.video .banner-square-start,
  .block-banner.video .banner-square-end {
    padding: 0.5rem;
  }
  .block-banner.video .banner-square-start,
  .block-banner.video .banner-square-end {
    display: none;
  }
  .block-banner.video .banner-video {
    grid-area: 1/1/2/2;
  }
}

/*= HOMEPAGE ===================================================*/
#hubv4 .pre-header {
  display: none;
}

#hubv4.homepage .block-banner.video {
  margin-top: 0;
  z-index: 0;
}

#hubv4.homepage figure.borders-tr {
  position: relative;
}

#hubv4.homepage figure.borders-tr:not(:last-of-type) {
  margin-right: 1rem;
}

#hubv4.homepage figure.borders-tr a:after {
  content: "";
  border-top: 15px #99B9AF solid;
  border-right: 15px #99B9AF solid;
  background-color: transparent;
  position: absolute;
  top: -0;
  right: -0;
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
  width: 30%;
  height: 30%;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}

#hubv4.homepage figure.borders-tr.miro a:after {
  border-color: #99B9AF;
}

#hubv4.homepage figure.borders-tr.mahoe a:after {
  border-color: #669787;
}

#hubv4.homepage figure.borders-tr.pounamu a:after {
  border-color: #0D4C38;
}

#hubv4.homepage figure.borders-tr a:hover:after {
  width: 100%;
  height: 100%;
}

#hubv4.homepage .text-center {
  text-align: center;
}

#hubv4.homepage .sector h2 {
  font-size: 2rem;
  font-weight: 600;
}

#hubv4.homepage .home-svg-lines {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

#hubv4.homepage .home-svg-lines #lines-top {
  position: absolute;
  left: 50%;
  height: 1200px;
  top: -600px;
}

#hubv4.homepage .home-svg-lines #lines-bottom {
  position: absolute;
  left: 50%;
  top: -1200px;
}

#hubv4.homepage .homepage-search {
  position: relative;
  overflow: hidden;
}

#hubv4.homepage .search-block {
  align-self: center;
}

#hubv4.homepage .search-block #app .submit-button {
  background-color: #669787;
}

#hubv4.homepage .search-block h2 {
  font-weight: 600;
}

#hubv4.homepage .search-block .tereo {
  display: block;
  color: #1D2624;
}

#hubv4.homepage .show-mega-menu-top .mega-sub-menu .mega-menu-top-level {
  border-top: none;
}

#hubv4.homepage .main-site-header.header-tray .header-inner .header-logo {
  width: 20%;
}

#hubv4.homepage .header-content {
  width: 90%;
  -webkit-box-flex: 1;
          flex: 1 0 40%;
}

#hubv4.homepage .header-content .pre-header-inside {
  background-color: transparent;
}

@media (max-width: 60.99em) {
  #hubv4.homepage .header-content .pre-header-inside {
    display: none;
  }
}

#hubv4.homepage .header-content .pre-header-inside .block {
  padding: 0;
}

#hubv4.homepage .pre-header {
  background-color: #0D4C38;
  text-align: center;
  background-size: contain;
}

@media (max-width: 60.99em) {
  #hubv4.homepage .pre-header {
    display: none;
  }
}

#hubv4.homepage .pre-header.light {
  background-color: #f7f7f7;
}

#hubv4.homepage .pre-header.light ul li {
  color: #fff;
}

#hubv4.homepage .pre-header.light ul li a {
  color: #1D2624;
  background-color: #eee;
}

#hubv4.homepage .pre-header.light ul li a:hover {
  background-color: #3E9C4F;
  color: #fff;
}

#hubv4.homepage .pre-header > div {
  padding-top: 0;
  padding-bottom: 0;
}

#hubv4.homepage .pre-header a:active, #hubv4.homepage .pre-header a:focus,
#hubv4.homepage .pre-header button:active,
#hubv4.homepage .pre-header button:focus {
  background-color: rgba(100, 100, 100, 0.5);
}

#hubv4.homepage .pre-header ul.sub-menu-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  justify-self: flex-end;
}

#hubv4.homepage .pre-header ul.sub-menu-list li {
  color: #fff;
  position: relative;
}

#hubv4.homepage .pre-header ul.sub-menu-list li:after {
  content: "";
  height: 100%;
  width: 2px;
  right: 0;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
}

#hubv4.homepage .pre-header ul.sub-menu-list li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  display: inline-block;
  -webkit-clip-path: polygon(8.32% -5px, 111% -5px, 106.08% 97.06%, 0.06% 97.06%);
          clip-path: polygon(8.32% -5px, 111% -5px, 106.08% 97.06%, 0.06% 97.06%);
  margin-left: -6px;
  padding-left: 20px;
  padding-right: 15px;
}

#hubv4.homepage .pre-header ul.sub-menu-list li a:hover {
  background-color: #3E9C4F;
  background-color: rgba(100, 100, 100, 0.5);
  color: #fff;
}

#hubv4.homepage .pre-header ul.sub-menu-list li:after {
  margin-left: 10px;
}

#hubv4.homepage .pre-header ul.sub-menu-list li:last-of-type {
  margin-right: 0;
  border-right: 0;
}

#hubv4.homepage .pre-header ul.sub-menu-list li:last-of-type:after {
  content: none;
}

#hubv4.homepage .home-3-up-banner {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "box1 box1 box2" "box1 box1 box3";
  gap: 10px;
  margin-top: 2rem;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "box1 box1" "box2 box3";
  }
}

#hubv4.homepage .home-3-up-banner #box1 {
  grid-area: box1;
}

#hubv4.homepage .home-3-up-banner #box2 {
  grid-area: box2;
}

#hubv4.homepage .home-3-up-banner #box3 {
  grid-area: box3;
}

#hubv4.homepage .home-3-up-banner .primary-banner,
#hubv4.homepage .home-3-up-banner .secondary-banner {
  float: none;
  width: 100%;
}

#hubv4.homepage .home-3-up-banner .primary-banner figure figcaption,
#hubv4.homepage .home-3-up-banner .secondary-banner figure figcaption {
  position: relative;
  margin-top: -1rem;
  max-width: 95%;
}

#hubv4.homepage .home-3-up-banner .primary-banner figure figcaption p,
#hubv4.homepage .home-3-up-banner .secondary-banner figure figcaption p {
  color: #fff;
}

#hubv4.homepage .home-3-up-banner .secondary-banner {
  display: grid;
}

#hubv4.homepage .home-3-up-banner > div h3 {
  margin-bottom: 10px;
}

#hubv4.homepage .home-3-up-banner > div:hover ~ :not(:hover) img {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

#hubv4.homepage .home-3-up-banner #box1 {
  height: 100%;
}

#hubv4.homepage .home-3-up-banner #box1 > a {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner #box1 h1 {
    font-size: 1.9rem;
  }
}

#hubv4.homepage .home-3-up-banner #box1 figure,
#hubv4.homepage .home-3-up-banner #box1 figcaption {
  background-color: #0D4C38;
}

#hubv4.homepage .home-3-up-banner #box1 figure p,
#hubv4.homepage .home-3-up-banner #box1 figcaption p {
  margin-top: 20px;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner #box2 {
    margin-left: 0;
  }
}

#hubv4.homepage .home-3-up-banner #box2 figure,
#hubv4.homepage .home-3-up-banner #box2 figcaption {
  background-color: #669787;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner #box3 {
    margin-left: 0;
  }
}

#hubv4.homepage .home-3-up-banner #box3 figure,
#hubv4.homepage .home-3-up-banner #box3 figcaption {
  background-color: #669787;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner a {
    height: 100%;
    display: -webkit-box;
    display: flex;
  }
}

#hubv4.homepage .home-3-up-banner figure {
  padding: 1rem;
}

#hubv4.homepage .home-3-up-banner figure img {
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner figure img {
    display: block;
  }
}

#hubv4.homepage .home-3-up-banner figure:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner {
    grid-template-rows: 1fr 0fr;
  }
}

#hubv4.homepage .home-3-up-banner figure {
  padding: 0;
  position: relative;
}

#hubv4.homepage .home-3-up-banner figure:after {
  content: "";
  border-top: 15px #99B9AF solid;
  border-right: 15px #99B9AF solid;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100% - 25px);
  max-height: calc(100% - 10px);
  width: 20%;
  height: 30%;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner figure:after {
    border-top-width: 10px;
    border-right-width: 10px;
    width: 30%;
  }
}

#hubv4.homepage .home-3-up-banner figure img {
  padding-left: 1rem;
  position: relative;
}

#hubv4.homepage .home-3-up-banner figure figcaption {
  max-width: 70%;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner figure figcaption {
    max-width: 100%;
    padding: 10px;
  }
}

#hubv4.homepage .home-3-up-banner #box1 {
  padding-right: 1rem;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner #box1 {
    padding-right: 0;
  }
}

@media (min-width: 61em) {
  #hubv4.homepage .home-3-up-banner #box1 figure img {
    aspect-ratio: 16 / 11;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#hubv4.homepage .home-3-up-banner #box1 figure:after {
  border-color: #0D4C38;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner #box1 a,
  #hubv4.homepage .home-3-up-banner #box2 a,
  #hubv4.homepage .home-3-up-banner #box3 a {
    height: auto;
    display: block;
  }
}

#hubv4.homepage .home-3-up-banner #box1 a:hover h1,
#hubv4.homepage .home-3-up-banner #box1 a:hover h3, #hubv4.homepage .home-3-up-banner #box1 a:active h1,
#hubv4.homepage .home-3-up-banner #box1 a:active h3, #hubv4.homepage .home-3-up-banner #box1 a:focus h1,
#hubv4.homepage .home-3-up-banner #box1 a:focus h3,
#hubv4.homepage .home-3-up-banner #box2 a:hover h1,
#hubv4.homepage .home-3-up-banner #box2 a:hover h3,
#hubv4.homepage .home-3-up-banner #box2 a:active h1,
#hubv4.homepage .home-3-up-banner #box2 a:active h3,
#hubv4.homepage .home-3-up-banner #box2 a:focus h1,
#hubv4.homepage .home-3-up-banner #box2 a:focus h3,
#hubv4.homepage .home-3-up-banner #box3 a:hover h1,
#hubv4.homepage .home-3-up-banner #box3 a:hover h3,
#hubv4.homepage .home-3-up-banner #box3 a:active h1,
#hubv4.homepage .home-3-up-banner #box3 a:active h3,
#hubv4.homepage .home-3-up-banner #box3 a:focus h1,
#hubv4.homepage .home-3-up-banner #box3 a:focus h3 {
  text-decoration: underline;
}

#hubv4.homepage .home-3-up-banner #box1 a:hover figure:after, #hubv4.homepage .home-3-up-banner #box1 a:active figure:after, #hubv4.homepage .home-3-up-banner #box1 a:focus figure:after,
#hubv4.homepage .home-3-up-banner #box2 a:hover figure:after,
#hubv4.homepage .home-3-up-banner #box2 a:active figure:after,
#hubv4.homepage .home-3-up-banner #box2 a:focus figure:after,
#hubv4.homepage .home-3-up-banner #box3 a:hover figure:after,
#hubv4.homepage .home-3-up-banner #box3 a:active figure:after,
#hubv4.homepage .home-3-up-banner #box3 a:focus figure:after {
  width: 100%;
  height: 100%;
}

#hubv4.homepage .home-3-up-banner #box1 figure,
#hubv4.homepage .home-3-up-banner #box2 figure,
#hubv4.homepage .home-3-up-banner #box3 figure {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 10px;
  background-color: #fff;
}

#hubv4.homepage .home-3-up-banner .secondary-banner {
  background-color: #fff;
}

#hubv4.homepage .home-3-up-banner .secondary-banner img {
  max-height: 250px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .home-3-up-banner .secondary-banner img {
    max-height: none;
    aspect-ratio: 16 / 8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#hubv4.homepage .quicklinks-news #quicklinks {
  background-color: #0D4C38;
  margin-top: 0;
  border-radius: 0;
}

#hubv4.homepage .quicklinks-news #quicklinks h2 {
  color: #fff;
}

#hubv4.homepage .quicklinks-news #quicklinks ul li a {
  color: #fff;
  display: -webkit-box;
  display: flex;
}

#hubv4.homepage .quicklinks-news #quicklinks ul li a:before {
  content: "";
  border-left: 16px #FCE500 solid;
  border-top: 14px transparent solid;
  border-bottom: 15px transparent solid;
  display: block;
  margin-right: 10px;
}

#hubv4.homepage .quicklinks-news #panels .panel {
  margin-top: 0;
  padding-top: 0;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 0;
}

#hubv4.homepage .quicklinks-news #panels .panel[data-type]:before {
  content: none !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 10;
  padding: 5px 10px;
}

#hubv4.homepage .quicklinks-news #panels .panel[data-type="info"]:before {
  background-color: lightblue;
  color: royalblue;
  content: "Info";
}

#hubv4.homepage .quicklinks-news #panels .panel[data-type="news"]:before {
  background-color: #99B9AF;
  color: #0D4C38;
  content: "News";
}

#hubv4.homepage .quicklinks-news #panels .panel[data-type="research"]:before {
  content: "Research";
  background-color: #99B9AF;
  color: #0D4C38;
}

#hubv4.homepage .quicklinks-news #panels .panel[data-type="apply"]:before {
  content: "Apply";
  background-color: #99B9AF;
  color: #0D4C38;
}

@media (max-width: 42.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#hubv4.homepage .quicklinks-news #panels .panel:nth-of-type(odd) img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

@media (max-width: 74.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel:nth-of-type(odd) img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 42.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel:nth-of-type(odd) img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
}

#hubv4.homepage .quicklinks-news #panels .panel img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

@media (max-width: 74.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 42.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}

#hubv4.homepage .quicklinks-news #panels .panel > div {
  padding: 0.5em 1em;
}

#hubv4.homepage .quicklinks-news #panels .panel > div h3 {
  color: #0D4C38;
}

#hubv4.homepage .quicklinks-news #panels .panel > div a {
  display: block;
  margin-bottom: 1rem;
}

#hubv4.homepage .quicklinks-news #panels .panel > div p {
  font-size: 95%;
}

#hubv4.homepage .quicklinks-news #panels .panel > a {
  height: 100%;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  outline: 2px transparent solid;
}

#hubv4.homepage .quicklinks-news #panels .panel > a:hover {
  background-color: #F1F6F0;
  background-color: #fff;
  outline: 2px #CCDCD7 solid;
}

#hubv4.homepage .quicklinks-news #panels .panel > a > div {
  padding: 0.5rem 1rem;
}

@media (max-width: 42.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel > a > div {
    padding: 1rem;
    padding-top: 0;
  }
}

#hubv4.homepage .quicklinks-news #panels .panel > a > div h3 {
  color: #0D4C38;
}

#hubv4.homepage .quicklinks-news #panels .panel > a > div a {
  display: block;
  margin-bottom: 1rem;
}

#hubv4.homepage .quicklinks-news #panels .panel > a > div p {
  font-size: 95%;
}

#hubv4.homepage .link-more {
  float: none;
  text-decoration: none;
}

#hubv4.homepage .promo-panel {
  position: relative;
}

#hubv4.homepage .promo-panel.site-search {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#hubv4.homepage .promo-panel.has-svg-background {
  overflow: hidden;
}

#hubv4.homepage .promo-panel h3 {
  font-size: 2rem;
}

#hubv4.homepage .promo-panel.bg-kohuhu figure {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-right: 2rem;
}

@media (max-width: 74.99em) {
  #hubv4.homepage .promo-panel.bg-kohuhu figure {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 100%;
  }
}

#hubv4.homepage .promo-panel.bg-kohuhu figure figcaption {
  padding: 0;
  width: 100%;
}

#hubv4.homepage .promo-panel.bg-kohuhu figure figcaption p {
  font-size: 1rem;
}

#hubv4.homepage .promo-panel.bg-kohuhu figure form {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
}

#hubv4.homepage .promo-panel.bg-kohuhu figure form input {
  padding: 1rem 70px 1rem 1rem;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  border: 1px solid #99B9AF;
}

#hubv4.homepage .promo-panel.bg-kohuhu figure form .button i, #hubv4.homepage .promo-panel.bg-kohuhu figure form .news-row header a.link-more i, #hubv4.homepage .news-row header .promo-panel.bg-kohuhu figure form a.link-more i {
  font-size: 1.5em;
}

#hubv4.homepage .promo-panel.bg-kohuhu .promo {
  background-color: #0D4C38;
  position: relative;
}

#hubv4.homepage .promo-panel.bg-kohuhu .promo a:after {
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1de";
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #99B9AF;
  color: #FCE500;
}

#hubv4.homepage .promo-panel.bg-kohuhu .promo a,
#hubv4.homepage .promo-panel.bg-kohuhu .promo h2,
#hubv4.homepage .promo-panel.bg-kohuhu .promo p {
  color: #FEF9F0;
}

#hubv4.homepage .grid figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hubv4.homepage .grid figure a {
  display: block;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#hubv4.homepage .grid figure a:hover figcaption h3 {
  text-decoration: underline;
}

#hubv4.homepage .grid figure a:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

#hubv4.homepage .grid figure figcaption {
  margin-top: -0.5em;
  padding: 0;
}

#hubv4.homepage .grid figure figcaption h3 {
  margin-top: -2em;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  position: relative;
  display: inline-block;
  background-color: #0D4C38;
  color: #FEF9F0;
  text-decoration: none;
}

#hubv4.homepage .grid figure figcaption p {
  padding: 1em;
  padding-top: 0.5em;
}

#hubv4.homepage .grid figure img {
  margin-bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

#hubv4 footer .svg-container {
  display: none;
}

#hubv4 footer.svg-pattern .svg-container {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

#hubv4 footer.svg-pattern .svg-container.svg-top {
  right: 0;
  top: -50px;
}

#hubv4 footer.svg-pattern .svg-container.svg-top svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#hubv4 footer.svg-pattern .svg-container.svg-bottom {
  bottom: -50px;
  left: 0;
}

#hubv4 footer.svg-pattern .svg-container.svg-bottom svg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#hubv4 footer.svg-pattern .svg-container svg .cls-1,
#hubv4 footer.svg-pattern .svg-container svg .cls-2 {
  isolation: isolate;
}

#hubv4 footer.svg-pattern .svg-container svg .cls-1 {
  fill: #99B9AF;
  opacity: 0.3;
}

#hubv4 footer.svg-pattern .svg-container svg .cls-2 {
  fill: #669787;
  opacity: 0.1;
}

#hubv4 footer h2 .button.primary, #hubv4 footer h2 .news-row header a.primary.link-more, #hubv4 .news-row header footer h2 a.primary.link-more {
  background-color: #0D4C38;
  color: #FEF9F0;
}

#hubv4 footer h2 .button.primary:hover, #hubv4 footer h2 .news-row header a.primary.link-more:hover, #hubv4 .news-row header footer h2 a.primary.link-more:hover, #hubv4 footer h2 .button.primary:active, #hubv4 footer h2 .news-row header a.primary.link-more:active, #hubv4 .news-row header footer h2 a.primary.link-more:active, #hubv4 footer h2 .button.primary:focus, #hubv4 footer h2 .news-row header a.primary.link-more:focus, #hubv4 .news-row header footer h2 a.primary.link-more:focus {
  color: #FEF9F0;
}

#hubv4 footer .cols h2 {
  margin-bottom: 0.5rem;
}

#hubv4 footer .cols .link_list {
  margin-bottom: 2rem;
}

#hubv4 footer .cols .link_list > li {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

#hubv4 footer .cols .link_list .social_logo {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#hubv4 footer .cols .link_list .social_logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#hubv4 footer .footer-secondary {
  position: relative;
  background-color: #CCDCD7;
}

@media (max-width: 42.99em) {
  #hubv4 footer .footer-secondary .centraliser {
    padding-top: 2rem;
  }
}

#hubv4 footer .footer-secondary .svg-mobile {
  display: none;
  position: absolute;
  top: 5px;
}

@media (max-width: 42.99em) {
  #hubv4 footer .footer-secondary .svg-mobile {
    display: block;
  }
}

#hubv4 footer .footer-secondary .svg-mobile svg {
  height: 7vw;
  width: 100vw;
}

#hubv4 footer .footer-secondary .svg-bg-left,
#hubv4 footer .footer-secondary .svg-bg-right {
  position: absolute;
  top: -20px;
  height: 113%;
  z-index: 0;
}

#hubv4 footer .footer-secondary .svg-bg-left {
  left: -50px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media (max-width: 74.99em) {
  #hubv4 footer .footer-secondary .svg-bg-left {
    display: none;
  }
}

#hubv4 footer .footer-secondary .svg-bg-right {
  right: -50px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (max-width: 42.99em) {
  #hubv4 footer .footer-secondary .svg-bg-right {
    display: none;
  }
}

@media (max-width: 74.99em) {
  #hubv4 footer .footer-secondary .svg-bg-right {
    right: 0;
  }
}

@media (max-width: 74.99em) {
  #hubv4 footer .footer-secondary .site_links {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

#hubv4 footer .footer-secondary .footer-col a {
  color: #1D2624;
}

#hubv4 footer .footer-secondary .footer-col li {
  color: #1D2624;
}

#hubv4 footer .footer-secondary .footer-col h4 {
  color: #1D2624;
  font-weight: 700;
}

#hubv4 footer .footer-secondary .footer-col h4 a {
  color: #1D2624;
}

#hubv4 footer .footer-primary {
  background-color: #0D4C38;
}

#hubv4.homepage .promo-panel.pattern {
  background-color: #CCDCD7;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/te-tumu/herenga-export.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #99B9AF;
  background-position: center;
  padding: 2rem 0;
}

#hubv4.homepage .promo-panel.pattern figcaption {
  margin-top: 5rem;
  text-align: center;
}

#hubv4.homepage .promo-panel.pattern figcaption a h1 {
  display: block;
  color: #1D2624;
}

#hubv4.homepage .promo-panel.pattern figcaption a h1.title-tereo {
  color: #FCE500;
  background-color: #0D4C38;
  display: inline-block;
  padding: 10px;
}

#hubv4.homepage .promo-panel.pattern figcaption a h2 {
  font-weight: 500;
  margin-top: 15px;
  color: #0D4C38;
}

#hubv4.homepage .home-search-wrap {
  border: none;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #f7f7f7;
  background-image: url("https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/patterns/pattern-05.svg");
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: -100px;
}

#hubv4.homepage .home-search-wrap .search {
  border: none;
  display: -webkit-box;
  display: flex;
  align-self: initial;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 0;
}

#hubv4.homepage .home-search-wrap .promo {
  border: none;
}

#hubv4.homepage .home-search-wrap .promo .promo-title {
  opacity: 1;
  background-color: #CCDCD7;
}

#hubv4.homepage .home-search-wrap .promo .promo-title h3 {
  color: #0D4C38;
}

#hubv4.homepage .home-search-wrap .submit-button {
  background-color: #0D4C38;
  -webkit-transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: background-color cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

#hubv4.homepage .home-search-wrap .submit-button:hover {
  background-color: #669787;
}

#hubv4.homepage .home-search-wrap .submit-button span {
  font-size: initial;
}

#hubv4.homepage .home-search-wrap .submit-button span:before {
  background-color: transparent;
  line-height: 0;
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  width: auto;
  height: auto;
  top: initial;
  font-size: 1.8rem;
  content: "\f18b";
}

#hubv4.homepage .search-wrap .quicklinks-wrap {
  padding: 0;
  background-color: transparent;
}

#hubv4.homepage .search-wrap .quicklinks-wrap h4 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

#hubv4.homepage .search-wrap .quicklinks-wrap > .block {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#hubv4.homepage .search-wrap .quicklinks-wrap .quicklink-buttons > .link-circle {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #1D2624;
}

#hubv4.homepage .search-wrap .quicklinks-wrap .quicklink-buttons > .link-circle:before {
  padding: 0;
  background-color: transparent;
  color: #669787;
}

#hubv4.homepage .search-wrap .quicklinks-wrap .quicklink-buttons > .link-circle:hover:before, #hubv4.homepage .search-wrap .quicklinks-wrap .quicklink-buttons > .link-circle:active:before, #hubv4.homepage .search-wrap .quicklinks-wrap .quicklink-buttons > .link-circle:focus:before {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap {
  padding-bottom: 0;
  padding: 20px 0;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .block {
  padding-bottom: 10px;
}

@media (max-width: 42.99em) {
  #hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle {
  background-color: #CCDCD7;
  color: #0D4C38;
  padding: 8px 10px;
  border-radius: 0px;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 1px #669787 solid;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle span {
  color: #0D4C38;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #dbe6e3;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:hover span {
  text-decoration: none !important;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:hover:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:before {
  background-color: transparent;
  line-height: 0;
  display: inline-block;
  font-family: "Favorites";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  width: auto;
  height: auto;
  top: initial;
  font-size: 1.8rem;
  color: #0D4C38;
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(1):before {
  content: "\f1a4";
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(2):before {
  content: "\f18b";
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(3):before {
  content: "\f1a1";
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(4):before {
  content: "\f1d2";
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(5):before {
  content: "\f1d1";
}

#hubv4.homepage :not(.search-wrap) > .quicklinks-wrap .quicklink-buttons a.link-circle:nth-of-type(6):before {
  content: "\f1ac";
}

#hubv4.homepage .quicklinks-news #quicklinks {
  background-color: #0D4C38;
  margin-top: 0;
  border-radius: 0;
}

#hubv4.homepage .quicklinks-news #quicklinks h2 {
  color: #FEF9F0;
  font-size: 1.6rem;
}

#hubv4.homepage .quicklinks-news #quicklinks ul li a {
  color: #fff;
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 1.5rem;
}

#hubv4.homepage .quicklinks-news #quicklinks ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-left: 12px #FCE500 solid;
  border-top: 15px transparent solid;
  border-bottom: 15px transparent solid;
  display: block;
  margin-right: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#hubv4.homepage .quicklinks-news #panels .panel h3 {
  font-size: 1.3rem;
}

@media (max-width: 42.99em) {
  #hubv4.homepage .quicklinks-news #panels .panel > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#hubv4.homepage #eventwidget .news-row header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#hubv4.homepage #eventwidget ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-left: 0;
  width: 100%;
}

@media (max-width: 42.99em) {
  #hubv4.homepage #eventwidget ul {
    grid-template-columns: 1fr;
  }
}

#hubv4.homepage #eventwidget ul li {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.2rem 1.5rem;
}

#hubv4.homepage #eventwidget ul li:after {
  content: none;
}

#hubv4.homepage #eventwidget ul li h3 a {
  color: #0D4C38;
  text-decoration: none;
}

#hubv4.homepage #eventwidget ul li h3 a:hover {
  text-decoration: underline;
}

#hubv4.homepage #eventwidget ul li a.button, #hubv4.homepage #eventwidget ul li .news-row header a.link-more, #hubv4.homepage .news-row header #eventwidget ul li a.link-more {
  background-color: #669787;
  color: #FEF9F0;
  -webkit-transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#hubv4.homepage #eventwidget ul li a.button:hover, #hubv4.homepage #eventwidget ul li .news-row header a.link-more:hover, #hubv4.homepage .news-row header #eventwidget ul li a.link-more:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#hubv4.homepage #eventwidget ul li a.button:active, #hubv4.homepage #eventwidget ul li .news-row header a.link-more:active, #hubv4.homepage .news-row header #eventwidget ul li a.link-more:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hubv4.homepage #eventwidget ul li .margin-notes .highlight-strip {
  background-color: #fff;
  color: #0D4C38;
  border: 1px #99B9AF solid;
  margin-left: 0;
  padding: 2px 10px;
  font-size: 90%;
  border-radius: 5px;
  display: inline-block;
}

#hubv4.homepage .promo-panel:not(.pattern) figcaption {
  position: relative;
}

/*= COMPONENTS - MOLECULES ========================*/
.p-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media (min-width: 61em) {
  .p-search {
    -webkit-box-align: start;
            align-items: start;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.p-search.p-search__grey {
  background-color: #eee;
}

.p-search.search-results {
  width: 100%;
}

.p-search.search-results.search-active {
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 42.99em) and (-ms-high-contrast: none), (max-width: 42.99em) and (-ms-high-contrast: active) {
  .p-search.search-results.search-active {
    display: block !important;
  }
}

.p-search.search-results.search-inactive {
  display: none;
}

.p-search.search-results .promo-panel {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media (min-width: 61em) {
  .p-search.search-results .promo-panel {
    -webkit-box-ordinal-group: unset;
            order: unset;
  }
}

.p-search .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-search .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.p-search__tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.p-search__tabs .p-search__tab {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.p-search__tabs .p-search__tab a, .p-search__tabs .p-search__tab button {
  font-weight: 600;
  color: #005EA5;
  text-decoration: underline;
}

.p-search__tabs .p-search__tab button {
  all: unset;
  font-weight: 600 !important;
  color: #005EA5 !important;
  text-decoration: underline !important;
}

.p-search__tabs .p-search__tab button::after {
  all: unset;
}

.p-search__tabs .p-search__tab:hover, .p-search__tabs .p-search__tab:active, .p-search__tabs .p-search__tab:focus {
  opacity: .8;
  cursor: pointer;
}

.p-search__tabs .p-search__tab:hover a, .p-search__tabs .p-search__tab:active a, .p-search__tabs .p-search__tab:focus a {
  text-decoration: none;
}

.p-search__tabs .p-search__tab.active a, .p-search__tabs .p-search__tab.active button {
  position: relative !important;
  color: #424242 !important;
  text-decoration: none !important;
}

.p-search__tabs .p-search__tab.active a:hover, .p-search__tabs .p-search__tab.active a:active, .p-search__tabs .p-search__tab.active a:focus, .p-search__tabs .p-search__tab.active button:hover, .p-search__tabs .p-search__tab.active button:active, .p-search__tabs .p-search__tab.active button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.p-search__tabs .p-search__tab.active a:after, .p-search__tabs .p-search__tab.active button:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 80%;
  height: 4px;
  background-color: #424242;
}

.p-search__tabs .p-search__tab.active:hover, .p-search__tabs .p-search__tab.active:active, .p-search__tabs .p-search__tab.active:focus {
  opacity: 1;
}

.p-search__tabs .p-search__tab.disabled-tab a {
  color: #8B8B8B;
  text-decoration: none;
  cursor: not-allowed;
}

.p-search__tabs .p-search__tab:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
  color: #8B8B8B;
}

.p-search__main {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
}

@media (min-width: 61em) {
  .p-search__main {
    max-width: 42rem;
  }
}

@media (min-width: 75em) {
  .p-search__main {
    max-width: 52rem;
  }
}

@media (min-width: 88em) {
  .p-search__main {
    max-width: 60rem;
  }
}

.p-search__aside {
  margin-bottom: 1.5rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
  border-top: 5px solid #AAA;
}

.p-search__aside .p-search-filter h3, .p-search__aside .p-search-filter h4, .p-search__aside .p-search-filter h5 {
  color: #424242;
}

.p-search__aside .p-search-filter > h3 {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.p-search__aside .p-search-filter > h3 span {
  display: none;
}

.p-search__aside .p-search-filter .search-filter-remove {
  position: relative;
  margin-left: .5rem;
}

.p-search__aside .p-search-filter .search-filter-remove svg {
  position: absolute;
  top: -7px;
  width: 15px;
  fill: #005EA5;
}

.p-search__aside .p-search-filter .p-search-filter-group {
  margin-top: 1.5rem;
}

.p-search__aside .p-search-filter .p-search-filter-group ul {
  padding-left: 0;
}

.p-search__aside .p-search-filter .tag:hover span.icon-check::before, .p-search__aside .p-search-filter .tag:active span.icon-check::before, .p-search__aside .p-search-filter .tag:focus span.icon-check::before {
  content: "";
}

.p-search__aside .search-facets h5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-search__aside .search-facets h5 span {
  margin-right: 1rem;
}

.p-search__aside .search-facets h5:hover {
  cursor: pointer;
}

.p-search__aside .facet_links {
  margin-bottom: .8rem;
}

.p-search__aside .facet_links > a {
  white-space: normal;
}

@media (min-width: 61em) {
  .p-search__aside {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin-left: 2rem;
    width: 10%;
  }
}

@media (min-width: 88em) {
  .p-search__aside {
    max-width: 350px;
  }
}

@media all and (min-width: 88em) and (-ms-high-contrast: none), (min-width: 88em) and (-ms-high-contrast: active) {
  .p-search__aside {
    max-width: none;
  }
}

@media (max-width: 60.99em) {
  .p-search__aside .p-search-filter > h3 span {
    display: inline;
  }
  .p-search__aside .p-search-filter > a {
    margin-left: 2rem;
  }
  .p-search__aside .p-search-filter-group {
    display: none;
  }
}

/* Pattern for search input with button inner
        <div class="search-button-inside form-dark-grey">
          <form class="" action="https://www.wgtn.ac.nz/search" role="search">
            <label class="search-label visually-hidden" for="search">
                <span>Search</span>
            </label>
            <input class="search-input" id="search" type="text" placeholder="Search" name="q" autocorrect="off">
            <button class="submit-button" type="submit"><span class="icon-search"></span></button>
          </form>
        </div>
*/
.search-button-inside form {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 2px;
}

.search-button-inside form .search-input {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  padding: .5rem 70px .5rem .5rem;
  border-radius: 2px;
  border-style: initial;
}

.search-button-inside form .submit-button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.search-button-inside form .submit-button::after {
  content: none;
}

.search-button-inside .search-label span,
.search-button-inside .search-label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.search-button-inside.form-dark-grey form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-dark-grey form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-dark-grey form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-dark-grey form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-dark-grey form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-dark-grey form .search-input {
  background-color: #424242;
  border: 1px solid #FFF;
  color: #FFF;
}

.search-button-inside.form-dark-grey form .submit-button span {
  color: #FFF;
}

.search-button-inside.form-light form .search-input {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
}

.search-button-inside.form-black-white-outline form {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.search-button-inside.form-black-white-outline form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input {
  background-color: #1D2624;
  border: 1px solid #FFF;
  color: #FFF;
}

.search-button-inside.form-black-white-outline form .submit-button span {
  color: #FFF;
}

.search-button-inside.form-black-white-outline form .search-input:focus, .search-button-inside.form-black-white-outline form .search-input:active {
  background-color: #FFF;
  border: 1px solid #FFF;
  outline: 1px solid #FFF;
  color: #424242;
}

.search-button-inside.form-black-white-outline form .search-input:focus::-webkit-input-placeholder, .search-button-inside.form-black-white-outline form .search-input:active::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0f0f0f;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input:focus::-moz-placeholder, .search-button-inside.form-black-white-outline form .search-input:active::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0f0f0f;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input:focus:-ms-input-placeholder, .search-button-inside.form-black-white-outline form .search-input:active:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0f0f0f;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input:focus::-ms-input-placeholder, .search-button-inside.form-black-white-outline form .search-input:active::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0f0f0f;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input:focus::placeholder, .search-button-inside.form-black-white-outline form .search-input:active::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0f0f0f;
  opacity: 1;
  /* Firefox */
}

.search-button-inside.form-black-white-outline form .search-input:focus + .submit-button span, .search-button-inside.form-black-white-outline form .search-input:active + .submit-button span {
  color: #424242;
}

/*= PATTERNS - SINGLE USE COMPONENTS ==============*/
.clearfix::after {
  clear: both;
  display: table;
  content: '';
}

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.mr1 which gives margin-right 10 pixels.
.mr1 gives MARGIN to the RIGHT 15 pixels.
.mt15 gives MARGIN to the TOP 15 pixels and so on.
.pb5 gives PADDING to the BOTTOM of 5 pixels
.pl4 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
https://gist.github.com/jacurtis/30da4bf9a6c9b9b5cc0aebac512ca7c9
*/
.m0 {
  margin: 0rem !important;
}

.m1 {
  margin: 0.25rem !important;
}

.m2 {
  margin: 0.5rem !important;
}

.m3 {
  margin: 1rem !important;
}

.m4 {
  margin: 1.5rem !important;
}

.m5 {
  margin: 2rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.ml1 {
  margin-left: 0.25rem !important;
}

.ml2 {
  margin-left: 0.5rem !important;
}

.ml3 {
  margin-left: 1rem !important;
}

.ml4 {
  margin-left: 1.5rem !important;
}

.ml5 {
  margin-left: 2rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mt1 {
  margin-top: 0.25rem !important;
}

.mt2 {
  margin-top: 0.5rem !important;
}

.mt3 {
  margin-top: 1rem !important;
}

.mt4 {
  margin-top: 1.5rem !important;
}

.mt5 {
  margin-top: 2rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb1 {
  margin-bottom: 0.25rem !important;
}

.mb2 {
  margin-bottom: 0.5rem !important;
}

.mb3 {
  margin-bottom: 1rem !important;
}

.mb4 {
  margin-bottom: 1.5rem !important;
}

.mb5 {
  margin-bottom: 2rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.mr1 {
  margin-right: 0.25rem !important;
}

.mr2 {
  margin-right: 0.5rem !important;
}

.mr3 {
  margin-right: 1rem !important;
}

.mr4 {
  margin-right: 1.5rem !important;
}

.mr5 {
  margin-right: 2rem !important;
}

.p0 {
  padding: 0rem !important;
}

.p1 {
  padding: 0.25rem !important;
}

.p2 {
  padding: 0.5rem !important;
}

.p3 {
  padding: 1rem !important;
}

.p4 {
  padding: 1.5rem !important;
}

.p5 {
  padding: 2rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pl1 {
  padding-left: 0.25rem !important;
}

.pl2 {
  padding-left: 0.5rem !important;
}

.pl3 {
  padding-left: 1rem !important;
}

.pl4 {
  padding-left: 1.5rem !important;
}

.pl5 {
  padding-left: 2rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pt1 {
  padding-top: 0.25rem !important;
}

.pt2 {
  padding-top: 0.5rem !important;
}

.pt3 {
  padding-top: 1rem !important;
}

.pt4 {
  padding-top: 1.5rem !important;
}

.pt5 {
  padding-top: 2rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb1 {
  padding-bottom: 0.25rem !important;
}

.pb2 {
  padding-bottom: 0.5rem !important;
}

.pb3 {
  padding-bottom: 1rem !important;
}

.pb4 {
  padding-bottom: 1.5rem !important;
}

.pb5 {
  padding-bottom: 2rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.pr1 {
  padding-right: 0.25rem !important;
}

.pr2 {
  padding-right: 0.5rem !important;
}

.pr3 {
  padding-right: 1rem !important;
}

.pr4 {
  padding-right: 1.5rem !important;
}

.pr5 {
  padding-right: 2rem !important;
}

/*==========================================
=           PRINTING STYLES                =
==========================================*/
@media print {
  body {
    display: block !important;
  }
  /*************
      Header fixes for faculty pages
  ***********/
  .site-header {
    background: transparent;
  }
  .site-header .logo {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
    background-image: url(https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/new/v2/print-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    height: 150px;
    display: block !important;
    width: 300px;
    margin: 0 auto;
    border-right: none;
  }
  .site-header .logo picture {
    display: none;
  }
  .site-header h1 {
    color: black;
  }
  .sidebar {
    display: none;
  }
  #global-nav {
    display: none;
  }
  .main-site-header {
    background: transparent;
  }
  .main-site-header .logo {
    border-right: none;
    background-image: url(https://www.wgtn.ac.nz/__data/assets/git_bridge/0005/1778018/dist/images/new/v2/print-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    height: 150px;
    display: block !important;
    width: 300px;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
  }
  .main-site-header .logo picture {
    display: none;
  }
  .main-site-header .menu-container {
    display: none;
  }
  .hub-mega-menu {
    display: none;
  }
  footer {
    display: none;
  }
}

/** Colour themes. */
.study-hub-dark-green .intro-text h1 {
  color: #0D4C38;
}

.study-hub-dark-green .intro-text p {
  color: #424242;
}

.study-hub-dark-green .promo-panel h1,
.study-hub-dark-green .promo-panel h2,
.study-hub-dark-green .promo-panel h3,
.study-hub-dark-green .tiles-panel h1,
.study-hub-dark-green .tiles-panel h2,
.study-hub-dark-green .tiles-panel h3 {
  color: #0D4C38;
}

.study-hub-dark-green .block > h1,
.study-hub-dark-green .block > h2,
.study-hub-dark-green .block > h3 {
  color: #0D4C38;
}

.study-hub-dark-green .grid h1,
.study-hub-dark-green .grid h2,
.study-hub-dark-green .grid h3 {
  color: #0D4C38;
}

.study-hub-dark-green .tiles-wrap li.tile a {
  border-left: 0.25rem solid #0D4C38;
}

.study-hub-dark-green .tiles-wrap li.tile a h2 {
  color: #0D4C38;
}

.study-hub-dark-green .tiles-wrap li.tile a:hover, .study-hub-dark-green .tiles-wrap li.tile a:active, .study-hub-dark-green .tiles-wrap li.tile a:focus {
  border-left-color: inherit;
}

.study-hub-dark-green .tiles-wrap li.tile a:hover h2, .study-hub-dark-green .tiles-wrap li.tile a:active h2, .study-hub-dark-green .tiles-wrap li.tile a:focus h2 {
  color: inherit;
}

.study-hub-dark-green .media-quote .tiles-wrap li.tile q {
  color: #0D4C38;
}

.study-hub-dark-green .media-quote .tiles-wrap li.tile figure .play-button {
  background-color: rgba(13, 76, 56, 0.8);
}

.study-hub-dark-green .media-quote .tiles-wrap li.tile figure .play-button::after {
  border-color: transparent transparent transparent #FFF;
}

.study-hub-dark-green h1,
.study-hub-dark-green h2,
.study-hub-dark-green h3 {
  color: #0D4C38;
}

.study-hub-dark-green .homepage-intro.study-hub .intro-text h1,
.study-hub-dark-green .homepage-intro.study-hub .intro-text h2,
.study-hub-dark-green .homepage-intro.study-hub .intro-text h3 {
  color: #0D4C38;
}

.study-hub-dark-green .homepage-intro.study-hub + .intro-promo .text-wrap span {
  color: #0D4C38;
}

.study-hub-dark-green .tiles-panel.tile-steps .tiles-wrap .tile {
  background-color: #0D4C38;
}

.study-hub-dark-green .tiles-panel.tile-steps .tiles-wrap .tile a {
  border-color: #0D4C38;
}

.study-hub-dark-green .tiles-panel.tile-steps .tiles-wrap .tile a:hover {
  border-color: #0D4C38;
}

.study-hub-dark-green .study-hub-banner .sidebar nav {
  background-color: #0D4C38;
}

.study-hub-dark-green .study-hub-banner .sidebar nav li a {
  border-bottom-color: #0c4735;
  font-size: 1.1875rem;
}

.study-hub-dark-green .study-hub-banner .banner figcaption {
  background-color: rgba(13, 76, 56, 0.7);
}

.study-hub-dark-green .promo-panel > .photo figcaption h1,
.study-hub-dark-green .promo-panel > .photo figcaption h2,
.study-hub-dark-green .promo-panel > .photo figcaption h3,
.study-hub-dark-green .promo-panel > .photo figcaption p {
  background-color: rgba(13, 76, 56, 0.9);
}

.study-hub-dark-green .promo.themed {
  background-color: rgba(13, 76, 56, 0.9);
}

.study-hub-dark-green .promo.themed a h1,
.study-hub-dark-green .promo.themed a h2,
.study-hub-dark-green .promo.themed a h3,
.study-hub-dark-green .promo.themed a p {
  color: #FFF;
}

.study-hub-dark-green .promo.themed .play-button::after {
  border-color: transparent transparent transparent rgba(13, 76, 56, 0.9);
}

.study-hub-light-green .intro-text h1 {
  color: #64A659;
}

.study-hub-light-green .intro-text p {
  color: #424242;
}

.study-hub-light-green .promo-panel h1,
.study-hub-light-green .promo-panel h2,
.study-hub-light-green .promo-panel h3,
.study-hub-light-green .tiles-panel h1,
.study-hub-light-green .tiles-panel h2,
.study-hub-light-green .tiles-panel h3 {
  color: #64A659;
}

.study-hub-light-green .block > h1,
.study-hub-light-green .block > h2,
.study-hub-light-green .block > h3 {
  color: #64A659;
}

.study-hub-light-green .grid h1,
.study-hub-light-green .grid h2,
.study-hub-light-green .grid h3 {
  color: #64A659;
}

.study-hub-light-green .tiles-wrap li.tile a {
  border-left: 0.25rem solid #64A659;
}

.study-hub-light-green .tiles-wrap li.tile a h2 {
  color: #64A659;
}

.study-hub-light-green .tiles-wrap li.tile a:hover, .study-hub-light-green .tiles-wrap li.tile a:active, .study-hub-light-green .tiles-wrap li.tile a:focus {
  border-left-color: inherit;
}

.study-hub-light-green .tiles-wrap li.tile a:hover h2, .study-hub-light-green .tiles-wrap li.tile a:active h2, .study-hub-light-green .tiles-wrap li.tile a:focus h2 {
  color: inherit;
}

.study-hub-light-green .media-quote .tiles-wrap li.tile q {
  color: #64A659;
}

.study-hub-light-green .media-quote .tiles-wrap li.tile figure .play-button {
  background-color: rgba(100, 166, 89, 0.8);
}

.study-hub-light-green .media-quote .tiles-wrap li.tile figure .play-button::after {
  border-color: transparent transparent transparent #FFF;
}

.study-hub-light-green h1,
.study-hub-light-green h2,
.study-hub-light-green h3 {
  color: #64A659;
}

.study-hub-light-green .homepage-intro.study-hub .intro-text h1,
.study-hub-light-green .homepage-intro.study-hub .intro-text h2,
.study-hub-light-green .homepage-intro.study-hub .intro-text h3 {
  color: #64A659;
}

.study-hub-light-green .homepage-intro.study-hub + .intro-promo .text-wrap span {
  color: #64A659;
}

.study-hub-light-green .tiles-panel.tile-steps .tiles-wrap .tile {
  background-color: #64A659;
}

.study-hub-light-green .tiles-panel.tile-steps .tiles-wrap .tile a {
  border-color: #64A659;
}

.study-hub-light-green .tiles-panel.tile-steps .tiles-wrap .tile a:hover {
  border-color: #64A659;
}

.study-hub-light-green .study-hub-banner .sidebar nav {
  background-color: #64A659;
}

.study-hub-light-green .study-hub-banner .sidebar nav li a {
  border-bottom-color: #5e9c54;
  font-size: 1.1875rem;
}

.study-hub-light-green .study-hub-banner .banner figcaption {
  background-color: rgba(100, 166, 89, 0.7);
}

.study-hub-light-green .promo-panel > .photo figcaption h1,
.study-hub-light-green .promo-panel > .photo figcaption h2,
.study-hub-light-green .promo-panel > .photo figcaption h3,
.study-hub-light-green .promo-panel > .photo figcaption p {
  background-color: rgba(100, 166, 89, 0.9);
}

.study-hub-light-green .promo.themed {
  background-color: rgba(100, 166, 89, 0.9);
}

.study-hub-light-green .promo.themed a h1,
.study-hub-light-green .promo.themed a h2,
.study-hub-light-green .promo.themed a h3,
.study-hub-light-green .promo.themed a p {
  color: #FFF;
}

.study-hub-light-green .promo.themed .play-button::after {
  border-color: transparent transparent transparent rgba(100, 166, 89, 0.9);
}

.global .tcon {
  height: 1rem;
  line-height: 1;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.lity-close::after {
  display: none !important;
}

.inter-font,
.inter-font h1,
.inter-font h2,
.inter-font h3,
.inter-font h4,
.inter-font h5,
.inter-font p,
.inter-font a,
.inter-font li {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.inter-font h1,
.inter-font h2,
.inter-font h3,
.inter-font h4,
.inter-font h5 {
  font-weight: 700;
}

/*
  **IMPORTANT**: Every time this file changes, the file for
  support of non UI Toolkit templates must be manually updated
  too!

  URL: //www.wgtn.ac.nz/__data/assets/css_file/0004/1747507/toolbar.old.css
  Asset ID (Squiz CMS): 1747507

*/
.dialog-container {
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow-y: auto;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.dialog-container.is-open {
  display: block;
}

@media (min-width: 43em) {
  .dialog {
    padding: 0 1.5rem;
    border-radius: 0.25rem;
  }
  .dialog-container {
    padding: 3rem;
  }
}

.dialog {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  max-width: 70rem;
  background-color: #F5F5F5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.dialog .header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDD;
}

.dialog > footer {
  margin-top: 1.5rem;
  text-align: center;
}

.dialog > footer .links {
  color: #AAA;
}

.dialog > footer .links > a {
  margin: 0 0.5rem;
}

.dialog > footer .links > a:hover,
.dialog > footer .links > a:active,
.dialog > footer .links > a:focus {
  text-decoration: underline;
}

.dialog .header {
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-top: 0.5rem;
}

@media (min-width: 43em) {
  .dialog .header {
    display: -webkit-box;
    display: flex;
  }
}

.dialog .header > h1 {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin-bottom: 10px;
}

.dialog .filter {
  border-radius: 0.25rem;
  vertical-align: middle;
  color: #8B8B8B;
  border-bottom: 1px solid transparent;
}

.dialog .filter:hover,
.dialog .filter:active,
.dialog .filter:focus {
  background-color: #FFF;
}

.dialog .filter:hover > label,
.dialog .filter:active > label,
.dialog .filter:focus > label {
  color: #005EA5;
}

.dialog .filter .btn,
#hubv4 .dialog .filter .btn {
  display: none;
}

.dialog .filter.group-focused {
  background-color: #FFF;
}

.dialog .filter.group-focused > label {
  color: #005EA5;
}

.dialog .filter.group-focused input[type=search] {
  outline: none !important;
}

.dialog .filter > label,
.dialog .filter input[type=search] {
  padding: .6em .75em;
  font-size: 1.22rem;
}

.dialog .filter > label::-webkit-input-placeholder,
.dialog .filter input[type=search]::-webkit-input-placeholder {
  color: #8B8B8B;
}

.dialog .filter > label:-ms-input-placeholder,
.dialog .filter input[type=search]:-ms-input-placeholder {
  color: #8B8B8B;
}

.dialog .filter > label::-ms-input-placeholder,
.dialog .filter input[type=search]::-ms-input-placeholder {
  color: #8B8B8B;
}

.dialog .filter > label::-moz-placeholder,
.dialog .filter input[type=search]::-moz-placeholder {
  color: #8B8B8B;
}

.dialog .filter > label::placeholder,
.dialog .filter input[type=search]::placeholder {
  color: #8B8B8B;
}

.dialog .filter > label {
  padding-right: 0;
}

.dialog .filter > label .icon-search::before {
  margin-right: 0;
  font-size: 115%;
}

.dialog .filter input[type=search] {
  color: #424242;
  background: transparent;
  border: 0;
}

.dialog .btn-close {
  height: 3rem;
  width: 3rem;
  display: block;
  -webkit-box-ordinal-group: 11;
  order: 10;
  margin-left: .25em;
  text-align: center;
  color: #8B8B8B;
  line-height: 3rem;
  font-size: 2.21533rem;
  align-self: center;
}

.dialog .btn-close::before {
  position: static;
  display: inline;
  content: "×";
}

.dialog .btn-close:hover,
.dialog .btn-close:active,
.dialog .btn-close:focus {
  color: #555;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 29.99em) {
  .dialog .btn-close {
    right: 20px;
    top: 20px;
    position: absolute;
  }
}

.colour-ms-blue {
  color: #0078d7;
  fill: #0078d7;
}

.colour-green {
  color: #3599a4;
  fill: #3599a4;
}

.colour-dark-blue {
  color: #076799;
}

.colour-orange {
  color: #ef7d00;
}

.colour-black {
  color: #242424;
}

.colour-razzamatazz {
  color: #CE0058;
}

.dialog-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.dialog-content > .block {
  padding-right: 0;
  padding-left: 0;
}

.dialog-content h2 {
  margin-bottom: 1.5rem;
  font-size: 1.4884rem;
}

.dialog-content .flex-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.dialog-content .shuffle {
  overflow: initial !important;
  height: auto !important;
}

.dialog-content .shuffle-item {
  top: auto !important;
  left: auto !important;
}

.dialog-content .tile .toggle-favourite > span {
  pointer-events: none;
}

.dialog-content .flash-message {
  margin-bottom: 0;
}

.dialog-content .tools-favourite .tile .toggle-favourite {
  color: gold;
}

.dialog-content .tools-favourite .tile .toggle-favourite:hover,
.dialog-content .tools-favourite .tile .toggle-favourite:active,
.dialog-content .tools-favourite .tile .toggle-favourite:focus {
  color: #CCC;
}

.dialog-content .tile {
  float: left;
  width: 12.5%;
  position: relative;
  text-align: center;
}

.dialog-content .tile:nth-child(8n+1) {
  clear: left;
}

@media (min-width: 43em) and (max-width: 60.99em) {
  .dialog-content .tile {
    float: left;
    width: 20%;
  }
  .dialog-content .tile:nth-child(5n+1) {
    clear: left;
  }
}

@media (min-width: 30em) and (max-width: 42.99em) {
  .dialog-content .tile {
    float: left;
    width: 25%;
  }
  .dialog-content .tile:nth-child(4n+1) {
    clear: left;
  }
}

@media (max-width: 29.99em) {
  .dialog-content .tile {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .dialog-content .tile:nth-child(3n+1) {
    clear: left;
  }
}

.dialog-content .tile:hover,
.dialog-content .tile:active,
.dialog-content .tile:focus {
  background-color: #FFF;
}

.dialog-content .tile:hover .btn-options,
.dialog-content .tile:active .btn-options,
.dialog-content .tile:focus .btn-options {
  display: block;
}

.dialog-content .tile .btn-options {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  margin: .1rem .2rem;
  padding: .2rem .3rem;
  color: #CCC;
  font-size: 80%;
}

@media (max-width: 29.99em) {
  .dialog-content .tile .btn-options {
    display: block;
    font-size: 20px;
    padding: .3rem .6rem;
  }
}

.dialog-content .tile .btn-options:hover,
.dialog-content .tile .btn-options:active,
.dialog-content .tile .btn-options:focus {
  color: gold;
}

.dialog-content .tile .btn-options .icon-dots::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dialog-content .tile > h3 {
  height: 100%;
  font-size: 1.4884rem;
}

.dialog-content .tile > h3 > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: #555;
}

@media (max-width: 29.99em) {
  .dialog-content .tile > h3 > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    background: white;
  }
}

.dialog-content .tile > h3 .logo-icon {
  height: 2.5rem;
  width: 3.9rem;
}

.dialog-content .tile > h3 .logo-wrapper {
  position: relative;
}

@media (max-width: 29.99em) {
  .dialog-content .tile > h3 .logo-icon {
    width: 25px;
    height: 25px;
  }
}

.dialog-content .tile > h3 .logo-wrapper .microtag {
  right: 0;
  bottom: 0;
}

.dialog-content .tile [class^=icon-] {
  position: relative;
  font-size: 170%;
}

@media (max-width: 29.99em) {
  .dialog-content .tile [class^=icon-] {
    font-size: 25px;
  }
}

.dialog-content .tile [class^=icon-]::before {
  margin-right: 0;
}

.dialog-content .tile .title {
  width: 120%;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 75%;
  overflow-wrap: break-word;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 29.99em) {
  .dialog-content .tile .title {
    text-align: left;
    padding-left: 20px;
  }
}

.dialog-content .tile .microtag {
  position: absolute;
  right: -.5rem;
  bottom: -.5rem;
  display: block;
  padding: .2rem;
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  background-color: #64a659;
}

.dialog-content .tile .microtag .key {
  height: 0.65rem;
  width: 0.65rem;
  display: inherit;
  fill: #FFF;
}

.dialog-content .icon-layout:before {
  font-size: 120%;
}

@media (max-width: 42.99em) {
  .dialog .btn-close {
    right: 20px;
    top: 20px;
    position: absolute;
  }
}

.search-result {
  /* Override styles from .formatting class and default green header colours */
}

.search-result h1,
.search-result h2,
.search-result h3,
.search-result h4,
.search-result h5,
.search-result h6 {
  color: #424242;
}

.search-result h1,
.search-result h2,
.search-result h3,
.search-result h4,
.search-result h5,
.search-result h6,
.search-result p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.search-result h4 {
  margin-bottom: .25rem !important;
}

.search-result .search-result-body {
  margin: .75rem 0 .8rem 0 !important;
}

/*
Migrated from https://github.com/victoriauniversity/sass-bridge using the following script:

$ purgecss --css src/style.css --content widgets.html --output tmp && prettier --write src/style.css
$ gawk 'BEGIN { print ".old-sass-widget {" } { print "  " $0 } END { print "}" }' tmp/style.css | grep -Ev "@font-face|sourceMappingURL" > dist/style.scss

widgets.html contains all the markup for each widget.
src/style.css contains the build CSS from the sass-bridge repository.

The packages required to run the above commands can be installed with:

$ brew install gawk
$ npm install purgecss -g
*/
.old-sass-widget .result_flag {
  background: #eee;
  padding: 0.4em 0.5em 0.3em;
  font-style: normal;
  font-weight: normal;
  float: left;
  font-size: 0.92857em;
  overflow: hidden;
  position: relative;
  top: -.1em;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
  line-height: 1;
  border-radius: .125rem;
  font-size: 80%;
  text-transform: uppercase;
  background: #eee;
  color: #424242;
  white-space: nowrap;
}

.old-sass-widget .secondary .result_flag {
  padding: 0em 0.4em 0em 0.4em;
  top: 0;
  min-width: 2em;
  text-align: center;
}

.old-sass-widget .result_flag.flag_pdf {
  background: #ECCDCD;
  color: #831212;
}

.old-sass-widget .result_flag.flag_doc {
  background: #d4e8f2;
  color: #255C79;
}

/*
Manually added CSS to fix conflicting CSS rules between vic-ui-kit and sass-bridge.
*/
.old-sass-widget .result_flag {
  display: inline-block;
  /* float: left; */
  float: initial;
  /* top: 0.75em; */
}

.old-sass-widget .toggle,
.old-sass-widget h2 {
  /* Add some spacing above the widget headers */
  margin-top: 1rem !important;
}

@media all and (max-width: 759px) {
  .old-sass-widget .toggle_block {
    /* Prevent content from being hidden on mobile */
    display: block;
  }
}

aside > .formatting .old-sass-widget h2::before {
  display: none;
}

aside .old-sass-widget .media img {
  margin-bottom: 0;
}

aside .old-sass-widget .media h3 {
  margin-top: 0;
  padding: 0 1rem 1rem;
}

aside .old-sass-widget img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}

aside .old-sass-widget .quote.full {
  margin-top: .5rem;
}

aside .old-sass-widget .quote.full q:before {
  margin-left: 0;
}

aside .old-sass-widget .primary.promo a,
aside .old-sass-widget .primary.promo h3 {
  color: #ffffff;
}

.highlight_tertiary {
  background-color: #eee;
  padding: 1rem;
  margin: 1rem 0;
}

ul.no-list {
  padding-left: 0 !important;
}

ul.no-list li {
  list-style-type: none !important;
}

.directory {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

.directory h3 {
  font-size: 1.1rem;
  margin: 1rem 0 .5rem .5rem !important;
}

.directory .block--channel a {
  display: -webkit-box;
  display: flex;
}

.directory .icon {
  display: block;
  width: 50px;
  height: 55px;
  background: url(images/social-facebook.svg) no-repeat 0 0;
  background-size: contain;
}

.directory .icon.twitter {
  background-image: url(images/social-twitter.svg);
}

.directory .icon.youtube {
  background-image: url(images/social-youtube.svg);
}

.directory .icon.linkedin {
  background-image: url(images/social-linkedin.svg);
}

.directory .icon.instagram {
  background-image: url(images/social-instagram.svg);
}

.directory .icon.tiktok {
  background-image: url(images/social-tiktok.svg);
}

@media (max-width: 800px) {
  .directory {
    flex-wrap: wrap;
  }
}

#hubv4 .directory {
  margin-bottom: 2rem;
  background-color: #CCDCD7;
  padding: 1rem;
  grid-gap: 0.5rem;
}

#hubv4 .directory .block--channel a {
  -webkit-box-align: center;
          align-items: center;
}

#hubv4 .directory .block--channel h3 {
  font-size: 1.2rem;
}

#hubv4 .directory .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/social-facebook.svg) no-repeat 0 0;
  background-size: contain;
}

#hubv4 .directory .icon.twitter {
  background-image: url(images/social-twitter.svg);
}

#hubv4 .directory .icon.youtube {
  background-image: url(images/social-youtube.svg);
}

#hubv4 .directory .icon.linkedin {
  background-image: url(images/social-linkedin.svg);
}

#hubv4 .directory .icon.instagram {
  background-image: url(images/social-instagram.svg);
}

#hubv4 .directory .icon.tiktok {
  background-image: url(images/social-tiktok.svg);
}

.a-z_paging {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #EEE;
}

.a-z_paging ul.static_pagination {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.a-z_paging ul.static_pagination li {
  list-style-type: none;
  padding: 0.3125em 0.75em;
  background-color: #CCC;
  margin-right: 0.3rem;
}

.a-z_paging ul.static_pagination li:not(.current) {
  background-color: #3363B3;
}

#hubv4 .a-z_paging ul.static_pagination li:not(.current) {
  background-color: #0D4C38;
}

#hubv4 .a-z_paging ul.static_pagination li:not(.current) span {
  color: #FEF9F0;
}

.a-z_paging ul.static_pagination li:not(.current) span {
  color: #fff;
}

.a-z_paging ul.static_pagination li:not(.current):hover {
  opacity: .8;
  cursor: pointer;
}

.block.az-block {
  margin: 1rem 0;
  padding: 0;
}

.block .az-listing-title {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #424242;
}

.block .block_primary {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.block .bullet_link {
  display: block;
  margin-top: 0.5rem;
}

#rightHandMenu .data-sidebar.quote-panel {
  background-color: #FFF;
}

#rightHandMenu .data-sidebar.quote-panel figure {
  border-left: none;
}

#rightHandMenu .data-sidebar.quote-panel figure blockquote:before, #rightHandMenu .data-sidebar.quote-panel figure blockquote:after {
  color: #424242;
}

#rightHandMenu .data-sidebar.quote-panel figure blockquote h3 {
  color: #424242 !important;
}

#rightHandMenu p {
  word-break: break-word;
}

body:not(#hubv4) .layout .highlight_secondary {
  clear: both;
  background-color: #eee;
  margin-bottom: 1.6rem;
  padding: 1.25rem;
}

.result-list a:visited {
  color: #005EA5 !important;
}

.theme-victorious p {
  color: #040404 !important;
}

.theme-victorious .article-item .article-summary .article-tag {
  font-family: "Inter", sans-serif !important;
}

.theme-victorious .article-item .article-summary p {
  font-family: "Inter", serif !important;
  font-weight: normal;
}

.theme-victorious .article-item .article-summary h4 {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .theme-victorious .layout {
    margin-top: 5rem;
  }
}

.theme-victorious footer {
  overflow: unset;
}

.hide-not-v4 {
  display: none !important;
}

#hubv4 .hide-not-v4 {
  display: inherit !important;
}

#hubv4 .hide-on-v4 {
  display: none !important;
}

#hubv4 ._hj-widget-container button::after {
  all: unset;
}

/*= TRUMP OVERRIDES ===============================*/
