/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/**
 * UNSW UI Kit containing all styles
 */
/*
Global styles for use across all components
*/
/*
Accessibility styles for use across all components
*/
@import "https://use.fontawesome.com/releases/v5.13.1/css/all.css";
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

/*
  Sass Utils

  Weight: -9

  Styleguide Sass Utils
 */
/*
  map_deep_get()

  @function map-deep-get($map, $keys...)\
  Returns a nested value from a map.

  **Example:**
  ```
  $colors: (
    theme1: (
      red:    #FF0000,
      blue:   #0000FF
    ),
    theme2: (
      red:    #AA0000,
      green:  #00AA00
    )
  );

  background: map-deep-get($colors, theme1, red);
  ```

  $map - Map
  $keys - Keys to fetch

  Styleguide Sass Utils.Map Deep Get
*/
/*
  map_next()

  @function map_next($map, $key)\
  Returns the next key in a map. Adjusted from zurb foundation.

  **Example:**

  $map - Map to traverse.
  $key - Key to use as a starting point.

  Styleguide Sass Utils.map_next
 */
/*
  icon_only()

  @mixin icon_only($content, $width, $height: $width)\
  turns an element into a fontawesome icon, accessibly hiding any additional text

  @todo: map for icon content

  **Example:**
  ```
  a {
    @include icon_only('\f00d', 3rem)
  }
  ```

  $content - fontawesome unicode for icon (https://fontawesome.com/icons/)
  $width - width of the element
  $height - height of the element. Defaults to width for square.

  Styleguide Sass Utils.icon_only
 */
#header-search .search-wrapper form label, .search-wrapper label {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.cmp-text {
  margin: 0 !important;
  padding-left: 1rem;
  padding-right: 1rem; }
  .cmp-text p:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .cmp-text {
      padding-left: 0;
      padding-right: 0; } }

.no-min-height {
  min-height: 0 !important; }

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

/*
  Typography

  rules

  Markup: kss-example-typography.hbs

  Weight: -10

  Style guide: Typography
 */
/*
  Typography Sass

    - we use [typey](https://github.com/jptaranto/typey) to generate better typography rules. It only works if you stick to typey's functions though:
    - define vertical spacings in multiples of `$base-line-height: 28px`, eg `margin-top(2)`
    - if you absolutely need to define things in pixels, use typey's functions which will calculate rem based on the `$base-font-size`, eg `font-size(28px)`
    - often used font-settings are stored in a `$typefaces` map. They can be used directly with `map_get()` but generally it's better to get typography settings from the `$typestyles` map (keep reading)
    - responsive type settings are stored in a `$typestyles` map. Typeface settings can be reused by defining `typeface: 'name of typeface'` as a property
    - whenever possible, use styles from the `$typestyles` map in your components (extend the map if needed) with the `typeset() mixin` (documentation below)

  Style guide: Typography.Sass
 */
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Sommet";
  font-style: normal;
  font-weight: 300;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/246f8bb174d3b40d415605c07da819c4.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/246f8bb174d3b40d415605c07da819c4.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/246f8bb174d3b40d415605c07da819c4.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/246f8bb174d3b40d415605c07da819c4.svg#Sommet W01 Light") format("svg"); }

@font-face {
  font-family: "Sommet";
  font-style: italic;
  font-weight: 300;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/76fbacd56a79917aef58c6f05081d75d.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/76fbacd56a79917aef58c6f05081d75d.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/76fbacd56a79917aef58c6f05081d75d.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/76fbacd56a79917aef58c6f05081d75d.svg#Sommet W01 Light Italic") format("svg"); }

@font-face {
  font-family: "Sommet";
  font-style: normal;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/1c385f817d31b2fbd4da7df993928f92.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/1c385f817d31b2fbd4da7df993928f92.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/1c385f817d31b2fbd4da7df993928f92.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/1c385f817d31b2fbd4da7df993928f92.svg#Sommet W01 Regular") format("svg"); }

@font-face {
  font-family: "Sommet";
  font-style: italic;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/e527f1f1a99e11851221f9318ed613e1.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/e527f1f1a99e11851221f9318ed613e1.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/e527f1f1a99e11851221f9318ed613e1.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/e527f1f1a99e11851221f9318ed613e1.svg#Sommet W01 Italic") format("svg"); }

@font-face {
  font-family: "Sommet";
  font-style: normal;
  font-weight: bold;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/3c744411403b5647cacff30f6fcaec0a.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/3c744411403b5647cacff30f6fcaec0a.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/3c744411403b5647cacff30f6fcaec0a.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/3c744411403b5647cacff30f6fcaec0a.svg#Sommet W01 Bold") format("svg"); }

@font-face {
  font-family: "Sommet";
  font-style: italic;
  font-weight: bold;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/78d7e0ef271e61d44924a7e868443ddc.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/78d7e0ef271e61d44924a7e868443ddc.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/78d7e0ef271e61d44924a7e868443ddc.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/sommet/78d7e0ef271e61d44924a7e868443ddc.svg#Sommet W01 Bold Italic") format("svg"); }

@font-face {
  font-family: "Clancy";
  font-style: normal;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-regular-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-regular-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-regular-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-regular-webfont.svg") format("svg"); }

@font-face {
  font-family: "Clancy";
  font-style: normal;
  font-weight: 300;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-light-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-light-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-light-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-light-webfont.svg") format("svg"); }

@font-face {
  font-family: "Clancy";
  font-style: normal;
  font-weight: bold;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-bold-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-bold-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-bold-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/clancy/clancy-bold-webfont.svg") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-regular-webfont.svg") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-italic-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-italic-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-italic-webfont.svg") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/roboto/roboto-bold-webfont.svg") format("svg"); }

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-regular-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-regular-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-regular-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-regular-webfont.svg") format("svg"); }

@font-face {
  font-family: "RobotoMono";
  font-style: italic;
  font-weight: normal;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-italic-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-italic-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-italic-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-italic-webfont.svg") format("svg"); }

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: bold;
  src: url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-bold-webfont.woff2") format("woff2"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-bold-webfont.woff") format("woff"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-bold-webfont.ttf") format("truetype"), url("unsw-uds-assets/site/styles/src/assets/resources/fonts/robotomono/robotomono-bold-webfont.svg") format("svg"); }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAABIkAA8AAAAAHPAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IUmDY21hcAAAAdgAAAB/AAAB+KGD9ZtjdnQgAAACWAAAABMAAAAgBtX/BGZwZ20AAAJsAAAFkAAAC3CKkZBZZ2FzcAAAB/wAAAAIAAAACAAAABBnbHlmAAAIBAAABykAAAka2rQO3mhlYWQAAA8wAAAAMQAAADYUFq74aGhlYQAAD2QAAAAbAAAAJAc8A11obXR4AAAPgAAAAA8AAAAoJxAAAGxvY2EAAA+QAAAAFgAAABYMrwpCbWF4cAAAD6gAAAAgAAAAIAEODCxuYW1lAAAPyAAAAXcAAALNzJ0fIXBvc3QAABFAAAAAaAAAAIedwXaKcHJlcAAAEagAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZH7BOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGBxeML7gYQ76n8UQxRzEMA0ozAiSAwALZgwiAHic7ZHtDcMgDEQfXyFQRukkHai/MrC3SM84Y9ToIftkg3QGGlDEW1RIFwmPr9S09cLceuWjenKSyZasWLN13/Dk3fMnkvrieJ71RtVPB13TQ9LBP9a+r6ca7mPgvlsJ5B3WAt+T9cB3ZWfgO7QRyGNsBnjvK8B7V8D4ARL5H5sAeJxjYEADEhDIHPQ/C4QBEmwD3QB4nK1WaXfTRhQdeUmchCwlCy1qYcTEabBGJmzBgAlBsmMgXZytlaCLFDvpvvGJ3+Bf82Tac+g3flrvGy8kkLTncJqTo3fnzdXM22USWpLYC+uRlJsvxdTWJo3sPAnphk3LUXwoO3shZYrJ3wVREK2W2rcdh0REIlC1rrBEEPseWZpkfOhRRsu2pFdNyi096S5b40G9Vd9+GjrKsTuhpGYzdGg9siVVGFWiSKY9UtKmZaj6K0krvL/CzFfNUMKITiJpvBnG0EjeG2e0ymg1tuMoimyy3ChSJJrhQRR5lNUS5+SKCQzKB82Q8sqnEeXD/Iis2KOcVrBLttP8vi95p3c5P7Ffb1G25EAfyI7s4Ox0JV+EW1th3LST7ShUEXbXd0Js2exU/2aP8ppGA7crMr3QjGCpfIUQKz+hzP4hWS2cT/mSR6NaspETQetlTuxLPoHW44gpcc0YWdDd0QkR1P2SMwz2mD4e/PHeKZYLEwJ4HMt6RyWcCBMpYXM0SdowcmAlZYsqqfWumDjldVrEW8J+7drRl85o41B3YjxbDx1bOVHJ8WhSp5lMndpJzaMpDaKUdCZ4zK8DKD+iSV5tYzWJlUfTOGbGhEQiAi3cS1NBLDuxpCkEzaMZvbkbprl2LVqkyQP13KP39OZWuLnTU9oO9LNGf1anYjrYC9PpaeQv8Wna5SJF6frpGX5M4kHWAjKRLTbDlIMHb/0O0svXlhyF1wbY7u3zK6h91kTwpAH7G9AeT9UpCUyFmFWIVkBirWtZlsnVrBapyNR3Q5pWvqzTBIpyHBfHvoxx/V8zM5aYEr7fidOzIy49c+1LCNMcfJt1PZrXqcVyAXFmeU6nWZbv6zTH8gOd5lme1+kIS1unoyw/1GmB5Uc6HWN5QQuadN/BkIsw5AIOkDCEpQNDWF6CISwVDGG5CENYFmEIyyUYwvJjGMJyGYawvKxl1dRTSePamVgGbEJgYo4eucxF5WoquVRCu2hUakOeEm6VVBTPqn9loF488oY5sBZIl8iaXzHOlY9G5fjWFS1vGjtXwLHqbx+O9jnxUtaLhT8F/9XWVCW9Ys3Dk6vwG4aebCeqNql4dE2Xz1U9uv5fVFRYC/QbSIVYKMqybHBnIoSPOp2GaqCVQ8xszDy063XLmp/D/TcxQhZQ/fg3FBoL3INOWUlZ7eCs1dfbstw7g3I4EyxJMTfz+lb4IiOz0n6RWcqej3wecAWMSmXYagOtFbzZJzEPmd4kzwRxW1E2SNrYzgSJDRzzgHnznQQmYeqqDeRO4YYN+AVhbsF5J1yieqMsh+5F7PMopPxbp+JE9qhojMCz2Rthr+9Cym9xDCQ0+aV+DFQVoakYNRXQNFJuqAZfxtm6bULGDvQjKnbDsqziw8cW95WSbRmEfKSI1aOjn9Zeok6q3H5mFJfvnb4FwSA1MX9733RxkMq7WskyR20DU7calVPXmkPjVYfq5lH1vePsEzlrmm66Jx56X9Oq28HFXCyw9m0O0lImF9T1YYUNosvFpVDqZTRJ77gHGBYY0O9Qio3/q/rYfJ4rVYXRcSTfTtS30edgDPwP2H9H9QPQ92Pocg0uz/eaE59u9OFsma6iF+un6Dcwa625WboG3NB0A+IhR62OuMoNfKcGcXqkuRzpIeBj3RXiAcAmgMXgE921jOZTAKP5jDk+wOfMYdBkDoMt5jDYZs4awA5zGOwyh8Eecxh8wZx1gC+ZwyBkDoOIOQyeMCcAeMocBl8xh8HXzGHwDXPuA3zLHAYxcxgkzGGwr+nWMMwtXtBdoLZBVaADU09Y3MPiUFNlyP6OF4b9vUHM/sEgpv6o6faQ+hMvDPVng5j6i0FM/VXTnSH1N14Y6u8GMfUPg5j6TL8Yy2UGv4x8lwoHlF1sPufvifcP28VAuQABAAH//wAPeJxVVd1vG1kVv+feufPhz9gezzi242T8MXYyjuP4Yya2a8dJnCZN0iZNQzabtqnTlrAbRUoWWCRAiwoUXlAFiL7uPqyEkJBYqQjxgNRWQso+gAQCCcFfgEBCvCIkYjjjJtIyI92Pc++ZO/f8fud3CCXkv8/ZCzZJbpNHZLu76YxTWQGQKF0hQEQBxD4RiCILSt8DMmFUZn3CCZU47ROJEGmHSBLZwwHZuLN9b3/70Z1HhYI1WSgUsl6etHK6KImZtJk36zWnA9WKrulaVHVteTTmP7NqO7a7jIsBkERdq1bQUq/lS5BJoymq6in0t3MV/A6aTSktoXdU1JgUa60uv/3t3zdandYfnzz9/EGtWmt+TYuOBiN0vG4Vptej+th4vbm2N52TBBVoMJCcuaFq5dKP33nv3t7jauXF2e3vDv45axXK8VTTLuZ1Da5lq7OadnZ0/L2nx1/4sl1563OPn2/uebxaPDsTj+azebvb7uanKtZyfCzU8JRHtYZzbedwbXWrXv3l2Vfv7T+0Xhqph7P2hAnpVKVcnVsghBF82Cv6LQyqRLyk2i2LAsMJwAphAgBhcEAIpWQbN9JdQgld49zrUWQucSnEedSKhIyQwiJGyNhmvcHdwVP4AL65/p8T9pwuDQrwl8HH8P7gNSxc/J3OD48bYvwJK+DIRybJand5HDjEgXC6IgoU4TwjTAEKjPZliQLnsO32wPcIB77BhWw6NZZMqOGAH5ng477QiIdrlp4JVfNps2ZXNFWETAgxyQwxCUIIl6KXgCKkF+fn903b3nAc+rfzYMjKJLSgV+Ln5+OT7e6UWR3LndAXlr2BW+yLLPx0KhLze8OBEf9gl75YjIVGw6P24jHeBfAuP2evmJ88I/Vu5eyUivxZg4KIdOUiPyUiiKcMwwinAmDwTjGUR+9/8ehRpDCXTkp81MqJ0vANMjHt/u/wd7GxAKczYL6hW0a8nJkZl6VmG2zn6q3b5uUa7sV5B3QNiZo3h2PHbsHw0u4bBFVrua6VFPLX5bp7tK6+WY2yl4KWaoqMMqBMiCjx0Ugm4tfphDqR9WYM1fCqnpEJNR6jnoggUoFSgTtpTUCEpgsTCTXoZf5g2BcVBFGXJAGoT45Ili6BO4wuGpVauFbJprJhP4IKAQ+NxMSRiC8UExkre2QfqJlrt+RjjzegUE4DojiiUFH0SkGIKcGgost+rogiVXyK38NEbDyMMZFKcdXQ42EFYuMeUQRKPTL3CdhQFvUJsjGfqiVn2n5NC4yli8n6+HxKlsBLJb+khLyU+vXQKEDRXPRThVxi+g/MiT+RFlnp9ppz9apJRC6mQOBxDQPjB6DCims6JVxAkAUmnKIUMUQX6Clx0cbvHOVieiaSmZR4wgLV1RjpUl1QShCbEgwHJdoGrVpCCXFcFFB5XFnSdNtB2bEdkR1msksr/Xc/uPWj+Whsod2cbR+Gw+GEZvXyk8X8dPz646Mv8eputbCSaDc9Vqo1m6NJn//B/cP17eJscZJFoybcaDBRrm9OU330TrlmvVWtI+zoNJ70po16WNYayE43OV/TjzAnS2S0q5WKU2woBFcXerBDMc1yrhxKLiGRby4Za5dEQ1rhBVLgcmkM8L452zHz7BPZya73G39t9NezjuxllDIvmm4dXP/t9YObWUfxuKaL818f/urd72RnuUzxkflsdqad+0GuPeOa3B2yUMkWm5mebzXXTj6uHjqXWD2nv0Mt0cl0d8r90zNUL84E3hcBlYZtY8fILkUlI2uqYYZCoZEhIhnUhEy9+kboWxB1pWIMqvTlk9f7+8FIfmb12dGIJ/BDOBjY8JuP3ynmy0njQ8Ube4Dn8qGGvcJzI2QC49Uma+Sge5dIHlQxiWBJ8oEgc6FPmB9khcl9onhR0RSsUoAc3cG4inuuOmzMd9JGVKVkuddZm19rOuVpM2dMpicTcXUiOuFTSIRGAly1wEhj0QmpWHSMClacUK0EkC4B0gWzWQ1A5Er6IjjJGLiEezrubkx2js7oio7oRv88aGbbmUw7C58O+8G/uyfd7skTt/mFbhglw3jdOZ4fNOePO9jDp9gP7Fwnl+usuQ09R9//+8bFzy7dsYGfuB8oGYOHn3HH/u6lNzYu1YRhDK9jDONkjiySDdLrLlhAewTjgtgBBk/GnGMYRU4p3yGc0z0JUBo2ekvNRjKxurK00cMANhabi4m55NyYguWIv5HCYR65QkevMk9ibjEYFu6h3I1faWgdiUxZGj0wfAHIp0VVq2ClN+FfMdvqtq0Ze7/T+v5X7tdmqnazXPTojUo5b06l4qVCJTHtScwVS8Wke9DNw6azdeu9LdicG7esjlU8SfbqB/d37y4vfuPtRLy+//XewsHD27sdx8+uaapZ6DeLC+21xaVcy59eb99Y7SwUWzOzN6cGR5sNZ2vzbOsPU/NTUxMp63/W5Gp+AAAAeJxjYGRgYADiJbllB+L5bb4ycDO/AIow3GjfuhpB/5/C/IJZE8jlYGACiQIAdd4NEQAAAHicY2BkYGAO+p8FJF8wMIBJRgZUwAUAXP4DoQB4nGN+wcDATAQGAMEMCS8AAAAAAAC4APIBWAJCAr4DGANUA/YEjQAAAAEAAAAKAI4ABQAAAAAAAgAcACwAcwAAAG8LcAAAAAB4nHWQy07CQBSG/5GLCokaTdw6KwMxlkviAhISEgxsdEMMW1NKaUtKh0wHEl7Dd/BhfAmfxZ92MAZim+l855szZ04HwDW+IZA/Txw5C5wxyvkEp+hZLtA/Wy6SXyyXUMWb5TL9u+UKHhBYruIGH6wgiueMFvi0LHAlLi2f4ELcWS7QP1ouknuWS7gVr5bL9J7lCiYitVzFvfgaqNVWR0FoZG1Ql+1mqyOnW6moosSNpbs2odKp7Mu5Sowfx8rx1HLPYz9Yx67eh/t54us0UolsOc29GvmJr13jz3bV003QNmYu51ot5dBmyJVWC98zTmjMqtto/D0PAyissIVGxKsKYSBRo61zbqOJFjqkKTMkM/OsCAlcxDQu1twRZisp4z7HnFFC6zMjJjvw+F0e+TEp4P6YVfTR6mE8Ie3OiDIv2ZfD7g6zRqQky3QzO/vtPcWGp7VpDXftutRZVxLDgxqS97FbW9B49E52K4a2iwbff/7vB+x4hFUAeJxtxlsOgkAMRuH+KM7FtbioMlZpGDoGSoy7V+Ir38PJoY7+Mh3L6HDCGT0uCIhIyLhSLzNrTXtuPqrFqjbJ/Ter8auM7MHf6i5L+LTNt0Hig4sMrU1JbXV+LjzH2gq7NiP6ArlzHUt4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGVidNjEwMmiBGJu5mBg5ICw+BjCLzWkX0wGgNCeQze60i8EBwmZmcNmowtgRGLHBoSNiI3OKy0Y1EG8XRwMDI4tDR3JIBEhJJBBs5mFi5NHawfi/dQNL70YmBhcADHYj9AAA") format("woff"), url("data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+IUmDAAABUAAAAFZjbWFwoYP1mwAAAagAAAH4Y3Z0IAbV/wQAABDYAAAAIGZwZ22KkZBZAAAQ+AAAC3BnYXNwAAAAEAAAENAAAAAIZ2x5Ztq0Dt4AAAOgAAAJGmhlYWQUFq74AAAMvAAAADZoaGVhBzwDXQAADPQAAAAkaG10eCcQAAAAAA0YAAAAKGxvY2EMrwpCAAANQAAAABZtYXhwAQ4MLAAADVgAAAAgbmFtZcydHyEAAA14AAACzXBvc3SdwXaKAAAQSAAAAIdwcmVw5UErvAAAHGgAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAED6AGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgB6AwDUv9qAFoDUgCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAF8AAEAAAAAAHYAAwABAAAALAADAAoAAAF8AAQASgAAAAoACAACAALoAegD6AXoDP//AADoAegD6AXoB///AAAAAAAAAAAAAQAKAAoACgAKAAAAAQACAAMABAAFAAYABwAIAAkAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAHwAAAAAAAAACQAA6AEAAOgBAAAAAQAA6AMAAOgDAAAAAgAA6AUAAOgFAAAAAwAA6AcAAOgHAAAABAAA6AgAAOgIAAAABQAA6AkAAOgJAAAABgAA6AoAAOgKAAAABwAA6AsAAOgLAAAACAAA6AwAAOgMAAAACQACAAD/lAOxAykAUQBjAFJATzcfAggJAQEHAgJHAAEABgQBBmAABAAJCAQJYAoBCAADAggDYAAFAAIHBQJgAAcAAAdUAAcHAFgAAAcATFNSXFpSY1NjKCgrKSgoKCQLBRwrJRcGBwYjIiYnJjU0Nz4BMzIXFhcWFRQHBiMiJyYnJicGBwYjIiYnJjU0NzY3NjMyFxYVFAcOAQcGFxYzMjY3NjU0Jy4BIyIHDgEVFBceATMyNiUyNz4BNTQnJgciBwYHBhUGFgMHGDtIRVmDzzk7PjvSgIRlXjQzNDp6FhUZDxMCHzUrKC1LFRcdHzU6SlgtJQcEFAECDw4cL0kUFjAupWhxXFhkMzKxcFGG/u4xKygwGh46NiwnFxYBPCQzMRYWcGZqi4RqZ3Q2MldVZJRPWAoLFhokLxoVJyQnNkA9QCcqMitFGh0ROQowGRY5NzxUYUpIUDUztnB5XFpiK70hHmIxNiAmASIeMjAzOEEAAAMAAAAAA74CggAEAAcACwAzQDAGBAMABAABAUcAAwQBAQADAV4AAAICAFIAAAACVgACAAJKBQULCgkIBQcFBxEFBRUrExEhEQkDEyERIVIDRP5b/oQBfQGBS/xsA5QCQ/4oAdj+ogF1/r8BQf3pAj8AAAAAAwAA/5QDrgMoAAMADAApAEhARR8BBQEaAQAFAkcGBAIABQBwAAMJAQIBAwJgCAcCAQUFAVIIBwIBAQVYAAUBBUwFBCQiHh0cGxQSDg0JCAQMBQwREAoFFisXIxEzJyImNDYyFhQGASMRNCcmIyIHBgcGDwERIxEzFTY3NjMyFxYXFhX9xcVdJjY2TDc3AujFDxErIxsWDwsHBcXFHyk9QComMx0lbAKxKzZMNjZMNv0kAaoqExgNCxIOEA3+VgKxQhgRGRIZNkJqAAAAAQAA/7IDvgMNAI0ANUAycG8CBgWNOQIBBgJHAAUGBW8ABgEGbwMBAQABbwQBAAIAbwACAmZ1cmZjEyg4IhwHBRkrJQYHBgcGBwYPAwYiJyYjIgYHBg8BBgcGKwEiJyYvASYnLgEjIgcjBiInJi8BJicmIyYnJicmPQE2NzY3Njc2NzY3NTYmJyYvASYnJicuATc2Nz4BFxY3NjUnJjc2Nz4BNzY7ATIXFhcWFxYXFg8BFBY7ATY3NjIeARUUBgcGIwcGBwYXFBcWFxYXFhUDvQQWHjoGAwIDAQIDBBMJGhkTIxMNFwIgFCAkCyMhFCELFAoQIBQaGAIKEwQGAgQCAgQFNyIWBAEFBS0oIBsUDwsDDQ8SDBUEBAYXBwcEAQIMCBMHKxcHAQQBAgwVQiEyNBI0MiQeJBINAgEFAQ4KAhMYBhATDBEYBgMDMAoIDAEUIzxOCGoKCw4JAgUCDgYGEAkCBgYLBw8BGAkPDwkXCA0FCQYGAgkMCQ0KAwYJDQoKAwMDBgIHGhQhFxoSCQEYHwoGBgECAgoIBQwECggFAgMVDAQIIT8eNBwvPQ0WFg4dIiwcNR8/HggHAQsCBw0HCRELAgINFxEZAQEsJkINAgkAAAAAAQAA/+wDvgLVADsAR0BEOjg1MyYABgUGHgEEBRoWAgMEDQEBAgRHAAYFBm8ABQQFbwAEAwRvAAMCA28AAgECbwABAAFvAAAAZiUYFyMTIykHBRsrARQVFAcGBwYHBiMiJicWMzI3NjcuAScWMzI3LgI9ARYzLgE1NDcWFxYXJjU0PgEzMhYXNjcOAQc2NwYDYSMkQ0dgaX1Okz8VGEE9OjE9YRISEhsWK0QnKSwnLRpGZGZzBTNWMyhHGz06CiseOzElAhwMDV9dYUtSLDEsKQMVFSYBSTkDBgg1Ty0CFxlTMDQrVzM1BhcUM1YzHxwLIiE1EggWOQACAAAAAAO/Ap4AKQAuABlAFi4sKgMAAQFHAAEAAW8AAABmX1QCBRYrJQ4BBwYHBiInJicuAScmJyY0NzY3PgE3Njc2MhcWFx4BFxYXFh0BFAcGJTY3JicDrgg3JEtgOeY5YEskNwgLAwICAwsINyROXkbLRl5NJDcJCgMCAgP9xcJhummFJDEFCAICAgIIBTEkLz0lkCU9LyQxBQgDAgIDCAQyJCw6I0QMSCU9HGQzYTcAAAABAAD/lALOAygAFwAtQCoAAQABcAAEAAUDBAVgBgEDAAADUgYBAwMAVgIBAAMAShQhJhERERAHBRsrASMRIxEjNTM1NDc2NzY7ARUjIgcGHQEzAr2Av1paDxMnL0iNZhAKDpEBXv42AcqiaCwnMBwhnQkLGF8AAAAFAAD/lAO+AygAEwAgACkAPQBKAF5AWwAHCgEABQcAYAAFDAEECAUEYAADDQEICQMIYAAJCwECAQkCYAABBgYBVAABAQZYAAYBBkw/PiIhFRQCAEVEPko/Sjo3MC0mJSEpIikbGhQgFSAMCQATAhMOBRQrASEiDgEVERQeATMhMj4BNRE0LgEBIi4BND4BMh4BFA4BEyImNDYyFhQGExQOASMhIi4BNRE0PgEzITIeARUFIg4BFB4BMj4BNC4BAtf+OiQ9IyM9JAHGJD0jIz3++UBsQEBsgGxAQGy0FyEhLiEhvz5qP/46P2o+Pmo/AcY/aj7+NiU+JSU+Sj4lJT4CxSM9JP46JD0jIz0kAcYkPSP9rUBsgGxAQGyAbEABpyEuISEuIf5iP2o+Pmo/AcY/aj4+aj9bJT5KPiUlPko+JQAAAAAEAAD/lANGAygAGgA4AEIATABEQEErAQJEAAAGAQEDAAFgAAMIAQQFAwRgAAUCAgVUAAUFAlgHAQIFAkxEQzo5HBtIR0NMREw/PjlCOkIbOBw4HQkFFSsFLwEmJyYnJjU0PgE3NjIeAhUUBwYHBgcGBwMiBwYHDgEVFBcWFxYXFh8BNjc2NzY3NjUmJy4CAyImNTQ2MhYOASciBhQWMjY1NCYB9xg2K0A9Ky82Wj47j3ZdNC8zNjowLAoXOTIwJyYqHhouKDIbLQobOCwuLBweAhUUTWE6N1BOcVABTzgfKys+KyxsHEQ1Xl1WW0VCflkbGjVae0RBXmJRVj43DQM8FhQmKGA6LEE9SkJDJTsNIks9SUg+QSw7LzFNKv5mTzk3UE9wUNEqPyoqIB4rAAAAAQAAAAEAAKRtdsBfDzz1AAsD6AAAAADYh7WrAAAAANiHtasAAP+UA+gDKQAAAAgAAgAAAAAAAAABAAADUv9qAAAD6AAAAAAD6AABAAAAAAAAAAAAAAAAAAAACgPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAAAAAAALgA8gFYAkICvgMYA1QD9gSNAAAAAQAAAAoAjgAFAAAAAAACABwALABzAAAAbwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABAAgANQABAAAAAAACAAcAPQABAAAAAAADAAgARAABAAAAAAAEAAgATAABAAAAAAAFAAsAVAABAAAAAAAGAAgAXwABAAAAAAAKACsAZwABAAAAAAALABMAkgADAAEECQAAAGoApQADAAEECQABABABDwADAAEECQACAA4BHwADAAEECQADABABLQADAAEECQAEABABPQADAAEECQAFABYBTQADAAEECQAGABABYwADAAEECQAKAFYBcwADAAEECQALACYByUNvcHlyaWdodCAoQykgMjAxOSBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9udGVsbG9SZWd1bGFyZm9udGVsbG9mb250ZWxsb1ZlcnNpb24gMS4wZm9udGVsbG9HZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEAOQAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAG4AdABlAGwAbABvAFIAZQBnAHUAbABhAHIAZgBvAG4AdABlAGwAbABvAGYAbwBuAHQAZQBsAGwAbwBWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAG4AdABlAGwAbABvAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoBAgEDAQQBBQEGAQcBCAEJAQoBCwAFZW1haWwJbWFpbC10aGluCGxpbmtlZGluCHNuYXBjaGF0B3R3aXR0ZXIHeW91dHViZQhmYWNlYm9vawlpbnN0YWdyYW0IbG9jYXRpb24AAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANS/2oDUv9qsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAWBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrIAAQAqsQAFQrMKAgEIKrEABUKzDgABCCqxAAZCugLAAAEACSqxAAdCugBAAAEACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZswwCAQwquAH/hbAEjbECAEQAAA==") format("truetype"); }

/*
  Colors and themes

  UNSW has several themes. Each theme has 3 colors (`primary`, `secondary` and `tertiary`)
  with 4 shades each (`key`, `background`, `medium` and `dark`)
  and neutrals (greyscale) in 10% steps.
  Only the primary colors differ between the themes, the rest stays the same.

  Weight: -10

  Style guide: Colors
 */
/*
  Sass Colors

  - group colors in maps for better readability
  - differentiate between first level colors (ideally in maps) and second level colors
  - global second level colors can be shortcuts used only for the most often used values ()
  - use functional/semantic names for second level colors (eg `action-color`) and keep them locally within the components where possible

  Style guide: Colors.Sass
 */
/*
  get_themes()

  `@function get_themes()`
  Returns a list of theme names

  Style guide: Colors.Sass.get_themes
*/
/*
  get_theme_color()

  `@function get_theme_color($theme: central, $shade: key)`
  Returns a color value from the theme colours map

  **Examples:**
  ```
  get_theme_color(secondary);
  get_theme_color(engineering, bg);
  ```

  $theme - `secondary`, `tertiary` or a theme name (eg `central`)
  $shade - one of one of `key`, `bg`, `medium` or `dark`

  Style guide: Colors.Sass.get_theme_color
*/
/*
  set_text_color()

  `@function set_text_color($color)`
  Returns a light or dark text color based on the lightness of the color given

  **Example:**
  ```
  a {
    color: set_text_color(#000);
  }
  ```

  $color - the background color the text will appear on

  Style guide: Colors.Sass.set_text_color
*/
/*
  typestyle_at_breakpoint()

  `@mixin typestyle_at_breakpoint($typestyle, $bp)`\
  Returns typestyle map values at one breakpoint, mainly used by the `typeset()` mixin

  **Example:**
  ```
    $typestyle: map_get($typestyles, h1);
    @include typestyle_at_breakpoint($typestyle, small);
  ```

  $typestyle - map, values of an element in $typsestyles. Note that this isn't the key (eg h1) but the breakpoint map it contains
  $bp - which breakpoint to get (eg `small`, `medium`). `small` will be output without media query

  Style guide: Typography.Sass.typestyle_at_breakpoint()
*/
/*
  typeset()

  `@mixin typeset($typestyle)`\
  Returns typography styles for a given element from the `$typestyles` map. Mixin overloaded from the original typey mixin.

  **Example:**
  ```
  p {
    @include typeset(paragraph);
  }
  ```

  $typestyle - the element or style to get from the map, eg `h1`

  Styleguide: Typography.Sass.typeset()
*/
/*
  fa-icon()

  `@mixin fa-icon($color)`\

  Styleguide: Typography.Sass.fa-icon()
*/
/*
  get_spacing()

  `@function get_spacing($s, $context: $base-line-height)`\
  returns spacing based on `base-line-height` or a custom context.
  Can be used in `calc`-functions and instead of typey's `@include [spacing]` functions.

  **Example:**
  ```
  div {
    display: grid;
    grid-row-gap: get_spacing(1);
  }

  div {
    border-top-width: 4px;
    padding-top: calc(get_spacing(1) - 4px);
  }

  div {
    padding: get_spacing(1 2);
  }
  ```

  $spacing - multiplier (can also be a list)
  $context - line-height to multiply. Defaults to `base-line-height`

  Styleguide: Typography.Sass.typeset()
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  line-height: 1.25em;
  min-width: 20rem; }
  @media print {
    html {
      font-size: 12pt; } }

body {
  margin: 0;
  color: #333;
  overflow-x: hidden; }

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

dl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem; }
  dl dt {
    margin-bottom: 1em; }

ul {
  margin: 0px 0px 20px;
  margin: 0 0 1.25rem; }
  ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem; }

ol {
  margin: 0px 0px 20px;
  margin: 0 0 1.25rem; }
  ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem; }

h1 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.625rem; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    h1 {
      font-size: 2.75rem;
      line-height: 3.3125rem; } }

.h1 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.625rem; }
  @media (min-width: 600px) {
    .h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    .h1 {
      font-size: 2.75rem;
      line-height: 3.3125rem; } }

h2 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    h2 {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

.h2 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    .h2 {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem; }
  @media (min-width: 600px) {
    h3 {
      line-height: 1.625rem; } }

.h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem; }
  @media (min-width: 600px) {
    .h3 {
      line-height: 1.625rem; } }

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.625rem; }

.h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.625rem; }

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem; }

.h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem; }

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.error {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Arial, Helvetica, sans-serif; }

.h1 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.625rem; }
  @media (min-width: 600px) {
    .h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    .h1 {
      font-size: 2.75rem;
      line-height: 3.3125rem; } }

.h2 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    .h2 {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

.h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem; }
  @media (min-width: 600px) {
    .h3 {
      line-height: 1.625rem; } }

.h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.625rem; }

.h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem; }

.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.input-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem; }

.lead-heading {
  font-family: Sommet, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.75rem; }
  @media (min-width: 960px) {
    .lead-heading {
      font-size: 2rem; } }

.lead-text {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-family: Arial, Helvetica, sans-serif; }

.quote {
  font-family: Sommet, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.75rem; }

.paragraph {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem; }

.sub1 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Arial, Helvetica, sans-serif; }

.sub2 {
  font-size: 0.75rem;
  line-height: 1.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.form-label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem; }

.form-label-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.label1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem; }

.label2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.label3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.75rem; }

.nav3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.75rem; }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0px 0px 20px;
  margin: 0 0 1.25rem; }

sub {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Arial, Helvetica, sans-serif; }

blockquote {
  font-family: Sommet, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.75rem; }

img {
  max-width: 100%; }

.text-dark {
  color: #333; }

.text-light {
  color: #fff; }

.inactive {
  color: #737373; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 73.125rem;
  width: 100%; }

.uds-grid .container {
  max-width: 100rem; }

a {
  color: #3f61c4; }
  .central a {
    color: #3f61c4; }
  .engineering a {
    color: #e32119; }

.uds-component {
  margin-top: .9375rem; }
  @media (min-width: 103rem) {
    .uds-component {
      margin-top: 1.875rem; } }
  .uds-component:first-child {
    padding-top: 0; }
  .uds-component:last-child {
    padding-bottom: 0; }
  .uds-component.seperator {
    border-bottom: 1px solid #ebebeb; }
    .uds-component.seperator.dark {
      border-bottom: 1px solid #737373; }

.heading-component,
.contentfragment,
.cmp-form {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .heading-component,
    .contentfragment,
    .cmp-form {
      padding-left: 0;
      padding-right: 0; } }

.padded {
  padding: 0 4%; }
  @media (min-width: 600px) {
    .padded {
      padding: 0 12.4999995%; } }
  @media (min-width: 960px) {
    .padded {
      padding: 0 8.33333333%; } }

.nav3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.75rem; }

/*
  fa-icon()

  `@mixin fa-icon($color)`\

  Styleguide: Typography.Sass.fa-icon()
*/
.unsw-brand-theme h1 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme h1 {
      font-size: 3rem;
      line-height: 3.5625rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme h1 {
      font-size: 3.75rem;
      line-height: 4.5rem; } }

.unsw-brand-theme h2 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4375rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme h2 {
      font-size: 2.625rem;
      line-height: 3.125rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme h2 {
      font-size: 3rem;
      line-height: 3.5625rem; } }

.unsw-brand-theme h3 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme h3 {
      font-size: 1.75rem;
      line-height: 2.125rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme h3 {
      font-size: 2rem;
      line-height: 2.4375rem; } }

.unsw-brand-theme h4 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme h4 {
      font-size: 1.375rem;
      line-height: 1.6875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme h4 {
      font-size: 1.5rem;
      line-height: 1.8125rem; } }

.unsw-brand-theme h5 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme h5 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.unsw-brand-theme h6 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem; }

.unsw-brand-theme .lead1 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .lead1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .lead1 {
      font-size: 3rem;
      line-height: 3.5625rem; } }

.unsw-brand-theme .lead2 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .lead2 {
      font-size: 1.625rem;
      line-height: 1.5rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .lead2 {
      font-size: 2rem;
      line-height: 2.4375rem; } }

.unsw-brand-theme .lead3 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.1875rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .lead3 {
      font-size: 1.25rem;
      line-height: 2rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .lead3 {
      font-size: 1.375rem;
      line-height: 2rem; } }

.unsw-brand-theme sub,
.unsw-brand-theme .sub1 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: .6rem;
  line-height: .9375rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme sub,
    .unsw-brand-theme .sub1 {
      font-size: 1rem;
      line-height: 1.75rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme sub,
    .unsw-brand-theme .sub1 {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

.unsw-brand-theme .sub2 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: .75rem;
  line-height: .9375rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme .sub2 {
      font-size: .875rem;
      line-height: 1.375rem; } }

.unsw-brand-theme .sub3 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: .75rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme .sub3 {
      font-size: .75rem;
      line-height: .9375rem; } }

.unsw-brand-theme .label1 {
  font-family: RobotoMono, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.625rem; }

.unsw-brand-theme .label2 {
  font-family: RobotoMono, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem; }

.unsw-brand-theme .label3 {
  font-family: RobotoMono, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: .8rem;
  line-height: 1.1875rem; }

.unsw-brand-theme .nav1 {
  font-family: Clancy, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.375; }
  @media (min-width: 960px) {
    .unsw-brand-theme .nav1 {
      font-size: 1.25rem; } }

.unsw-brand-theme .nav2 {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.1875rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme .nav2 {
      font-size: 1.25rem; } }

.unsw-brand-theme .nav3 {
  font-family: RobotoMono, Arial, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.1875rem; }

.unsw-brand-theme .nav4 {
  font-family: RobotoMono, Arial, sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem; }

.unsw-brand-theme p,
.unsw-brand-theme dl,
.unsw-brand-theme ul li,
.unsw-brand-theme ol li,
.unsw-brand-theme .paragraph,
.unsw-brand-theme th {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem; }

.unsw-brand-theme td {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: .6rem;
  line-height: .9375rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme td {
      font-size: 1rem;
      line-height: 1.75rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme td {
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  .unsw-brand-theme td p,
  .unsw-brand-theme td li {
    font-family: Clancy, Arial, sans-serif;
    font-weight: 300;
    font-size: .6rem;
    line-height: .9375rem; }
    @media (min-width: 600px) {
      .unsw-brand-theme td p,
      .unsw-brand-theme td li {
        font-size: 1rem;
        line-height: 1.75rem; } }
    @media (min-width: 960px) {
      .unsw-brand-theme td p,
      .unsw-brand-theme td li {
        font-size: 1.125rem;
        line-height: 1.75rem; } }

.unsw-brand-theme blockquote,
.unsw-brand-theme .quote {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme blockquote,
    .unsw-brand-theme .quote {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme blockquote,
    .unsw-brand-theme .quote {
      font-size: 3rem;
      line-height: 3.5625rem; } }

.unsw-brand-theme .hero-title-large {
  font-size: 3rem;
  line-height: 3.5625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .hero-title-large {
      font-size: 4.875rem;
      line-height: 5.875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .hero-title-large {
      font-size: 6rem;
      line-height: 7.25rem; } }

.example .cmp-text h2 {
  color: red; }

.example .cmp-text p {
  padding: 50px; }

.unsw-brand-theme .details .title {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .details .title {
      font-size: 1rem;
      line-height: 1.1875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .details .title {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.unsw-brand-theme .details p.summary {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .details p.summary {
      font-size: 1rem;
      line-height: 1.1875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .details p.summary {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.unsw-brand-theme .form-field .radio label {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal; }

.unsw-brand-theme .main-nav span.nav-title {
  font-family: Clancy, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5rem; }

.unsw-brand-theme .top-nav a {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1rem; }

.unsw-brand-theme .mega-menu a {
  font-weight: lighter; }

.unsw-brand-theme .form-field label {
  font-family: Clancy, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  color: #000; }
  @media (min-width: 600px) {
    .unsw-brand-theme .form-field label {
      font-size: 1.125rem;
      line-height: 1.375rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .form-field label {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.unsw-brand-theme .accordion-item {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .accordion-item {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .breadcrumbs li.breadcrumb {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .card .base .date {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: none;
  text-transform: none; }
  @media (min-width: 600px) {
    .unsw-brand-theme .card .base .date {
      font-size: 0.75rem;
      line-height: 0.875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .card .base .date {
      font-size: 0.875rem;
      line-height: 0.9375rem; } }

.unsw-brand-theme .card .base .card-subtitle {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .card .base .price,
.unsw-brand-theme .card .base .property {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .card .base .category {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .card .base .category {
      font-size: 1rem;
      line-height: 1.1875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .card .base .category {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.unsw-brand-theme .card.card-divider .category,
.unsw-brand-theme .card.card-divider .price,
.unsw-brand-theme .card.card-divider .property {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .carousel.gallery .slider .caption p {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme .carousel.gallery .slider .caption p {
      font-family: RobotoMono, Arial, sans-serif;
      letter-spacing: 1px;
      text-transform: none;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 960px) and (min-width: 600px) {
    .unsw-brand-theme .carousel.gallery .slider .caption p {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .cta.minimal .faux-link,
.unsw-brand-theme .cta.minimal.small .faux-link {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .cta.overlay {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .cta.overlay {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .download .download-info .title {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .form-field p.help-text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.unsw-brand-theme .branding {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem; }
  @media (min-width: 960px) {
    .unsw-brand-theme .branding {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.unsw-brand-theme #header-search .search-wrapper .suggestions .suggestion.search-term .text {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .hero .content .author-name,
.unsw-brand-theme .hero .content .date {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .highlight {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .iam.lost-password form#choose-password .form-field .tip {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .iam.create-password form#create-password .form-field .tip {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.unsw-brand-theme .tpl-image-content-wrapper {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .tpl-image-content-wrapper {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .search-filter .open {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .search-sort .label {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .search-sort .open {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .cmp-tabs__tablist .tab-control {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .cmp-tabs__tablist .tab-control {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .share-tags .tags {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem; }
  .unsw-brand-theme .share-tags .tags a {
    font-family: RobotoMono, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5rem; }

.unsw-brand-theme .video.player-intro .video-transcript .video-transcript-item {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .video.player-intro .video-transcript .video-transcript-item {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .unsw-brand-card-theme .grid:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (min-width: 600px) {
  .unsw-brand-theme .unsw-brand-card-theme .card .image {
    width: 100%; } }

.unsw-brand-theme .unsw-brand-card-theme .card .base {
  margin-left: 0;
  margin-top: 0; }
  @media (min-width: 600px) {
    .unsw-brand-theme .unsw-brand-card-theme .card .base {
      margin-left: 0;
      margin-top: 0; } }
  @media (min-width: 103rem) {
    .unsw-brand-theme .unsw-brand-card-theme .card .base {
      margin-left: 0;
      margin-top: 0; } }
  .unsw-brand-theme .unsw-brand-card-theme .card .base:after {
    display: none; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base .title {
    -ms-grid-row: 2;
    grid-row: 2; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base .content {
    min-height: 0; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base .category {
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 1rem;
    text-transform: none; }
    .unsw-brand-theme .unsw-brand-card-theme .card .base .category:before {
      display: none; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base .date {
    -ms-grid-row: 5;
    grid-row: 5; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base.no-date .title {
    margin-top: 0; }
  .unsw-brand-theme .unsw-brand-card-theme .card .base.no-category .content {
    margin-bottom: 1.25rem; }

.unsw-brand-theme .unsw-brand-card-theme:not(.multi-grid) .grid {
  padding: 0 20px; }

.unsw-brand-theme .unsw-brand-card-theme:not(.multi-grid) .card .base {
  padding: 2.5rem 1.25rem 2.5rem 0;
  background-color: transparent;
  max-width: 100%; }

@media (min-width: 960px) {
  .unsw-brand-theme .unsw-brand-card-theme:not(.multi-grid) .card .image {
    width: 100%; }
  .unsw-brand-theme .unsw-brand-card-theme:not(.multi-grid) .base {
    margin-left: 0;
    margin-top: 0; } }

.unsw-brand-theme .unsw-brand-card-theme.multi-grid .grid {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 103rem) {
  .unsw-brand-theme .unsw-brand-card-theme.multi-grid .card .image {
    width: 100%; } }

.unsw-brand-theme .unsw-brand-card-theme.multi-grid .card .base {
  padding: 2.5rem 1.25rem 2.5rem 0;
  background-color: transparent; }
  @media (min-width: 103rem) {
    .unsw-brand-theme .unsw-brand-card-theme.multi-grid .card .base {
      margin-left: 0px;
      margin-left: 0;
      margin-top: 0px;
      margin-top: 0; } }
  .unsw-brand-theme .unsw-brand-card-theme.multi-grid .card .base .title.no-category {
    margin-top: 2.5rem; }
  .unsw-brand-theme .unsw-brand-card-theme.multi-grid .card .base.no-category .title {
    margin-top: 2.5rem; }

.unsw-brand-theme .card-general.card-news .card .base.no-date .title {
  margin-top: 0; }

.unsw-brand-theme .card-general.card-news .card .base.no-category .content {
  margin-bottom: 0; }

.unsw-brand-theme .card-general.card-news .card .base .title {
  -ms-grid-row: 2;
  grid-row: 2; }

.unsw-brand-theme .card-general.card-news .card .base .content {
  max-width: 100%;
  padding-right: 0; }

.unsw-brand-theme .card-general.card-news:not(.unsw-brand-card-theme) .card .base.no-date .title {
  margin-top: 2rem; }

.unsw-brand-theme .card-general.card-news:not(.unsw-brand-card-theme) .card .base.no-category .content {
  margin-bottom: 1.5rem; }

.unsw-brand-theme .card-general.card-news:not(.unsw-brand-card-theme) .card .base .title {
  -ms-grid-row: 2;
  grid-row: 2; }

.unsw-brand-theme .card-general.card-news:not(.unsw-brand-card-theme) .card .base .content {
  max-width: 100%;
  padding-right: 0; }

.unsw-brand-theme .key-dates .date-block .day-of-week {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .key-dates .date-block .day-of-week {
      font-size: 1rem;
      line-height: 1.1875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .key-dates .date-block .day-of-week {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.unsw-brand-theme .key-dates .date-block .day-of-month {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .key-dates .date-block .day-of-month {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .key-dates .date-block .month {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .key-dates .date-block .month {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.unsw-brand-theme .key-dates .key-date-category {
  font-family: Clancy, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: none; }
  @media (min-width: 600px) {
    .unsw-brand-theme .key-dates .key-date-category {
      font-size: 0.75rem;
      line-height: 0.875rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .key-dates .key-date-category {
      font-size: 0.875rem;
      line-height: 0.9375rem; } }

.unsw-brand-theme .key-dates .key-date-title {
  font-family: Clancy, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .key-dates .key-date-title {
      font-size: 1.75rem;
      line-height: 2.125rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .key-dates .key-date-title {
      font-size: 2rem;
      line-height: 2.4375rem; } }

.unsw-brand-theme .key-dates .read-more {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .key-dates .expand-collapse span {
  font-family: RobotoMono, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem; }

.unsw-brand-theme .skip-to {
  top: 1rem;
  z-index: -1; }
  .unsw-brand-theme .skip-to .skip-to-content {
    margin-left: 0;
    margin-right: 0; }
    .unsw-brand-theme .skip-to .skip-to-content a {
      background-color: transparent;
      color: #000; }

/*
 Accordion

  The accordion comprises a vertically stacked list of items, each item can be "expanded" or "collapsed".

  Javascript: `UdsAccordion.init()`

  Markup: accordion.hbs

  Style guide: Components.accordion
 */
.accordion {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  background: #fff; }
  .accordion > ul {
    padding: 0; }
    .accordion > ul > li {
      padding: 0 15px;
      border-top: solid 1px #efefef;
      list-style: none; }
      @media (min-width: 960px) {
        .accordion > ul > li {
          padding: 0 2.5em; } }
  .accordion .accordion-item {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 28px 20px 28px 0;
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .accordion .accordion-item:before, .accordion .accordion-item:after {
      content: "";
      width: 1em;
      height: 2px;
      background-color: #3f61c4;
      position: absolute;
      right: 0;
      top: 45%;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
      transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
      transition: background-color 150ms, transform .5s, opacity .2s;
      transition: background-color 150ms, transform .5s, opacity .2s, -webkit-transform .5s; }
    .accordion .accordion-item:before {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg); }
    .accordion .accordion-item:after {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
    .accordion .accordion-item.is-expanded:before {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .accordion .accordion-content {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden; }
  .accordion .learn-more {
    position: relative;
    display: block;
    color: #3f61c4;
    text-decoration: none;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 20px 0px 40px;
    margin: 1.25rem 0 2.5rem; }
    .accordion .learn-more:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f35d";
      display: inline;
      margin-left: 20px;
      margin-left: 1.25rem; }
    .accordion .learn-more:hover {
      text-decoration: underline; }
  .accordion section.button-group {
    padding: 0;
    margin: 40px 0px;
    margin: 2.5rem 0; }
  .central .accordion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    background: #fff; }
    .central .accordion > ul {
      padding: 0; }
      .central .accordion > ul > li {
        padding: 0 15px;
        border-top: solid 1px #efefef;
        list-style: none; }
        @media (min-width: 960px) {
          .central .accordion > ul > li {
            padding: 0 2.5em; } }
    .central .accordion .accordion-item {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 28px 20px 28px 0;
      position: relative;
      display: block;
      text-decoration: none;
      color: #333;
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      background: transparent;
      border: 0;
      cursor: pointer; }
      .central .accordion .accordion-item:before, .central .accordion .accordion-item:after {
        content: "";
        width: 1em;
        height: 2px;
        background-color: #3f61c4;
        position: absolute;
        right: 0;
        top: 45%;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, transform .5s, opacity .2s;
        transition: background-color 150ms, transform .5s, opacity .2s, -webkit-transform .5s; }
      .central .accordion .accordion-item:before {
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg); }
      .central .accordion .accordion-item:after {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
      .central .accordion .accordion-item.is-expanded:before {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .central .accordion .accordion-content {
      position: relative;
      display: block;
      line-height: 0;
      overflow: hidden; }
    .central .accordion .learn-more {
      position: relative;
      display: block;
      color: #3f61c4;
      text-decoration: none;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin: 20px 0px 40px;
      margin: 1.25rem 0 2.5rem; }
      .central .accordion .learn-more:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 20px;
        margin-left: 1.25rem; }
      .central .accordion .learn-more:hover {
        text-decoration: underline; }
    .central .accordion section.button-group {
      padding: 0;
      margin: 40px 0px;
      margin: 2.5rem 0; }
  .engineering .accordion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    background: #fff; }
    .engineering .accordion > ul {
      padding: 0; }
      .engineering .accordion > ul > li {
        padding: 0 15px;
        border-top: solid 1px #efefef;
        list-style: none; }
        @media (min-width: 960px) {
          .engineering .accordion > ul > li {
            padding: 0 2.5em; } }
    .engineering .accordion .accordion-item {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 28px 20px 28px 0;
      position: relative;
      display: block;
      text-decoration: none;
      color: #333;
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      background: transparent;
      border: 0;
      cursor: pointer; }
      .engineering .accordion .accordion-item:before, .engineering .accordion .accordion-item:after {
        content: "";
        width: 1em;
        height: 2px;
        background-color: #e32119;
        position: absolute;
        right: 0;
        top: 45%;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, transform .5s, opacity .2s;
        transition: background-color 150ms, transform .5s, opacity .2s, -webkit-transform .5s; }
      .engineering .accordion .accordion-item:before {
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg); }
      .engineering .accordion .accordion-item:after {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
      .engineering .accordion .accordion-item.is-expanded:before {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .engineering .accordion .accordion-content {
      position: relative;
      display: block;
      line-height: 0;
      overflow: hidden; }
    .engineering .accordion .learn-more {
      position: relative;
      display: block;
      color: #e32119;
      text-decoration: none;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin: 20px 0px 40px;
      margin: 1.25rem 0 2.5rem; }
      .engineering .accordion .learn-more:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 20px;
        margin-left: 1.25rem; }
      .engineering .accordion .learn-more:hover {
        text-decoration: underline; }
    .engineering .accordion section.button-group {
      padding: 0;
      margin: 40px 0px;
      margin: 2.5rem 0; }

/*
  Background Shapes

  UNSW Brand fixed shapes. That go behind the Hero and all components on the page.

  Markup: background-shapes.hbs

  Style guide: Components.background-shapes

 */
.background-shape {
  position: absolute;
  fill: #ffdc00;
  z-index: -1;
  height: 800px;
  top: -100px;
  left: -480px; }
  @media (min-width: 600px) {
    .background-shape {
      height: 950px;
      top: 0;
      left: -450px; } }
  @media (min-width: 960px) {
    .background-shape {
      height: 950px;
      top: 0;
      left: -360px; } }
  @media (min-width: 60rem) {
    .background-shape {
      height: 76vw;
      top: -12vh;
      left: -26vw; } }
  @media (min-width: 1600px) {
    .background-shape {
      height: 54vw;
      top: -12vh;
      left: -10vw; } }

/*
 Breadcrumb

  Breadcrumbs provide the user with a trail indicating the depth within the content that they are viewing.

  Breadcrumbs are rendered as an unordered list of links, with the last child being plain text.

  Markup: breadcrumb.hbs

  Style guide: Components.breadcrumb
 */
.breadcrumbs {
  background: #f9f9f9;
  border-bottom: 1px solid #c8c8c8;
  display: none; }
  @media (min-width: 600px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs-wrapper {
    max-width: 73.125rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    padding: 1.25rem; }
    @media (min-width: 960px) {
      .breadcrumbs-wrapper {
        padding: 20px 0px;
        padding: 1.25rem 0; } }
  .breadcrumbs ul {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    margin: 0;
    padding: 0px;
    padding: 0; }
  .breadcrumbs li.breadcrumb {
    margin-right: 20px;
    margin-right: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75rem;
    display: inline-block;
    font-weight: normal; }
    .breadcrumbs li.breadcrumb a {
      color: #333;
      text-decoration: none;
      display: inline-block; }
      .breadcrumbs li.breadcrumb a:hover {
        text-decoration: underline; }
    .breadcrumbs li.breadcrumb:before {
      content: "/";
      margin-right: 20px;
      margin-right: 1.25rem; }
    .breadcrumbs li.breadcrumb:first-child {
      font-weight: 700; }
      .breadcrumbs li.breadcrumb:first-child:before {
        content: "";
        margin-right: 0px;
        margin-right: 0; }

.cmp-breadcrumb__item:before {
  content: "\003e";
  display: inline-block;
  padding: 0 10px; }

.breadcrumb {
  display: block; }

/*
  Button Chipped

  Chipped button styles.

  Markup: button-chipped.hbs

  Style guide: Components.button.chipped
 */
div.chipped.button-chipped {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-right: 0px;
  padding-right: 0; }
  div.chipped.button-chipped:before {
    top: -2px;
    right: -2px; }
  @media (min-width: 103rem) {
    div.chipped.button-chipped:before {
      top: 0;
      right: 0; } }
  div.chipped.button-chipped:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 1em;
    border-right-color: #fff;
    border-top-color: #fff;
    z-index: 999; }
  @media (min-width: 103rem) {
    div.chipped.button-chipped:before {
      border-width: 1.5em; } }
  div.chipped.button-chipped > a {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    border: 2px solid #3f61c4;
    color: #3f61c4;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 20px 60px;
    padding: 1.25rem 1.25rem 3.75rem; }
    @media (min-width: 960px) {
      div.chipped.button-chipped > a {
        padding: 20px 20px 120px;
        padding: 1.25rem 1.25rem 7.5rem; } }
    @media (min-width: 103rem) {
      div.chipped.button-chipped > a {
        max-width: 170px; } }
    div.chipped.button-chipped > a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      border-color: transparent;
      border-style: solid;
      border-width: .85em;
      border-right-color: #3f61c4;
      border-top-color: #3f61c4; }
    div.chipped.button-chipped > a:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 1.2em;
      bottom: 1em;
      color: #3f61c4; }
    div.chipped.button-chipped > a:hover {
      color: #fff;
      background-color: #3f61c4; }
      div.chipped.button-chipped > a:hover:after {
        color: #fff; }
  div.chipped.button-chipped.example-button-chipped:before {
    border-right-color: #f3f3f3;
    border-top-color: #f3f3f3; }
  @media (min-width: 103rem) {
    div.chipped.button-chipped {
      width: auto !important;
      padding-right: 20px;
      padding-right: 1.25rem; } }
  .central div.chipped.button-chipped {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .central div.chipped.button-chipped:before {
      content: "";
      position: absolute;
      border-color: transparent;
      border-style: solid;
      border-width: 1em;
      border-right-color: #fff;
      border-top-color: #fff;
      z-index: 999; }
    @media (min-width: 103rem) {
      .central div.chipped.button-chipped:before {
        border-width: 1.5em; } }
    .central div.chipped.button-chipped > a {
      position: relative;
      display: block;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%;
      border: 2px solid #3f61c4;
      color: #3f61c4;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 20px 20px 60px;
      padding: 1.25rem 1.25rem 3.75rem; }
      @media (min-width: 960px) {
        .central div.chipped.button-chipped > a {
          padding: 20px 20px 120px;
          padding: 1.25rem 1.25rem 7.5rem; } }
      @media (min-width: 103rem) {
        .central div.chipped.button-chipped > a {
          max-width: 170px; } }
      .central div.chipped.button-chipped > a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-color: transparent;
        border-style: solid;
        border-width: .85em;
        border-right-color: #3f61c4;
        border-top-color: #3f61c4; }
      .central div.chipped.button-chipped > a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 1.2em;
        bottom: 1em;
        color: #3f61c4; }
      .central div.chipped.button-chipped > a:hover {
        color: #fff;
        background-color: #3f61c4; }
        .central div.chipped.button-chipped > a:hover:after {
          color: #fff; }
    .central div.chipped.button-chipped.example-button-chipped:before {
      border-right-color: #f3f3f3;
      border-top-color: #f3f3f3; }
  .engineering div.chipped.button-chipped {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .engineering div.chipped.button-chipped:before {
      content: "";
      position: absolute;
      border-color: transparent;
      border-style: solid;
      border-width: 1em;
      border-right-color: #fff;
      border-top-color: #fff;
      z-index: 999; }
    @media (min-width: 103rem) {
      .engineering div.chipped.button-chipped:before {
        border-width: 1.5em; } }
    .engineering div.chipped.button-chipped > a {
      position: relative;
      display: block;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%;
      border: 2px solid #e32119;
      color: #e32119;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 20px 20px 60px;
      padding: 1.25rem 1.25rem 3.75rem; }
      @media (min-width: 960px) {
        .engineering div.chipped.button-chipped > a {
          padding: 20px 20px 120px;
          padding: 1.25rem 1.25rem 7.5rem; } }
      @media (min-width: 103rem) {
        .engineering div.chipped.button-chipped > a {
          max-width: 170px; } }
      .engineering div.chipped.button-chipped > a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-color: transparent;
        border-style: solid;
        border-width: .85em;
        border-right-color: #e32119;
        border-top-color: #e32119; }
      .engineering div.chipped.button-chipped > a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 1.2em;
        bottom: 1em;
        color: #e32119; }
      .engineering div.chipped.button-chipped > a:hover {
        color: #fff;
        background-color: #e32119; }
        .engineering div.chipped.button-chipped > a:hover:after {
          color: #fff; }
    .engineering div.chipped.button-chipped.example-button-chipped:before {
      border-right-color: #f3f3f3;
      border-top-color: #f3f3f3; }

/*
  Button (NSW Brand)

 `unsw-brand-theme` introduces more varieties of buttons. Set the styles using the form below.

  Markup: button-unsw-brand.hbs

  Style guide: Components.button-unsw-brand
 */
/*
  Button

  Buttons come in the variations `outfill`, `outline` and `basic`. They can have any of the 3 theme colours or be disabled.

  Markup: button.hbs

  .secondary - Button using the secondary theme color
  .tertiary - Button using the tertiary theme color
  .light - A light button for dark backgrounds
  .disabled - Disabled button
  .custom  - A button with a custom icon
  .no-icon - a button with no icon

  Style guide: Components.button
 */
/*
  Button Sass

  `@mixin button($color: central)`
  Add button styling to an element.

  **Examples:**
  ```
  a {
    @include button(central, #333);
  }

  a {
    @include button($theme: central, $text: #333);
  }

  a {
    @include button((
      color: #fff,     // main colour
      action: #fff,    // hover & focus color
      alt: #333        // hover & focus for .naked buttons
    ));
  }
  ```

  $theme - the main color of the button. Can be the name of a theme or one of `secondary`, `tertiary`.
  Can also be a map that includes color values for `color`, `action` & `alt` (all required)
  $text - optional button text color. If not set, will try to determine between light & dark text colour based on background

  Style guide: Components.button.sass
*/
.uds-button, .unsw-brand-theme .uds-brand-button {
  padding: 1em 4em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #3f61c4;
  z-index: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.5rem; }
  .uds-button:hover, .unsw-brand-theme .uds-brand-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3f61c4), to(#3757b3));
    background: linear-gradient(#3f61c4, #3757b3);
    cursor: pointer; }
  .uds-button:focus, .unsw-brand-theme .uds-brand-button:focus {
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#c5cfed), to(#b2bfe7));
    background: linear-gradient(#c5cfed, #b2bfe7); }
  .uds-button:active, .unsw-brand-theme .uds-brand-button:active {
    outline: none;
    background: #3f61c4; }
  .uds-button:visited, .unsw-brand-theme .uds-brand-button:visited {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f61c4), to(#3757b3));
    background: linear-gradient(#3f61c4, #3757b3); }
  .uds-button.disabled, .unsw-brand-theme .disabled.uds-brand-button, .uds-button.disabled:hover, .unsw-brand-theme .disabled.uds-brand-button:hover, .uds-button.disabled:focus, .unsw-brand-theme .disabled.uds-brand-button:focus, .uds-button.disabled:active, .unsw-brand-theme .disabled.uds-brand-button:active {
    cursor: default;
    background: #737373; }
  .uds-button.outline, .unsw-brand-theme .outline.uds-brand-button {
    color: #3f61c4;
    padding: calc(1em - 2px) calc(4em - 2px);
    background: none;
    border: #3f61c4 2px solid; }
    .uds-button.outline:hover, .unsw-brand-theme .outline.uds-brand-button:hover {
      color: #fff;
      border-color: transparent;
      background: #3757b3; }
    .uds-button.outline:focus, .unsw-brand-theme .outline.uds-brand-button:focus {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#c5cfed), to(#b2bfe7));
      background: linear-gradient(#c5cfed, #b2bfe7);
      color: #fff; }
    .uds-button.outline:active, .unsw-brand-theme .outline.uds-brand-button:active {
      border-color: transparent;
      background: #3f61c4;
      color: #fff; }
    .uds-button.outline.disabled, .unsw-brand-theme .outline.disabled.uds-brand-button, .uds-button.outline.disabled:hover, .unsw-brand-theme .outline.disabled.uds-brand-button:hover, .uds-button.outline.disabled:focus, .unsw-brand-theme .outline.disabled.uds-brand-button:focus, .uds-button.outline.disabled:active, .unsw-brand-theme .outline.disabled.uds-brand-button:active {
      background: none;
      border-color: #737373;
      color: #737373; }
  .uds-button.naked, .unsw-brand-theme .naked.uds-brand-button {
    background: none;
    color: #3f61c4;
    position: relative;
    /* Background oval */ }
    .uds-button.naked:hover:after, .unsw-brand-theme .naked.uds-brand-button:hover:after {
      border-radius: 50%;
      background: #3f61c4;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .uds-button.naked:focus, .unsw-brand-theme .naked.uds-brand-button:focus {
      background: #e2e7f6; }
    .uds-button.naked.disabled, .unsw-brand-theme .naked.disabled.uds-brand-button, .uds-button.naked.disabled:hover, .unsw-brand-theme .naked.disabled.uds-brand-button:hover, .uds-button.naked.disabled:focus, .unsw-brand-theme .naked.disabled.uds-brand-button:focus, .uds-button.naked.disabled:active, .unsw-brand-theme .naked.disabled.uds-brand-button:active {
      color: #737373;
      background: none; }
  .uds-button:after, .unsw-brand-theme .uds-brand-button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    width: 1.625rem;
    height: 1.75rem;
    line-height: 1.75rem;
    padding-left: .125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: .5rem; }
  .uds-button.custom:after, .unsw-brand-theme .custom.uds-brand-button:after {
    content: "\f021"; }
  .uds-button.custom:hover:before, .unsw-brand-theme .custom.uds-brand-button:hover:before {
    right: 3.7em; }
  .uds-button.no-icon:after, .unsw-brand-theme .no-icon.uds-brand-button:after, .uds-button.no-icon:before, .unsw-brand-theme .no-icon.uds-brand-button:before, .uds-button.no-icon:hover:after, .unsw-brand-theme .no-icon.uds-brand-button:hover:after {
    display: none; }
  .uds-button.close-icon:after, .unsw-brand-theme .close-icon.uds-brand-button:after {
    content: "\f00d"; }
  .central .uds-button, .central .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .central .uds-brand-button {
    padding: 1em 4em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #333;
    background: #3f61c4;
    z-index: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .central .uds-button:hover, .central .unsw-brand-theme .uds-brand-button:hover, .unsw-brand-theme .central .uds-brand-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#3f61c4), to(#3757b3));
      background: linear-gradient(#3f61c4, #3757b3);
      cursor: pointer; }
    .central .uds-button:focus, .central .unsw-brand-theme .uds-brand-button:focus, .unsw-brand-theme .central .uds-brand-button:focus {
      outline: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#c5cfed), to(#b2bfe7));
      background: linear-gradient(#c5cfed, #b2bfe7); }
    .central .uds-button:active, .central .unsw-brand-theme .uds-brand-button:active, .unsw-brand-theme .central .uds-brand-button:active {
      outline: none;
      background: #3f61c4; }
    .central .uds-button:visited, .central .unsw-brand-theme .uds-brand-button:visited, .unsw-brand-theme .central .uds-brand-button:visited {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#3f61c4), to(#3757b3));
      background: linear-gradient(#3f61c4, #3757b3); }
    .central .uds-button.disabled, .central .unsw-brand-theme .disabled.uds-brand-button, .unsw-brand-theme .central .disabled.uds-brand-button, .central .uds-button.disabled:hover, .central .unsw-brand-theme .disabled.uds-brand-button:hover, .unsw-brand-theme .central .disabled.uds-brand-button:hover, .central .uds-button.disabled:focus, .central .unsw-brand-theme .disabled.uds-brand-button:focus, .unsw-brand-theme .central .disabled.uds-brand-button:focus, .central .uds-button.disabled:active, .central .unsw-brand-theme .disabled.uds-brand-button:active, .unsw-brand-theme .central .disabled.uds-brand-button:active {
      cursor: default;
      background: #737373; }
    .central .uds-button.outline, .central .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .central .outline.uds-brand-button {
      color: #3f61c4;
      padding: calc(1em - 2px) calc(4em - 2px);
      background: none;
      border: #3f61c4 2px solid; }
      .central .uds-button.outline:hover, .central .unsw-brand-theme .outline.uds-brand-button:hover, .unsw-brand-theme .central .outline.uds-brand-button:hover {
        color: #333;
        border-color: transparent;
        background: #3757b3; }
      .central .uds-button.outline:focus, .central .unsw-brand-theme .outline.uds-brand-button:focus, .unsw-brand-theme .central .outline.uds-brand-button:focus {
        border-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#c5cfed), to(#b2bfe7));
        background: linear-gradient(#c5cfed, #b2bfe7);
        color: #333; }
      .central .uds-button.outline:active, .central .unsw-brand-theme .outline.uds-brand-button:active, .unsw-brand-theme .central .outline.uds-brand-button:active {
        border-color: transparent;
        background: #3f61c4;
        color: #333; }
      .central .uds-button.outline.disabled, .central .unsw-brand-theme .outline.disabled.uds-brand-button, .unsw-brand-theme .central .outline.disabled.uds-brand-button, .central .uds-button.outline.disabled:hover, .central .unsw-brand-theme .outline.disabled.uds-brand-button:hover, .unsw-brand-theme .central .outline.disabled.uds-brand-button:hover, .central .uds-button.outline.disabled:focus, .central .unsw-brand-theme .outline.disabled.uds-brand-button:focus, .unsw-brand-theme .central .outline.disabled.uds-brand-button:focus, .central .uds-button.outline.disabled:active, .central .unsw-brand-theme .outline.disabled.uds-brand-button:active, .unsw-brand-theme .central .outline.disabled.uds-brand-button:active {
        background: none;
        border-color: #737373;
        color: #737373; }
    .central .uds-button.naked, .central .unsw-brand-theme .naked.uds-brand-button, .unsw-brand-theme .central .naked.uds-brand-button {
      background: none;
      color: #3f61c4;
      position: relative;
      /* Background oval */ }
      .central .uds-button.naked:hover:after, .central .unsw-brand-theme .naked.uds-brand-button:hover:after, .unsw-brand-theme .central .naked.uds-brand-button:hover:after {
        border-radius: 50%;
        background: #3f61c4;
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .central .uds-button.naked:focus, .central .unsw-brand-theme .naked.uds-brand-button:focus, .unsw-brand-theme .central .naked.uds-brand-button:focus {
        background: #e2e7f6; }
      .central .uds-button.naked.disabled, .central .unsw-brand-theme .naked.disabled.uds-brand-button, .unsw-brand-theme .central .naked.disabled.uds-brand-button, .central .uds-button.naked.disabled:hover, .central .unsw-brand-theme .naked.disabled.uds-brand-button:hover, .unsw-brand-theme .central .naked.disabled.uds-brand-button:hover, .central .uds-button.naked.disabled:focus, .central .unsw-brand-theme .naked.disabled.uds-brand-button:focus, .unsw-brand-theme .central .naked.disabled.uds-brand-button:focus, .central .uds-button.naked.disabled:active, .central .unsw-brand-theme .naked.disabled.uds-brand-button:active, .unsw-brand-theme .central .naked.disabled.uds-brand-button:active {
        color: #737373;
        background: none; }
    .central .uds-button:after, .central .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .central .uds-brand-button:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      width: 1.625rem;
      height: 1.75rem;
      line-height: 1.75rem;
      padding-left: .125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: .5rem; }
    .central .uds-button.custom:after, .central .unsw-brand-theme .custom.uds-brand-button:after, .unsw-brand-theme .central .custom.uds-brand-button:after {
      content: "\f021"; }
    .central .uds-button.custom:hover:before, .central .unsw-brand-theme .custom.uds-brand-button:hover:before, .unsw-brand-theme .central .custom.uds-brand-button:hover:before {
      right: 3.7em; }
    .central .uds-button.no-icon:after, .central .unsw-brand-theme .no-icon.uds-brand-button:after, .unsw-brand-theme .central .no-icon.uds-brand-button:after, .central .uds-button.no-icon:before, .central .unsw-brand-theme .no-icon.uds-brand-button:before, .unsw-brand-theme .central .no-icon.uds-brand-button:before, .central .uds-button.no-icon:hover:after, .central .unsw-brand-theme .no-icon.uds-brand-button:hover:after, .unsw-brand-theme .central .no-icon.uds-brand-button:hover:after {
      display: none; }
    .central .uds-button.close-icon:after, .central .unsw-brand-theme .close-icon.uds-brand-button:after, .unsw-brand-theme .central .close-icon.uds-brand-button:after {
      content: "\f00d"; }
  .engineering .uds-button, .engineering .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .engineering .uds-brand-button {
    padding: 1em 4em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #e32119;
    z-index: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .engineering .uds-button:hover, .engineering .unsw-brand-theme .uds-brand-button:hover, .unsw-brand-theme .engineering .uds-brand-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#e32119), to(#cc1e16));
      background: linear-gradient(#e32119, #cc1e16);
      cursor: pointer; }
    .engineering .uds-button:focus, .engineering .unsw-brand-theme .uds-brand-button:focus, .unsw-brand-theme .engineering .uds-brand-button:focus {
      outline: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#e87f7b), to(#e46a65));
      background: linear-gradient(#e87f7b, #e46a65); }
    .engineering .uds-button:active, .engineering .unsw-brand-theme .uds-brand-button:active, .unsw-brand-theme .engineering .uds-brand-button:active {
      outline: none;
      background: #e32119; }
    .engineering .uds-button:visited, .engineering .unsw-brand-theme .uds-brand-button:visited, .unsw-brand-theme .engineering .uds-brand-button:visited {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#e32119), to(#cc1e16));
      background: linear-gradient(#e32119, #cc1e16); }
    .engineering .uds-button.disabled, .engineering .unsw-brand-theme .disabled.uds-brand-button, .unsw-brand-theme .engineering .disabled.uds-brand-button, .engineering .uds-button.disabled:hover, .engineering .unsw-brand-theme .disabled.uds-brand-button:hover, .unsw-brand-theme .engineering .disabled.uds-brand-button:hover, .engineering .uds-button.disabled:focus, .engineering .unsw-brand-theme .disabled.uds-brand-button:focus, .unsw-brand-theme .engineering .disabled.uds-brand-button:focus, .engineering .uds-button.disabled:active, .engineering .unsw-brand-theme .disabled.uds-brand-button:active, .unsw-brand-theme .engineering .disabled.uds-brand-button:active {
      cursor: default;
      background: #737373; }
    .engineering .uds-button.outline, .engineering .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .engineering .outline.uds-brand-button {
      color: #e32119;
      padding: calc(1em - 2px) calc(4em - 2px);
      background: none;
      border: #e32119 2px solid; }
      .engineering .uds-button.outline:hover, .engineering .unsw-brand-theme .outline.uds-brand-button:hover, .unsw-brand-theme .engineering .outline.uds-brand-button:hover {
        color: #fff;
        border-color: transparent;
        background: #cc1e16; }
      .engineering .uds-button.outline:focus, .engineering .unsw-brand-theme .outline.uds-brand-button:focus, .unsw-brand-theme .engineering .outline.uds-brand-button:focus {
        border-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#e87f7b), to(#e46a65));
        background: linear-gradient(#e87f7b, #e46a65);
        color: #fff; }
      .engineering .uds-button.outline:active, .engineering .unsw-brand-theme .outline.uds-brand-button:active, .unsw-brand-theme .engineering .outline.uds-brand-button:active {
        border-color: transparent;
        background: #e32119;
        color: #fff; }
      .engineering .uds-button.outline.disabled, .engineering .unsw-brand-theme .outline.disabled.uds-brand-button, .unsw-brand-theme .engineering .outline.disabled.uds-brand-button, .engineering .uds-button.outline.disabled:hover, .engineering .unsw-brand-theme .outline.disabled.uds-brand-button:hover, .unsw-brand-theme .engineering .outline.disabled.uds-brand-button:hover, .engineering .uds-button.outline.disabled:focus, .engineering .unsw-brand-theme .outline.disabled.uds-brand-button:focus, .unsw-brand-theme .engineering .outline.disabled.uds-brand-button:focus, .engineering .uds-button.outline.disabled:active, .engineering .unsw-brand-theme .outline.disabled.uds-brand-button:active, .unsw-brand-theme .engineering .outline.disabled.uds-brand-button:active {
        background: none;
        border-color: #737373;
        color: #737373; }
    .engineering .uds-button.naked, .engineering .unsw-brand-theme .naked.uds-brand-button, .unsw-brand-theme .engineering .naked.uds-brand-button {
      background: none;
      color: #e32119;
      position: relative;
      /* Background oval */ }
      .engineering .uds-button.naked:hover:after, .engineering .unsw-brand-theme .naked.uds-brand-button:hover:after, .unsw-brand-theme .engineering .naked.uds-brand-button:hover:after {
        border-radius: 50%;
        background: #e32119;
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .engineering .uds-button.naked:focus, .engineering .unsw-brand-theme .naked.uds-brand-button:focus, .unsw-brand-theme .engineering .naked.uds-brand-button:focus {
        background: #ffd5d4; }
      .engineering .uds-button.naked.disabled, .engineering .unsw-brand-theme .naked.disabled.uds-brand-button, .unsw-brand-theme .engineering .naked.disabled.uds-brand-button, .engineering .uds-button.naked.disabled:hover, .engineering .unsw-brand-theme .naked.disabled.uds-brand-button:hover, .unsw-brand-theme .engineering .naked.disabled.uds-brand-button:hover, .engineering .uds-button.naked.disabled:focus, .engineering .unsw-brand-theme .naked.disabled.uds-brand-button:focus, .unsw-brand-theme .engineering .naked.disabled.uds-brand-button:focus, .engineering .uds-button.naked.disabled:active, .engineering .unsw-brand-theme .naked.disabled.uds-brand-button:active, .unsw-brand-theme .engineering .naked.disabled.uds-brand-button:active {
        color: #737373;
        background: none; }
    .engineering .uds-button:after, .engineering .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .engineering .uds-brand-button:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      width: 1.625rem;
      height: 1.75rem;
      line-height: 1.75rem;
      padding-left: .125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: .5rem; }
    .engineering .uds-button.custom:after, .engineering .unsw-brand-theme .custom.uds-brand-button:after, .unsw-brand-theme .engineering .custom.uds-brand-button:after {
      content: "\f021"; }
    .engineering .uds-button.custom:hover:before, .engineering .unsw-brand-theme .custom.uds-brand-button:hover:before, .unsw-brand-theme .engineering .custom.uds-brand-button:hover:before {
      right: 3.7em; }
    .engineering .uds-button.no-icon:after, .engineering .unsw-brand-theme .no-icon.uds-brand-button:after, .unsw-brand-theme .engineering .no-icon.uds-brand-button:after, .engineering .uds-button.no-icon:before, .engineering .unsw-brand-theme .no-icon.uds-brand-button:before, .unsw-brand-theme .engineering .no-icon.uds-brand-button:before, .engineering .uds-button.no-icon:hover:after, .engineering .unsw-brand-theme .no-icon.uds-brand-button:hover:after, .unsw-brand-theme .engineering .no-icon.uds-brand-button:hover:after {
      display: none; }
    .engineering .uds-button.close-icon:after, .engineering .unsw-brand-theme .close-icon.uds-brand-button:after, .unsw-brand-theme .engineering .close-icon.uds-brand-button:after {
      content: "\f00d"; }
  .uds-button.secondary, .unsw-brand-theme .secondary.uds-brand-button {
    padding: 1em 4em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #333;
    background: #ffdc00;
    z-index: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .uds-button.secondary:hover, .unsw-brand-theme .secondary.uds-brand-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#ffdc00), to(#e6c600));
      background: linear-gradient(#ffdc00, #e6c600);
      cursor: pointer; }
    .uds-button.secondary:focus, .unsw-brand-theme .secondary.uds-brand-button:focus {
      outline: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff38b), to(#fff072));
      background: linear-gradient(#fff38b, #fff072); }
    .uds-button.secondary:active, .unsw-brand-theme .secondary.uds-brand-button:active {
      outline: none;
      background: #ffdc00; }
    .uds-button.secondary:visited, .unsw-brand-theme .secondary.uds-brand-button:visited {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffdc00), to(#e6c600));
      background: linear-gradient(#ffdc00, #e6c600); }
    .uds-button.secondary.disabled, .unsw-brand-theme .secondary.disabled.uds-brand-button, .uds-button.secondary.disabled:hover, .unsw-brand-theme .secondary.disabled.uds-brand-button:hover, .uds-button.secondary.disabled:focus, .unsw-brand-theme .secondary.disabled.uds-brand-button:focus, .uds-button.secondary.disabled:active, .unsw-brand-theme .secondary.disabled.uds-brand-button:active {
      cursor: default;
      background: #737373; }
    .uds-button.secondary.outline, .unsw-brand-theme .secondary.outline.uds-brand-button {
      color: #ffdc00;
      padding: calc(1em - 2px) calc(4em - 2px);
      background: none;
      border: #ffdc00 2px solid; }
      .uds-button.secondary.outline:hover, .unsw-brand-theme .secondary.outline.uds-brand-button:hover {
        color: #333;
        border-color: transparent;
        background: #e6c600; }
      .uds-button.secondary.outline:focus, .unsw-brand-theme .secondary.outline.uds-brand-button:focus {
        border-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff38b), to(#fff072));
        background: linear-gradient(#fff38b, #fff072);
        color: #333; }
      .uds-button.secondary.outline:active, .unsw-brand-theme .secondary.outline.uds-brand-button:active {
        border-color: transparent;
        background: #ffdc00;
        color: #333; }
      .uds-button.secondary.outline.disabled, .unsw-brand-theme .secondary.outline.disabled.uds-brand-button, .uds-button.secondary.outline.disabled:hover, .unsw-brand-theme .secondary.outline.disabled.uds-brand-button:hover, .uds-button.secondary.outline.disabled:focus, .unsw-brand-theme .secondary.outline.disabled.uds-brand-button:focus, .uds-button.secondary.outline.disabled:active, .unsw-brand-theme .secondary.outline.disabled.uds-brand-button:active {
        background: none;
        border-color: #737373;
        color: #737373; }
    .uds-button.secondary.naked, .unsw-brand-theme .secondary.naked.uds-brand-button {
      background: none;
      color: #ffdc00;
      position: relative;
      /* Background oval */ }
      .uds-button.secondary.naked:hover:after, .unsw-brand-theme .secondary.naked.uds-brand-button:hover:after {
        border-radius: 50%;
        background: #ffdc00;
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .uds-button.secondary.naked:focus, .unsw-brand-theme .secondary.naked.uds-brand-button:focus {
        background: #fffad9; }
      .uds-button.secondary.naked.disabled, .unsw-brand-theme .secondary.naked.disabled.uds-brand-button, .uds-button.secondary.naked.disabled:hover, .unsw-brand-theme .secondary.naked.disabled.uds-brand-button:hover, .uds-button.secondary.naked.disabled:focus, .unsw-brand-theme .secondary.naked.disabled.uds-brand-button:focus, .uds-button.secondary.naked.disabled:active, .unsw-brand-theme .secondary.naked.disabled.uds-brand-button:active {
        color: #737373;
        background: none; }
    .uds-button.secondary:after, .unsw-brand-theme .secondary.uds-brand-button:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      width: 1.625rem;
      height: 1.75rem;
      line-height: 1.75rem;
      padding-left: .125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: .5rem; }
    .uds-button.secondary.custom:after, .unsw-brand-theme .secondary.custom.uds-brand-button:after {
      content: "\f021"; }
    .uds-button.secondary.custom:hover:before, .unsw-brand-theme .secondary.custom.uds-brand-button:hover:before {
      right: 3.7em; }
    .uds-button.secondary.no-icon:after, .unsw-brand-theme .secondary.no-icon.uds-brand-button:after, .uds-button.secondary.no-icon:before, .unsw-brand-theme .secondary.no-icon.uds-brand-button:before, .uds-button.secondary.no-icon:hover:after, .unsw-brand-theme .secondary.no-icon.uds-brand-button:hover:after {
      display: none; }
    .uds-button.secondary.close-icon:after, .unsw-brand-theme .secondary.close-icon.uds-brand-button:after {
      content: "\f00d"; }
  .uds-button.tertiary, .unsw-brand-theme .tertiary.uds-brand-button {
    padding: 1em 4em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #181716;
    z-index: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .uds-button.tertiary:hover, .unsw-brand-theme .tertiary.uds-brand-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#181716), to(#0b0a0a));
      background: linear-gradient(#181716, #0b0a0a);
      cursor: pointer; }
    .uds-button.tertiary:focus, .unsw-brand-theme .tertiary.uds-brand-button:focus {
      outline: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#3c3936), to(#2f2c2a));
      background: linear-gradient(#3c3936, #2f2c2a); }
    .uds-button.tertiary:active, .unsw-brand-theme .tertiary.uds-brand-button:active {
      outline: none;
      background: #181716; }
    .uds-button.tertiary:visited, .unsw-brand-theme .tertiary.uds-brand-button:visited {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#181716), to(#0b0a0a));
      background: linear-gradient(#181716, #0b0a0a); }
    .uds-button.tertiary.disabled, .unsw-brand-theme .tertiary.disabled.uds-brand-button, .uds-button.tertiary.disabled:hover, .unsw-brand-theme .tertiary.disabled.uds-brand-button:hover, .uds-button.tertiary.disabled:focus, .unsw-brand-theme .tertiary.disabled.uds-brand-button:focus, .uds-button.tertiary.disabled:active, .unsw-brand-theme .tertiary.disabled.uds-brand-button:active {
      cursor: default;
      background: #737373; }
    .uds-button.tertiary.outline, .unsw-brand-theme .tertiary.outline.uds-brand-button {
      color: #181716;
      padding: calc(1em - 2px) calc(4em - 2px);
      background: none;
      border: #181716 2px solid; }
      .uds-button.tertiary.outline:hover, .unsw-brand-theme .tertiary.outline.uds-brand-button:hover {
        color: #fff;
        border-color: transparent;
        background: #0b0a0a; }
      .uds-button.tertiary.outline:focus, .unsw-brand-theme .tertiary.outline.uds-brand-button:focus {
        border-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#3c3936), to(#2f2c2a));
        background: linear-gradient(#3c3936, #2f2c2a);
        color: #fff; }
      .uds-button.tertiary.outline:active, .unsw-brand-theme .tertiary.outline.uds-brand-button:active {
        border-color: transparent;
        background: #181716;
        color: #fff; }
      .uds-button.tertiary.outline.disabled, .unsw-brand-theme .tertiary.outline.disabled.uds-brand-button, .uds-button.tertiary.outline.disabled:hover, .unsw-brand-theme .tertiary.outline.disabled.uds-brand-button:hover, .uds-button.tertiary.outline.disabled:focus, .unsw-brand-theme .tertiary.outline.disabled.uds-brand-button:focus, .uds-button.tertiary.outline.disabled:active, .unsw-brand-theme .tertiary.outline.disabled.uds-brand-button:active {
        background: none;
        border-color: #737373;
        color: #737373; }
    .uds-button.tertiary.naked, .unsw-brand-theme .tertiary.naked.uds-brand-button {
      background: none;
      color: #181716;
      position: relative;
      /* Background oval */ }
      .uds-button.tertiary.naked:hover:after, .unsw-brand-theme .tertiary.naked.uds-brand-button:hover:after {
        border-radius: 50%;
        background: #181716;
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .uds-button.tertiary.naked:focus, .unsw-brand-theme .tertiary.naked.uds-brand-button:focus {
        background: #f3f3f3; }
      .uds-button.tertiary.naked.disabled, .unsw-brand-theme .tertiary.naked.disabled.uds-brand-button, .uds-button.tertiary.naked.disabled:hover, .unsw-brand-theme .tertiary.naked.disabled.uds-brand-button:hover, .uds-button.tertiary.naked.disabled:focus, .unsw-brand-theme .tertiary.naked.disabled.uds-brand-button:focus, .uds-button.tertiary.naked.disabled:active, .unsw-brand-theme .tertiary.naked.disabled.uds-brand-button:active {
        color: #737373;
        background: none; }
    .uds-button.tertiary:after, .unsw-brand-theme .tertiary.uds-brand-button:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      width: 1.625rem;
      height: 1.75rem;
      line-height: 1.75rem;
      padding-left: .125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: .5rem; }
    .uds-button.tertiary.custom:after, .unsw-brand-theme .tertiary.custom.uds-brand-button:after {
      content: "\f021"; }
    .uds-button.tertiary.custom:hover:before, .unsw-brand-theme .tertiary.custom.uds-brand-button:hover:before {
      right: 3.7em; }
    .uds-button.tertiary.no-icon:after, .unsw-brand-theme .tertiary.no-icon.uds-brand-button:after, .uds-button.tertiary.no-icon:before, .unsw-brand-theme .tertiary.no-icon.uds-brand-button:before, .uds-button.tertiary.no-icon:hover:after, .unsw-brand-theme .tertiary.no-icon.uds-brand-button:hover:after {
      display: none; }
    .uds-button.tertiary.close-icon:after, .unsw-brand-theme .tertiary.close-icon.uds-brand-button:after {
      content: "\f00d"; }
  .uds-button.light, .unsw-brand-theme .light.uds-brand-button {
    padding: 1em 4em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #333;
    background: #fff;
    z-index: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .uds-button.light:hover, .unsw-brand-theme .light.uds-brand-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
      background: linear-gradient(#fff, #f2f2f2);
      cursor: pointer; }
    .uds-button.light:focus, .unsw-brand-theme .light.uds-brand-button:focus {
      outline: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
      background: linear-gradient(#f9f9f9, #ececec); }
    .uds-button.light:active, .unsw-brand-theme .light.uds-brand-button:active {
      outline: none;
      background: #fff; }
    .uds-button.light:visited, .unsw-brand-theme .light.uds-brand-button:visited {
      border-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
      background: linear-gradient(#fff, #f2f2f2); }
    .uds-button.light.disabled, .unsw-brand-theme .light.disabled.uds-brand-button, .uds-button.light.disabled:hover, .unsw-brand-theme .light.disabled.uds-brand-button:hover, .uds-button.light.disabled:focus, .unsw-brand-theme .light.disabled.uds-brand-button:focus, .uds-button.light.disabled:active, .unsw-brand-theme .light.disabled.uds-brand-button:active {
      cursor: default;
      background: #737373; }
    .uds-button.light.outline, .unsw-brand-theme .light.outline.uds-brand-button {
      color: #fff;
      padding: calc(1em - 2px) calc(4em - 2px);
      background: none;
      border: #fff 2px solid; }
      .uds-button.light.outline:hover, .unsw-brand-theme .light.outline.uds-brand-button:hover {
        color: #333;
        border-color: transparent;
        background: #f2f2f2; }
      .uds-button.light.outline:focus, .unsw-brand-theme .light.outline.uds-brand-button:focus {
        border-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
        background: linear-gradient(#f9f9f9, #ececec);
        color: #333; }
      .uds-button.light.outline:active, .unsw-brand-theme .light.outline.uds-brand-button:active {
        border-color: transparent;
        background: #fff;
        color: #333; }
      .uds-button.light.outline.disabled, .unsw-brand-theme .light.outline.disabled.uds-brand-button, .uds-button.light.outline.disabled:hover, .unsw-brand-theme .light.outline.disabled.uds-brand-button:hover, .uds-button.light.outline.disabled:focus, .unsw-brand-theme .light.outline.disabled.uds-brand-button:focus, .uds-button.light.outline.disabled:active, .unsw-brand-theme .light.outline.disabled.uds-brand-button:active {
        background: none;
        border-color: #737373;
        color: #737373; }
    .uds-button.light.naked, .unsw-brand-theme .light.naked.uds-brand-button {
      background: none;
      color: #fff;
      position: relative;
      /* Background oval */ }
      .uds-button.light.naked:hover:after, .unsw-brand-theme .light.naked.uds-brand-button:hover:after {
        border-radius: 50%;
        background: #fff;
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .uds-button.light.naked:focus, .unsw-brand-theme .light.naked.uds-brand-button:focus {
        background: #737373; }
      .uds-button.light.naked.disabled, .unsw-brand-theme .light.naked.disabled.uds-brand-button, .uds-button.light.naked.disabled:hover, .unsw-brand-theme .light.naked.disabled.uds-brand-button:hover, .uds-button.light.naked.disabled:focus, .unsw-brand-theme .light.naked.disabled.uds-brand-button:focus, .uds-button.light.naked.disabled:active, .unsw-brand-theme .light.naked.disabled.uds-brand-button:active {
        color: #737373;
        background: none; }
    .uds-button.light:after, .unsw-brand-theme .light.uds-brand-button:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      width: 1.625rem;
      height: 1.75rem;
      line-height: 1.75rem;
      padding-left: .125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: .5rem; }
    .uds-button.light.custom:after, .unsw-brand-theme .light.custom.uds-brand-button:after {
      content: "\f021"; }
    .uds-button.light.custom:hover:before, .unsw-brand-theme .light.custom.uds-brand-button:hover:before {
      right: 3.7em; }
    .uds-button.light.no-icon:after, .unsw-brand-theme .light.no-icon.uds-brand-button:after, .uds-button.light.no-icon:before, .unsw-brand-theme .light.no-icon.uds-brand-button:before, .uds-button.light.no-icon:hover:after, .unsw-brand-theme .light.no-icon.uds-brand-button:hover:after {
      display: none; }
    .uds-button.light.close-icon:after, .unsw-brand-theme .light.close-icon.uds-brand-button:after {
      content: "\f00d"; }
    .uds-button.light.naked:hover:after, .unsw-brand-theme .light.naked.uds-brand-button:hover:after {
      color: #000; }

.unsw-brand-theme .uds-brand-button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  font-family: "RobotoMono";
  font-style: normal;
  text-transform: unset;
  font-weight: normal;
  background: transparent;
  color: #000;
  text-align: left;
  display: inline-block;
  padding: 0.5em;
  min-width: 12em;
  border: 2px solid transparent;
  margin: 1rem 1rem 0 0; }
  .unsw-brand-theme .uds-brand-button:after {
    display: none; }
  .unsw-brand-theme .uds-brand-button:last-child {
    margin-right: 0; }
  .unsw-brand-theme .uds-brand-button:visited, .unsw-brand-theme .uds-brand-button:hover {
    background: transparent; }
  .unsw-brand-theme .uds-brand-button.primary {
    background: transparent;
    color: #ffdc00; }
    .unsw-brand-theme .uds-brand-button.primary:visited {
      background: transparent; }
    .unsw-brand-theme .uds-brand-button.primary:focus .icon, .unsw-brand-theme .uds-brand-button.primary:hover .icon {
      background: #ffdc00; }
      .unsw-brand-theme .uds-brand-button.primary:focus .icon .fa, .unsw-brand-theme .uds-brand-button.primary:hover .icon .fa {
        color: #1a1e2b; }
    .unsw-brand-theme .uds-brand-button.primary.border {
      border: 2px solid #ffdc00; }
      .unsw-brand-theme .uds-brand-button.primary.border:hover {
        background: #b39a00;
        border-color: #b39a00;
        color: #1a1e2b; }
        .unsw-brand-theme .uds-brand-button.primary.border:hover .icon {
          background: transparent; }
    .unsw-brand-theme .uds-brand-button.primary.fill {
      background: #ffdc00;
      color: #1a1e2b; }
      .unsw-brand-theme .uds-brand-button.primary.fill:hover {
        background: #b39a00; }
        .unsw-brand-theme .uds-brand-button.primary.fill:hover .icon {
          background: transparent; }
      .unsw-brand-theme .uds-brand-button.primary.fill.border {
        border: 2px solid #1a1e2b; }
  .unsw-brand-theme .uds-brand-button.secondary {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: normal;
    text-transform: unset;
    font-family: "RobotoMono";
    font-style: normal;
    text-transform: unset;
    color: #3f61c4;
    padding: 0.5em;
    background: transparent; }
    .unsw-brand-theme .uds-brand-button.secondary:after {
      display: none; }
    .unsw-brand-theme .uds-brand-button.secondary:visited {
      background: transparent; }
    .unsw-brand-theme .uds-brand-button.secondary:focus, .unsw-brand-theme .uds-brand-button.secondary:hover {
      background: transparent; }
      .unsw-brand-theme .uds-brand-button.secondary:focus .icon, .unsw-brand-theme .uds-brand-button.secondary:hover .icon {
        background: #3f61c4; }
        .unsw-brand-theme .uds-brand-button.secondary:focus .icon .fa, .unsw-brand-theme .uds-brand-button.secondary:hover .icon .fa {
          color: #fff; }
    .unsw-brand-theme .uds-brand-button.secondary.border {
      border: 2px solid #3f61c4; }
      .unsw-brand-theme .uds-brand-button.secondary.border:visited {
        background: transparent; }
      .unsw-brand-theme .uds-brand-button.secondary.border:focus, .unsw-brand-theme .uds-brand-button.secondary.border:hover {
        background: #8da1dc;
        border-color: #8da1dc;
        color: #fff; }
        .unsw-brand-theme .uds-brand-button.secondary.border:focus .icon, .unsw-brand-theme .uds-brand-button.secondary.border:hover .icon {
          background: transparent; }
    .unsw-brand-theme .uds-brand-button.secondary.fill {
      background: #3f61c4;
      color: #fff; }
      .unsw-brand-theme .uds-brand-button.secondary.fill:visited {
        background: #3f61c4; }
      .unsw-brand-theme .uds-brand-button.secondary.fill:focus, .unsw-brand-theme .uds-brand-button.secondary.fill:hover {
        background: #2b448c; }
        .unsw-brand-theme .uds-brand-button.secondary.fill:focus .icon, .unsw-brand-theme .uds-brand-button.secondary.fill:hover .icon {
          background: transparent; }
      .unsw-brand-theme .uds-brand-button.secondary.fill .fa {
        color: #fff; }
      .unsw-brand-theme .uds-brand-button.secondary.fill.border {
        border: 2px solid #1a1e2b; }
        .unsw-brand-theme .uds-brand-button.secondary.fill.border:focus, .unsw-brand-theme .uds-brand-button.secondary.fill.border:hover {
          color: #fff; }
  .unsw-brand-theme .uds-brand-button.light {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: normal;
    text-transform: unset;
    font-family: "RobotoMono";
    font-style: normal;
    text-transform: unset;
    color: #000;
    background: transparent;
    border: 2px solid transparent;
    font-weight: normal;
    text-transform: unset; }
    .unsw-brand-theme .uds-brand-button.light:after {
      display: none; }
    .unsw-brand-theme .uds-brand-button.light:visited {
      background: #fff; }
    .unsw-brand-theme .uds-brand-button.light:focus, .unsw-brand-theme .uds-brand-button.light:hover {
      background: transparent; }
      .unsw-brand-theme .uds-brand-button.light:focus .icon, .unsw-brand-theme .uds-brand-button.light:hover .icon {
        background-color: #000; }
        .unsw-brand-theme .uds-brand-button.light:focus .icon .fa, .unsw-brand-theme .uds-brand-button.light:hover .icon .fa {
          color: #fff; }
    .unsw-brand-theme .uds-brand-button.light.fill {
      background-color: #fff; }
      .unsw-brand-theme .uds-brand-button.light.fill:hover, .unsw-brand-theme .uds-brand-button.light.fill:focus {
        background: #e6e6e6; }
        .unsw-brand-theme .uds-brand-button.light.fill:hover .icon, .unsw-brand-theme .uds-brand-button.light.fill:focus .icon {
          background-color: transparent; }
          .unsw-brand-theme .uds-brand-button.light.fill:hover .icon .fa, .unsw-brand-theme .uds-brand-button.light.fill:focus .icon .fa {
            color: #000; }
    .unsw-brand-theme .uds-brand-button.light.border {
      border: 2px solid #000; }
      .unsw-brand-theme .uds-brand-button.light.border:hover, .unsw-brand-theme .uds-brand-button.light.border:focus {
        background: #e6e6e6; }
        .unsw-brand-theme .uds-brand-button.light.border:hover .icon, .unsw-brand-theme .uds-brand-button.light.border:focus .icon {
          background-color: transparent; }
          .unsw-brand-theme .uds-brand-button.light.border:hover .icon .fa, .unsw-brand-theme .uds-brand-button.light.border:focus .icon .fa {
            color: #000; }
  .unsw-brand-theme .uds-brand-button.tertiary, .unsw-brand-theme .uds-brand-button.dark {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: normal;
    text-transform: unset;
    font-family: "RobotoMono";
    font-style: normal;
    text-transform: unset;
    background: #1a1e2b;
    border: 2px solid #000;
    color: #fff; }
    .unsw-brand-theme .uds-brand-button.tertiary:after, .unsw-brand-theme .uds-brand-button.dark:after {
      display: none; }
    .unsw-brand-theme .uds-brand-button.tertiary:after, .unsw-brand-theme .uds-brand-button.dark:after {
      display: none; }
    .unsw-brand-theme .uds-brand-button.tertiary:visited, .unsw-brand-theme .uds-brand-button.dark:visited {
      background: #1a1e2b; }
    .unsw-brand-theme .uds-brand-button.tertiary:focus, .unsw-brand-theme .uds-brand-button.tertiary:hover, .unsw-brand-theme .uds-brand-button.dark:focus, .unsw-brand-theme .uds-brand-button.dark:hover {
      background: #404040; }
  .unsw-brand-theme .uds-brand-button .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem;
    grid-template-columns: 1fr 1.5rem; }
    .unsw-brand-theme .uds-brand-button .inner .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      margin-right: 1em; }
    .unsw-brand-theme .uds-brand-button .inner .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 100%;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      width: 1.5rem;
      height: 1.5rem; }
  .unsw-brand-theme .uds-brand-button.text-left .text {
    margin-right: 0; }
  .unsw-brand-theme .uds-brand-button.text-married .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .unsw-brand-theme .uds-brand-button.text-married .inner .text {
      display: inline-block;
      margin-right: 0; }
    .unsw-brand-theme .uds-brand-button.text-married .inner .icon {
      margin-right: 1em; }
  .unsw-brand-theme .uds-brand-button.text-married.text-left .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .unsw-brand-theme .uds-brand-button.text-married.text-left .inner .text {
      display: inline-block;
      margin-right: 0; }
    .unsw-brand-theme .uds-brand-button.text-married.text-left .inner .icon {
      margin-right: 0.25em; }
  .unsw-brand-theme .uds-brand-button.text-only .inner {
    display: inline-block; }
  .unsw-brand-theme .uds-brand-button.text-only .text {
    margin-right: 0; }
  .unsw-brand-theme .uds-brand-button.text-only .icon {
    display: none; }
  .unsw-brand-theme .uds-brand-button.small {
    padding: 0.25rem 1rem; }
  .unsw-brand-theme .uds-brand-button.medium {
    padding: 0.625rem 1rem; }
  .unsw-brand-theme .uds-brand-button.large {
    padding: 0.875rem 1rem; }
    .unsw-brand-theme .uds-brand-button.large.aligncenter {
      width: 16em; }
  .unsw-brand-theme .uds-brand-button.xlarge {
    padding: 2.1rem 1rem;
    font-size: 1.25rem;
    min-height: 96px; }
    .unsw-brand-theme .uds-brand-button.xlarge.aligncenter {
      width: 16em; }

.unsw-brand-button {
  padding: 0 15px; }
  @media (min-width: 960px) {
    .unsw-brand-button {
      padding: 0; } }

.unsw-brand-button-container.left {
  text-align: left; }

.unsw-brand-button-container.center {
  text-align: center; }

.unsw-brand-button-container.right {
  text-align: right; }

/*
  Callout Side

  Callout for the sidebar

  Markup: callout-side.hbs

  Style guide: Components.callout.callout-side
 */
.callout.side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5em auto;
  grid-template-columns: 2.5em auto;
  -ms-grid-rows: 2.5em auto;
  grid-template-rows: 2.5em auto;
  text-align: left; }
  @media (min-width: 600px) {
    .callout.side {
      width: 20em; } }
  .callout.side h3 {
    margin: 0px;
    margin: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    -ms-grid-row: 1;
    grid-row: 1 / 1;
    line-height: 2.5rem; }
  .callout.side p {
    margin-top: 0px;
    margin-top: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    font-weight: bold;
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }
  .callout.side img {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-row: 1;
    grid-row: 1 / 1;
    height: 2.5em;
    width: 2.5em; }

/*
  Callout

  Callout

  Markup: callout.hbs

  Style guide: Components.callout
 */
.uds-callout {
  text-align: center;
  width: 100%; }
  .uds-callout h3,
  .uds-callout p {
    max-width: 23em;
    margin-left: auto;
    margin-right: auto; }
  .uds-callout a {
    text-decoration: none;
    color: #333; }

.uds-call-out-grids {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .uds-call-out-grids {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .uds-call-out-grids {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .uds-call-out-grids .uds-callout {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    @media (min-width: 960px) {
      .uds-call-out-grids .uds-callout {
        margin-bottom: 0px;
        margin-bottom: 0; } }
    .uds-call-out-grids .uds-callout .uds-callout-icon {
      max-width: 4.625em;
      max-height: 4.625em; }

/*
Card Chipped

Chipped cards with cut corner.

Markup: card-chipped.hbs

Style guide: Components.card.chipped
*/
.card-chipped-container.internal {
  display: block; }
  @media (min-width: 960px) {
    .card-chipped-container.internal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .card-chipped-container.internal .chipped.card-chipped {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-right: 0px;
    padding-right: 0; }
    @media (min-width: 960px) {
      .card-chipped-container.internal .chipped.card-chipped {
        margin-right: 10px;
        margin-right: 0.625rem; } }
    .card-chipped-container.internal .chipped.card-chipped > a {
      color: #fff;
      position: relative;
      display: block;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-image: linear-gradient(225deg, transparent 40px, #3f61c4 40px);
      -webkit-animation: AnimationDefault .5s ease;
              animation: AnimationDefault .5s ease;
      padding: 20px 20px 60px;
      padding: 1.25rem 1.25rem 3.75rem;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem; }

@-webkit-keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
      .card-chipped-container.internal .chipped.card-chipped > a:hover {
        -webkit-animation: AnimationHover .5s ease;
                animation: AnimationHover .5s ease;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }

@-webkit-keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }
      @media (min-width: 960px) {
        .card-chipped-container.internal .chipped.card-chipped > a {
          padding: 20px 20px 120px;
          padding: 1.25rem 1.25rem 7.5rem; } }
      .card-chipped-container.internal .chipped.card-chipped > a:hover {
        -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)); }
      .card-chipped-container.internal .chipped.card-chipped > a .card-chipped-gradient {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.04)));
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.04)); }
      .card-chipped-container.internal .chipped.card-chipped > a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 1.2em;
        bottom: 1em;
        color: #fff; }
  @media (min-width: 600px) {
    .card-chipped-container.internal > .chipped.card-chipped {
      width: 50%; } }
  @media (min-width: 960px) {
    .card-chipped-container.internal > .chipped.card-chipped {
      width: 30%; } }

.card-chipped-container.external {
  display: block; }
  .card-chipped-container.external .chipped.card-chipped {
    width: 100%;
    -webkit-animation: AnimationDefault .5s ease;
            animation: AnimationDefault .5s ease; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .card-chipped-container.external .chipped.card-chipped:hover {
      -webkit-animation: AnimationHover .5s ease;
              animation: AnimationHover .5s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }
    .card-chipped-container.external .chipped.card-chipped .external-link {
      display: block;
      color: #3f61c4;
      position: absolute;
      bottom: 1em;
      font-weight: 700;
      margin-bottom: 1px; }
      @media (min-width: 960px) {
        .card-chipped-container.external .chipped.card-chipped .external-link {
          bottom: 3em; } }
      .card-chipped-container.external .chipped.card-chipped .external-link:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 10px;
        margin-left: 0.625rem; }
      .card-chipped-container.external .chipped.card-chipped .external-link:hover {
        border-bottom: 1px solid #3f61c4; }
    .card-chipped-container.external .chipped.card-chipped > a {
      color: #333;
      position: relative;
      display: block;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-image: linear-gradient(225deg, transparent 40px, #fff 40px);
      padding: 20px 20px 60px;
      padding: 1.25rem 1.25rem 3.75rem;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem; }
      .card-chipped-container.external .chipped.card-chipped > a:hover {
        color: #333;
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
                filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1)); }
        .card-chipped-container.external .chipped.card-chipped > a:hover .external-link {
          color: #3f61c4;
          z-index: 99; }
          .card-chipped-container.external .chipped.card-chipped > a:hover .external-link:hover {
            margin-bottom: 0;
            border-bottom: 1px solid #fff; }
      @media (min-width: 960px) {
        .card-chipped-container.external .chipped.card-chipped > a {
          padding: 20px 20px 120px;
          padding: 1.25rem 1.25rem 7.5rem; } }
  @media (min-width: 960px) {
    .card-chipped-container.external > .chipped.card-chipped {
      max-width: 40rem; } }

/*
  Card Divider

  Cards divider are self-contained pieces of content.

  Markup: card-divider.hbs

  Style guide: Components.card.divider
 */
.card.card-divider {
  display: block;
  border-left: 5px solid #3f61c4;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  max-width: 42rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  @media (min-width: 960px) {
    .card.card-divider {
      margin-bottom: 0px;
      margin-bottom: 0; } }
  .card.card-divider:hover {
    border-left: 5px solid #1a1e2b; }
  .card.card-divider > a {
    color: inherit;
    display: block;
    text-decoration: none; }
    .card.card-divider > a:hover .title:before, .card.card-divider > a:focus .title:before {
      width: 100%; }
  .card.card-divider .title {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer; }
    .card.card-divider .title:before {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #000;
      -webkit-transition-property: width;
      transition-property: width;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .card.card-divider .content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem; }
  .card.card-divider .category,
  .card.card-divider .price,
  .card.card-divider .property {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem; }
    .card.card-divider .category:before,
    .card.card-divider .price:before,
    .card.card-divider .property:before {
      margin-right: 10px;
      margin-right: 0.625rem;
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: red; }
    .card.card-divider .category > a,
    .card.card-divider .price > a,
    .card.card-divider .property > a {
      position: relative;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; }
      .card.card-divider .category > a:after,
      .card.card-divider .price > a:after,
      .card.card-divider .property > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #737373;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0; }
      .card.card-divider .category > a:hover:after,
      .card.card-divider .price > a:hover:after,
      .card.card-divider .property > a:hover:after {
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 1; }

/*
  Card Event

  Cards are self-contained pieces of content usually serving as teaser.

  Markup: card-event.hbs

  Style guide: Components.card.event
 */
.card.event {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 15em 7em 1fr;
  grid-template-rows: 15em 7em 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%; }
  @media (min-width: 103rem) {
    .card.event {
      -ms-grid-columns: 60%;
      grid-template-columns: 60%; } }
  .card.event .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    grid-column: 1;
    height: auto;
    position: relative;
    background-size: cover; }
  .card.event .band {
    z-index: 20;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(83, 155, 226, 0.8);
    position: absolute;
    bottom: 0;
    width: calc(100% - .625rem);
    margin-left: 10px;
    margin-left: 0.625rem;
    padding: 30px;
    padding: 1.875rem; }
    @media (min-width: 960px) {
      .card.event .band {
        width: 100%;
        margin-left: 0px;
        margin-left: 0;
        padding: 30px 50px 30px 30px;
        padding: 1.875rem 3.125rem 1.875rem 1.875rem; } }
    .card.event .band .date {
      font-family: Sommet, Arial, sans-serif;
      font-weight: bold;
      font-size: 2.125rem;
      line-height: 2.625rem; }
      @media (min-width: 600px) {
        .card.event .band .date {
          font-size: 2.5rem;
          line-height: 3rem; } }
      @media (min-width: 960px) {
        .card.event .band .date {
          font-size: 2.75rem;
          line-height: 3.3125rem; } }
    .card.event .band .time {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem; }
  .card.event .base {
    z-index: 21;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-left: 0;
    margin-top: 0px;
    margin-top: 0; }
    .card.event .base .title {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 0px;
      margin-bottom: 0; }
    .card.event .base .content {
      margin: 20px 0px;
      margin: 1.25rem 0;
      -ms-grid-row: 2;
      grid-row: 2; }
    .card.event .base .meta {
      -ms-grid-row: 3;
      grid-row: 3; }
  @media (min-width: 960px) {
    .card.event .band {
      margin-left: 0px;
      margin-left: 0; }
    .card.event .base {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
      width: calc(100% - .625rem);
      margin-left: 20px;
      margin-left: 1.25rem;
      margin-top: -20px;
      margin-top: -1.25rem; } }
  @media (min-width: 103rem) {
    .card.event .base {
      -ms-grid-column: 2;
      grid-column: 2 / 2;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4;
      margin-top: -160px;
      margin-top: -10rem;
      margin-left: -20px;
      margin-left: -1.25rem; } }
  @media (min-width: 960px) {
    .card.event.medium .base {
      width: 100%; } }
  @media (min-width: 103rem) {
    .card.event.medium .base {
      width: 100%; } }
  .card.event.medium .band {
    margin-left: 0px;
    margin-left: 0; }
  .card.event.medium .base {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    max-width: 100%;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-top: -20px;
    margin-top: -1.25rem; }
  @media (min-width: 960px) {
    .card.event.small {
      -ms-grid-columns: 22rem;
      grid-template-columns: 22rem; }
      .card.event.small .band {
        width: calc(100% - .625rem);
        margin-left: 10px;
        margin-left: 0.625rem; }
      .card.event.small .base {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4;
        width: 100%;
        margin-left: 0px;
        margin-left: 0;
        margin-top: 0px;
        margin-top: 0; } }

.multi-grid-wrapper .card.event {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 15em 7em 1fr;
  grid-template-rows: 15em 7em 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%; }
  @media (min-width: 103rem) {
    .multi-grid-wrapper .card.event {
      -ms-grid-columns: 60%;
      grid-template-columns: 60%; } }
  .multi-grid-wrapper .card.event .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    grid-column: 1;
    height: auto;
    position: relative;
    background-size: cover; }
  .multi-grid-wrapper .card.event .band {
    z-index: 20;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(83, 155, 226, 0.8);
    position: absolute;
    bottom: 0;
    width: calc(100% - .625rem);
    margin-left: 10px;
    margin-left: 0.625rem;
    padding: 30px;
    padding: 1.875rem; }
    @media (min-width: 960px) {
      .multi-grid-wrapper .card.event .band {
        width: 100%;
        margin-left: 0px;
        margin-left: 0;
        padding: 30px 50px 30px 30px;
        padding: 1.875rem 3.125rem 1.875rem 1.875rem; } }
    .multi-grid-wrapper .card.event .band .date {
      font-family: Sommet, Arial, sans-serif;
      font-weight: bold;
      font-size: 2.125rem;
      line-height: 2.625rem; }
      @media (min-width: 600px) {
        .multi-grid-wrapper .card.event .band .date {
          font-size: 2.5rem;
          line-height: 3rem; } }
      @media (min-width: 960px) {
        .multi-grid-wrapper .card.event .band .date {
          font-size: 2.75rem;
          line-height: 3.3125rem; } }
    .multi-grid-wrapper .card.event .band .time {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem; }
  .multi-grid-wrapper .card.event .base {
    z-index: 21;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-left: 0;
    margin-top: 0px;
    margin-top: 0; }
    .multi-grid-wrapper .card.event .base .title {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 0px;
      margin-bottom: 0; }
    .multi-grid-wrapper .card.event .base .content {
      margin: 20px 0px;
      margin: 1.25rem 0;
      -ms-grid-row: 2;
      grid-row: 2; }
    .multi-grid-wrapper .card.event .base .meta {
      -ms-grid-row: 3;
      grid-row: 3; }
  @media (min-width: 960px) {
    .multi-grid-wrapper .card.event .band {
      margin-left: 0px;
      margin-left: 0; }
    .multi-grid-wrapper .card.event .base {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
      width: calc(100% - .625rem);
      margin-left: 20px;
      margin-left: 1.25rem;
      margin-top: -20px;
      margin-top: -1.25rem; } }
  @media (min-width: 103rem) {
    .multi-grid-wrapper .card.event .base {
      -ms-grid-column: 2;
      grid-column: 2 / 2;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4;
      margin-top: -160px;
      margin-top: -10rem;
      margin-left: -20px;
      margin-left: -1.25rem; } }
  @media (min-width: 103rem) {
    .multi-grid-wrapper .card.event {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      padding: 1em;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .multi-grid-wrapper .card.event .base {
        max-width: 100%; } }
  .multi-grid-wrapper .card.event .band {
    margin-left: 10px;
    margin-left: 0.625rem; }
    @media (min-width: 960px) {
      .multi-grid-wrapper .card.event .band {
        margin-left: 0px;
        margin-left: 0; } }
  .multi-grid-wrapper .card.event .base {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    width: 100%;
    margin-left: 0px;
    margin-left: 0;
    margin-top: 0px;
    margin-top: 0; }
    @media (min-width: 960px) {
      .multi-grid-wrapper .card.event .base {
        margin-left: 20px;
        margin-left: 1.25rem;
        margin-top: -20px;
        margin-top: -1.25rem; } }

/*
  Card General

  General cards are displayed in variations of 'default', 'medium' and 'small'. Each variation is responsive in nature but vary in scale to suit different grid layouts..

  Markup: card-general.hbs

  Style guide: Components.card.card-general
 */
.card-general {
  position: relative;
  display: block; }
  .card-general .grid {
    display: none;
    margin: 15px; }
    @media (min-width: 960px) {
      .card-general .grid {
        margin: 0; } }
    .card-general .grid:first-child {
      display: block; }
  .card-general .card {
    text-decoration: none;
    color: #000; }
    .card-general .card img {
      position: relative; }
      @media (min-width: 600px) {
        .card-general .card img {
          width: 90%; } }
    .card-general .card .base {
      position: relative;
      margin-left: 0px;
      margin-left: 0;
      margin-top: 0px;
      margin-top: 0; }
      @media (min-width: 600px) {
        .card-general .card .base {
          max-width: 100%;
          margin-left: 40px;
          margin-left: 2.5rem;
          margin-top: -40px;
          margin-top: -2.5rem; } }
      @media (min-width: 960px) {
        .card-general .card .base {
          max-width: 100%;
          margin-left: 500px;
          margin-left: 31.25rem;
          margin-top: -200px;
          margin-top: -12.5rem; } }
  @media (min-width: 960px) {
    .card-general:not(.multi-grid) .card img {
      width: 65%; }
    .card-general:not(.multi-grid) .base {
      margin-left: 60%;
      margin-top: -25%; } }
  .card-general.multi-grid {
    display: block; }
    @media (min-width: 960px) {
      .card-general.multi-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .card-general.multi-grid .grid {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 960px) {
        .card-general.multi-grid .grid {
          margin-right: 15px; }
          .card-general.multi-grid .grid:last-child {
            margin-right: 0; } }
    @media (min-width: 960px) {
      .card-general.multi-grid .card img {
        width: 90%; } }
    @media (min-width: 960px) {
      .card-general.multi-grid .base {
        margin-left: 40px;
        margin-left: 2.5rem;
        margin-top: -40px;
        margin-top: -2.5rem; } }
  .card-general.card-news .base {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 40px;
    padding: 2.5rem; }
    .card-general.card-news .base .title {
      -ms-grid-row: 2;
      grid-row: 2;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .card-general.card-news .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .card-general.card-news .base .content {
      max-width: 30rem;
      padding-right: 0px;
      padding-right: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (min-width: 960px) {
        .card-general.card-news .base .content {
          padding-right: 40px;
          padding-right: 2.5rem; } }
    .card-general.card-news .base.no-date .title {
      margin-top: 3rem; }
    .card-general.card-news .base.no-category .content {
      padding-bottom: 1.5rem; }

/*
  Card News

  News card displays general card with date.

  Markup: card-news.hbs

  Style guide: Components.card.card-news
 */
/*
  Card Profile

  Profile cards are displayed in variations of 'default' and 'small'. Each variation is responsive in nature but vary in scale to suit different grid layouts.
  Card Chevron is hidden with class name 'hide-chevron'.

  Markup: card-profile.hbs

  Style guide: Components.card.profile
 */
.multi-grid-wrapper .card.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f9f9f9;
  position: relative;
  -webkit-animation: AnimationDefault .5s ease;
          animation: AnimationDefault .5s ease; }
  .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f9f9f9;
    position: relative;
    -webkit-animation: AnimationDefault .5s ease;
            animation: AnimationDefault .5s ease; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small):hover {
      -webkit-animation: AnimationHover .5s ease;
              animation: AnimationHover .5s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .image {
      padding: 1.875rem;
      -ms-grid-row-align: start;
          align-self: start;
      text-align: center;
      -ms-grid-column: 1;
      grid-column: 1;
      display: block; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .image img {
        width: 100%;
        border-radius: 50%;
        max-height: 12rem;
        max-width: 12rem; }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details {
      padding: 0px 20px 40px;
      padding: 0 1.25rem 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-grid-column: 2;
      grid-column: 2; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details h3 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        margin: 0px 0px 5px;
        margin: 0 0 0.3125rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.625rem;
        grid-area: name;
        color: #333; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .title {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 0px;
        margin-bottom: 0;
        color: #737373;
        grid-area: title; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details p.summary {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
        margin-top: 0.625rem;
        font-size: .875rem;
        grid-area: summary;
        color: #333;
        min-height: 5rem; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .share-wrapper {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: share;
        margin: 1rem 0; }
        .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .share-wrapper .share {
          width: 100%; }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small):after {
      color: #000;
      content: "\f054";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      right: 0;
      bottom: 0;
      width: 3rem;
      height: 3rem;
      font-size: 1rem;
      z-index: 1;
      text-align: center;
      line-height: 48px; }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small).hide-chevron:after {
      display: none; }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small):hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small):hover .image {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small):hover:after {
        color: #fff;
        background: #3f61c4; }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .image img {
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details {
        padding: 20px 20px 40px 0px;
        padding: 1.25rem 1.25rem 2.5rem 0;
        text-align: left; } }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details {
        padding: 40px 20px 40px 0px;
        padding: 2.5rem 1.25rem 2.5rem 0;
        text-align: left; } }
    .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details {
      position: relative;
          grid-template-areas: "name" "title" "summary" "share" "button";
      text-align: center;
      padding: 1.875rem;
      padding-left: 0; }
      @media (min-width: 600px) {
        .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .details {
          text-align: left; }
          .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .details .uds-button, .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .details .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details .details .uds-brand-button {
            text-align: left;
            padding-left: 0; } }
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .details h3 {
        margin: 0px 0px 10px;
        margin: 0 0 0.625rem; }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:first-child:nth-last-child(1):not(.small) .image {
        max-width: 15.875rem;
        max-height: 15.875rem; } }
  .multi-grid-wrapper .card.profile:first-child {
    margin-left: 15px; }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:first-child {
        margin-left: 0; } }
  .multi-grid-wrapper .card.profile:last-child {
    margin-right: 15px; }
    @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile:last-child {
        margin-right: 0; } }
  .multi-grid-wrapper .card.profile.small {
    max-width: 26rem; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .multi-grid-wrapper .card.profile:hover {
    -webkit-animation: AnimationHover .5s ease;
            animation: AnimationHover .5s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }
  @media (min-width: 600px) {
    .multi-grid-wrapper .card.profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .multi-grid-wrapper .card.profile .image {
    padding: 1.875rem;
    -ms-grid-row-align: start;
        align-self: start;
    text-align: center;
    -ms-grid-column: 1;
    grid-column: 1;
    display: block; }
    .multi-grid-wrapper .card.profile .image img {
      width: 100%;
      border-radius: 50%;
      max-height: 12rem;
      max-width: 12rem; }
  .multi-grid-wrapper .card.profile .details {
    padding: 0px 20px 40px;
    padding: 0 1.25rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2; }
    .multi-grid-wrapper .card.profile .details h3 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      margin: 0px 0px 5px;
      margin: 0 0 0.3125rem;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.625rem;
      grid-area: name;
      color: #333; }
    .multi-grid-wrapper .card.profile .details .title {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: 0px;
      margin-bottom: 0;
      color: #737373;
      grid-area: title; }
    .multi-grid-wrapper .card.profile .details p.summary {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 10px;
      margin-top: 0.625rem;
      font-size: .875rem;
      grid-area: summary;
      color: #333;
      min-height: 5rem; }
    .multi-grid-wrapper .card.profile .details .share-wrapper {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      grid-area: share;
      margin: 1rem 0; }
      .multi-grid-wrapper .card.profile .details .share-wrapper .share {
        width: 100%; }
  .multi-grid-wrapper .card.profile:after {
    color: #000;
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    z-index: 1;
    text-align: center;
    line-height: 48px; }
  .multi-grid-wrapper .card.profile.hide-chevron:after {
    display: none; }
  .multi-grid-wrapper .card.profile:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    .multi-grid-wrapper .card.profile:hover .image {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .multi-grid-wrapper .card.profile:hover:after {
      color: #fff;
      background: #3f61c4; }
  @media (min-width: 600px) {
    .multi-grid-wrapper .card.profile .image img {
      -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto; }
    .multi-grid-wrapper .card.profile .details {
      padding: 20px 20px 40px 0px;
      padding: 1.25rem 1.25rem 2.5rem 0;
      text-align: left; } }
  @media (min-width: 600px) {
    .multi-grid-wrapper .card.profile .details {
      padding: 40px 20px 40px 0px;
      padding: 2.5rem 1.25rem 2.5rem 0;
      text-align: left; } }
  @media (min-width: 600px) {
    .multi-grid-wrapper .card.profile {
      display: block;
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .multi-grid-wrapper .card.profile a {
        text-decoration: none; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .multi-grid-wrapper .card.profile {
      margin: 0 .9375rem; } }
  @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile .title {
        min-height: 3rem; }
      .multi-grid-wrapper .card.profile .details {
        text-align: center;
        padding: 0 .5rem 1.875rem;
        height: calc(100% - 16rem); } }
    @media (min-width: 600px) and (min-width: 600px) {
      .multi-grid-wrapper .card.profile .details {
        padding: 0 1.875rem 1.875rem; } }
  @media (min-width: 600px) {
      .multi-grid-wrapper .card.profile .share-tags {
        max-width: 100%; }
      .multi-grid-wrapper .card.profile .image {
        display: block; } }
  .multi-grid-wrapper .card.profile .uds-button, .multi-grid-wrapper .card.profile .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .multi-grid-wrapper .card.profile .uds-brand-button {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875rem; }

/*
  Card Publications

  Publications cards are displayed in variations of 'default', 'medium' and 'small'. Each variation is responsive in nature but vary in scale to suit different grid layouts.

  Markup: card-publications.hbs

  Style guide: Components.card.publications
 */
.card.publications:not(.medium):not(.small) {
  position: relative; }
  .card.publications:not(.medium):not(.small) .image {
    position: relative;
    height: 20rem; }
    @media (min-width: 960px) {
      .card.publications:not(.medium):not(.small) .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%; } }
    @media (min-width: 103rem) {
      .card.publications:not(.medium):not(.small) .image {
        width: 40%; } }
  .card.publications:not(.medium):not(.small) .card-info {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0px;
    padding-top: 0; }
    @media (min-width: 960px) {
      .card.publications:not(.medium):not(.small) .card-info {
        left: 35%;
        width: 65%;
        padding-top: 40px;
        padding-top: 2.5rem; } }
  .card.publications:not(.medium):not(.small) .base {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 40px;
    padding: 2.5rem; }
    .card.publications:not(.medium):not(.small) .base .title {
      -ms-grid-row: 2;
      grid-row: 2;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .card.publications:not(.medium):not(.small) .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .card.publications:not(.medium):not(.small) .base .content {
      max-width: 30rem;
      padding-right: 0px;
      padding-right: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (min-width: 103rem) {
        .card.publications:not(.medium):not(.small) .base .content {
          padding-right: 40px;
          padding-right: 2.5rem; } }
    .card.publications:not(.medium):not(.small) .base .external-link {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }

.card.publications.medium {
  position: relative;
  max-width: 43.75rem; }
  .card.publications.medium .image {
    position: relative;
    height: 20rem; }
    @media (min-width: 960px) {
      .card.publications.medium .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%; } }
    @media (min-width: 103rem) {
      .card.publications.medium .image {
        width: 40%; } }
  .card.publications.medium .card-info {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0px;
    padding-top: 0; }
    @media (min-width: 960px) {
      .card.publications.medium .card-info {
        left: 35%;
        width: 65%;
        padding-top: 40px;
        padding-top: 2.5rem; } }
  .card.publications.medium .base {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 40px;
    padding: 2.5rem; }
    .card.publications.medium .base .title {
      -ms-grid-row: 2;
      grid-row: 2;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .card.publications.medium .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .card.publications.medium .base .content {
      max-width: 30rem;
      padding-right: 0px;
      padding-right: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (min-width: 103rem) {
        .card.publications.medium .base .content {
          padding-right: 40px;
          padding-right: 2.5rem; } }
    .card.publications.medium .base .external-link {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }
  @media (min-width: 103rem) {
    .card.publications.medium .card-info {
      width: 100%; } }
  @media (min-width: 103rem) {
    .card.publications.medium .base {
      width: 65%; } }

.card.publications.small {
  position: relative;
  max-width: 23.125em;
  display: block; }
  .card.publications.small .image {
    position: relative;
    height: 20rem; }
    @media (min-width: 960px) {
      .card.publications.small .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%; } }
    @media (min-width: 103rem) {
      .card.publications.small .image {
        width: 40%; } }
  .card.publications.small .card-info {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0px;
    padding-top: 0; }
    @media (min-width: 960px) {
      .card.publications.small .card-info {
        left: 35%;
        width: 65%;
        padding-top: 40px;
        padding-top: 2.5rem; } }
  .card.publications.small .base {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 40px;
    padding: 2.5rem; }
    .card.publications.small .base .title {
      -ms-grid-row: 2;
      grid-row: 2;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .card.publications.small .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .card.publications.small .base .content {
      max-width: 30rem;
      padding-right: 0px;
      padding-right: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (min-width: 103rem) {
        .card.publications.small .base .content {
          padding-right: 40px;
          padding-right: 2.5rem; } }
    .card.publications.small .base .external-link {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }
  @media (min-width: 960px) {
    .card.publications.small .image {
      position: relative;
      width: 100%; }
    .card.publications.small .card-info {
      padding-top: 0px;
      padding-top: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 103rem) {
    .card.publications.small .image {
      width: 100%;
      height: 20rem; } }

.multi-grid-wrapper .card.publications:not(.medium):not(.small) {
  margin: 0 .5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (min-width: 103rem) {
    .multi-grid-wrapper .card.publications:not(.medium):not(.small) {
      position: relative;
      max-width: 43.75rem; }
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .image {
        position: relative;
        height: 20rem; } }
    @media (min-width: 103rem) and (min-width: 960px) {
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%; } }
    @media (min-width: 103rem) and (min-width: 103rem) {
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .image {
        width: 40%; } }
  @media (min-width: 103rem) {
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .card-info {
        position: relative;
        left: 0;
        width: 100%;
        padding-top: 0px;
        padding-top: 0; } }
    @media (min-width: 103rem) and (min-width: 960px) {
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .card-info {
        left: 35%;
        width: 65%;
        padding-top: 40px;
        padding-top: 2.5rem; } }
  @media (min-width: 103rem) {
      .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        padding: 40px;
        padding: 2.5rem; }
        .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base .title {
          -ms-grid-row: 2;
          grid-row: 2;
          margin-bottom: 5px;
          margin-bottom: 0.3125rem; }
        .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base .date {
          -ms-grid-row: 1;
          grid-row: 1;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; }
        .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base .content {
          max-width: 30rem;
          padding-right: 0px;
          padding-right: 0;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; } }
      @media (min-width: 103rem) and (min-width: 103rem) {
        .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base .content {
          padding-right: 40px;
          padding-right: 2.5rem; } }
  @media (min-width: 103rem) {
        .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base .external-link {
          margin-bottom: 50px;
          margin-bottom: 3.125rem; } }
  @media (min-width: 103rem) and (min-width: 103rem) {
    .multi-grid-wrapper .card.publications:not(.medium):not(.small) .card-info {
      width: 100%; } }
  @media (min-width: 103rem) and (min-width: 103rem) {
    .multi-grid-wrapper .card.publications:not(.medium):not(.small) .base {
      width: 65%; } }

/*
  Card Twitter

  Twitter cards are displayed in variations of 'default', 'medium' and 'small'. Each variation is responsive in nature but vary in scale to suit different grid layouts.

  Markup: card-twitter.hbs

  Style guide: Components.card.twitter
 */
.card.twitter:not(.medium):not(.small) {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  background-color: #f9f9f9;
  -ms-grid-columns: 6em 1fr 5em;
  grid-template-columns: 6em 1fr 5em;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 20px 20px 20px 10px;
  padding: 1.25rem 1.25rem 1.25rem 0.625rem; }
  @media (min-width: 103rem) {
    .card.twitter:not(.medium):not(.small) {
      width: 50%; } }
  .card.twitter:not(.medium):not(.small):hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .card.twitter:not(.medium):not(.small):hover .twitter-icon path {
      fill: #3f61c4; }
  .card.twitter:not(.medium):not(.small) img.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .card.twitter:not(.medium):not(.small) .twitter-avatar {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card.twitter:not(.medium):not(.small) .twitter-title {
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .card.twitter:not(.medium):not(.small) .twitter-title h3 {
      margin: 0px;
      margin: 0; }
  .card.twitter:not(.medium):not(.small) .twitter-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    color: #737373; }
  .card.twitter:not(.medium):not(.small) .content-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    grid-row: 3; }
  .card.twitter:not(.medium):not(.small) .content-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    grid-row: 4; }
    .card.twitter:not(.medium):not(.small) .content-image img {
      width: 100%; }
      @media (min-width: 600px) {
        .card.twitter:not(.medium):not(.small) .content-image img {
          width: 80%; } }
      @media (min-width: 103rem) {
        .card.twitter:not(.medium):not(.small) .content-image img {
          width: 100%; } }
  .card.twitter:not(.medium):not(.small) .twitter-icon {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card.twitter:not(.medium):not(.small) .twitter-icon path {
      fill: #737373; }
  @media (min-width: 600px) {
    .card.twitter:not(.medium):not(.small) .twitter-avatar {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    .card.twitter:not(.medium):not(.small) .twitter-title {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1; }
    .card.twitter:not(.medium):not(.small) .twitter-subtitle {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 2;
      grid-row: 2; }
    .card.twitter:not(.medium):not(.small) .content-text {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .card.twitter:not(.medium):not(.small) .content-image {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 4;
      grid-row: 4; }
    .card.twitter:not(.medium):not(.small) .twitter-icon {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; } }
  @media (min-width: 103rem) {
    .card.twitter:not(.medium):not(.small) {
      max-width: 1170px; } }

.card.twitter.medium {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  background-color: #f9f9f9;
  -ms-grid-columns: 6em 1fr 5em;
  grid-template-columns: 6em 1fr 5em;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 20px 20px 20px 10px;
  padding: 1.25rem 1.25rem 1.25rem 0.625rem; }
  @media (min-width: 103rem) {
    .card.twitter.medium {
      width: 50%; } }
  .card.twitter.medium:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .card.twitter.medium:hover .twitter-icon path {
      fill: #3f61c4; }
  .card.twitter.medium img.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .card.twitter.medium .twitter-avatar {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card.twitter.medium .twitter-title {
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .card.twitter.medium .twitter-title h3 {
      margin: 0px;
      margin: 0; }
  .card.twitter.medium .twitter-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    color: #737373; }
  .card.twitter.medium .content-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    grid-row: 3; }
  .card.twitter.medium .content-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    grid-row: 4; }
    .card.twitter.medium .content-image img {
      width: 100%; }
      @media (min-width: 600px) {
        .card.twitter.medium .content-image img {
          width: 80%; } }
      @media (min-width: 103rem) {
        .card.twitter.medium .content-image img {
          width: 100%; } }
  .card.twitter.medium .twitter-icon {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card.twitter.medium .twitter-icon path {
      fill: #737373; }
  @media (min-width: 600px) {
    .card.twitter.medium .twitter-avatar {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    .card.twitter.medium .twitter-title {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1; }
    .card.twitter.medium .twitter-subtitle {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 2;
      grid-row: 2; }
    .card.twitter.medium .content-text {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .card.twitter.medium .content-image {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 4;
      grid-row: 4; }
    .card.twitter.medium .twitter-icon {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; } }
  @media (min-width: 103rem) {
    .card.twitter.medium {
      max-width: 570px; }
      .card.twitter.medium .content-image img {
        width: 80%; } }

.card.twitter.small {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  background-color: #f9f9f9;
  -ms-grid-columns: 6em 1fr 5em;
  grid-template-columns: 6em 1fr 5em;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 20px 20px 20px 10px;
  padding: 1.25rem 1.25rem 1.25rem 0.625rem; }
  @media (min-width: 103rem) {
    .card.twitter.small {
      width: 50%; } }
  .card.twitter.small:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .card.twitter.small:hover .twitter-icon path {
      fill: #3f61c4; }
  .card.twitter.small img.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .card.twitter.small .twitter-avatar {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card.twitter.small .twitter-title {
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .card.twitter.small .twitter-title h3 {
      margin: 0px;
      margin: 0; }
  .card.twitter.small .twitter-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    color: #737373; }
  .card.twitter.small .content-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    grid-row: 3; }
  .card.twitter.small .content-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    grid-row: 4; }
    .card.twitter.small .content-image img {
      width: 100%; }
      @media (min-width: 600px) {
        .card.twitter.small .content-image img {
          width: 80%; } }
      @media (min-width: 103rem) {
        .card.twitter.small .content-image img {
          width: 100%; } }
  .card.twitter.small .twitter-icon {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card.twitter.small .twitter-icon path {
      fill: #737373; }
  @media (min-width: 600px) {
    .card.twitter.small .twitter-avatar {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    .card.twitter.small .twitter-title {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1; }
    .card.twitter.small .twitter-subtitle {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 2;
      grid-row: 2; }
    .card.twitter.small .content-text {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .card.twitter.small .content-image {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 4;
      grid-row: 4; }
    .card.twitter.small .twitter-icon {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; } }
  @media (min-width: 600px) {
    .card.twitter.small {
      max-width: 420px; }
      .card.twitter.small .twitter-subtitle {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2; }
      .card.twitter.small .content-text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 3;
        grid-row: 3; }
      .card.twitter.small .content-image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 4;
        grid-row: 4; }
      .card.twitter.small .twitter-icon {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3; } }

.multi-grid-wrapper .card.twitter:not(.medium):not(.small) {
  margin: 0 .5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (min-width: 600px) {
    .multi-grid-wrapper .card.twitter:not(.medium):not(.small) {
      width: 100%;
      max-width: 100%; } }

/*
  Card

  Cards are self-contained pieces of content.

  Javascript: `UdsCard.init();`

  Markup: card.hbs

  Style guide: Components.card
 */
.card .image {
  -webkit-animation: AnimationDefault .5s ease;
          animation: AnimationDefault .5s ease; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.card .base {
  -webkit-animation: AnimationDefault .5s ease;
          animation: AnimationDefault .5s ease; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.card .card-info {
  -webkit-animation: AnimationDefault .5s ease;
          animation: AnimationDefault .5s ease; }

@keyframes AnimationDefault {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media (min-width: 600px) {
  .card {
    display: -ms-grid;
    display: grid; } }

.card.small {
  max-width: 22rem; }

.card.medium {
  max-width: 40rem; }

.card .image {
  display: block;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 0;
  cursor: pointer; }
  @media (min-width: 600px) {
    .card .image {
      -ms-grid-column: 1;
      grid-column: 1 / 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4; } }

.card.example {
  max-width: 22rem; }
  .card.example .base:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 600px) {
    .card.example .base {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-rows: 2.5em 1fr;
      grid-template-rows: 2.5em 1fr; } }

.card.example:hover .image, .card.publication:hover .image {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.example:hover .base, .card.publication:hover .base {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.example:hover .card-info, .card.publication:hover .card-info {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.example:hover .base:after, .card.publication:hover .base:after {
  color: #fff;
  background: #3f61c4; }

.central .card.example:hover .base:after, .central .card.publication:hover .base:after {
  color: #fff;
  background: #3f61c4; }

.engineering .card.example:hover .base:after, .engineering .card.publication:hover .base:after {
  color: #fff;
  background: #e32119; }

.card.event .base:hover .image {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.event .base:hover .base {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.event .base:hover .card-info {
  -webkit-animation: AnimationHover .5s ease;
          animation: AnimationHover .5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes AnimationHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

.card.event .base:hover .base:after {
  color: #fff;
  background: #3f61c4; }

.central .card.event .base:hover .base:after {
  color: #fff;
  background: #3f61c4; }

.engineering .card.event .base:hover .base:after {
  color: #fff;
  background: #e32119; }

.card .base {
  cursor: pointer;
  max-width: 23.125em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 40px 20px 40px;
  padding: 2.5rem 1.25rem 2.5rem;
  background-color: #f9f9f9;
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  position: relative; }
  @media (min-width: 960px) {
    .card .base {
      max-width: 23.125em;
      padding-right: 50px; } }
  .card .base:after {
    color: #333;
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    z-index: 1;
    text-align: center;
    line-height: 3rem; }
  .card .base .title {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0px 0px 20px;
    margin: 0 0 1.25rem; }
  .card .base .card-subtitle {
    -ms-grid-row: 3;
    grid-row: 3;
    color: #737373;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .card .base .date {
    -ms-grid-row: 1;
    grid-row: 1;
    color: #737373;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75rem; }
  .card .base .content {
    -ms-grid-row: 4;
    grid-row: 4;
    word-break: break-word;
    min-height: 150px;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .card .base .external-link {
    -ms-grid-row: 5;
    grid-row: 5;
    display: block;
    color: #3f61c4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 700; }
    .card .base .external-link > span:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f35d";
      display: inline;
      margin-left: 10px;
      margin-left: 0.625rem; }
    .card .base .external-link > span:hover {
      display: inline-block;
      border-bottom: 1px solid #3f61c4;
      margin-bottom: -1px; }
  .card .base .author {
    -ms-grid-row: 6;
    grid-row: 6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px 2fr;
    grid-template-columns: 45px 2fr; }
  .card .base .author-avatar {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card .base .author-avatar img.avatar {
      width: 2rem;
      height: 2rem;
      border-radius: 50%; }
  .card .base .author-name {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem; }
  .card .base .submit:after {
    content: none; }
  @media (min-width: 600px) {
    .card .base .meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .card .base .category,
  .card .base .price,
  .card .base .property {
    -ms-grid-row: 7;
    grid-row: 7;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-bottom: 0px;
    margin-bottom: 0; }
    .card .base .category:before,
    .card .base .price:before,
    .card .base .property:before {
      margin-right: 10px;
      margin-right: 0.625rem;
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: red; }
    .card .base .category > span,
    .card .base .price > span,
    .card .base .property > span {
      position: relative;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; }
      .card .base .category > span:after,
      .card .base .price > span:after,
      .card .base .property > span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #737373;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0; }
      .card .base .category > span:hover:after,
      .card .base .price > span:hover:after,
      .card .base .property > span:hover:after {
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 1; }
  .card .base .price:before {
    margin-top: 2px;
    margin-top: 0.125rem;
    content: "\f155";
    background: #000;
    color: white;
    font-size: .5em;
    border-radius: 2.25em;
    width: 2.25em;
    height: 2.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card .base .property:before {
    color: #e87f7b; }
  .card .base .uds-button, .card .base .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .card .base .uds-brand-button {
    -ms-grid-row: 8;
    grid-row: 8;
    max-width: 10em;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding: 15px 40px;
    padding: 0.9375rem 2.5rem; }
  .central .card .base {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 40px 20px 40px;
    padding: 2.5rem 1.25rem 2.5rem;
    background-color: #f9f9f9;
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    position: relative; }
    @media (min-width: 960px) {
      .central .card .base {
        max-width: 23.125em;
        padding-right: 50px; } }
    .central .card .base:after {
      color: #333;
      content: "\f054";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      right: 0;
      bottom: 0;
      width: 3rem;
      height: 3rem;
      font-size: 1rem;
      z-index: 1;
      text-align: center;
      line-height: 3rem; }
    .central .card .base .title {
      -ms-grid-row: 1;
      grid-row: 1;
      margin: 0px 0px 20px;
      margin: 0 0 1.25rem; }
    .central .card .base .card-subtitle {
      -ms-grid-row: 3;
      grid-row: 3;
      color: #737373;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .central .card .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      color: #737373;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem; }
    .central .card .base .content {
      -ms-grid-row: 4;
      grid-row: 4;
      word-break: break-word;
      min-height: 150px;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
    .central .card .base .external-link {
      -ms-grid-row: 5;
      grid-row: 5;
      display: block;
      color: #3f61c4;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 700; }
      .central .card .base .external-link > span:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 10px;
        margin-left: 0.625rem; }
      .central .card .base .external-link > span:hover {
        display: inline-block;
        border-bottom: 1px solid #3f61c4;
        margin-bottom: -1px; }
    .central .card .base .author {
      -ms-grid-row: 6;
      grid-row: 6;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 45px 2fr;
      grid-template-columns: 45px 2fr; }
    .central .card .base .author-avatar {
      -ms-grid-column: 1;
      grid-column: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .central .card .base .author-avatar img.avatar {
        width: 2rem;
        height: 2rem;
        border-radius: 50%; }
    .central .card .base .author-name {
      -ms-grid-column: 2;
      grid-column: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem; }
    .central .card .base .submit:after {
      content: none; }
    @media (min-width: 600px) {
      .central .card .base .meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .central .card .base .category,
    .central .card .base .price,
    .central .card .base .property {
      -ms-grid-row: 7;
      grid-row: 7;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-bottom: 0px;
      margin-bottom: 0; }
      .central .card .base .category:before,
      .central .card .base .price:before,
      .central .card .base .property:before {
        margin-right: 10px;
        margin-right: 0.625rem;
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: red; }
      .central .card .base .category > span,
      .central .card .base .price > span,
      .central .card .base .property > span {
        position: relative;
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
        .central .card .base .category > span:after,
        .central .card .base .price > span:after,
        .central .card .base .property > span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: #737373;
          -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
          opacity: 0; }
        .central .card .base .category > span:hover:after,
        .central .card .base .price > span:hover:after,
        .central .card .base .property > span:hover:after {
          -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
          opacity: 1; }
    .central .card .base .price:before {
      margin-top: 2px;
      margin-top: 0.125rem;
      content: "\f155";
      background: #000;
      color: white;
      font-size: .5em;
      border-radius: 2.25em;
      width: 2.25em;
      height: 2.25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .central .card .base .property:before {
      color: #e87f7b; }
    .central .card .base .uds-button, .central .card .base .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .central .card .base .uds-brand-button {
      -ms-grid-row: 8;
      grid-row: 8;
      max-width: 10em;
      margin-top: 15px;
      margin-top: 0.9375rem;
      padding: 15px 40px;
      padding: 0.9375rem 2.5rem; }
  .engineering .card .base {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 40px 20px 40px;
    padding: 2.5rem 1.25rem 2.5rem;
    background-color: #f9f9f9;
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    position: relative; }
    @media (min-width: 960px) {
      .engineering .card .base {
        max-width: 23.125em;
        padding-right: 50px; } }
    .engineering .card .base:after {
      color: #333;
      content: "\f054";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      right: 0;
      bottom: 0;
      width: 3rem;
      height: 3rem;
      font-size: 1rem;
      z-index: 1;
      text-align: center;
      line-height: 3rem; }
    .engineering .card .base .title {
      -ms-grid-row: 1;
      grid-row: 1;
      margin: 0px 0px 20px;
      margin: 0 0 1.25rem; }
    .engineering .card .base .card-subtitle {
      -ms-grid-row: 3;
      grid-row: 3;
      color: #737373;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .engineering .card .base .date {
      -ms-grid-row: 1;
      grid-row: 1;
      color: #737373;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem; }
    .engineering .card .base .content {
      -ms-grid-row: 4;
      grid-row: 4;
      word-break: break-word;
      min-height: 150px;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
    .engineering .card .base .external-link {
      -ms-grid-row: 5;
      grid-row: 5;
      display: block;
      color: #e32119;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 700; }
      .engineering .card .base .external-link > span:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 10px;
        margin-left: 0.625rem; }
      .engineering .card .base .external-link > span:hover {
        display: inline-block;
        border-bottom: 1px solid #e32119;
        margin-bottom: -1px; }
    .engineering .card .base .author {
      -ms-grid-row: 6;
      grid-row: 6;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 45px 2fr;
      grid-template-columns: 45px 2fr; }
    .engineering .card .base .author-avatar {
      -ms-grid-column: 1;
      grid-column: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .engineering .card .base .author-avatar img.avatar {
        width: 2rem;
        height: 2rem;
        border-radius: 50%; }
    .engineering .card .base .author-name {
      -ms-grid-column: 2;
      grid-column: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem; }
    .engineering .card .base .submit:after {
      content: none; }
    @media (min-width: 600px) {
      .engineering .card .base .meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .engineering .card .base .category,
    .engineering .card .base .price,
    .engineering .card .base .property {
      -ms-grid-row: 7;
      grid-row: 7;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-bottom: 0px;
      margin-bottom: 0; }
      .engineering .card .base .category:before,
      .engineering .card .base .price:before,
      .engineering .card .base .property:before {
        margin-right: 10px;
        margin-right: 0.625rem;
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: red; }
      .engineering .card .base .category > span,
      .engineering .card .base .price > span,
      .engineering .card .base .property > span {
        position: relative;
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
        .engineering .card .base .category > span:after,
        .engineering .card .base .price > span:after,
        .engineering .card .base .property > span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: #737373;
          -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
          opacity: 0; }
        .engineering .card .base .category > span:hover:after,
        .engineering .card .base .price > span:hover:after,
        .engineering .card .base .property > span:hover:after {
          -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
          opacity: 1; }
    .engineering .card .base .price:before {
      margin-top: 2px;
      margin-top: 0.125rem;
      content: "\f155";
      background: #000;
      color: white;
      font-size: .5em;
      border-radius: 2.25em;
      width: 2.25em;
      height: 2.25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .engineering .card .base .property:before {
      color: #e87f7b; }
    .engineering .card .base .uds-button, .engineering .card .base .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .engineering .card .base .uds-brand-button {
      -ms-grid-row: 8;
      grid-row: 8;
      max-width: 10em;
      margin-top: 15px;
      margin-top: 0.9375rem;
      padding: 15px 40px;
      padding: 0.9375rem 2.5rem; }
  @media (min-width: 600px) {
    .card .base {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4; } }
  .medium .card .base {
    margin-left: 20px;
    margin-left: 1.25rem; }

.card .uds-button, .card .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .card .uds-brand-button {
  padding: 0; }

.card.profile .uds-button, .card.profile .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .card.profile .uds-brand-button {
  text-transform: none;
  margin-top: auto;
  font-weight: normal;
  font-size: 1rem; }
  .card.profile .uds-button:after, .card.profile .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .card.profile .uds-brand-button:after {
    display: none; }

.multi-grid-wrapper {
  display: block; }
  .multi-grid-wrapper .card {
    margin: 15px; }
  @media (min-width: 960px) {
    .multi-grid-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .multi-grid-wrapper .card {
        margin: 0; } }

/*
  Carousel Gallery

  Javascript: `UdsCarouselGallery.init();`

  Markup: carousel-gallery.hbs

  .small - layout for mobile-sized or smaller than mobile-sized carousel.

  Style guide: Components.carousel.gallery
 */
.carousel.gallery .slider-nav .slick-slide {
  border: 2px solid transparent; }
  .carousel.gallery .slider-nav .slick-slide img {
    width: auto !important;
    height: 67.5px; }
  .carousel.gallery .slider-nav .slick-slide.slick-current {
    outline: none;
    border: 2px solid #3f61c4; }

.carousel.gallery .slider-nav button.slick-arrow {
  cursor: pointer; }

.carousel.gallery:not(.small) .slider img {
  margin: auto;
  max-height: 250px; }
  @media (min-width: 600px) {
    .carousel.gallery:not(.small) .slider img {
      max-height: 375px; } }
  @media (min-width: 960px) {
    .carousel.gallery:not(.small) .slider img {
      max-height: 750px; } }

@media (min-width: 960px) {
  .carousel.gallery.small .slider img {
    margin: auto;
    max-height: 250px; } }

/*
  Carousel Masthead

  Carousel Masthead includes centred overlay contents <br />
  Single hero video is using 16:9 embed youtube video , resizing browser will keep full window height video and cut video width.<br />
  <strong>Please add unique id to silent-video div while integrating</strong><br />

  Javascript: `UdsCarouselMasthead.init();`

  Markup: carousel-masthead.hbs

  Style guide: Components.carousel.masthead
 */
/*
  Carousel Teaser

  Single hero video is using 16:9 embed youtube video , resizing browser will keep full window height video and cut video width.<br />
  <strong>Please add unique id to silent-video div while integrating</strong><br />

  Javascript: `UdsCarouselTeaser.init();`

  Markup: carousel-teaser.hbs

  Style guide: Components.carousel.teaser
 */
/*
  Carousel

  Style guide: Components.carousel

 */
/*
// Define Carousel height
$carousel-small-height: 450px;
$carousel-medium-height: 700px;
$carousel-large-height: 800px;

@mixin carousel-height() {
  height: $carousel-small-height;

  @include breakpoint(medium) {
    height: $carousel-medium-height;
  }
  @include breakpoint(large) {
    height: $carousel-large-height;
  }
}
*/
.carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  position: relative;
  background: #000; }
  .carousel-cell .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .carousel-cell .carousel-image img {
      display: none; }
  .carousel-cell .image-overlay {
    opacity: .5; }
  .carousel-cell .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; }
  .carousel-cell .silent-video-hero {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .carousel-cell .carousel-content {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .masthead .carousel-cell .carousel-content {
      text-align: center;
      padding-bottom: 2rem; }
      .masthead .carousel-cell .carousel-content .image-group {
        margin-top: 2.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .masthead .carousel-cell .carousel-content .image-group > .tpl-image {
          max-width: 100px;
          margin-right: 2rem; }
      .masthead .carousel-cell .carousel-content h1 {
        margin-top: 0; }
    .masthead.left-masthead .carousel-cell .carousel-content {
      text-align: left; }
      @media (min-width: 600px) {
        .masthead.left-masthead .carousel-cell .carousel-content {
          max-width: 100rem;
          padding: 0 60px; }
          .masthead.left-masthead .carousel-cell .carousel-content .content .button-group {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-left: -10px; } }
      .masthead.left-masthead .carousel-cell .carousel-content .subline1 {
        font-weight: normal;
        max-width: 420px; }
    .teaser .carousel-cell .carousel-content {
      width: 100%;
      height: 100%; }
      .teaser .carousel-cell .carousel-content .content {
        padding: 80px 40px;
        padding: 5rem 2.5rem;
        margin: 0;
        position: relative;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 960px) {
          .teaser .carousel-cell .carousel-content .content {
            margin-top: auto;
            margin-top: 330px;
            padding: 0px 80px;
            padding: 0 5rem; } }
        .teaser .carousel-cell .carousel-content .content h1 {
          margin: .67em 0; }
    @media (min-width: 600px) {
      .teaser.centre-bottom-carousel .carousel-cell .carousel-content {
        max-width: 830px;
        text-align: center; } }
    @media (min-width: 960px) {
      .teaser.centre-bottom-carousel .carousel-cell .carousel-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .teaser.centre-bottom-carousel .carousel-cell .carousel-content .content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 960px) {
        .teaser.centre-bottom-carousel .carousel-cell .carousel-content .content {
          max-width: 830px;
          background-color: rgba(0, 0, 0, 0.75);
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 35px 30px 35px;
          padding: 2.1875rem 1.875rem 2.1875rem; } }
    @media (min-width: 960px) {
      .teaser.left-bottom-carousel .carousel-cell .carousel-content {
        width: 50%;
        margin-right: auto;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .teaser.left-bottom-carousel .carousel-cell .carousel-content .content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (min-width: 960px) {
        .teaser.left-bottom-carousel .carousel-cell .carousel-content .content {
          max-width: 570px;
          margin-right: 0;
          background-color: rgba(0, 0, 0, 0.75);
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 35px 30px 35px;
          padding: 2.1875rem 1.875rem 2.1875rem; } }
    .carousel-cell .carousel-content .content {
      padding: 0px 20px;
      padding: 0 1.25rem;
      width: 100%; }
      .carousel-cell .carousel-content .content h1 {
        color: #fff; }
      .carousel-cell .carousel-content .content h2 {
        color: #fff;
        margin-top: 0;
        text-align: center;
        margin-bottom: .5em; }
        .teaser .carousel-cell .carousel-content .content h2 {
          margin-bottom: 0; }
      .carousel-cell .carousel-content .content p {
        color: #fff;
        margin-bottom: 2em; }
      .carousel-cell .carousel-content .content .button-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 600px) {
          .carousel-cell .carousel-content .content .button-group {
            margin-top: 20px;
            margin-top: 1.25rem;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 0; } }
        .carousel-cell .carousel-content .content .button-group .uds-button, .carousel-cell .carousel-content .content .button-group .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .carousel-cell .carousel-content .content .button-group .uds-brand-button {
          width: 100%;
          padding: 1em;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-top: auto;
          margin: 20px 0px 0px;
          margin: 1.25rem 0 0; }
          @media (min-width: 600px) {
            .carousel-cell .carousel-content .content .button-group .uds-button, .carousel-cell .carousel-content .content .button-group .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .carousel-cell .carousel-content .content .button-group .uds-brand-button {
              max-width: 200px;
              margin: 20px 10px 0px;
              margin: 1.25rem 0.625rem 0; } }
      .carousel-cell .carousel-content .content .subline1 {
        color: #fff;
        font-size: 18px;
        font-family: "Arial", Helvetica, sans-serif;
        line-height: 26px;
        font-weight: bold; }
      .carousel-cell .carousel-content .content .subline2 {
        color: #fff;
        font-size: 22px;
        font-family: "Arial", Helvetica, sans-serif;
        font-weight: bold;
        margin-top: 1em; }
      .carousel-cell .carousel-content .content .standfirst {
        color: #fff;
        font-family: "Arial", Helvetica, sans-serif;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .carousel-cell .carousel-content .content .author {
        margin-top: auto;
        margin: 15px 0px;
        margin: 0.9375rem 0; }
      .carousel-cell .carousel-content .content img.avatar {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        margin-right: 0.625rem; }
      .carousel-cell .carousel-content .content .name {
        font-size: 12px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px; }
      .carousel-cell .carousel-content .content .date {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }

.carousel:not(.single) {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .carousel:not(.single) {
      padding-left: 0;
      padding-right: 0; } }

.carousel ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 0;
  z-index: 20;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }
  .carousel ul.slick-dots li {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.5); }
    .carousel ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 30px;
      height: 40px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      padding: 0; }
      .carousel ul.slick-dots li button:before {
        font-family: slick;
        font-size: 20px;
        line-height: 20px;
        position: relative;
        top: 0;
        left: 0;
        height: 40px;
        content: "•";
        text-align: center;
        opacity: .75;
        color: rgba(255, 255, 255, 0.5);
        width: 30px; }
    .carousel ul.slick-dots li.slick-active button:before {
      opacity: 1;
      color: #fff; }
    .carousel ul.slick-dots li.control {
      padding-top: 10px;
      padding-top: 0.625rem;
      color: #fff;
      cursor: pointer;
      text-align: center;
      width: 30px; }

.carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel .slick-current {
  outline-color: rgba(0, 103, 244, 0.247);
  outline-style: auto;
  outline-width: 5px; }

.carousel .slick-arrow {
  visibility: hidden;
  position: absolute;
  top: 40%;
  z-index: 20; }
  .carousel .slick-arrow:before {
    visibility: hidden;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    content: "\f054";
    cursor: pointer; }
    @media (min-width: 600px) {
      .carousel .slick-arrow:before {
        visibility: visible; } }
  .carousel .slick-arrow.slick-prev {
    left: 1%; }
    .carousel .slick-arrow.slick-prev:before {
      content: "\f053"; }
  .carousel .slick-arrow.slick-next {
    right: 1%; }

.carousel.masthead .slick-arrow:before, .carousel.teaser .slick-arrow:before {
  color: #fff;
  font-size: 4.5em; }

.carousel.gallery {
  margin: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .carousel.gallery {
      margin: 0 auto; } }
  .carousel.gallery .slider img {
    width: 100%;
    height: auto; }
  .carousel.gallery .slider .caption {
    background: #f9f9f9;
    padding: 1em; }
    .carousel.gallery .slider .caption p {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem;
      margin: 0;
      font-weight: 300;
      text-transform: none;
      line-height: 1.5rem; }
      @media (min-width: 600px) {
        .carousel.gallery .slider .caption p {
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 300;
          text-transform: none; } }
  .carousel.gallery .slider .slick-slide {
    outline: none;
    display: block; }
  .carousel.gallery .slider-nav {
    overflow: hidden; }
    .carousel.gallery .slider-nav .slick-slide {
      margin: 10px;
      margin: 0.625rem;
      cursor: pointer;
      display: block; }
      .carousel.gallery .slider-nav .slick-slide img {
        width: 120px; }
    .carousel.gallery .slider-nav .slick-list {
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-left: 20px;
      margin-left: 1.25rem; }
      @media (min-width: 600px) {
        .carousel.gallery .slider-nav .slick-list {
          margin-right: 60px;
          margin-right: 3.75rem;
          margin-left: 60px;
          margin-left: 3.75rem; } }
    .carousel.gallery .slider-nav .slick-track {
      width: auto;
      -webkit-transform: auto;
              transform: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 600px) {
        .carousel.gallery .slider-nav .slick-track {
          width: auto !important;
          -webkit-transform: none !important;
                  transform: none !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .carousel.gallery.large {
    background-color: black; }

.carousel.single ul.slick-dots {
  visibility: hidden; }

@media (min-width: 960px) {
  .carousel.teaser.left-bottom-carousel ul.slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 25%; } }

@media (min-width: 960px) {
  .carousel.teaser.centre-bottom-carousel ul.slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.hero-banner {
  min-height: 450px; }
  @media (min-width: 600px) {
    .hero-banner {
      min-height: 700px; } }
  @media (min-width: 600px) {
    .hero-banner {
      min-height: 800px; } }
  .masthead.left-masthead .hero-banner {
    min-height: 450px; }
    @media (min-width: 600px) {
      .masthead.left-masthead .hero-banner {
        min-height: 550px; } }

/*
  Checkbox

  Checkbox inputs

  Markup: checkbox.hbs

  Style guide: Components.forms.checkbox
 */
.form-field label.checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 40px;
  padding-left: 2.5rem; }
  .form-field label.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form-field label.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9; }
    .form-field label.checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 8px;
      top: 4px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .form-field label.checkbox:hover input ~ .checkmark {
    border-color: #333; }
  .form-field label.checkbox input:focus ~ .checkmark {
    border-color: #3f61c4; }
    .central .form-field label.checkbox input:focus ~ .checkmark {
      border-color: #3f61c4; }
    .engineering .form-field label.checkbox input:focus ~ .checkmark {
      border-color: #e32119; }
  .form-field label.checkbox input:checked ~ .checkmark:after {
    display: block;
    border-color: #3f61c4; }
    .central .form-field label.checkbox input:checked ~ .checkmark:after {
      border-color: #3f61c4; }
    .engineering .form-field label.checkbox input:checked ~ .checkmark:after {
      border-color: #e32119; }

/*
 Cta Minimal

 Ctas provide the user with a trail indicating the depth within the content that they are viewing.

 Ctas default need to be wrapped into a grid to limit size.

 Markup: cta-minimal.hbs

 .small - layout for small-sized cta is full width.

 Style guide: Components.cta.minimal
 */
.cta.minimal {
  position: relative;
  display: block;
  max-width: 100%;
  min-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdee68), color-stop(#ffdc00), to(#fdee68));
  background: linear-gradient(180deg, #fdee68, #ffdc00, #fdee68);
  background-size: 100% 300%;
  background-position: 0 210px;
  -webkit-animation: AnimationDefaultHeight .5s ease;
          animation: AnimationDefaultHeight .5s ease;
  max-width: 45rem; }
  .cta.minimal:hover {
    -webkit-animation: AnimationHoverHeight .5s ease;
            animation: AnimationHoverHeight .5s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes AnimationDefaultHeight {
  0% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  100% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; } }

@keyframes AnimationDefaultHeight {
  0% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  100% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; } }

@-webkit-keyframes AnimationHoverHeight {
  0% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; }
  100% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } }

@keyframes AnimationHoverHeight {
  0% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; }
  100% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } }
  .cta.minimal a.image-block-link {
    text-decoration: none;
    display: block;
    color: #181716;
    height: 100%; }
  .cta.minimal .content {
    padding: 25px 37.5px 50px;
    padding: 1.5625rem 2.34375rem 3.125rem; }
    .cta.minimal .content h3 {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
  .cta.minimal .faux-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 2em;
    right: 2em;
    padding: .4em 1em; }
    .cta.minimal .faux-link:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline;
      margin-left: 1em; }
  .cta.minimal.small {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdee68), color-stop(#ffdc00), to(#fdee68));
    background: linear-gradient(180deg, #fdee68, #ffdc00, #fdee68);
    background-size: 100% 300%;
    background-position: 0 210px;
    -webkit-animation: AnimationDefaultHeight .5s ease;
            animation: AnimationDefaultHeight .5s ease;
    max-width: 23rem; }
    .cta.minimal.small:hover {
      -webkit-animation: AnimationHoverHeight .5s ease;
              animation: AnimationHoverHeight .5s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes AnimationDefaultHeight {
  0% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  100% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; } }

@keyframes AnimationHoverHeight {
  0% {
    background-position: 0 200px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none; }
  100% {
    background-position: 0 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } }
    .cta.minimal.small a.image-block-link {
      text-decoration: none;
      display: block;
      color: #181716;
      height: 100%; }
    .cta.minimal.small .content {
      padding: 25px 37.5px 50px;
      padding: 1.5625rem 2.34375rem 3.125rem; }
      .cta.minimal.small .content h3 {
        margin-bottom: 20px;
        margin-bottom: 1.25rem; }
    .cta.minimal.small .faux-link {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.875rem;
      line-height: 1.5rem;
      color: #333;
      display: block;
      text-align: right;
      position: absolute;
      bottom: 2em;
      right: 2em;
      padding: .4em 1em; }
      .cta.minimal.small .faux-link:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline;
        margin-left: 1em; }
    @media (min-width: 103rem) {
      .cta.minimal.small {
        margin: 40px 10px;
        margin: 2.5rem 0.625rem; } }

/*
 Cta Overlay Minimal

  Markup: cta-overlay-minimal.hbs

  Style guide: Components.cta.overlay-minimal
 */
.cta.overlay {
  padding: 20px 0px;
  padding: 1.25rem 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .cta.overlay.alt {
    background: #737373; }

/*
  Cta

  CTA is an image or line of text that prompts your visitors, leads, and customers to take action.

  Markup: cta.hbs

  Style guide: Components.cta
 */
.cta.media {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 92, 173, 0.3)), to(rgba(6, 92, 173, 0.3)));
  background: linear-gradient(0deg, rgba(6, 92, 173, 0.3), rgba(6, 92, 173, 0.3));
  padding: 1.25rem 1rem;
  min-height: 13.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .cta.media {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 960px) {
    .cta.media {
      padding-left: 0;
      padding-right: 0; } }
  .cta.media .background-image {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
    width: 100vw; }
  .cta.media h2 {
    color: #fff;
    margin-right: 0;
    font-weight: 500;
    z-index: 1; }
    @media (min-width: 960px) {
      .cta.media h2 {
        margin-right: 1em;
        max-width: 75%; } }
  .cta.media .uds-button, .cta.media .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .cta.media .uds-brand-button {
    z-index: 1; }
  .cta.media.cta-full-width {
    width: 100%; }

/*
  Divider

  A dividing line

  Markup: divider.hbs

  Style guide: Components.divider
 */
.divider {
  border-bottom: 2px solid #333;
  height: 1px;
  width: 10em; }
  .divider.small {
    width: 2em; }

/*
  Download

  The download comprises an expanding number of options for file download

  Javascript: `UdsDownload.init()`

  Markup: download.hbs

  Style guide: Components.download
 */
.download {
  background-color: #efefef;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr 5em;
  grid-template-columns: 6em 1fr 5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem; }
  .download .file-type-icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .download .file-type-icon img {
      max-width: 60px; }
  .download .download-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    border-left: 2px solid white; }
    .download .download-info .title {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem;
      font-size: 14px; }
    .download .download-info .info {
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
      color: #737373; }
      .download .download-info .info a {
        font-weight: bold;
        text-decoration: none; }
  .download .expand-icon {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .download .expand-icon img {
      width: 20px; }
    .download .expand-icon.is-expanded {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .download .download-content {
    display: none;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    border-left: 2px solid white;
    color: #737373; }
    .download .download-content .deselect {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem; }
    .download .download-content .uds-button, .download .download-content .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .download .download-content .uds-brand-button {
      width: 100%;
      max-width: 400px; }
      .download .download-content .uds-button:after, .download .download-content .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .download .download-content .uds-brand-button:after {
        content: "\f019"; }
  .central .download {
    background-color: #efefef;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6em 1fr 5em;
    grid-template-columns: 6em 1fr 5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem; }
    .central .download .file-type-icon {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .central .download .file-type-icon img {
        max-width: 60px; }
    .central .download .download-info {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      text-align: left;
      border-left: 2px solid white; }
      .central .download .download-info .title {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.75rem;
        line-height: 1.75rem;
        font-size: 14px; }
      .central .download .download-info .info {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        color: #737373; }
        .central .download .download-info .info a {
          font-weight: bold;
          text-decoration: none; }
    .central .download .expand-icon {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .central .download .expand-icon img {
        width: 20px; }
      .central .download .expand-icon.is-expanded {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .central .download .download-content {
      display: none;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
      border-left: 2px solid white;
      color: #737373; }
      .central .download .download-content .deselect {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
      .central .download .download-content .uds-button, .central .download .download-content .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .central .download .download-content .uds-brand-button {
        width: 100%;
        max-width: 400px; }
        .central .download .download-content .uds-button:after, .central .download .download-content .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .central .download .download-content .uds-brand-button:after {
          content: "\f019"; }
  .engineering .download {
    background-color: #efefef;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6em 1fr 5em;
    grid-template-columns: 6em 1fr 5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem; }
    .engineering .download .file-type-icon {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .engineering .download .file-type-icon img {
        max-width: 60px; }
    .engineering .download .download-info {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      text-align: left;
      border-left: 2px solid white; }
      .engineering .download .download-info .title {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.75rem;
        line-height: 1.75rem;
        font-size: 14px; }
      .engineering .download .download-info .info {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        color: #737373; }
        .engineering .download .download-info .info a {
          font-weight: bold;
          text-decoration: none; }
    .engineering .download .expand-icon {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .engineering .download .expand-icon img {
        width: 20px; }
      .engineering .download .expand-icon.is-expanded {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .engineering .download .download-content {
      display: none;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
      border-left: 2px solid white;
      color: #737373; }
      .engineering .download .download-content .deselect {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
      .engineering .download .download-content .uds-button, .engineering .download .download-content .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .engineering .download .download-content .uds-brand-button {
        width: 100%;
        max-width: 400px; }
        .engineering .download .download-content .uds-button:after, .engineering .download .download-content .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .engineering .download .download-content .uds-brand-button:after {
          content: "\f019"; }

/*
  Footer UNSW Brand

  Markup: footer-unsw-brand.hbs

  Style guide: Components.footer-unsw-brand
 */
footer {
  color: #fff;
  background: url("unsw-uds-assets/site/styles/src/assets/resources/illustrations/footer-background.svg") #181716 center 3rem no-repeat;
  background-size: 48rem;
  font-size: 0.875rem;
  position: relative; }
  footer:before {
    content: " ";
    display: block;
    width: 200vw;
    position: absolute;
    left: -50vw;
    top: 0;
    height: 100%;
    background-color: #181716;
    z-index: -1; }
  @media (min-width: 960px) {
    footer {
      padding-top: 4rem;
      background-position: 10vw 5rem; } }
  footer .top {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.1875rem;
    display: none;
    color: #000;
    cursor: pointer;
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    right: 3rem;
    background-color: #ffdc00;
    text-align: center; }
    @media (min-width: 960px) {
      footer .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .top img {
      margin-bottom: .5rem;
      max-height: 30px; }
    footer .top:hover, footer .top:focus {
      outline: #9dadde solid 2px;
      outline-offset: 2px; }
    footer .top:hover img, footer .top:focus img {
      zoom: 1.1;
      margin-bottom: .3rem; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .header {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 1rem; }
    @media (min-width: 960px) {
      footer .header {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-grid-columns: 1fr 5fr;
        grid-template-columns: 1fr 5fr;
        padding: 0 3rem; } }
    @media (min-width: 103rem) {
      footer .header {
        padding: 0 6rem; } }
    footer .header .branding {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 0; }
      footer .header .branding a:hover, footer .header .branding a:focus {
        outline: #9dadde solid 2px;
        outline-offset: 2px; }
      footer .header .branding img {
        width: 6rem;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
        @media (min-width: 960px) {
          footer .header .branding img {
            width: 9rem;
            -webkit-filter: none;
                    filter: none; } }
      footer .header .branding .url {
        font-family: RobotoMono, Arial, sans-serif;
        font-weight: 500;
        font-size: .875rem;
        line-height: 1.1875rem;
        display: block; }
    footer .header .site-lang {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 960px) {
        footer .header .site-lang {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      footer .header .site-lang .sitename {
        text-align: right;
        margin-bottom: 0.25rem; }
        @media (min-width: 960px) {
          footer .header .site-lang .sitename {
            margin-right: 1rem; } }
      footer .header .site-lang .lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        footer .header .site-lang .lang img {
          height: 1.35rem;
          width: 1.35rem; }
        footer .header .site-lang .lang .select-group {
          width: 8.5rem; }
          footer .header .site-lang .lang .select-group:after {
            color: #9dadde; }
          footer .header .site-lang .lang .select-group .select {
            background-color: transparent;
            -webkit-box-shadow: none;
                    box-shadow: none;
            color: #fff;
            border-radius: 0;
            font-size: 14px; }
            footer .header .site-lang .lang .select-group .select:hover, footer .header .site-lang .lang .select-group .select:focus {
              outline: #9dadde solid 2px;
              outline-offset: 2px; }
  @media (min-width: 960px) {
    footer .main {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 5fr;
      grid-template-columns: 1fr 5fr;
      padding: 2rem 3rem; } }
  @media (min-width: 103rem) {
    footer .main {
      padding: 2rem 6rem; } }
  footer .main nav {
    margin: 0;
    padding: 1rem; }
    @media (min-width: 960px) {
      footer .main nav {
        padding: 0;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr; } }
    footer .main nav .nav-container {
      position: relative;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding: 1rem .5rem; }
      @media (min-width: 600px) {
        footer .main nav .nav-container {
          padding: 1rem .5rem 1rem 2rem; } }
      @media (min-width: 960px) {
        footer .main nav .nav-container {
          border-top: none;
          padding: 0 1rem 0 0;
          -ms-grid-row: 1;
          grid-row: 1; } }
      footer .main nav .nav-container:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        @media (min-width: 960px) {
          footer .main nav .nav-container:last-child {
            border-bottom: none;
            padding-right: 0; } }
      footer .main nav .nav-container h4 {
        color: #fff;
        margin: 0; }
        footer .main nav .nav-container h4:hover, footer .main nav .nav-container h4:focus {
          outline: #9dadde solid 2px;
          outline-offset: 2px; }
        footer .main nav .nav-container h4:after {
          content: "\f054";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f078";
          position: absolute;
          right: 1rem;
          font-size: 1rem;
          color: #9dadde; }
          @media (min-width: 960px) {
            footer .main nav .nav-container h4:after {
              display: none; } }
        footer .main nav .nav-container h4.open:after {
          content: "\f077"; }
      footer .main nav .nav-container ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media (min-width: 960px) {
          footer .main nav .nav-container ul {
            display: block; } }
        footer .main nav .nav-container ul li a {
          font-family: RobotoMono, Arial, sans-serif;
          font-weight: 400;
          font-size: .75rem;
          line-height: 1rem;
          display: block;
          padding: .5rem 0; }
          @media (min-width: 960px) {
            footer .main nav .nav-container ul li a {
              font-size: 0.875rem; } }
          footer .main nav .nav-container ul li a:hover, footer .main nav .nav-container ul li a:focus {
            text-decoration: underline;
            outline: none; }
  footer .main .org-details {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1rem;
    font-family: Roboto, Arial, sans-serif; }
    @media (min-width: 600px) {
      footer .main .org-details {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (min-width: 960px) {
      footer .main .org-details {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        display: block;
        padding: 0 1rem 0 0; } }
    @media (min-width: 960px) {
      footer .main .org-details div {
        margin-bottom: 1rem; } }
    footer .main .org-details span.label {
      font-weight: 700;
      display: block; }
    footer .main .org-details span a {
      color: #9dadde; }
      footer .main .org-details span a:hover, footer .main .org-details span a:focus {
        outline: #9dadde solid 2px;
        outline-offset: 2px; }
    footer .main .org-details .telephone span {
      display: block; }
      @media (min-width: 103rem) {
        footer .main .org-details .telephone span {
          display: inline; } }
    footer .main .org-details .abn span {
      display: inline; }
    @media (min-width: 960px) {
      footer .main .org-details .provider {
        margin-top: 1rem; } }
    footer .main .org-details .provider span {
      display: inline; }
  footer .partners {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 1rem 2rem 1rem;
    margin: 0;
    position: relative; }
    footer .partners:before {
      content: " ";
      display: block;
      width: 200vw;
      position: absolute;
      left: -50vw;
      top: 0;
      height: 100%;
      background-color: #000;
      z-index: -1; }
    @media (min-width: 600px) {
      footer .partners {
        padding: 1rem 2rem 2rem 2rem; } }
    @media (min-width: 960px) {
      footer .partners {
        padding: 3rem;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    @media (min-width: 103rem) {
      footer .partners {
        padding: 3rem 6rem; } }
    footer .partners a {
      margin: 1rem 1.5rem 0 0; }
      footer .partners a:hover, footer .partners a:focus {
        outline: #9dadde solid 2px;
        outline-offset: 2px; }
      @media (min-width: 960px) {
        footer .partners a {
          margin: 0; } }
      footer .partners a:last-child {
        margin-right: 0; }
      footer .partners a img {
        height: 2rem; }
        @media (min-width: 960px) {
          footer .partners a img {
            height: 3rem; } }
        @media (min-width: 103rem) {
          footer .partners a img {
            height: 4rem; } }
  footer .footer {
    background-color: #ffdc00;
    color: #000;
    font-family: RobotoMono, Arial, sans-serif;
    padding: 0;
    position: relative; }
    footer .footer:before {
      content: " ";
      display: block;
      width: 200vw;
      position: absolute;
      left: -50vw;
      top: 0;
      height: 100%;
      background-color: #ffdc00;
      z-index: -1; }
    @media (min-width: 960px) {
      footer .footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7;
        padding: 0 3rem; } }
    @media (min-width: 103rem) {
      footer .footer {
        padding: 0 6rem; } }
    footer .footer .acknowledgement-of-country {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1rem 0;
      text-align: center;
      margin: 0 2rem; }
      @media (min-width: 600px) {
        footer .footer .acknowledgement-of-country {
          margin: 0 2rem;
          padding: 3rem 0; } }
      @media (min-width: 960px) {
        footer .footer .acknowledgement-of-country {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          text-align: left;
          padding: 3rem 0;
          margin: 0; } }
      footer .footer .acknowledgement-of-country .flags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 1rem; }
        @media (min-width: 960px) {
          footer .footer .acknowledgement-of-country .flags {
            margin: 0 1rem 0 0; } }
        footer .footer .acknowledgement-of-country .flags img {
          height: 3rem; }
          footer .footer .acknowledgement-of-country .flags img:first-child {
            margin-right: 1rem; }
          @media (min-width: 960px) {
            footer .footer .acknowledgement-of-country .flags img {
              height: 4.5rem; } }
      footer .footer .acknowledgement-of-country .text h4 {
        margin-bottom: .5rem; }
      footer .footer .acknowledgement-of-country .text p {
        font-family: RobotoMono, Arial, sans-serif;
        font-weight: 500;
        font-size: .875rem;
        line-height: 1.1875rem;
        margin: 0;
        padding: 0;
        max-width: 42rem; }
    footer .footer .social-legal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top: 1px solid #020101;
      padding: 1rem 0;
      margin: 0 2rem; }
      @media (min-width: 960px) {
        footer .footer .social-legal {
          padding: 2rem 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0; } }
      footer .footer .social-legal .socialfollow.uds-component {
        display: block;
        width: 100%; }
        @media (min-width: 960px) {
          footer .footer .social-legal .socialfollow.uds-component {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            width: auto; } }
      footer .footer .social-legal .uds-social-follow {
        display: block;
        width: 100%; }
        @media (min-width: 960px) {
          footer .footer .social-legal .uds-social-follow {
            border-top: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            width: auto; } }
        footer .footer .social-legal .uds-social-follow h2 {
          font-family: Clancy, Arial, sans-serif;
          font-weight: 300;
          font-size: 1rem;
          line-height: 1.1875rem;
          display: none;
          font-size: 1rem;
          margin: 0 .5rem 0 0;
          padding: 0;
          text-decoration: none; }
          @media (min-width: 600px) {
            footer .footer .social-legal .uds-social-follow h2 {
              font-size: 1.25rem;
              line-height: 2rem; } }
          @media (min-width: 960px) {
            footer .footer .social-legal .uds-social-follow h2 {
              font-size: 1.375rem;
              line-height: 2rem; } }
          @media (min-width: 960px) {
            footer .footer .social-legal .uds-social-follow h2 {
              display: block;
              margin-right: 1rem; } }
          footer .footer .social-legal .uds-social-follow h2:hover {
            cursor: default; }
        footer .footer .social-legal .uds-social-follow ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 0;
          margin: 0;
          list-style-type: none; }
          footer .footer .social-legal .uds-social-follow ul li {
            display: block;
            margin: 1rem 0 0 0; }
            @media (min-width: 960px) {
              footer .footer .social-legal .uds-social-follow ul li {
                margin: 0 1rem 0 0; }
                footer .footer .social-legal .uds-social-follow ul li:last-child {
                  margin-right: 0; } }
            footer .footer .social-legal .uds-social-follow ul li i:before {
              display: block;
              font-size: 1.5rem;
              -webkit-transition: all .5s ease;
              transition: all .5s ease; }
            footer .footer .social-legal .uds-social-follow ul li a {
              padding: 0 .25rem;
              color: #000; }
              footer .footer .social-legal .uds-social-follow ul li a:hover, footer .footer .social-legal .uds-social-follow ul li a:focus {
                outline: none; }
                footer .footer .social-legal .uds-social-follow ul li a:hover i:before, footer .footer .social-legal .uds-social-follow ul li a:focus i:before {
                  -webkit-transform: scale(1.1);
                          transform: scale(1.1); }
            footer .footer .social-legal .uds-social-follow ul li i:before {
              display: block;
              font-size: 1.5rem;
              -webkit-transition: all .5s ease;
              transition: all .5s ease; }
      footer .footer .social-legal ul.legal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        @media (min-width: 960px) {
          footer .footer .social-legal ul.legal {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        footer .footer .social-legal ul.legal li {
          display: block;
          margin: 2rem 1rem 0 0; }
          @media (min-width: 960px) {
            footer .footer .social-legal ul.legal li {
              margin-top: 0; } }
          footer .footer .social-legal ul.legal li:last-child {
            margin-right: 0; }
          footer .footer .social-legal ul.legal li a {
            font-family: Clancy, Arial, sans-serif;
            font-weight: 300;
            font-size: .75rem;
            line-height: .9375rem;
            color: #000; }
            @media (min-width: 960px) {
              footer .footer .social-legal ul.legal li a {
                font-size: .875rem;
                line-height: 1.375rem; } }
            footer .footer .social-legal ul.legal li a:hover, footer .footer .social-legal ul.legal li a:focus {
              text-decoration: underline;
              outline: none; }

/*
  Footer

  Markup: footer.hbs

  Style guide: Components.footer
 */
/*
  Form fields

  Form fields are used to wrap form elements with labels and helper text.

  Markup: form-field.hbs

  Style guide: Components.forms.form-field
 */
/*
  Control Input

  Input fields come in variations of `outfill` `basic` and `outline`.
  Please note default style is `outfill` style

  Javascript: `UdsInput.init();`

  Markup: input.hbs

  .basic - Basic text input
  .outline - Outline text input

  Style guide: Components.forms.input
 */
.input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  margin: .5rem;
  /* dropdown autocomplete styles */
  /* Search input field */ }
  .input-group .input-border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #3f61c4;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .input-group input,
  .input-group textarea {
    color: #333;
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
    padding: 0.625rem; }
    .input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder {
      color: #181716; }
    .input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
      color: #181716; }
    .input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {
      color: #181716; }
    .input-group input::-ms-input-placeholder, .input-group textarea::-ms-input-placeholder {
      color: #181716; }
    .input-group input::placeholder,
    .input-group textarea::placeholder {
      color: #181716; }
    .input-group input:focus ~ .input-border,
    .input-group textarea:focus ~ .input-border {
      border-color: #3f61c4; }
    .input-group input:disabled,
    .input-group textarea:disabled {
      color: #c8c8c8; }
      .input-group input:disabled ~ .input-border,
      .input-group textarea:disabled ~ .input-border {
        opacity: .5; }
  .input-group.error input:focus ~ .input-border {
    border-color: #de1b1b; }
  .input-group.error .input-border {
    border-color: #de1b1b; }
  .input-group.basic .input-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent; }
  .input-group.basic.autocomplete .autocomplete-items {
    border: 0; }
  .input-group.basic.autocomplete-list-active .inpu-border {
    border-bottom-color: #f2f2f2; }
  .input-group.outline .input-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0; }
  .input-group.outline.autocomplete .autocomplete-items {
    border: 0; }
  .input-group.outline.autocomplete-list-active .inpu-border {
    border-bottom-color: #f2f2f2; }
  .input-group.prefix {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr; }
    .input-group.prefix input {
      padding-left: 1.66667px;
      padding-left: 0.10417rem; }
    .input-group.prefix .input-group-prefix {
      background: transparent;
      color: #333;
      display: inline-block;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 10px 0px 10px 10px;
      padding: 0.625rem 0 0.625rem 0.625rem; }
  .input-group.suffix {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto; }
    .input-group.suffix input {
      text-align: right;
      padding: 10px 0px 10px 10px;
      padding: 0.625rem 0 0.625rem 0.625rem; }
    .input-group.suffix .input-group-suffix {
      background: transparent;
      color: #333;
      display: inline-block;
      text-align: left;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 10px 10px 10px 0px;
      padding: 0.625rem 0.625rem 0.625rem 0; }
  .input-group.prefix.suffix {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto; }
  .input-group.autocomplete {
    position: relative;
    width: 100%; }
    .input-group.autocomplete .autocomplete-items {
      position: absolute;
      border: 1px solid #3f61c4;
      border-bottom: none;
      border-top: none;
      top: 100%;
      left: 0;
      right: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .input-group.autocomplete .autocomplete-items > div:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #3f61c4; }
    .input-group.autocomplete .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #c8c8c8; }
    .input-group.autocomplete .autocomplete-items div:hover {
      background-color: #f2f2f2; }
    .input-group.autocomplete .autocomplete-items .autocomplete-active {
      background-color: #f2f2f2; }
    .input-group.autocomplete .dropdown-control-input {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      color: inherit;
      border: none;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      z-index: 99;
      display: block;
      width: 44px;
      height: 44px;
      overflow: hidden;
      white-space: nowrap; }
      .input-group.autocomplete .dropdown-control-input:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .input-group.autocomplete .dropdown-control-input:before {
        color: #333;
        font-size: 1em; }
    .input-group.autocomplete.autocomplete-list-active {
      z-index: 99; }
      .input-group.autocomplete.autocomplete-list-active:hover .input-border {
        border-color: #3f61c4;
        border-bottom-color: #c8c8c8; }
      .input-group.autocomplete.autocomplete-list-active .input-border {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid #c8c8c8; }
      .input-group.autocomplete.autocomplete-list-active .input:focus:hover ~ .input-border {
        border-bottom-color: #c8c8c8; }
  .input-group.search {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto; }
    .input-group.search .search-control-input {
      background: none;
      color: inherit;
      border: none;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      display: block;
      width: 44px;
      height: 44px;
      overflow: hidden;
      white-space: nowrap; }
      .input-group.search .search-control-input:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .input-group.search .search-control-input:before {
        color: #c8c8c8;
        font-size: .75em; }
  .input-group.disabled .input-group-prefix,
  .input-group.disabled .input-group-suffix {
    color: #c8c8c8; }
  .input-group:hover:not(.disabled):not(.error) .input-border {
    border-color: #737373; }
  .input-group:hover:not(.disabled):not(.error) textarea:focus ~ .input-border,
  .input-group:hover:not(.disabled):not(.error) input:focus ~ .input-border {
    border-color: #3f61c4; }

.error-message {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem; }
  .unsw-brand-theme .error-message {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.5rem; }
  .error-message > i {
    color: #de1b1b;
    padding: 0px 5px 0px 0px;
    padding: 0 0.3125rem 0 0; }

.lead-capture .input-group input,
.lead-capture .input-group textarea {
  border-radius: 0; }
  .lead-capture .input-group input:focus ~ .input-border,
  .lead-capture .input-group textarea:focus ~ .input-border {
    border-color: #3f61c4; }

.lead-capture .input-group input {
  padding: 1rem 1rem;
  background-color: #fff;
  border: 1px solid black; }
  @media (min-width: 960px) {
    .lead-capture .input-group input {
      padding: 2rem 1rem; } }

.lead-capture .input-group .input-label {
  margin-bottom: 1.5rem; }

.lead-capture .input-group .input-border {
  background-color: transparent;
  border: none; }

.lead-capture .input-group.error input {
  border: 1px solid #de1b1b; }

.lead-capture button {
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .lead-capture button .uds-brand-button {
    padding: 1rem; }
    @media (min-width: 960px) {
      .lead-capture button .uds-brand-button {
        padding: 2rem 1rem; } }

.form-field {
  margin: 10px;
  margin: 0.625rem;
  position: relative;
  color: #737373; }
  .form-field label {
    padding-left: 10px;
    padding-left: 0.625rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    display: inline-block; }
  .form-field.required label:after {
    margin-left: 5px;
    margin-left: 0.3125rem;
    color: #de1b1b;
    content: '*'; }
  .form-field p.help-text {
    padding-left: 10px;
    padding-left: 0.625rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 5px 0px 20px 0px;
    margin: 0.3125rem 0 1.25rem 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    font-weight: normal; }

/**
  Button

  Override default browser button styles 
 */
button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent; }

/*
  Forms

  Form elements

  Style guide: Components.forms
 */
/*
  Html Head

  An HTML <head> component for outputting complete HTML files.

  As this is an invisible HTML element, you shouldn't see this as an example

  Markup: head.hbs

  StyleGuide: Components.html-head
 */
/*
  Header - new

  Javascript: `UdsNewNav.init()`

  Markup: header-new.hbs

  Style guide: Components.header (new)
 */
.site-header-new.desktop {
  display: none;
  background: transparent;
  margin-top: 0;
  position: relative;
  z-index: 1;
  width: 100%; }
  @media (min-width: 960px) {
    .site-header-new.desktop {
      display: -ms-grid;
      display: grid; }
      .site-header-new.desktop.glued {
        left: 0;
        z-index: 10;
        height: 162px;
        display: inline-block; }
        .site-header-new.desktop.glued .main-nav {
          position: fixed;
          left: 0;
          right: 0;
          margin-left: 1.5rem;
          margin-right: 1.5rem; } }
  @media (min-width: 103rem) {
    .site-header-new.desktop.glued .main-nav {
      margin-left: auto;
      margin-right: auto; } }
  .site-header-new.desktop .main-nav {
    -ms-grid-row: 2;
    grid-row: 2;
    position: relative;
    height: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
    padding: 0; }
    .site-header-new.desktop .main-nav .site-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: inherit;
      margin-left: 8.333%; }
      .site-header-new.desktop .main-nav .site-logo img {
        height: 4rem;
        width: auto; }
    .site-header-new.desktop .main-nav > nav {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right;
      margin-right: 1rem; }
      .site-header-new.desktop .main-nav > nav ul.nav-root > .nav-item > a {
        display: table-cell;
        vertical-align: middle;
        height: 6.25rem;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        padding: 0 1.4rem; }
        @media (min-width: 103rem) {
          .site-header-new.desktop .main-nav > nav ul.nav-root > .nav-item > a {
            padding: 0 2rem; } }
      .site-header-new.desktop .main-nav > nav ul.nav-root > .nav-item > .nav__children {
        display: none; }
      .site-header-new.desktop .main-nav > nav ul.nav-root > .nav-item.active a {
        border-bottom: 6px solid #000; }
      .site-header-new.desktop .main-nav > nav ul.nav-root > .nav-item.selected a {
        background-color: #f5f7fc; }
    .site-header-new.desktop .main-nav .search-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 6.25rem;
      font-size: 2rem; }
    .site-header-new.desktop .main-nav .mega-menu {
      display: none;
      background-color: #edf0f9;
      border-bottom: 1px solid #f9f9f9;
      position: absolute;
      top: calc(6.25rem - 1px);
      left: 1rem;
      right: 1rem;
      color: #000;
      padding: 2rem;
      text-align: left;
      z-index: -2; }
      .site-header-new.desktop .main-nav .mega-menu.open {
        display: block; }
      .site-header-new.desktop .main-nav .mega-menu .nav-group {
        padding: 1rem;
        min-width: 20%; }
        .site-header-new.desktop .main-nav .mega-menu .nav-group h5 {
          margin-bottom: 1.5rem; }
          @media (min-width: 960px) {
            .site-header-new.desktop .main-nav .mega-menu .nav-group h5 {
              min-height: 3.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
        .site-header-new.desktop .main-nav .mega-menu .nav-group ul li {
          display: block; }
          .site-header-new.desktop .main-nav .mega-menu .nav-group ul li a {
            padding: 0.625rem 0;
            text-decoration: none;
            color: #000; }
            .site-header-new.desktop .main-nav .mega-menu .nav-group ul li a:hover {
              text-decoration: underline; }
            .site-header-new.desktop .main-nav .mega-menu .nav-group ul li a:focus {
              text-decoration: underline; }
      .site-header-new.desktop .main-nav .mega-menu > .nav__children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .site-header-new.desktop .main-nav .mega-menu > .nav__children ul li a .nav-title {
          font-weight: lighter; }
  .site-header-new.desktop .top-nav {
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .site-header-new.desktop .top-nav ul {
      margin-right: 6.25rem; }
    .site-header-new.desktop .top-nav ul li.nav-item {
      position: relative; }
      .site-header-new.desktop .top-nav ul li.nav-item.open > a {
        -webkit-box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.1), -1px -1px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.1), -1px -1px 4px 0 rgba(0, 0, 0, 0.1); }
      .site-header-new.desktop .top-nav ul li.nav-item a {
        padding: 1rem; }
        .site-header-new.desktop .top-nav ul li.nav-item a:hover .nav-title {
          text-decoration: underline; }
      .site-header-new.desktop .top-nav ul li.nav-item .nav__children {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #fff;
        text-align: left;
        left: 0;
        top: calc(2.5rem - 1px);
        -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1), -1px 1px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1), -1px 1px 4px 0 rgba(0, 0, 0, 0.1); }
        .site-header-new.desktop .top-nav ul li.nav-item .nav__children .nav-item {
          background-color: #fff;
          display: block; }
          .site-header-new.desktop .top-nav ul li.nav-item .nav__children .nav-item a {
            display: inline-block;
            width: 100%; }
            .site-header-new.desktop .top-nav ul li.nav-item .nav__children .nav-item a:hover {
              background-color: #f5f7fc; }
      .site-header-new.desktop .top-nav ul li.nav-item.open .nav__children {
        display: block; }
    .site-header-new.desktop .top-nav ul li.nav-group a {
      padding-right: 2.5rem; }
  .site-header-new.desktop .top-nav, .site-header-new.desktop .main-nav {
    max-width: 100rem; }
    @media (min-width: 103rem) {
      .site-header-new.desktop .top-nav, .site-header-new.desktop .main-nav {
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    .site-header-new.desktop .top-nav ul li, .site-header-new.desktop .main-nav ul li {
      display: inline; }
      .site-header-new.desktop .top-nav ul li a, .site-header-new.desktop .main-nav ul li a {
        display: inline-block; }
    .site-header-new.desktop .top-nav a, .site-header-new.desktop .main-nav a {
      color: #000; }

.site-header-new.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 0 -1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04); }
  @media (min-width: 960px) {
    .site-header-new.mobile {
      display: none; } }
  .site-header-new.mobile .hidden {
    display: none; }
  .site-header-new.mobile .search-btn {
    width: 65px;
    background-size: 1.5rem; }
  .site-header-new.mobile .menu-btn {
    width: 4rem;
    height: 100%;
    position: relative;
    background-color: transparent;
    border: none; }
    .site-header-new.mobile .menu-btn .line, .site-header-new.mobile .menu-btn .line::before, .site-header-new.mobile .menu-btn .line::after {
      background-color: #000;
      position: absolute;
      height: 2px;
      width: 20px;
      top: 50%;
      left: calc(50% - 10px);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .site-header-new.mobile .menu-btn .line::before {
      content: "";
      top: -6px;
      left: 0; }
    .site-header-new.mobile .menu-btn .line::after {
      content: "";
      top: 6px;
      left: 0; }
    .site-header-new.mobile .menu-btn.open .line {
      background-color: transparent; }
    .site-header-new.mobile .menu-btn.open .line::before {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .site-header-new.mobile .menu-btn.open .line::after {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .site-header-new.mobile .site-logo img {
    height: 3rem;
    display: inherit; }
  .site-header-new.mobile .drawer {
    position: fixed;
    top: 4rem;
    bottom: 0;
    left: -100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    overflow-y: auto;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    z-index: 1; }
    .site-header-new.mobile .drawer.open {
      left: 0; }
    .site-header-new.mobile .drawer .main-nav {
      background-color: #fff;
      color: #000;
      padding-top: 0;
      position: relative;
      left: 0;
      -webkit-transition: left 0.2s;
      transition: left 0.2s; }
      .site-header-new.mobile .drawer .main-nav .nav-item {
        border-left: 3px solid transparent;
        border-bottom: 1px solid #f9f9f9; }
        .site-header-new.mobile .drawer .main-nav .nav-item.active {
          border-left: 3px solid #000; }
        .site-header-new.mobile .drawer .main-nav .nav-item.nav-group {
          position: relative; }
          .site-header-new.mobile .drawer .main-nav .nav-item.nav-group a:after {
            position: absolute;
            right: 1rem;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 900; }
        .site-header-new.mobile .drawer .main-nav .nav-item.parent a:before {
          content: "\f053";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          margin-right: 1rem; }
    .site-header-new.mobile .drawer .top-nav.hidden {
      display: none; }
    .site-header-new.mobile .drawer .top-nav .nav-item {
      background-color: #edf0f9;
      color: #000; }
    .site-header-new.mobile .drawer .top-nav .nav__children {
      display: none; }
      .site-header-new.mobile .drawer .top-nav .nav__children .nav-item {
        background-color: #fff; }

.site-header-new .search-btn {
  height: 100%;
  background-color: #181716;
  color: #fff;
  border: none;
  cursor: pointer;
  background-image: url("unsw-uds-assets/site/styles/src/assets/resources/illustrations/search-thin.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat; }
  .site-header-new .search-btn:hover {
    background-image: url("unsw-uds-assets/site/styles/src/assets/resources/illustrations/search-bold.svg");
    background-color: #3C3936; }

.top-nav .nav-item img {
  vertical-align: middle;
  height: 1rem;
  width: auto;
  padding-right: 4px; }

.top-nav .nav-item span {
  vertical-align: middle; }

.top-nav .nav-group {
  position: relative; }
  .top-nav .nav-group > a:after {
    position: absolute;
    margin-top: 3px;
    right: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .top-nav .nav-group.open > a:after {
    content: "\f077"; }

.header-overlay {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11; }
  .header-overlay.open {
    display: block; }
  .header-overlay .overlay-content {
    margin: 0;
    max-width: 100rem;
    -ms-grid-columns: auto 4rem;
    grid-template-columns: auto 4rem;
    -ms-grid-rows: 4rem auto;
    grid-template-rows: 4rem auto; }
    @media (min-width: 600px) {
      .header-overlay .overlay-content {
        margin-left: 2rem;
        margin-right: 2rem; } }
    @media (min-width: 103rem) {
      .header-overlay .overlay-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    .header-overlay .overlay-content .search-form {
      width: 100%;
      display: -ms-grid;
      display: grid;
      color: #fff;
      padding-left: 1rem;
      background-color: #181716;
      -ms-grid-columns: auto 4rem;
      grid-template-columns: auto 4rem;
      -ms-grid-rows: 4rem auto;
      grid-template-rows: 4rem auto;
      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
              box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04); }
      @media (min-width: 600px) {
        .header-overlay .overlay-content .search-form {
          padding-left: 8.33%;
          width: auto;
          max-width: 100rem;
          -ms-grid-columns: auto 6.25rem;
          grid-template-columns: auto 6.25rem;
          -ms-grid-rows: 6.25rem auto;
          grid-template-rows: 6.25rem auto; } }
      @media (min-width: 103rem) {
        .header-overlay .overlay-content .search-form {
          margin-left: auto;
          margin-right: auto; } }
      .header-overlay .overlay-content .search-form button {
        cursor: pointer;
        border: none;
        padding: 0;
        background-color: transparent;
        color: #fff; }
        @media (min-width: 600px) {
          .header-overlay .overlay-content .search-form button {
            font-size: 1.125rem; } }
        .header-overlay .overlay-content .search-form button .fas {
          margin-left: 0.5rem; }
      .header-overlay .overlay-content .search-form .search-field {
        margin: 1rem 0;
        padding: 0.5rem;
        border-bottom: 1px solid #fff;
        -ms-grid-column: 1;
        grid-column: 1; }
        .header-overlay .overlay-content .search-form .search-field input[name='searchTerm'] {
          border: none;
          background-color: transparent;
          color: #fff;
          display: inline-block;
          width: 100%;
          height: 100%;
          outline: none; }
          @media (min-width: 600px) {
            .header-overlay .overlay-content .search-form .search-field input[name='searchTerm'] {
              font-size: 1.5rem; } }
      .header-overlay .overlay-content .search-form .search-clear {
        -ms-grid-column: 2;
        grid-column: 2;
        margin: 1rem; }
        .header-overlay .overlay-content .search-form .search-clear button {
          position: relative;
          width: 100%;
          height: 100%; }
          .header-overlay .overlay-content .search-form .search-clear button .line, .header-overlay .overlay-content .search-form .search-clear button .line::after {
            position: absolute;
            width: 50%;
            height: 2px;
            background-color: #fff;
            top: 50%;
            left: 25%;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .header-overlay .overlay-content .search-form .search-clear button .line::after {
            content: "";
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            width: 100%;
            top: 0;
            left: 0; }
      .header-overlay .overlay-content .search-form .suggestions {
        display: none;
        list-style: none;
        padding-left: 0;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3; }
        .header-overlay .overlay-content .search-form .suggestions.visible {
          display: block; }
        @media (min-width: 600px) {
          .header-overlay .overlay-content .search-form .suggestions {
            -ms-grid-column-span: 2;
            grid-column-end: 2; } }
        .header-overlay .overlay-content .search-form .suggestions a, .header-overlay .overlay-content .search-form .suggestions a:hover, .header-overlay .overlay-content .search-form .suggestions a:visited {
          color: #fff;
          text-decoration: none; }

.uds-grid .skip-to .skip-to-content {
  max-width: 100rem; }

.skip-to {
  display: none;
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding: 2px;
  border-radius: 4px;
  z-index: 2; }
  @media (min-width: 960px) {
    .skip-to {
      display: block; } }
  .skip-to .skip-to-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .skip-to a {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    text-decoration: none;
    padding: 0.5rem;
    color: #fff;
    background-color: #333; }
    .skip-to a:focus {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.no-scroll {
  overflow: hidden; }

body.scroll-lock {
  position: fixed; }

/*
  Branding

  Logo and website title

  Markup: branding.hbs

  Style guide: Components.header.branding
 */
.branding {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 0px;
  padding: 0.9375rem 0;
  width: 100%;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem; }
  @media (min-width: 600px) {
    .branding {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; } }
  @media (min-width: 960px) {
    .branding {
      padding-left: 0; } }
  .branding .site-logo {
    display: block;
    height: 2.5rem;
    margin-top: .65rem; }
    @media (min-width: 600px) {
      .branding .site-logo {
        margin-right: 30px;
        margin-right: 1.875rem;
        height: 4.5rem;
        margin-bottom: 0;
        margin-top: 0; } }
  .branding .site-name {
    float: left;
    color: #333;
    font-size: 1.25rem;
    margin-left: 1rem; }
    .branding .site-name.desktop {
      display: none; }
    @media (min-width: 600px) {
      .branding .site-name {
        font-size: 1.75rem;
        margin-left: 0; }
        .branding .site-name.mobile {
          display: none; }
        .branding .site-name.desktop {
          display: block; } }

/*
Header Search

The search bar is set to show without js. If js is available, the search bar will be hidden and can be toggled to show with the toggle button.
The toggle button can be placed anywhere.\
If placed inside the header, the toggle-button will only show for large screens and the search form moves into the nav for small screens.

Javascript: `UdsSearch.init();`

Markup: header-search.hbs

Styleguide: Components.header.search
*/
#header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  z-index: 100; }
  #header-search.hidden {
    display: none; }
  #header-search.open {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: main-nav; }
    @media (min-width: 600px) {
      #header-search.open {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4; } }
    #header-search.open:before {
      content: "";
      position: absolute;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #ffdc00;
      top: 4.2em;
      right: 1.5rem; }
      @media (min-width: 600px) {
        #header-search.open:before {
          top: 5.5rem; } }
    #header-search.open:after {
      content: "";
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      border: inherit;
      top: 200px;
      height: calc(100vh - 200px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -2;
      width: 100vw; }
    #header-search.open .search-wrapper {
      display: block; }
    #header-search.open form {
      padding: 0; }
  #header-search .search-wrapper {
    width: 100%;
    background: #ffdc00;
    color: #333;
    overflow: visible;
    display: none; }
    #header-search .search-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      background: #ffdc00;
      border: inherit;
      top: 0;
      height: 7rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      width: 100vw; }
      @media (min-width: 600px) {
        #header-search .search-wrapper:before {
          height: 7rem;
          top: -1rem; } }
      @media (min-width: 960px) {
        #header-search .search-wrapper:before {
          width: 150vw; } }
    #header-search .search-wrapper form {
      padding: 10px 20px;
      padding: 0.625rem 1.25rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.75rem 2.5rem;
      grid-template-columns: 1fr 1.75rem 2.5rem;
      -ms-grid-rows: 4rem 1fr;
      grid-template-rows: 4rem 1fr;
      position: relative;
      width: 100%; }
      @media (min-width: 960px) {
        #header-search .search-wrapper form {
          padding: 0px;
          padding: 0;
          -ms-grid-columns: 1fr 2rem 3rem;
          grid-template-columns: 1fr 2rem 3rem; } }
      #header-search .search-wrapper form input[type="search"] {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        display: block;
        border: 0;
        background: none;
        font-family: "Arial", Helvetica, sans-serif;
        border-bottom: 1px solid #000;
        position: relative;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        padding: 10px;
        padding: 0.625rem; }
        @media (min-width: 960px) {
          #header-search .search-wrapper form input[type="search"] {
            font-size: 1.5rem; } }
        #header-search .search-wrapper form input[type="search"]:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
      #header-search .search-wrapper form .clear {
        display: block;
        width: 3rem;
        height: 3rem;
        overflow: hidden;
        white-space: nowrap;
        color: #333;
        text-decoration: none;
        position: relative;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        display: none;
        width: 2rem; }
        #header-search .search-wrapper form .clear:before {
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .ie11 #header-search .search-wrapper form .clear {
          top: .5rem; }
        #header-search .search-wrapper form .clear:before {
          color: #3f61c4;
          color: #333;
          cursor: pointer;
          font-size: 2rem;
          width: 1.5rem;
          height: 100%;
          margin-top: 0;
          z-index: 100;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-column: 2 / 3; }
          .central #header-search .search-wrapper form .clear:before {
            color: #3f61c4; }
          .engineering #header-search .search-wrapper form .clear:before {
            color: #e32119; }
        #header-search .search-wrapper form .clear:focus {
          outline: none; }
          #header-search .search-wrapper form .clear:focus:before {
            color: #3f61c4; }
            .central #header-search .search-wrapper form .clear:focus:before {
              color: #3f61c4; }
            .engineering #header-search .search-wrapper form .clear:focus:before {
              color: #e32119; }
        #header-search .search-wrapper form .clear.show {
          display: block; }
      #header-search .search-wrapper form button[type="submit"] {
        display: block;
        width: 3rem;
        height: 3rem;
        overflow: hidden;
        white-space: nowrap;
        border: none;
        background: none;
        width: 0;
        height: 0;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4; }
        #header-search .search-wrapper form button[type="submit"]:before {
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #header-search .search-wrapper form button[type="submit"]:before {
          color: #333;
          cursor: pointer;
          font-size: 1.5rem;
          width: 1.5rem;
          height: 100%;
          top: 1.15rem;
          right: 1.75rem;
          margin-top: 0; }
          @media (min-width: 960px) {
            #header-search .search-wrapper form button[type="submit"]:before {
              top: .5rem;
              right: 1rem; } }
          #header-search .search-wrapper form button[type="submit"]:before:focus {
            outline: none; }
        #header-search .search-wrapper form button[type="submit"]:focus {
          outline: none; }
          #header-search .search-wrapper form button[type="submit"]:focus:before {
            color: #3f61c4; }
            .central #header-search .search-wrapper form button[type="submit"]:focus:before {
              color: #3f61c4; }
            .engineering #header-search .search-wrapper form button[type="submit"]:focus:before {
              color: #e32119; }
    #header-search .search-wrapper .suggestions {
      position: relative;
      top: 0;
      background: #ffdc00;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      border: none;
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4; }
      #header-search .search-wrapper .suggestions.show {
        display: block; }
      #header-search .search-wrapper .suggestions .suggestion {
        padding: 1rem 2rem;
        border-bottom-color: #c8c8c8;
        position: relative; }
        #header-search .search-wrapper .suggestions .suggestion:before {
          content: "";
          display: block;
          position: absolute;
          height: calc(100% + 1px);
          background: #ffdc00;
          border: none;
          top: 0;
          width: 150vw;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1; }
        #header-search .search-wrapper .suggestions .suggestion:focus, #header-search .search-wrapper .suggestions .suggestion:hover {
          background: #fff38b;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          #header-search .search-wrapper .suggestions .suggestion:focus .text, #header-search .search-wrapper .suggestions .suggestion:hover .text {
            padding-left: 1.5rem; }
        #header-search .search-wrapper .suggestions .suggestion .text:hover {
          color: #000;
          text-decoration: none; }
        #header-search .search-wrapper .suggestions .suggestion .text:after {
          content: ""; }
        #header-search .search-wrapper .suggestions .suggestion.search-term .text {
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 0.875rem;
          line-height: 1.5rem; }
          #header-search .search-wrapper .suggestions .suggestion.search-term .text:after {
            content: "\f061"; }
  #header-search .search-toggle {
    display: block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    position: absolute;
    top: 1.5rem;
    right: 1rem; }
    #header-search .search-toggle:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #header-search .search-toggle:focus {
      outline: none; }
      #header-search .search-toggle:focus:before {
        color: #3f61c4; }
        .central #header-search .search-toggle:focus:before {
          color: #3f61c4; }
        .engineering #header-search .search-toggle:focus:before {
          color: #e32119; }
    @media (min-width: 960px) {
      #header-search .search-toggle {
        top: 1.5rem;
        right: 1rem; } }
    #header-search .search-toggle.hide {
      display: none; }
    #header-search .search-toggle:before {
      cursor: pointer;
      color: #737373;
      font-size: 1.25rem; }
    #header-search .search-toggle.open:before {
      content: "\f00d"; }

/*
  Header

  The header uses the following subcomponents (which may not work standalone due to complex layout changes between breakpoints):
  - Branding
  - Navigation: the main navigation supports 2 levels and mega menu style. The top navigation supports one level only.
  - Search

  (To see the dropdown menu, adjust the example window's height with the little handle in the bottom right corner.)

  Javascript: `UdsHeader.init();`

  Markup: header.hbs

  Style guide: Components.header
*/
.site-header {
  position: relative;
  margin: 0 auto;
  max-width: 73.125rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "branding" "nav-control" "search-wrapper" "main-nav" "top-nav"; }
  @media (min-width: 960px) {
    .site-header {
      grid-row-gap: 10px;
      -ms-grid-columns: minmax(320px, 100rem);
      grid-template-columns: minmax(320px, 100rem);
      -ms-grid-rows: auto 10px auto;
          grid-template-areas: "branding top-nav search-toggle" "main-nav main-nav main-nav"; }
    #header-search.open {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }
  .site-header:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: #fff;
    border: inherit;
    top: -10px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  @media (min-width: 960px) {
    .site-header .branding {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      padding-left: 0px;
      padding-left: 0;
      grid-area: branding; } }
  .site-header .dropdown {
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height 2s;
    transition: max-height 2s; }
    @media (min-width: 960px) {
      .site-header .dropdown:not(.search-wrapper) {
        height: auto; } }
  .site-header .open.dropdown,
  .site-header .open .dropdown {
    height: auto; }

/*
  Minimal header

  This header is used for IAM and currently a variation of the main header.

  Markup: iam-header.hbs

  .open - class set to open the navigation. Should be set by default and removed once js loads to close the menu.
    Only relevant for small screens

  Weight: 10

  Style guide: Components.header.header-minimal
 */
.iam-header {
  max-width: 100rem; }

/*
Main Navigation

Will not render properly outside of the header component.

Javascript: `UdsNav.init();`

Markup: nav.hbs

Styleguide: Components.header.nav
*/
.nav-wrapper {
  padding: 0px 20px;
  padding: 0 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  background: #333;
  border-top: 10px solid #ffdc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }
  .site-header .nav-wrapper {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: main-nav; }
  .nav-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: inherit;
    border: inherit;
    top: -10px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }

.nav-toggle {
  display: block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -20px;
  margin-left: -1.25rem;
  color: #c8c8c8;
  text-decoration: none; }
  .nav-toggle:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 960px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle.open:before {
    content: '\f00d'; }

.open-with-toggle {
  margin: 0; }
  .open-with-toggle.top-nav {
    position: relative; }
    .open-with-toggle.top-nav:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      background: inherit;
      border: inherit;
      top: 0;
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
      @media (min-width: 960px) {
        .open-with-toggle.top-nav:before {
          display: none; } }
  .open-with-toggle ul li:before {
    content: '';
    position: absolute;
    background: #fff;
    border: inherit;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  .open-with-toggle.open.main-nav > ul > li:before {
    background: #333; }
  .open-with-toggle.open.main-nav > ul > li[aria-expanded="true"]:before,
  .open-with-toggle.open.main-nav > ul > li > ul > li:before,
  .open-with-toggle.open .mega .group ul li:before {
    background: #4a4a4a; }
  @media (min-width: 960px) {
    .open-with-toggle > ul > li:before {
      display: none; } }

.highlight {
  padding: 0px 20px;
  padding: 0 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: #ffdc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px; }
  @media (min-width: 960px) {
    .highlight {
      height: auto; } }

.top-nav,
.main-nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem; }
  .top-nav ul,
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-nav ul a,
    .main-nav ul a {
      padding: 16px 20px;
      padding: 1rem 1.25rem;
      padding-right: 60px;
      padding-right: 3.75rem;
      display: block;
      text-decoration: none;
      color: inherit;
      position: relative; }
    .top-nav ul > li ul,
    .main-nav ul > li ul {
      z-index: 20; }
  .top-nav li[aria-haspopup],
  .main-nav li[aria-haspopup] {
    position: relative; }
    .top-nav li[aria-haspopup] button,
    .main-nav li[aria-haspopup] button {
      display: block;
      width: 3rem;
      height: 3rem;
      overflow: hidden;
      white-space: nowrap;
      height: 3.5rem;
      color: #fff;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: transparent;
      border: none;
      z-index: 1; }
      .top-nav li[aria-haspopup] button:before,
      .main-nav li[aria-haspopup] button:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .top-nav li[aria-haspopup][aria-expanded="true"] button:before,
    .main-nav li[aria-haspopup][aria-expanded="true"] button:before {
      content: '\f077'; }
    .top-nav li[aria-haspopup] h5,
    .main-nav li[aria-haspopup] h5 {
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-top: 20px;
      padding-top: 1.25rem;
      margin-top: 0;
      border-top: 1px solid #333; }
    .top-nav li[aria-haspopup] ul,
    .top-nav li[aria-haspopup] .mega,
    .main-nav li[aria-haspopup] ul,
    .main-nav li[aria-haspopup] .mega {
      display: none;
      background: #4a4a4a; }
    .top-nav li[aria-haspopup][aria-expanded="true"] ul,
    .top-nav li[aria-haspopup][aria-expanded="true"] .mega,
    .main-nav li[aria-haspopup][aria-expanded="true"] ul,
    .main-nav li[aria-haspopup][aria-expanded="true"] .mega {
      display: block; }

.top-nav {
  color: #9b9b9b; }
  .site-header .top-nav {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: top-nav; }
  .top-nav.open-with-toggle.open {
    background: #333; }
  .top-nav .dropdown a {
    border-top: 1px solid #efefef; }

.main-nav {
  background: #333;
  color: #fff;
  padding-top: 64px;
  padding-top: 4rem; }
  @media (min-width: 960px) {
    .main-nav {
      padding-top: 0px;
      padding-top: 0; } }
  .site-header .main-nav {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: main-nav; }
  @media (min-width: 960px){
    .site-header .branding {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .site-header .nav-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .site-header .top-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .site-header .main-nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }
  .main-nav .dropdown a {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .main-nav .dropdown a:hover, .main-nav .dropdown a:focus, .main-nav .dropdown a:active {
      color: #ffdc00; }
  .main-nav .dropdown > li > a[aria-current="page"] {
    background: #ffdc00;
    color: #333; }
    .main-nav .dropdown > li > a[aria-current="page"] + button {
      background: #ffdc00;
      color: #333; }
  .main-nav .dropdown > li[aria-haspopup][aria-expanded="true"] {
    background: transparent; }
    .main-nav .dropdown > li[aria-haspopup][aria-expanded="true"] button {
      background: transparent;
      border: none; }
  .main-nav .dropdown > li[aria-haspopup] > ul > li > a[aria-current="page"] {
    background: #ffdc00;
    color: #333; }
  .main-nav .dropdown > li[aria-expanded="true"] a {
    color: #fff;
    background: #4a4a4a; }
    .main-nav .dropdown > li[aria-expanded="true"] a + button {
      color: #fff; }

@media (min-width: 960px) {
  .top-nav .dropdown,
  .main-nav .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 5rem; }
    .top-nav .dropdown a,
    .main-nav .dropdown a {
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem;
      border: none; }
  .top-nav li[aria-haspopup]:hover ul, .top-nav li[aria-haspopup]:focus ul, .top-nav li[aria-haspopup]:active ul, .top-nav li[aria-haspopup][aria-expanded="true"] ul,
  .main-nav li[aria-haspopup]:hover ul,
  .main-nav li[aria-haspopup]:focus ul,
  .main-nav li[aria-haspopup]:active ul,
  .main-nav li[aria-haspopup][aria-expanded="true"] ul {
    display: block;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 100; }
  .top-nav li[aria-haspopup]:hover .mega, .top-nav li[aria-haspopup]:focus .mega, .top-nav li[aria-haspopup]:active .mega, .top-nav li[aria-haspopup][aria-expanded="true"] .mega,
  .main-nav li[aria-haspopup]:hover .mega,
  .main-nav li[aria-haspopup]:focus .mega,
  .main-nav li[aria-haspopup]:active .mega,
  .main-nav li[aria-haspopup][aria-expanded="true"] .mega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100; }
    @supports (display: grid) {
      .top-nav li[aria-haspopup]:hover .mega, .top-nav li[aria-haspopup]:focus .mega, .top-nav li[aria-haspopup]:active .mega, .top-nav li[aria-haspopup][aria-expanded="true"] .mega,
      .main-nav li[aria-haspopup]:hover .mega,
      .main-nav li[aria-haspopup]:focus .mega,
      .main-nav li[aria-haspopup]:active .mega,
      .main-nav li[aria-haspopup][aria-expanded="true"] .mega {
        display: -ms-grid;
        display: grid; } }
  .top-nav li[aria-haspopup] button,
  .main-nav li[aria-haspopup] button {
    display: none; }
  .top-nav li[aria-haspopup] .mega,
  .main-nav li[aria-haspopup] .mega {
    padding: 20px;
    padding: 1.25rem;
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #4a4a4a;
    max-width: 100rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @supports (display: grid) {
      .top-nav li[aria-haspopup] .mega,
      .main-nav li[aria-haspopup] .mega {
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    .top-nav li[aria-haspopup] .mega ul,
    .main-nav li[aria-haspopup] .mega ul {
      position: static; }
      .top-nav li[aria-haspopup] .mega ul a,
      .main-nav li[aria-haspopup] .mega ul a {
        padding: 5px 0px;
        padding: 0.3125rem 0; }
    .top-nav li[aria-haspopup] .mega h5,
    .main-nav li[aria-haspopup] .mega h5 {
      margin-top: 20px;
      margin-top: 1.25rem;
      padding-left: 0;
      padding-top: 0;
      border: 0; }
    .top-nav li[aria-haspopup] .mega .group,
    .main-nav li[aria-haspopup] .mega .group {
      min-width: 12rem; }
  .nav-wrapper {
    position: relative;
    top: -10px;
    height: calc(100% + 10px);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px; }
  .top-nav {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }

/*
  Heading Aligned

  Aligned headings come in the variations default - .left (or no class) `center` and `right`.

  Markup: heading-aligned.hbs

  .left, or no class - left aligned
  .center - center aligned
  .right - right aligned

  Style guide: Components.heading.heading-aligned
 */
.left {
  position: relative;
  display: block;
  margin: 0px;
  margin: 0; }

.center {
  position: relative;
  display: block;
  margin: 0px;
  margin: 0;
  text-align: center; }

.right {
  position: relative;
  display: block;
  margin: 0px;
  margin: 0;
  text-align: right; }

/*
  Heading Underlined

  Underlined headings come in the variations `underlined`, `underlined-center` and `underlined-right`.

  Markup: heading-underlined.hbs

  .underlined - Underlined and left aligned
  .underlined.center - Underlined and center aligned
  .underlined.right - Underlined and right aligned

  Style guide: Components.heading.heading-underlined
 */
.underlined {
  position: relative;
  display: block;
  padding: 0px 0px 24px;
  padding: 0 0 1.5rem;
  margin: 0px 0px 30px;
  margin: 0 0 1.875rem; }
  .underlined:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.875rem;
    height: .125rem;
    background-color: #333;
    left: 0;
    bottom: 0; }

.underlined.center {
  position: relative;
  display: block;
  padding: 0px 0px 24px;
  padding: 0 0 1.5rem;
  margin: 0px 0px 30px;
  margin: 0 0 1.875rem;
  text-align: center; }
  .underlined.center:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.875rem;
    height: .125rem;
    background-color: #333;
    left: 0;
    bottom: 0; }
  .underlined.center:after {
    left: calc(50% - .9375rem); }

.underlined.right {
  position: relative;
  display: block;
  padding: 0px 0px 24px;
  padding: 0 0 1.5rem;
  margin: 0px 0px 30px;
  margin: 0 0 1.875rem;
  text-align: right; }
  .underlined.right:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.875rem;
    height: .125rem;
    background-color: #333;
    left: 0;
    bottom: 0; }
  .underlined.right:after {
    left: auto;
    right: 0; }

/*
  Heading

  A heading component for H1s on pages

  Markup: heading.hbs

  Style guide: Components.heading
*/
.heading {
  height: 10em;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .heading:before {
    content: '';
    display: block;
    background: #f9f9f9;
    position: absolute;
    height: 100%;
    width: 200vw;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  .heading h1 {
    font-size: 2.75rem;
    line-height: 3.3125rem; }

/*
  Hero General

  Markup: hero-general.hbs

  Style guide: Components.hero-general
 */
.hero-general {
  position: relative;
  background-color: #f9f9f9;
  width: 100%; }
  .hero-general.gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
  .hero-general.vector {
    background-image: url(unsw-uds-assets/site/styles/src/assets/resources/illustrations/bg-clancylion.svg), -webkit-gradient(linear, left top, left bottom, from(#fff38b), to(#ffdc00));
    background-image: url(unsw-uds-assets/site/styles/src/assets/resources/illustrations/bg-clancylion.svg), linear-gradient(#fff38b, #ffdc00);
    background-repeat: no-repeat; }
  .hero-general.content-height {
    min-height: 20.75rem;
    height: auto; }
  .hero-general .hero-theme-dark {
    color: #fff; }
  .hero-general .hero-theme-light {
    color: #000; }
  .hero-general .hero-general-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px;
    padding: 0.625rem; }
    .hero-general .hero-general-content .date {
      display: block;
      margin-left: 70px;
      margin-left: 4.375rem; }
      @media (min-width: 600px) {
        .hero-general .hero-general-content .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 20px;
          margin-left: 1.25rem; } }
    @media (min-width: 600px) {
      .hero-general .hero-general-content {
        -ms-grid-columns: 20% 80%;
        grid-template-columns: 20% 80%;
        padding: 20px 60px;
        padding: 1.25rem 3.75rem; } }
    @media (min-width: 600px) {
      .hero-general .hero-general-content {
        padding: 10px;
        padding: 0.625rem; } }
  .hero-general .hero-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    bottom: 0;
    padding: 10px;
    padding: 0.625rem; }
    .hero-general .hero-content .date {
      display: block;
      margin-left: 70px;
      margin-left: 4.375rem; }
      @media (min-width: 600px) {
        .hero-general .hero-content .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 20px;
          margin-left: 1.25rem; } }
    @media (min-width: 600px) {
      .hero-general .hero-content {
        padding: 10px;
        padding: 0.625rem; } }
  .hero-general .heading-only {
    margin-top: 0; }
    @media (min-width: 600px) {
      .hero-general .heading-only {
        margin-top: 11.25rem; } }
  .hero-general .tpl-image {
    padding: 20px 10px 10px 10px;
    padding: 1.25rem 0.625rem 0.625rem 0.625rem; }
    @media (min-width: 600px) {
      .hero-general .tpl-image {
        padding: 60px 30px 0px 0px;
        padding: 3.75rem 1.875rem 0 0; } }
    .hero-general .tpl-image img {
      height: auto;
      width: 100%;
      margin-left: auto; }
      @media (min-width: 600px) {
        .hero-general .tpl-image img {
          width: 100%; } }
  .hero-general .base {
    max-width: 100%; }
  .hero-general .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 20.75rem;
    background: center center no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
    background-color: #f9f9f9; }

/*
  Hero Partials

  (This is used internally)

  Markup: hero-minimal.hbs

  Style guide: Components.hero-partial

 */
.hero {
  padding: 20px 10px 30px 10px;
  padding: 1.25rem 0.625rem 1.875rem 0.625rem; }
  .hero.date .content .date {
    -ms-grid-column: 4;
    -ms-grid-column-span: -3;
    grid-column: 4/1; }
  @media (min-width: 600px) {
    .hero {
      padding: 60px 30px 30px 0px;
      padding: 3.75rem 1.875rem 1.875rem 0; } }
  .hero h2 {
    font-family: Sommet, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 2.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media (min-width: 600px) {
      .hero h2 {
        font-size: 2.5rem;
        line-height: 3rem; } }
    @media (min-width: 960px) {
      .hero h2 {
        font-size: 2.75rem;
        line-height: 3.3125rem; } }
  .hero .hero-text {
    font-family: Sommet, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    max-width: 770px; }
  .hero .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero .content .author-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 5px;
      margin-left: 0.3125rem;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem; }
    .hero .content .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #737373;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem; }
    .hero .content .date.theme-dark {
      color: #fff; }
  .hero.author .content {
    display: block; }
    @media (min-width: 600px) {
      .hero.author .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .hero.author .content .author-avatar {
      display: inline-block; }
      @media (min-width: 600px) {
        .hero.author .content .author-avatar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .hero.author .content .author-name {
      display: inline-block; }
      @media (min-width: 600px) {
        .hero.author .content .author-name {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .hero.author .content .date {
      display: block;
      margin-left: 70px;
      margin-left: 4.375rem; }
      @media (min-width: 600px) {
        .hero.author .content .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 20px;
          margin-left: 1.25rem; } }
    .hero.author .content .date-no-avatar {
      margin-left: 5px;
      margin-left: 0.3125rem; }
      @media (min-width: 600px) {
        .hero.author .content .date-no-avatar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 20px;
          margin-left: 1.25rem; } }
  .hero.heading-only {
    margin-top: 11.25rem; }
    @media (min-width: 600px) {
      .hero.heading-only {
        margin-top: 0; } }
  .hero img.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    padding: 0.625rem; }
  .hero .category,
  .hero .price,
  .hero .property {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .hero .category:before,
    .hero .price:before,
    .hero .property:before {
      margin-right: 10px;
      margin-right: 0.625rem;
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: red; }
  .hero .unsw-brand-theme .hero-text {
    font-family: Sommet, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2.75rem; }

/*
  Hero Search

  Markup: hero-search.hbs

  Style guide: Components.hero-search
 */
.uds-hero-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 23.75rem;
  padding: 20px;
  padding: 1.25rem; }
  .uds-hero-search #hero-search {
    width: 100%; }
  .uds-hero-search .search-wrapper {
    max-width: 335px;
    margin: auto; }
    @media (min-width: 600px) {
      .uds-hero-search .search-wrapper {
        max-width: 600px; } }
    @media (min-width: 960px) {
      .uds-hero-search .search-wrapper {
        max-width: 770px; } }
    .uds-hero-search .search-wrapper form {
      width: 100%; }
  .uds-hero-search-heading {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 335px; }
    @media (min-width: 600px) {
      .uds-hero-search-heading {
        max-width: 600px; } }
    @media (min-width: 960px) {
      .uds-hero-search-heading {
        max-width: 960px; } }
    .uds-hero-search-heading h1 {
      color: #000;
      margin: 0; }
    .uds-hero-search-heading img {
      float: left;
      width: 3rem;
      height: 3rem;
      margin-right: 1.5rem; }
  .uds-hero-search form .clear {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    color: #c8c8c8;
    text-decoration: none;
    position: absolute;
    display: none;
    width: 2rem;
    right: 2.25rem; }
    .uds-hero-search form .clear:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .ie11 .uds-hero-search form .clear {
      top: .5rem; }
    .uds-hero-search form .clear:before {
      color: #3f61c4;
      color: #c8c8c8;
      cursor: pointer;
      font-size: 1.25rem;
      width: 1.5rem;
      height: 100%;
      margin-top: 0;
      z-index: 100; }
      .central .uds-hero-search form .clear:before {
        color: #3f61c4; }
      .engineering .uds-hero-search form .clear:before {
        color: #e32119; }
    .uds-hero-search form .clear:focus {
      outline: none; }
      .uds-hero-search form .clear:focus:before {
        color: #3f61c4; }
        .central .uds-hero-search form .clear:focus:before {
          color: #3f61c4; }
        .engineering .uds-hero-search form .clear:focus:before {
          color: #e32119; }
    .uds-hero-search form .clear.show {
      display: block; }

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1; }

.unsw-brand-theme .uds-hero-search-heading h1 {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.625rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .uds-hero-search-heading h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 960px) {
    .unsw-brand-theme .uds-hero-search-heading h1 {
      font-size: 2.75rem;
      line-height: 3.3125rem; } }

/*
  Hero Standard

  Markup: hero-standard.hbs

  Style guide: Components.hero-standard
 */
.hero-standard {
  position: relative;
  width: 100%; }
  .hero-standard.content-height {
    min-height: 20.75rem;
    height: auto; }
  .hero-standard .hero-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    bottom: 0;
    padding: 64px 0; }
    .hero-standard .hero-content .hero-unsw-brand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media (min-width: 60rem) {
        .hero-standard .hero-content .hero-unsw-brand {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 50% 50%;
          grid-template-columns: 50% 50%;
          padding: 0 8.33%; } }
      .hero-standard .hero-content .hero-unsw-brand .hero-title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
        @media (min-width: 600px) {
          .hero-standard .hero-content .hero-unsw-brand .hero-title {
            margin: 0 15%; } }
        @media (min-width: 60rem) {
          .hero-standard .hero-content .hero-unsw-brand .hero-title {
            margin: 0; } }
        .hero-standard .hero-content .hero-unsw-brand .hero-title a {
          margin-top: 0; }
      .hero-standard .hero-content .hero-unsw-brand .hero-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .hero-standard .hero-content .hero-unsw-brand .hero-image picture {
          text-align: center; }
        .hero-standard .hero-content .hero-unsw-brand .hero-image img {
          height: auto;
          width: 90%; }
          @media (min-width: 960px) {
            .hero-standard .hero-content .hero-unsw-brand .hero-image img {
              width: 75%; } }
          @media (min-width: 60rem) {
            .hero-standard .hero-content .hero-unsw-brand .hero-image img {
              width: 90%; } }

/*
  Hero UNSW brand

  (This is used internally)

  Markup: hero-unsw-brand.hbs

  Style guide: Components.hero-unsw-brand

 */
/*
  Horizontal Rule

  A horizontal ruel for AEM

  Markup: horizontal-rule.hbs

  Style guide: Components.horizontal-rule
 */
.cmp-separator__horizontal-rule {
  background: #ebebeb;
  border-style: none;
  border-width: 0;
  margin: 0;
  height: .0625rem; }
  .cmp-separator__horizontal-rule.dark {
    background: #737373; }

/*
  Horizontal Scroll

  A horizontal scroll for cards

  Markup: horizontal-scroll.hbs

  Style guide: Components.horizontal-scroll
 */
.horizontal-scroll .slider {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-top: 2rem; }
  @media (min-width: 960px) {
    .horizontal-scroll .slider {
      padding-left: 0;
      padding-right: 0; } }
  .horizontal-scroll .slider .slick-track > * {
    margin-right: 1rem; }
    .horizontal-scroll .slider .slick-track > *:last-child {
      margin-right: 0; }
  .horizontal-scroll .slider img {
    max-width: 100%; }
  .horizontal-scroll .slider ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin: 1rem 0 0 0;
    padding: 0; }
    @media (min-width: 960px) {
      .horizontal-scroll .slider ul.slick-dots {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .horizontal-scroll .slider ul.slick-dots li {
      position: relative;
      margin-right: .5rem; }
      .horizontal-scroll .slider ul.slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 2rem;
        height: .25rem;
        cursor: pointer;
        color: transparent;
        border: 1px solid #000;
        outline: none;
        background: #fff;
        padding: 0; }
      .horizontal-scroll .slider ul.slick-dots li.slick-active button {
        background-color: #000; }
        .horizontal-scroll .slider ul.slick-dots li.slick-active button:hover, .horizontal-scroll .slider ul.slick-dots li.slick-active button:focus {
          background-color: #3f61c4;
          border-color: #3f61c4; }

.horizontal-scroll .prev-next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 960px) {
    .horizontal-scroll .prev-next-container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .horizontal-scroll .prev-next-container .prev,
  .horizontal-scroll .prev-next-container .next {
    cursor: pointer;
    display: inline; }
    .horizontal-scroll .prev-next-container .prev:before,
    .horizontal-scroll .prev-next-container .next:before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f053";
      border-radius: 100%;
      border: 1px solid #000;
      background-color: #fff;
      width: 2rem;
      height: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .horizontal-scroll .prev-next-container .prev:hover, .horizontal-scroll .prev-next-container .prev:focus,
    .horizontal-scroll .prev-next-container .next:hover,
    .horizontal-scroll .prev-next-container .next:focus {
      outline: none; }
      .horizontal-scroll .prev-next-container .prev:hover:before, .horizontal-scroll .prev-next-container .prev:focus:before,
      .horizontal-scroll .prev-next-container .next:hover:before,
      .horizontal-scroll .prev-next-container .next:focus:before {
        background-color: #000;
        color: #fff; }
    .horizontal-scroll .prev-next-container .prev[aria-disabled="true"],
    .horizontal-scroll .prev-next-container .next[aria-disabled="true"] {
      opacity: .5;
      cursor: not-allowed; }
  .horizontal-scroll .prev-next-container .next {
    margin-left: 1rem; }
    .horizontal-scroll .prev-next-container .next:before {
      content: "\f054"; }

/*
  Icon Tile

  Icon Tile

  Markup: icon-tile.hbs

  Style guide: Components.icon-tile
 */
.icon-tile-grid {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .icon-tile-grid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .icon-tile-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.icon-tile-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  margin: 1rem 0;
  text-decoration: none;
  color: #000;
  position: relative;
  top: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media (min-width: 600px) {
    .icon-tile-item {
      padding: 2rem;
      max-width: 40%;
      margin: 0 1rem; } }
  .icon-tile-item:hover, .icon-tile-item:focus {
    top: -10px;
    background-color: #fff; }
  .icon-tile-item.white-background {
    background-color: #fff;
    border: 1px solid #000; }
    .icon-tile-item.white-background:hover, .icon-tile-item.white-background:focus {
      -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12); }
  .icon-tile-item.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12); }
  .icon-tile-item .image {
    margin-bottom: 1.75rem;
    height: 56px; }
  .icon-tile-item .tile-heading {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word; }
  .icon-tile-item .tile-subtitle {
    margin-top: 0;
    margin-bottom: 1rem; }
  .icon-tile-item .tile-copy {
    margin: 0 0 1.75rem 0; }
  .icon-tile-item .tile-link {
    text-align: left;
    background: url(unsw-uds-assets/site/styles/src/assets/resources/illustrations/arrow-right.svg) center right no-repeat;
    background-size: 1rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
    width: calc(100% - 1.5rem); }
    .icon-tile-item .tile-link p {
      margin: 0;
      text-decoration: underline; }

/*
  Image

  Please note .full-width image is not displaying properly in Styleguide becuase it only works within a centered aligned container.

  Markup: image.hbs

  Style guide: Components.image
 */
.tpl-image {
  max-width: 48.125rem; }
  .tpl-image img {
    display: block;
    width: 100%;
    height: 100%; }
  .tpl-image:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  .tpl-image.dark {
    position: relative; }
    .tpl-image.dark:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
  .tpl-image.focused {
    outline: auto 5px #3f61c4; }
  .tpl-image.overlay {
    position: relative; }
    .tpl-image.overlay:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #3f61c4;
      opacity: .7; }
  .tpl-image.full-width {
    width: 100%;
    max-width: 100%; }
  .tpl-image.full-window-width {
    max-width: 100%;
    width: 100%; }
    .tpl-image.full-window-width img {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw); }

.tpl-image-content-wrapper {
  background: #f9f9f9;
  max-width: 48.125rem;
  padding: 20px;
  padding: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem; }
  .tpl-image-content-wrapper .caption {
    font-weight: 300;
    text-transform: none;
    color: #000;
    display: block; }
  .tpl-image-content-wrapper .subtitle {
    font-weight: 300;
    text-transform: none;
    color: #737373;
    display: block; }
  .tpl-image-content-wrapper.full-width {
    width: 100%;
    max-width: 100%; }
  .tpl-image-content-wrapper.full-window-width {
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }

/*
  Key Dates

  Javascript: `UdsKeyDates.init()`

  Markup: key-dates.hbs

  Style guide: Components.key dates
*/
.key-dates {
  margin: 0 1rem; }
  @media (min-width: 960px) {
    .key-dates {
      margin-left: 8rem; } }
  .key-dates .key-date-entries {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -ms-grid;
    display: grid; }
    @media (min-width: 960px) {
      .key-dates .key-date-entries {
        margin-left: -8rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1rem; } }
    .key-dates .key-date-entries li {
      margin-bottom: 2.5rem; }
  .key-dates .key-date-entry {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -ms-grid-columns: 6.9375rem auto;
    grid-template-columns: 6.9375rem auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
    color: #000; }
    .key-dates .key-date-entry a {
      text-decoration: none;
      color: #000; }
    .key-dates .key-date-entry .date-block {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
          grid-row-start: 2;
      -ms-grid-row-span: 2;
      grid-row-end: 4;
      background-color: #ffdc00;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      min-height: 7.8125rem; }
      .key-dates .key-date-entry .date-block, .key-dates .key-date-entry .date-block span {
        cursor: pointer; }
      @media (min-width: 960px) {
        .key-dates .key-date-entry .date-block {
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 2;
          grid-row-end: 3; } }
      .key-dates .key-date-entry .date-block span {
        display: block; }
        .key-dates .key-date-entry .date-block span.day-of-month {
          font-size: 2.5rem;
          line-height: initial;
          margin-bottom: 6px;
          font-weight: bold; }
        .key-dates .key-date-entry .date-block span.month {
          font-size: 1.25rem;
          text-transform: uppercase;
          font-weight: bold; }
    .key-dates .key-date-entry .key-date-category {
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 1;
      grid-row: 1;
      margin-bottom: 1rem; }
      @media (min-width: 960px) {
        .key-dates .key-date-entry .key-date-category {
          -ms-grid-column: 2;
              grid-column-start: 2; } }
    .key-dates .key-date-entry .key-date-title {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
      text-decoration: none; }
      .key-dates .key-date-entry .key-date-title h3 {
        margin-bottom: 1rem;
        cursor: pointer; }
    .key-dates .key-date-entry .read-more {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
      color: #000;
      text-decoration: none; }
  .key-dates .show-more {
    display: inline; }
  .key-dates .show-less {
    display: none; }
  .key-dates.expanded .show-more {
    display: none; }
  .key-dates.expanded .show-less {
    display: inline; }

/**
  Lead Capture

  A form for capturing contact details

  Markup: lead-capture.hbs

  Style guide: Components.lead-capture

 */
.lead-capture {
  padding: 1rem 0;
  background: transparent; }
  @media (min-width: 600px) {
    .lead-capture {
      padding: 2rem 0; } }
  @media (min-width: 960px) {
    .lead-capture {
      padding: 3rem 0; } }
  .lead-capture .form-sub-head {
    max-width: 50rem;
    font-size: 1.25rem;
    line-height: 2rem; }
    @media (min-width: 600px) {
      .lead-capture .form-sub-head {
        font-size: 1.625rem;
        line-height: 2.25rem; } }
    @media (min-width: 960px) {
      .lead-capture .form-sub-head {
        font-size: 2rem;
        line-height: 2.5rem; } }
  .lead-capture .signup-form {
    display: block; }
  .lead-capture .confirmation-section {
    display: none; }
  .lead-capture form {
    max-width: 52rem; }
    @media (min-width: 960px) {
      .lead-capture form > .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .lead-capture form > .details .error-message {
          display: none; } }
    .lead-capture form .form-field {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 2.5rem; }
      @media (min-width: 600px) {
        .lead-capture form .form-field {
          margin-bottom: 4rem; } }
      @media (min-width: 960px) {
        .lead-capture form .form-field {
          margin-bottom: 0.625rem; } }
      .lead-capture form .form-field label {
        padding-left: 0; }
    .lead-capture form .input-group {
      margin: 0.5rem 0 1rem 0; }
      @media (min-width: 600px) {
        .lead-capture form .input-group {
          margin: 0.5rem 0 2rem 0; } }
      @media (min-width: 960px) {
        .lead-capture form .input-group {
          margin: 1rem 0 0 0; } }
      .lead-capture form .input-group:first-child {
        margin-top: 1rem; }
      @media (min-width: 960px) {
        .lead-capture form .input-group {
          margin: 0 .5rem 0 0; }
          .lead-capture form .input-group:first-child {
            margin-top: 0; } }
      @media (min-width: 103rem) {
        .lead-capture form .input-group {
          margin: 0; } }
    @media (min-width: 960px) {
      .lead-capture form .radio-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .lead-capture form .radio-buttons .radio {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1.5rem 1fr;
      grid-template-columns: 1.5rem 1fr;
      margin-bottom: 1rem;
      margin-right: 0.5rem; }
      @media (min-width: 960px) {
        .lead-capture form .radio-buttons .radio {
          margin-right: 1rem;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; } }
      .lead-capture form .radio-buttons .radio input[type="radio"] {
        margin: 0; }
        @media (min-width: 960px) {
          .lead-capture form .radio-buttons .radio input[type="radio"] {
            margin: .3rem 0 1.5rem 0; } }
      .lead-capture form .radio-buttons .radio label {
        font-family: RobotoMono, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: none;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.3125rem;
        color: #000;
        margin: 0;
        padding: 0; }
    .lead-capture form .error-summary {
      display: none; }
      @media (min-width: 960px) {
        .lead-capture form .error-summary {
          display: block; } }
    .lead-capture form .submit-btn a {
      width: 100%;
      margin-top: 2.5rem; }
      @media (min-width: 960px) {
        .lead-capture form .submit-btn a {
          width: auto; } }
      .lead-capture form .submit-btn a .inner {
        -ms-grid-columns: auto;
        grid-template-columns: auto; }
        .lead-capture form .submit-btn a .inner .text {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-right: 0; }
      .lead-capture form .submit-btn a.large {
        padding: 1.94rem 1rem; }
  .lead-capture.confirmation .confirmation-section {
    display: block; }
  .lead-capture.confirmation .signup-form {
    display: none; }
  .lead-capture .details .form-field {
    margin: 0; }
  .lead-capture .form-field.required label:after {
    content: none; }
  .lead-capture .lead-capture-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .lead-capture .lead-capture-button-container .unsw-brand-button-container:first-child {
      margin-right: 1rem; }
  .lead-capture .form-success, .lead-capture .form-failure {
    display: none; }
  .lead-capture.status-edit .form-success {
    display: block; }
  .lead-capture.status-edit .form-failure {
    display: block; }
  .lead-capture.status-success .form-success {
    display: block; }
  .lead-capture.status-success .form-failure {
    display: none; }
  .lead-capture.status-success .form-inner {
    display: none; }
  .lead-capture.status-error .form-success {
    display: none; }
  .lead-capture.status-error .form-failure {
    display: block; }
  .lead-capture.status-error .form-inner {
    display: none; }

/*
  Maps Locations

  Maps & Locations come in class name `.unsw-map`.

  Markup: maps.hbs

  Style guide: Components.maps
 */
.map {
  position: relative; }
  @media (min-width: 960px) {
    .map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 10%;
      height: 500px; } }
  @media (min-width: 103rem) {
    .map {
      padding: 0; } }
  .map .unsw-map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 350px; }
    @media (min-width: 960px) {
      .map .unsw-map {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; } }
  .map .map-card {
    font-family: "Arial", Helvetica, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 2.25em 1em;
    background-color: #3f61c4;
    color: #fff;
    z-index: 499; }
    @media (min-width: 960px) {
      .map .map-card {
        width: 300px;
        padding: 2.25em; } }
    @media (min-width: 103rem) {
      .map .map-card {
        width: 340px; } }
    .map .map-card h3.map-location {
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 1em; }
    .map .map-card .map-building {
      font-weight: bold;
      margin-bottom: .5em; }
    .map .map-card .map-address {
      margin-bottom: 3em; }
    .map .map-card .uds-button, .map .map-card .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .map .map-card .uds-brand-button {
      background-color: #fff;
      color: #3f61c4;
      padding: 1em;
      width: 100%;
      margin-left: auto;
      position: relative; }
      .map .map-card .uds-button:hover, .map .map-card .unsw-brand-theme .uds-brand-button:hover, .unsw-brand-theme .map .map-card .uds-brand-button:hover, .map .map-card .uds-button:focus, .map .map-card .unsw-brand-theme .uds-brand-button:focus, .unsw-brand-theme .map .map-card .uds-brand-button:focus {
        background: #fff; }
        .map .map-card .uds-button:hover:before, .map .map-card .unsw-brand-theme .uds-brand-button:hover:before, .unsw-brand-theme .map .map-card .uds-brand-button:hover:before, .map .map-card .uds-button:focus:before, .map .map-card .unsw-brand-theme .uds-brand-button:focus:before, .unsw-brand-theme .map .map-card .uds-brand-button:focus:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
          background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); }
      .map .map-card .uds-button:focus, .map .map-card .unsw-brand-theme .uds-brand-button:focus, .unsw-brand-theme .map .map-card .uds-brand-button:focus {
        background: -webkit-gradient(linear, left top, left bottom, from(#c5cfed), to(#b2bfe7));
        background: linear-gradient(#c5cfed, #b2bfe7);
        color: #fff; }
      .map .map-card .uds-button:after, .map .map-card .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .map .map-card .uds-brand-button:after {
        color: #000;
        height: auto; }
  .map div[tabindex="0"]:focus > .gm-style-pbc + div {
    border: 5px solid rgba(45, 107, 171, 0.75) !important; }
  .map iframe {
    display: none; }

/**
  Modal

  Re-usable modal component. You need to define modal opening button ID or class in "data-trigger" attribute.

  Markup: modal.hbs

  Style guide: Components.modal
 */
.uds-modal {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }
  .uds-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    width: 90%; }
    @media (min-width: 600px) {
      .uds-modal__content {
        width: 30rem; } }
    @media (min-width: 960px) {
      .uds-modal__content {
        width: 30rem; } }
    @media (min-width: 103rem) {
      .uds-modal__content {
        width: 50rem; } }
  .uds-modal__close-button {
    float: right;
    width: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    cursor: pointer;
    border-radius: 1.5rem;
    opacity: 1;
    margin: 2rem; }
    .uds-modal__close-button:hover {
      background-color: lightgrey; }
    .uds-modal__close-button:before, .uds-modal__close-button:after {
      position: absolute;
      top: 2.7rem;
      right: 3.275rem;
      content: ' ';
      height: 1.4rem;
      width: 2px;
      background-color: black; }
    .uds-modal__close-button:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .uds-modal__close-button:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .uds-modal__text {
    padding: 4rem 2rem 2rem 2rem; }
    @media (min-width: 600px) {
      .uds-modal__text {
        padding: 4rem; } }
  .uds-modal.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }

/*
  Notification

  Notification can be turned on and off via JS for Content Authors to check the releases.

  Markup: notification.hbs

  Style guide: Components.notification
 */
.uds-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 4.5rem; }
  .uds-notification:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    padding: 20px;
    padding: 1.25rem; }
  .uds-notification .notification-text {
    padding: 20px;
    padding: 1.25rem; }
  .uds-notification .close {
    margin-left: auto;
    font-style: normal;
    padding: 20px;
    padding: 1.25rem; }
    .uds-notification .close:after {
      content: '\f00d';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.5em;
      color: #fff; }
    .uds-notification .close:hover {
      cursor: pointer; }
  .uds-notification:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: inherit;
    border: inherit;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    top: 0; }
  .uds-notification.notification-error {
    background-color: #de1b1b;
    color: #fff; }
    .uds-notification.notification-error:before {
      content: '\f071';
      background-color: #ff6163; }
  .uds-notification.notification-warning {
    background-color: #fad681;
    color: #333; }
    .uds-notification.notification-warning:before {
      content: '\f06a';
      background-color: #fbdb8d; }
  .uds-notification.notification-success {
    background-color: #3ba164;
    color: #fff; }
    .uds-notification.notification-success:before {
      content: '\f00c';
      background-color: #19d2a3; }
  .uds-notification.notification-info {
    background-color: #5cc0de;
    color: #fff; }
    .uds-notification.notification-info:before {
      content: '\f075';
      background-color: #6bc5e2; }
    .uds-notification.notification-info a {
      color: #fff; }

/*
 Pagination

 Markup: pagination.hbs

 Style guide: Components.pagination
 */
.pagination {
  width: 100%;
  margin-top: 10rem; }
  .pagination ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    .pagination ul li {
      display: inline-block;
      padding: .1rem .5rem;
      font-weight: bold;
      text-decoration: underline;
      cursor: pointer;
      color: #3f61c4; }
      .central .pagination ul li {
        color: #3f61c4; }
      .engineering .pagination ul li {
        color: #e32119; }
      .pagination ul li:focus {
        -webkit-box-shadow: 0 0 0 2px #3f61c4;
                box-shadow: 0 0 0 2px #3f61c4;
        outline: none; }
        .central .pagination ul li:focus {
          -webkit-box-shadow: 0 0 0 2px #3f61c4;
                  box-shadow: 0 0 0 2px #3f61c4; }
        .engineering .pagination ul li:focus {
          -webkit-box-shadow: 0 0 0 2px #e32119;
                  box-shadow: 0 0 0 2px #e32119; }
      .pagination ul li.current {
        color: #000;
        cursor: default;
        text-decoration: none; }
      .pagination ul li.previous {
        text-decoration: none; }
        .pagination ul li.previous:before {
          content: "\f054";
          color: #000;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f053"; }
      .pagination ul li.next {
        text-decoration: none; }
        .pagination ul li.next:before {
          content: "\f054";
          color: #000;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          cursor: pointer; }

/*
  Parallax image

  Parallax image are self-contained pieces of content.

  Markup: parallax.hbs

  Style guide: Components.parallax
 */
.parallax-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 960px) {
    .parallax-image {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .parallax-image .block-media {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh; }
    .parallax-image .block-media img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      width: 100%;
      height: auto; }
    .parallax-image .block-media.is-fixed {
      clip: rect(0, auto, auto, 0);
      max-height: none; }
      .parallax-image .block-media.is-fixed > * {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; }
    .parallax-image .block-media.full-window-width {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw); }
  .parallax-image .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    width: 90%; }
    @media (min-width: 960px) {
      .parallax-image .block-content {
        width: 50%; } }
    .parallax-image .block-content .quote {
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      margin: 40vh 0;
      padding: 22px;
      max-width: 100%; }
      @media (min-width: 960px) {
        .parallax-image .block-content .quote {
          margin-right: 15%; } }
      .parallax-image .block-content .quote h3 {
        margin: 0; }
  @media (min-width: 960px) {
    .parallax-image > div:nth-child(2) .quote {
      margin-top: 80vh; } }
  @media (min-width: 960px) {
    .parallax-image > div:last-child .quote {
      margin-top: 40vh; } }
  .parallax-image .parallax-picture {
    display: none; }

/*
  Popover

  Popovers can have any of the 3 theme colours or be disabled.

  Markup: popover.hbs

  .no-close-button - Removes close button from the display.

  Style guide: Components.popover
 */
.popover-container {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 12em;
  color: #fff;
  background: #3f61c4;
  z-index: 999; }
  .popover-container .popover {
    padding: 20px;
    padding: 1.25rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 1fr;
    grid-template-columns: 5fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: relative;
        grid-template-areas: 'message message message message close' 'actions actions actions actions .'; }
    .popover-container .popover .message {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      padding: 40px 0px 0px;
      padding: 2.5rem 0 0;
      grid-area: message; }
      .popover-container .popover .message h6 {
        margin: 20px 0px 10px;
        margin: 1.25rem 0 0.625rem; }
      .popover-container .popover .message p {
        margin: 5px 0px 20px;
        margin: 0.3125rem 0 1.25rem; }
      .popover-container .popover .message:before {
        content: "\f071";
        font-family: "Font Awesome 5 Free";
        font-size: 1.75rem;
        font-weight: 900;
        position: absolute;
        display: block;
        width: 2rem;
        height: 2rem;
        top: 2rem;
        left: 1.25rem; }
    .popover-container .popover .actions {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-area: actions; }
      .popover-container .popover .actions .uds-button, .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .popover-container .popover .actions .uds-brand-button {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        width: 100%; }
    .popover-container .popover .close {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
      margin: -20px -20px 0px 0px;
      margin: -1.25rem -1.25rem 0 0;
      grid-area: close;
      display: block;
      font-size: 1.4375rem;
      top: 0;
      right: 0; }
      .popover-container .popover .close a {
        padding: 20px;
        padding: 1.25rem;
        display: block;
        color: #fff;
        line-height: 2.875rem; }
    @media (min-width: 600px) {
      .popover-container .popover .message {
        padding: 5px 0px 0px 60px;
        padding: 0.3125rem 0 0 3.75rem; }
        .popover-container .popover .message h6 {
          margin-top: 0px;
          margin-top: 0; }
        .popover-container .popover .message:before {
          left: 1.5rem; }
      .popover-container .popover .actions {
        padding: 0px 0px 0px 60px;
        padding: 0 0 0 3.75rem; }
        .popover-container .popover .actions .uds-button, .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .popover-container .popover .actions .uds-brand-button {
          width: auto;
          color: #3f61c4; }
          .popover-container .popover .actions .uds-button.outline, .popover-container .popover .actions .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .popover-container .popover .actions .outline.uds-brand-button {
            color: #fff; }
          .popover-container .popover .actions .uds-button:first-child, .popover-container .popover .actions .unsw-brand-theme .uds-brand-button:first-child, .unsw-brand-theme .popover-container .popover .actions .uds-brand-button:first-child {
            margin-right: 20px;
            margin-right: 1.25rem; }
      .popover-container .popover .close {
        padding-left: 20px;
        padding-left: 1.25rem; } }
  .popover-container.no-close-button .popover .close {
    display: none; }
  .central .popover-container {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 12em;
    color: #fff;
    background: #3f61c4;
    z-index: 999; }
    .central .popover-container .popover {
      padding: 20px;
      padding: 1.25rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 5fr 1fr;
      grid-template-columns: 5fr 1fr;
      -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      position: relative;
          grid-template-areas: 'message message message message close' 'actions actions actions actions .'; }
      .central .popover-container .popover .message {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        padding: 40px 0px 0px;
        padding: 2.5rem 0 0;
        grid-area: message; }
        .central .popover-container .popover .message h6 {
          margin: 20px 0px 10px;
          margin: 1.25rem 0 0.625rem; }
        .central .popover-container .popover .message p {
          margin: 5px 0px 20px;
          margin: 0.3125rem 0 1.25rem; }
        .central .popover-container .popover .message:before {
          content: "\f071";
          font-family: "Font Awesome 5 Free";
          font-size: 1.75rem;
          font-weight: 900;
          position: absolute;
          display: block;
          width: 2rem;
          height: 2rem;
          top: 2rem;
          left: 1.25rem; }
      .central .popover-container .popover .actions {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-area: actions; }
        .central .popover-container .popover .actions .uds-button, .central .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .central .popover-container .popover .actions .uds-brand-button {
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          width: 100%; }
      .central .popover-container .popover .close {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        margin: -20px -20px 0px 0px;
        margin: -1.25rem -1.25rem 0 0;
        grid-area: close;
        display: block;
        font-size: 1.4375rem;
        top: 0;
        right: 0; }
        .central .popover-container .popover .close a {
          padding: 20px;
          padding: 1.25rem;
          display: block;
          color: #fff;
          line-height: 2.875rem; }
      @media (min-width: 600px) {
        .central .popover-container .popover .message {
          padding: 5px 0px 0px 60px;
          padding: 0.3125rem 0 0 3.75rem; }
          .central .popover-container .popover .message h6 {
            margin-top: 0px;
            margin-top: 0; }
          .central .popover-container .popover .message:before {
            left: 1.5rem; }
        .central .popover-container .popover .actions {
          padding: 0px 0px 0px 60px;
          padding: 0 0 0 3.75rem; }
          .central .popover-container .popover .actions .uds-button, .central .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .central .popover-container .popover .actions .uds-brand-button {
            width: auto;
            color: #3f61c4; }
            .central .popover-container .popover .actions .uds-button.outline, .central .popover-container .popover .actions .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .central .popover-container .popover .actions .outline.uds-brand-button {
              color: #fff; }
            .central .popover-container .popover .actions .uds-button:first-child, .central .popover-container .popover .actions .unsw-brand-theme .uds-brand-button:first-child, .unsw-brand-theme .central .popover-container .popover .actions .uds-brand-button:first-child {
              margin-right: 20px;
              margin-right: 1.25rem; }
        .central .popover-container .popover .close {
          padding-left: 20px;
          padding-left: 1.25rem; } }
    .central .popover-container.no-close-button .popover .close {
      display: none; }
  .engineering .popover-container {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 12em;
    color: #fff;
    background: #e32119;
    z-index: 999; }
    .engineering .popover-container .popover {
      padding: 20px;
      padding: 1.25rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 5fr 1fr;
      grid-template-columns: 5fr 1fr;
      -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      position: relative;
          grid-template-areas: 'message message message message close' 'actions actions actions actions .'; }
      .engineering .popover-container .popover .message {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        padding: 40px 0px 0px;
        padding: 2.5rem 0 0;
        grid-area: message; }
        .engineering .popover-container .popover .message h6 {
          margin: 20px 0px 10px;
          margin: 1.25rem 0 0.625rem; }
        .engineering .popover-container .popover .message p {
          margin: 5px 0px 20px;
          margin: 0.3125rem 0 1.25rem; }
        .engineering .popover-container .popover .message:before {
          content: "\f071";
          font-family: "Font Awesome 5 Free";
          font-size: 1.75rem;
          font-weight: 900;
          position: absolute;
          display: block;
          width: 2rem;
          height: 2rem;
          top: 2rem;
          left: 1.25rem; }
      .engineering .popover-container .popover .actions {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-area: actions; }
        .engineering .popover-container .popover .actions .uds-button, .engineering .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .engineering .popover-container .popover .actions .uds-brand-button {
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          width: 100%; }
      .engineering .popover-container .popover .close {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        margin: -20px -20px 0px 0px;
        margin: -1.25rem -1.25rem 0 0;
        grid-area: close;
        display: block;
        font-size: 1.4375rem;
        top: 0;
        right: 0; }
        .engineering .popover-container .popover .close a {
          padding: 20px;
          padding: 1.25rem;
          display: block;
          color: #fff;
          line-height: 2.875rem; }
      @media (min-width: 600px) {
        .engineering .popover-container .popover .message {
          padding: 5px 0px 0px 60px;
          padding: 0.3125rem 0 0 3.75rem; }
          .engineering .popover-container .popover .message h6 {
            margin-top: 0px;
            margin-top: 0; }
          .engineering .popover-container .popover .message:before {
            left: 1.5rem; }
        .engineering .popover-container .popover .actions {
          padding: 0px 0px 0px 60px;
          padding: 0 0 0 3.75rem; }
          .engineering .popover-container .popover .actions .uds-button, .engineering .popover-container .popover .actions .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .engineering .popover-container .popover .actions .uds-brand-button {
            width: auto;
            color: #e32119; }
            .engineering .popover-container .popover .actions .uds-button.outline, .engineering .popover-container .popover .actions .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .engineering .popover-container .popover .actions .outline.uds-brand-button {
              color: #fff; }
            .engineering .popover-container .popover .actions .uds-button:first-child, .engineering .popover-container .popover .actions .unsw-brand-theme .uds-brand-button:first-child, .unsw-brand-theme .engineering .popover-container .popover .actions .uds-brand-button:first-child {
              margin-right: 20px;
              margin-right: 1.25rem; }
        .engineering .popover-container .popover .close {
          padding-left: 20px;
          padding-left: 1.25rem; } }
    .engineering .popover-container.no-close-button .popover .close {
      display: none; }

/*
  Progress tracker

  Progress tracker provides multi-step contexts for user actions.

  The progress tracker is displayed in two variations, handled automatically by
  the component.<br /><br />
  <strong>Less than 4 steps:</strong> Steps are responsively displayed in a
  single row and evenly spaced.<br />
  <strong>Greater than 4 steps:</strong> A responsive button is displayed with
  the active step acting as the button title. Selecting the button expands a
  list containing all steps in the progress tracker. The coloured border at the
  bottom of the button increases as the steps are completed.<br /><br />
  Step classes change based on 'completed' and 'active' (for the current step).

  Javascript: `UdsProgressTracker.init();`

  Markup: progress-tracker.hbs

  Style guide: Components.progress-tracker
 */
@-webkit-keyframes AnimationHeightDown {
  0% {
    max-height: 0;
    opacity: 0; }
  90% {
    opacity: 0;
    max-height: 800px; }
  100% {
    opacity: 1;
    max-height: 800px; } }
@keyframes AnimationHeightDown {
  0% {
    max-height: 0;
    opacity: 0; }
  90% {
    opacity: 0;
    max-height: 800px; }
  100% {
    opacity: 1;
    max-height: 800px; } }

@-webkit-keyframes AnimationHeightUp {
  0% {
    max-height: 800px;
    opacity: 1; }
  10% {
    opacity: 0;
    max-height: 800px; }
  100% {
    max-height: 0; } }

@keyframes AnimationHeightUp {
  0% {
    max-height: 800px;
    opacity: 1; }
  10% {
    opacity: 0;
    max-height: 800px; }
  100% {
    max-height: 0; } }

/*
  Progress tracker Sass

  `@mixin progress-tracker($theme: central)`

  Add progress tracker styling for steps in a list element.

  **Examples:**
  ```
  .progress-tracker {
    @include progress-tracker($theme: central);
  }
  ```

  $theme - the main color of the steps when active and completed. Can be the name of a theme of one of `secondary`, `tertiary`. Can also be a map that includes color values for `color`, `action` & `alt` (all required)

  Style guide: Components.progress-tracker.sass
 */
.progress-tracker ul.steps {
  margin: 0px auto 40px;
  margin: 0 auto 2.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: none;
  padding: 0;
  width: 100%;
  max-width: 100rem; }
  .progress-tracker ul.steps.row-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .progress-tracker ul.steps.row-display li.step a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      min-height: auto; }
      .progress-tracker ul.steps.row-display li.step a:before {
        top: auto;
        bottom: .9rem;
        left: 50%;
        width: 100%;
        height: 2px; }
      .progress-tracker ul.steps.row-display li.step a span.title {
        margin: 10px 0px;
        margin: 0.625rem 0;
        display: none;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media (min-width: 600px) {
          .progress-tracker ul.steps.row-display li.step a span.title {
            display: block;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .progress-tracker ul.steps.row-display li.step a span.number {
        margin: 0px auto;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (min-width: 600px) {
          .progress-tracker ul.steps.row-display li.step a span.number {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
  .progress-tracker ul.steps li.step {
    text-align: center;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    .progress-tracker ul.steps li.step a {
      color: #737373;
      position: relative;
      text-decoration: none;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 5rem; }
      .progress-tracker ul.steps li.step a:before {
        content: "";
        display: block;
        z-index: -1;
        width: 2px;
        height: 100%;
        background-color: #f2f2f2;
        top: 50%;
        left: 1rem;
        position: absolute; }
      .progress-tracker ul.steps li.step a span.title {
        display: block;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .progress-tracker ul.steps li.step a span.number {
        margin-right: 20px;
        margin-right: 1.25rem;
        display: block;
        height: 2rem;
        width: 2rem;
        line-height: 2rem;
        border-radius: 2rem;
        border: 2px solid #737373;
        background-color: #fff;
        z-index: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    .progress-tracker ul.steps li.step.active a, .progress-tracker ul.steps li.step.completed:hover a, .progress-tracker ul.steps li.step.completed:focus a {
      color: #3f61c4; }
      .progress-tracker ul.steps li.step.active a span.number, .progress-tracker ul.steps li.step.completed:hover a span.number, .progress-tracker ul.steps li.step.completed:focus a span.number {
        border-color: #3f61c4;
        background: #3f61c4;
        color: #fff; }
    .progress-tracker ul.steps li.step.completed a {
      color: #3f61c4; }
      .progress-tracker ul.steps li.step.completed a span.number {
        border-color: #3f61c4;
        background: #fff;
        color: #3f61c4; }
    .progress-tracker ul.steps li.step.completed:not(:last-child) a:before {
      background-color: #c5cfed; }
    .progress-tracker ul.steps li.step:last-child a:before {
      display: none; }

.progress-tracker.collapsible #steps-container {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1; }
  .progress-tracker.collapsible #steps-container ul.steps {
    padding: 0px 20px;
    padding: 0 1.25rem;
    -webkit-animation: AnimationHeightUp .5s linear;
            animation: AnimationHeightUp .5s linear;
    background-color: #fff;
    display: block;
    height: auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0; }
  .progress-tracker.collapsible #steps-container a.uds-button, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button {
    padding: 20px 40px 20px 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #f2f2f2;
    color: #3f61c4;
    display: block;
    min-height: 5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    z-index: 1; }
    @media (min-width: 600px) {
      .progress-tracker.collapsible #steps-container a.uds-button, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button {
        padding: 20px 100px 20px 20px;
        padding: 1.25rem 6.25rem 1.25rem 1.25rem; } }
    .progress-tracker.collapsible #steps-container a.uds-button span.title, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button span.title, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button span.title {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      display: inline-block; }
      .progress-tracker.collapsible #steps-container a.uds-button span.title span.remaining, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button span.title span.remaining, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button span.title span.remaining {
        margin-left: 10px;
        margin-left: 0.625rem;
        color: #737373;
        font-weight: normal; }
    .progress-tracker.collapsible #steps-container a.uds-button span.number, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button span.number, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button span.number {
      margin-right: 20px;
      margin-right: 1.25rem;
      color: #fff;
      display: inline-block;
      height: 2rem;
      width: 2rem;
      line-height: 2rem;
      border-radius: 2rem;
      border: 2px solid #3f61c4;
      background-color: #3f61c4;
      z-index: 1; }
    .progress-tracker.collapsible #steps-container a.uds-button span.border, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button span.border, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button span.border {
      display: block;
      height: 2px;
      background-color: #3f61c4;
      position: absolute;
      bottom: -2px;
      left: 0; }
    .progress-tracker.collapsible #steps-container a.uds-button:after, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button:after, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button:after {
      margin-left: 60px;
      margin-left: 3.75rem;
      padding: 3.6px 0px 0px;
      padding: 0.225rem 0 0;
      content: "\f078";
      display: block;
      height: 1.55rem;
      color: #3f61c4;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      position: absolute;
      right: 1rem;
      top: 1.5rem;
      width: 1.65rem; }
    .progress-tracker.collapsible #steps-container a.uds-button:focus, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button:focus, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button:focus {
      background-color: #fff; }
    .progress-tracker.collapsible #steps-container a.uds-button:hover:after, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button:hover:after, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button:hover:after {
      background-color: transparent;
      color: #3f61c4; }
    .progress-tracker.collapsible #steps-container a.uds-button:hover:before, .progress-tracker.collapsible #steps-container .unsw-brand-theme a.uds-brand-button:hover:before, .unsw-brand-theme .progress-tracker.collapsible #steps-container a.uds-brand-button:hover:before {
      display: none; }
  .progress-tracker.collapsible #steps-container.expanded ul.steps {
    -webkit-animation: AnimationHeightDown .5s linear;
            animation: AnimationHeightDown .5s linear;
    display: block;
    min-width: 100%;
    width: auto;
    position: relative;
    max-height: 800px;
    opacity: 1; }
  .progress-tracker.collapsible #steps-container.expanded a.uds-button:after, .progress-tracker.collapsible #steps-container.expanded .unsw-brand-theme a.uds-brand-button:after, .unsw-brand-theme .progress-tracker.collapsible #steps-container.expanded a.uds-brand-button:after {
    content: "\f077"; }

/*
  Qualtrics Form

  Qualtrics Form style is an external stylesheet for all Qualtrics Form elements.
  Please add jQuery code for placement and required field markup.<br /><br />
  <strong>Reference:</strong><br />
	jQuery("#"+this.questionId+" .InputText").attr("placeholder", "Placeholder");<br />
  jQuery("#"+this.questionId+" .QuestionText").addClass("required-sign");<br /><br />
  <strong>External CSS Link:</strong>
  /src/components/qualtrics-form/qualtrics-form.min.css<br /><br />

  Style guide: Components.qualtrics-form
 */
.Skin .TE textarea,
.Skin input.TextEntryBox,
.Skin input[type="password"],
.Skin input[type="search"],
.Skin input[type="text"],
.Skin select,
.Skin textarea {
  height: 50px;
  border: 1px solid #d2d2d6;
  border-radius: 3px;
  padding: 0 15px; }

.Skin label.QuestionText {
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 20px 8px; }

.Skin .TE .FORM span.LabelWrapper {
  color: #737373; }

tr {
  height: 70px; }

.Skin .MC .ChoiceStructure {
  min-width: 200px; }

.Skin #Buttons #NextButton,
.Skin #Buttons #PreviousButton {
  border-radius: 0; }

.required-sign:after {
  content: "*";
  color: red;
  margin-left: 5px; }

div.required-field-desc {
  font-size: 16px; }

span.required-field-desc {
  color: red;
  margin-right: 10px; }

/*
  Radio Button

  Radio button inputs

  Markup: radio-button.hbs

  Style guide: Components.forms.radio-button
 */
.radio label {
  font-weight: normal; }

.unsw-brand-theme .radio {
  font-family: RobotoMono, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem; }

/*
  Read More

  Read More is an accordion component as a message, purpose to be more targeted and easier to scan read.

  Markup: read-more.hbs

  Style guide: Components.read-more
 */
.accordion.read-more .accordion-item {
  text-transform: none;
  width: auto;
  padding: 0;
  padding-right: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  color: #3f61c4; }
  @media (min-width: 103rem) {
    .accordion.read-more .accordion-item {
      margin-left: 0;
      margin-right: 0; } }
  .accordion.read-more .accordion-item.is-expanded {
    margin-top: 1.875rem; }

.accordion.read-more ul > li {
  padding: 0;
  border-top: none; }

/*
  Recent Stories

  Markup: recent-stories.hbs

  Style guide: Components.recent-stories
 */
.latest-stories {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden; }
  @media (min-width: 960px) {
    .latest-stories {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 600px) {
    .latest-stories {
      display: -ms-grid;
      display: grid; } }
  @media (min-width: 960px) {
    .latest-stories {
      -ms-grid-columns: 1fr calc(33% - 2rem);
      grid-template-columns: 1fr calc(33% - 2rem);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      -ms-grid-rows: 1fr 40rem;
      grid-template-rows: 1fr 40rem; } }
  @media screen and (min-width: 960px) and (min-width: 1300px) {
    .latest-stories {
      -ms-grid-rows: 1fr 50rem;
      grid-template-rows: 1fr 50rem; } }
  @media screen and (min-width: 960px) and (min-width: 1500px) {
    .latest-stories {
      -ms-grid-rows: 1fr 56rem;
      grid-template-rows: 1fr 56rem; } }
  @media screen and (min-width: 960px) and (min-width: 1600px) {
    .latest-stories {
      -ms-grid-rows: 1fr 58rem;
      grid-template-rows: 1fr 58rem; } }
  .latest-stories h2 {
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .latest-stories h2 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; } }
  .latest-stories h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 1rem 0; }
  .latest-stories .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(50vw - 2rem); }
  .latest-stories p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem; }
  .latest-stories .error,
  .latest-stories .loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 0;
    font-size: 3rem; }
    @media (min-width: 960px) {
      .latest-stories .error,
      .latest-stories .loading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 2;
        grid-row: 2; } }
  .latest-stories .see-all {
    margin-top: 1rem; }
    @media (min-width: 960px) {
      .latest-stories .see-all {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        text-align: right;
        margin-top: 1.5rem; } }
    .latest-stories .see-all:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: .5rem; }
    .latest-stories .see-all a {
      font-family: RobotoMono, Arial, sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: none;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #000;
      text-decoration: none; }
      .latest-stories .see-all a:hover {
        text-decoration: underline; }
  .latest-stories .date {
    font-family: Clancy, Arial, sans-serif;
    font-weight: 300;
    font-size: .75rem;
    line-height: .9375rem; }
    @media (min-width: 960px) {
      .latest-stories .date {
        font-size: .875rem;
        line-height: 1.375rem; } }
  @media (min-width: 600px) {
    .latest-stories .more-stories {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3; } }
  @media (min-width: 960px) {
    .latest-stories .more-stories {
      display: block;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2; } }
  .latest-stories .slick-arrow {
    display: none !important; }
  .latest-stories .story {
    margin-bottom: 2rem; }
    .latest-stories .story:hover {
      cursor: pointer; }
    .latest-stories .story.main {
      border-bottom: 1px solid #979797;
      padding-bottom: 2rem; }
      @media (min-width: 600px) {
        .latest-stories .story.main {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 2;
          grid-row: 2; } }
      @media (min-width: 960px) {
        .latest-stories .story.main {
          border-bottom: none;
          padding-bottom: 0;
          border-bottom: none; } }
      @media (min-width: 600px) {
        .latest-stories .story.main .image {
          height: 46vw; } }
      @media (min-width: 960px) {
        .latest-stories .story.main .image {
          height: 70%; } }
    .latest-stories .story.more {
      border-bottom: 1px solid #979797;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      overflow: hidden; }
      @media (min-width: 960px) {
        .latest-stories .story.more:first-child {
          margin-top: 0; } }
      @media (min-width: 600px) {
        .latest-stories .story.more .image {
          height: 60%; } }
      .latest-stories .story.more p {
        display: none; }
  .latest-stories.no-images .more-stories h3 {
    -webkit-line-clamp: 3;
    margin-top: 0; }
  .latest-stories.no-images .more-stories .image {
    display: none; }

/*
  Search filter

  Refine search results

  Markup: search-filter.hbs

  Style guide: Components.search.search-filter
*/
.search-filter {
  display: block;
  width: 100%;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 10; }
  @media (min-width: 103rem) {
    .search-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 2.5rem; } }
  .search-filter .inner {
    display: none;
    max-width: 24rem; }
    @media (min-width: 103rem) {
      .search-filter .inner {
        display: block;
        max-width: inherit;
        width: 100%; } }
  .search-filter .open {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 20px;
    padding: 1.25rem;
    color: #3f61c4;
    border: 1px solid #3f61c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    float: left;
    cursor: pointer;
    margin-left: 1rem; }
    .central .search-filter .open {
      color: #3f61c4;
      border: 1px solid #3f61c4; }
    .engineering .search-filter .open {
      color: #e32119;
      border: 1px solid #e32119; }
    @media (min-width: 103rem) {
      .search-filter .open {
        display: none; } }
  .search-filter.disabled .open {
    color: #c8c8c8;
    border: 1px solid #c8c8c8; }
  .search-filter .title {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .search-filter .title h2 {
      font-family: "Arial", Helvetica, sans-serif; }
    .search-filter .title .close:before {
      content: "\f054";
      color: #000;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00d";
      padding-right: .75em;
      font-size: 1.5em; }
      @media (min-width: 103rem) {
        .search-filter .title .close:before {
          display: none; } }
  .search-filter .filter {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%; }
    .search-filter .filter .title {
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      padding: 15px;
      padding: 0.9375rem;
      border-bottom: 1px solid #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .search-filter .filter .title h3 {
        margin: 0px;
        margin: 0;
        font-family: "Arial", Helvetica, sans-serif; }
      .search-filter .filter .title .clear {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.75rem;
        cursor: pointer; }
        .search-filter .filter .title .clear:focus, .search-filter .filter .title .clear:hover {
          color: #3f61c4;
          outline: none;
          text-decoration: underline;
          cursor: pointer; }
          .central .search-filter .filter .title .clear:focus, .central .search-filter .filter .title .clear:hover {
            color: #3f61c4; }
          .engineering .search-filter .filter .title .clear:focus, .engineering .search-filter .filter .title .clear:hover {
            color: #e32119; }
    .search-filter .filter .checkbox {
      padding-left: 15px;
      padding-left: 0.9375rem;
      padding-right: 60px;
      padding-right: 3.75rem; }
      .search-filter .filter .checkbox .checkmark {
        right: .9375rem;
        left: auto;
        border-color: #333; }
        .search-filter .filter .checkbox .checkmark:after {
          left: auto;
          right: 8px; }
  .search-filter.modal {
    padding: 20px;
    padding: 1.25rem;
    background: #333;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100; }
    .search-filter.modal:before {
      display: none; }
      @media (min-width: 103rem) {
        .search-filter.modal:before {
          content: '';
          background: #333;
          height: 150vh;
          position: absolute;
          top: -10px;
          left: 0;
          -webkit-transform: translateX(-25%);
                  transform: translateX(-25%);
          z-index: -1;
          width: 150vw; } }
    .search-filter.modal .open {
      display: none; }
    .search-filter.modal .inner {
      padding: 20px;
      padding: 1.25rem;
      background: #fff;
      display: block;
      width: 100%; }
    .kss-modifier__wrapper .search-filter.modal {
      margin-left: -30px;
      margin-right: -30px; }

/*
Search form

The search form component

Markup: search-form.hbs

Styleguide: Components.search.search-form
*/
.search-wrapper {
  position: relative;
  overflow: visible;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .search-wrapper form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    position: relative;
    height: 3rem;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 103rem) {
      .search-wrapper form {
        width: 100%; } }
  .search-wrapper input[type=search] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    border: 0;
    background: #f9f9f9;
    font-family: "Arial", Helvetica, sans-serif;
    position: relative;
    width: 100%;
    padding: .625rem 2.25rem .625rem .625rem;
    /* clears the 'X' from Internet Explorer */
    /* clears the 'X' from Chrome */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
    padding: 0.625rem; }
    .search-wrapper input[type=search]:focus {
      -webkit-box-shadow: 0 0 0 2px #3f61c4;
              box-shadow: 0 0 0 2px #3f61c4;
      outline: none; }
      .central .search-wrapper input[type=search]:focus {
        -webkit-box-shadow: 0 0 0 2px #3f61c4;
                box-shadow: 0 0 0 2px #3f61c4; }
      .engineering .search-wrapper input[type=search]:focus {
        -webkit-box-shadow: 0 0 0 2px #e32119;
                box-shadow: 0 0 0 2px #e32119; }
    .search-wrapper input[type=search]::-ms-clear, .search-wrapper input[type=search]::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .search-wrapper input[type=search]::-webkit-search-decoration, .search-wrapper input[type=search]::-webkit-search-cancel-button, .search-wrapper input[type=search]::-webkit-search-results-button, .search-wrapper input[type=search]::-webkit-search-results-decoration {
      display: none; }
  .search-wrapper button[type=submit] {
    display: block;
    width: 1em;
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    background: none;
    width: 0;
    height: 0;
    padding: 0; }
    .search-wrapper button[type=submit]:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .search-wrapper button[type=submit]:before {
      color: #c8c8c8;
      cursor: pointer;
      font-size: 1rem;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      right: 1rem;
      margin-top: -.75rem; }
    .search-wrapper button[type=submit]:focus {
      outline: none; }
      .search-wrapper button[type=submit]:focus:before {
        color: #3f61c4; }
        .central .search-wrapper button[type=submit]:focus:before {
          color: #3f61c4; }
        .engineering .search-wrapper button[type=submit]:focus:before {
          color: #e32119; }
  .search-wrapper .suggestions {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 2.95rem;
    width: 100%;
    background: #fff;
    border-top: 1px solid #000; }
    .search-wrapper .suggestions.show {
      display: block; }
    .search-wrapper .suggestions .suggestion {
      padding: .5rem;
      border-bottom: 1px solid #c8c8c8;
      cursor: pointer; }
      .search-wrapper .suggestions .suggestion:last-child {
        border-bottom: none; }
      .search-wrapper .suggestions .suggestion:focus {
        -webkit-box-shadow: 0 0 0 2px #3f61c4;
                box-shadow: 0 0 0 2px #3f61c4;
        outline: none;
        border: none; }
        .central .search-wrapper .suggestions .suggestion:focus {
          -webkit-box-shadow: 0 0 0 2px #3f61c4;
                  box-shadow: 0 0 0 2px #3f61c4; }
        .engineering .search-wrapper .suggestions .suggestion:focus {
          -webkit-box-shadow: 0 0 0 2px #e32119;
                  box-shadow: 0 0 0 2px #e32119; }
      .search-wrapper .suggestions .suggestion .text {
        position: relative; }
        .search-wrapper .suggestions .suggestion .text:hover {
          color: #3f61c4;
          text-decoration: underline; }
          .central .search-wrapper .suggestions .suggestion .text:hover {
            color: #3f61c4; }
          .engineering .search-wrapper .suggestions .suggestion .text:hover {
            color: #e32119; }
        .search-wrapper .suggestions .suggestion .text:after {
          display: inline;
          margin-left: .5rem;
          content: '\f061';
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }

/*
  Search result

  Search result component

  Markup: search-result.hbs

  Style guide: Components.search.search-result
 */
.search-result {
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  position: relative; }
  @media (min-width: 103rem) {
    .search-result {
      padding: 40px;
      padding: 2.5rem; } }
  .search-result:after {
    color: #333;
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    z-index: 1;
    text-align: center;
    line-height: 3rem; }
  .search-result:hover, .search-result:focus {
    cursor: pointer;
    outline: none; }
    .search-result:hover:after, .search-result:focus:after {
      color: #fff;
      background: #3f61c4; }
      .central .search-result:hover:after, .central .search-result:focus:after {
        color: #fff;
        background: #3f61c4; }
      .engineering .search-result:hover:after, .engineering .search-result:focus:after {
        color: #fff;
        background: #e32119; }
  .search-result h2 {
    font-family: "Arial", Helvetica, sans-serif; }
  .search-result .date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #737373;
    font-size: 0.875rem; }
  .search-result .suggest {
    color: #3f61c4;
    text-decoration: underline; }
    .central .search-result .suggest {
      color: #3f61c4; }
    .engineering .search-result .suggest {
      color: #e32119; }

/*
  Search sort

  Markup: search-sort.hbs

  Style guide: Components.search.sort
*/
.search-sort {
  display: block;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2; }
  @media (min-width: 103rem) {
    .search-sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .search-sort .inner {
    display: none;
    max-width: 24rem; }
    @media (min-width: 103rem) {
      .search-sort .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20rem;
        grid-template-columns: 1fr 20rem;
        max-width: inherit;
        width: 100%; } }
  .search-sort .sort-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 103rem) {
      .search-sort .sort-by {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 0; } }
    .search-sort .sort-by.items {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4; }
      @media (min-width: 103rem) {
        .search-sort .sort-by.items {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 1;
          grid-row: 1; } }
    .search-sort .sort-by.order {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3; }
      @media (min-width: 103rem) {
        .search-sort .sort-by.order {
          -ms-grid-column: 3;
          grid-column: 3;
          -ms-grid-row: 1;
          grid-row: 1; }
          .search-sort .sort-by.order .label {
            min-width: 100px; } }
  .search-sort .label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    display: block;
    margin-bottom: .5em;
    padding-left: 1em;
    width: 100%; }
    @media (min-width: 103rem) {
      .search-sort .label {
        width: auto;
        display: inline-block;
        margin-bottom: 0; } }
  .search-sort .select-group {
    width: 100%; }
    @media (min-width: 103rem) {
      .search-sort .select-group {
        width: auto; } }
    .search-sort .select-group .select {
      -webkit-box-shadow: 0 0 0 1px #c8c8c8;
              box-shadow: 0 0 0 1px #c8c8c8;
      width: 100%; }
      @media (min-width: 103rem) {
        .search-sort .select-group .select {
          width: auto; } }
  .search-sort .open {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 20px;
    padding: 1.25rem;
    color: #3f61c4;
    border: 1px solid #3f61c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    float: right;
    margin-right: 1rem; }
    .central .search-sort .open {
      color: #3f61c4;
      border: 1px solid #3f61c4; }
    .engineering .search-sort .open {
      color: #e32119;
      border: 1px solid #e32119; }
    @media (min-width: 103rem) {
      .search-sort .open {
        display: none; } }
  .search-sort .title {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
    @media (min-width: 103rem) {
      .search-sort .title {
        display: none; } }
    .search-sort .title h2 {
      font-family: "Arial", Helvetica, sans-serif; }
    .search-sort .title .close:before {
      content: "\f054";
      color: #000;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00d";
      padding-right: .75em;
      font-size: 1.5em; }
      @media (min-width: 103rem) {
        .search-sort .title .close:before {
          display: none; } }
  .search-sort.modal {
    padding: 20px;
    padding: 1.25rem;
    background: #333;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100; }
    @media (min-width: 103rem) {
      .search-sort.modal {
        height: auto; } }
    .search-sort.modal:before {
      display: none; }
      @media (min-width: 103rem) {
        .search-sort.modal:before {
          content: '';
          width: 150vw;
          display: block;
          background: #333;
          height: 150vh;
          position: absolute;
          top: -10px;
          left: 0;
          -webkit-transform: translateX(-25%);
                  transform: translateX(-25%);
          z-index: -1; } }
    .search-sort.modal .open {
      display: none; }
    .search-sort.modal .inner {
      padding: 20px;
      padding: 1.25rem;
      background: #fff;
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 100%; }
    .kss-modifier__wrapper .search-sort.modal {
      margin-left: -30px;
      margin-right: -30px; }

/*
  Search

  Search components

  Style guide: Components.search
 */
/*
Sticky Secondary Navigation

Will Stick to html header.

Javascript: `UdsSecondaryNav.init();`

Markup: secondary-nav.hbs

Style guide: Components.secondary-nav
*/
.sticky-pos {
  position: fixed;
  top: 0;
  z-index: 999; }

.secondary-nav-wrapper {
  color: #3f61c4; }
  .secondary-nav-wrapper .nav-toggle:before {
    color: #333; }
  .secondary-nav-wrapper .submenu-toggle {
    border: 0; }
    .secondary-nav-wrapper .submenu-toggle:before {
      color: #333; }
    .secondary-nav-wrapper .submenu-toggle:focus {
      outline: none; }
  .secondary-nav-wrapper .secondary-nav-button {
    margin-left: auto;
    padding: 0 .5rem;
    z-index: 1;
    max-width: 50%; }
    @media (min-width: 960px) {
      .secondary-nav-wrapper .secondary-nav-button {
        max-width: none; } }
    .secondary-nav-wrapper .secondary-nav-button .uds-button, .secondary-nav-wrapper .secondary-nav-button .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav-button .uds-brand-button {
      padding: .625rem; }
      .secondary-nav-wrapper .secondary-nav-button .uds-button:after, .secondary-nav-wrapper .secondary-nav-button .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav-button .uds-brand-button:after {
        display: none; }
    @media (min-width: 960px) {
      .secondary-nav-wrapper .secondary-nav-button .uds-button, .secondary-nav-wrapper .secondary-nav-button .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav-button .uds-brand-button {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: .625rem 0 .625rem .625rem; }
        .secondary-nav-wrapper .secondary-nav-button .uds-button:after, .secondary-nav-wrapper .secondary-nav-button .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav-button .uds-brand-button:after {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
  .secondary-nav-wrapper .secondary-nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    position: relative;
    background: #ffdc00;
    color: #333;
    padding: .8125rem 0; }
    .secondary-nav-wrapper .secondary-nav > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 73.125rem; }
    .secondary-nav-wrapper .secondary-nav:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #ffdc00;
      width: 100vw; }
      @media (min-width: 960px) {
        .secondary-nav-wrapper .secondary-nav:before {
          width: 150vw; } }
    .secondary-nav-wrapper .secondary-nav .uds-button.outline, .secondary-nav-wrapper .secondary-nav .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav .outline.uds-brand-button {
      color: #333;
      border-color: #333; }
      .secondary-nav-wrapper .secondary-nav .uds-button.outline:hover, .secondary-nav-wrapper .secondary-nav .unsw-brand-theme .outline.uds-brand-button:hover, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav .outline.uds-brand-button:hover, .secondary-nav-wrapper .secondary-nav .uds-button.outline:focus, .secondary-nav-wrapper .secondary-nav .unsw-brand-theme .outline.uds-brand-button:focus, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav .outline.uds-brand-button:focus, .secondary-nav-wrapper .secondary-nav .uds-button.outline:active, .secondary-nav-wrapper .secondary-nav .unsw-brand-theme .outline.uds-brand-button:active, .unsw-brand-theme .secondary-nav-wrapper .secondary-nav .outline.uds-brand-button:active {
        color: #fff;
        background: #333; }
    .secondary-nav-wrapper .secondary-nav .dropdown {
      min-height: 3rem;
      max-width: 50%; }
      @media (min-width: 960px) {
        .secondary-nav-wrapper .secondary-nav .dropdown {
          min-height: 3.3125rem;
          max-width: none; } }
      .secondary-nav-wrapper .secondary-nav .dropdown a:hover, .secondary-nav-wrapper .secondary-nav .dropdown a:focus, .secondary-nav-wrapper .secondary-nav .dropdown a:active {
        color: #333; }
      .secondary-nav-wrapper .secondary-nav .dropdown > li {
        display: none; }
        @media (min-width: 960px) {
          .secondary-nav-wrapper .secondary-nav .dropdown > li {
            display: block; } }
        .secondary-nav-wrapper .secondary-nav .dropdown > li .submenu-toggle {
          display: none; }
        .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 960px) {
            .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child {
              display: block; } }
          .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child .submenu-toggle {
            position: relative;
            display: block;
            width: 3rem;
            height: 3rem;
            overflow: hidden;
            white-space: nowrap;
            color: #fff;
            padding: 0;
            right: 0;
            top: 0;
            background: transparent;
            border: none;
            z-index: 1;
            display: inline-block; }
            .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child .submenu-toggle:before {
              content: "";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              width: 100%;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child .submenu-toggle[aria-expanded="true"]:before {
              content: "\f077"; }
            @media (min-width: 960px) {
              .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child .submenu-toggle {
                display: none; } }
        .secondary-nav-wrapper .secondary-nav .dropdown > li > a[aria-current="page"] {
          background: #333;
          color: #fff; }
          .secondary-nav-wrapper .secondary-nav .dropdown > li > a[aria-current="page"] button {
            background: #333;
            color: #fff; }
          .secondary-nav-wrapper .secondary-nav .dropdown > li > a[aria-current="page"] ~ .submenu-toggle:before {
            color: #fff; }
    .secondary-nav-wrapper .secondary-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .secondary-nav-wrapper .secondary-nav ul a {
        display: inline-block;
        text-decoration: none;
        color: inherit;
        position: relative; }
      .secondary-nav-wrapper .secondary-nav ul > li ul {
        z-index: 20; }
      .secondary-nav-wrapper .secondary-nav ul > li > a {
        padding: 10px 20px 10px;
        padding: 0.625rem 1.25rem 0.625rem; }
      .secondary-nav-wrapper .secondary-nav ul > li:first-child > a {
        max-width: 70%; }
        @media (min-width: 960px) {
          .secondary-nav-wrapper .secondary-nav ul > li:first-child > a {
            max-width: 100%;
            padding: 0px 30px 0px 0px;
            padding: 0 1.875rem 0 0; } }
    .secondary-nav-wrapper .secondary-nav li[aria-haspopup] {
      position: relative; }
      .secondary-nav-wrapper .secondary-nav li[aria-haspopup] button {
        display: block;
        width: 3rem;
        height: 3rem;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        color: #fff;
        padding: 0;
        background: transparent;
        z-index: 1; }
        .secondary-nav-wrapper .secondary-nav li[aria-haspopup] button:before {
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .secondary-nav-wrapper .secondary-nav li[aria-haspopup][aria-expanded="true"] button:before {
        content: "\f077"; }
      .secondary-nav-wrapper .secondary-nav li[aria-haspopup] h5 {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-top: 20px;
        padding-top: 1.25rem;
        margin-top: 0;
        border-top: 1px solid #333; }
      .secondary-nav-wrapper .secondary-nav li[aria-haspopup] ul {
        display: none;
        background: #ffdc00; }
      .secondary-nav-wrapper .secondary-nav li[aria-haspopup][aria-expanded="true"] ul {
        display: block; }
  @media (min-width: 960px) {
    .secondary-nav-wrapper .secondary-nav .dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      margin-right: 5rem; }
      .secondary-nav-wrapper .secondary-nav .dropdown > li {
        display: block; }
      .secondary-nav-wrapper .secondary-nav .dropdown > li:first-child .submenu-toggle {
        display: none; }
      .secondary-nav-wrapper .secondary-nav .dropdown a {
        padding: 0px 20px;
        padding: 0 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        text-align: center; } }

/*
  Select

  Select fields

  Markup: select.hbs

  Style guide: Components.forms.select
 */
.select-group {
  position: relative;
  z-index: 1; }
  .select-group .select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #3f61c4;
            box-shadow: 0 0 0 1px #3f61c4;
    color: #333;
    display: block;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 40px 10px 10px;
    padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
    .select-group .select:focus {
      -webkit-box-shadow: 0 0 0 2px #3f61c4;
              box-shadow: 0 0 0 2px #3f61c4;
      outline: none; }
  .select-group select::-ms-expand {
    display: none; }
  .select-group:after {
    color: #333;
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 2; }

/*
  Shapes

  SVG based shape masks using clip-path and background colour support.

  The selector for background colour will be in format of: shape-bg-{grid or window}--{predefined-colour}.
  These selectors are actually placeholders for JavaScript handling where child element is created with the actual CSS class, like:
    shape-bg-grid__inner--primary-yellow

  Background colours can be applied for grid and window widths using prefix:
    shape-bg-grid
    shape-bg-window

  Markup: shapes.hbs

  Style guide: Components.shapes
 */
.shape-masks {
  position: absolute;
  left: -9999999px; }

.shape-mask-1 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-1);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-1); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-1 img {
  -webkit-clip-path: url(#shape-mask-path-1);
          clip-path: url(#shape-mask-path-1); }

.shape-mask-2 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-2);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-2); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-2 img {
  -webkit-clip-path: url(#shape-mask-path-2);
          clip-path: url(#shape-mask-path-2); }

.shape-mask-3 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-3);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-3); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-3 img {
  -webkit-clip-path: url(#shape-mask-path-3);
          clip-path: url(#shape-mask-path-3); }

.shape-mask-4 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-4);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-4); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-4 img {
  -webkit-clip-path: url(#shape-mask-path-4);
          clip-path: url(#shape-mask-path-4); }

.shape-mask-5 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-5);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-5); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-5 img {
  -webkit-clip-path: url(#shape-mask-path-5);
          clip-path: url(#shape-mask-path-5); }

.shape-mask-6 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-6);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-6); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-6 img {
  -webkit-clip-path: url(#shape-mask-path-6);
          clip-path: url(#shape-mask-path-6); }

.shape-mask-7 img {
  -webkit-clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-7);
          clip-path: url(unsw-uds-assets/site/styles/css/#shape-mask-path-7); }

/*
  * Specific CSS for AEM to disable URL rewriting.
  * url( ... ) can be used to tell AEM CSS processor not to make URLs relative to the ClientLibrary.
  * More info: https://blogs.perficient.com/2017/08/10/how-to-force-aem-to-not-process-css-urls/
  */
.aem-shape-mask-7 img {
  -webkit-clip-path: url(#shape-mask-path-7);
          clip-path: url(#shape-mask-path-7); }

.shape-bg-grid__inner {
  z-index: -1;
  position: absolute; }

.shape-bg-window__inner {
  width: 100vw;
  z-index: -1;
  position: absolute;
  left: 0; }

.shape-bg-colour--primary-yellow {
  background-color: #fffad9; }

.shape-bg-colour--primary-indigo {
  background-color: #e2e7f6; }

.shape-bg-colour--primary-codegrey {
  background-color: #f3f3f3; }

.shape-bg-colour--secondary-green {
  background-color: #ddf7ed; }

.shape-bg-colour--secondary-magenta {
  background-color: #feeff4; }

.shape-bg-colour--secondary-red {
  background-color: #ffe8e7; }

.shape-bg-colour--tertiary-purple {
  background-color: #eee9f7; }

.shape-bg-colour--tertiary-sky {
  background-color: #e0f2fb; }

.shape-bg-colour--tertiary-orange {
  background-color: #ffedd9; }

.shape-bg-colour--tertiary-teal {
  background-color: #d9ebed; }

/*
  Share

  Share component for social media.

  Markup: share.hbs

  .small - small layout with ruler at top.

  Style guide: Components.share
 */
.share-tags {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .share-tags {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 600px) {
    .share-tags {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .share-tags .label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75rem;
    color: #737373;
    display: inline;
    margin-right: .5em; }
  .share-tags ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .share-tags ul li {
      display: inline-block; }
      .share-tags ul li i:before {
        display: block;
        width: 22px;
        height: 22px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
      .share-tags ul li:hover i:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .share-tags ul li:first-child {
        margin-left: 0px;
        margin-left: 0; }
      .tags .share-tags ul li {
        margin-right: 10px; }
  .share-tags .share a {
    color: #3f61c4;
    font-size: 1.5em;
    padding: 0px 15px;
    padding: 0 0.9375rem; }
    .share-tags .share a:hover {
      opacity: .5; }
  .share-tags .tags {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75rem; }
    .share-tags .tags a {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem;
      line-height: 1.75rem;
      padding: 5px 10px 2px;
      padding: 0.3125rem 0.625rem 0.125rem;
      border: 2px solid #3f61c4;
      border-radius: 1em;
      color: #000;
      line-height: 1em;
      text-decoration: none; }
      .share-tags .tags a:hover {
        background: #3f61c4;
        color: #fff; }
  .share-tags.small {
    max-width: 22rem; }
    @media (min-width: 600px) {
      .share-tags.small {
        display: block; } }

/*
  Social follow

  Social follow component.

  Markup: social-follow.hbs

  Style guide: Components.social-follow
 */
.uds-social-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 960px) {
    .uds-social-follow {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .uds-social-follow h2 {
    color: #000;
    font-family: Clancy, Arial, sans-serif;
    font-size: 1rem;
    margin: 0 0 .25rem;
    cursor: pointer;
    line-height: 1rem; }
    @media (min-width: 600px) {
      .uds-social-follow h2.toggle {
        line-height: 1rem; } }
    @media (min-width: 960px) {
      .uds-social-follow h2.toggle {
        margin-right: .5rem;
        line-height: 1rem; } }
    @media (min-width: 960px) {
      .uds-social-follow h2.toggle:hover {
        cursor: default; } }
  .uds-social-follow ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: .25rem .5rem;
    position: relative; }
    @media (min-width: 960px) {
      .uds-social-follow ul {
        background-color: transparent;
        display: block;
        padding: 0 .5rem; } }
    .uds-social-follow ul.open {
      background-color: #fff;
      display: block;
      margin-top: 10px; }
      .uds-social-follow ul.open:before {
        content: "";
        width: 0px;
        height: 0px;
        border: 0.8em solid transparent;
        position: absolute;
        left: 0;
        right: auto;
        top: -20px;
        border-bottom: 16px solid white; }
        @media (min-width: 960px) {
          .uds-social-follow ul.open:before {
            display: none; } }
    .uds-social-follow ul li {
      display: inline-block; }
      .uds-social-follow ul li a {
        padding: 0 .25rem;
        color: #000; }
      .uds-social-follow ul li i:before {
        display: block;
        width: 22px;
        height: 22px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
      .uds-social-follow ul li:hover i:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .uds-social-follow.leftalign {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 960px) {
      .uds-social-follow.leftalign {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .uds-social-follow.rightalign {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (min-width: 960px) {
      .uds-social-follow.rightalign {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .uds-social-follow.rightalign ul.open::before {
      left: auto;
      right: 0; }

/*
  Spacer

  A spacer component for adding space between components stacked vertically.

  As this is an invisible HTML element, you shouldn't see this as an example

  Markup: spacer.hbs

  StyleGuide: Components.spacer
 */
.cmp-spacer__xsmall {
  height: 15px; }

.cmp-spacer__small {
  height: 30px; }

.cmp-spacer__medium {
  height: 60px; }

.cmp-spacer__large {
  height: 90px; }

.cmp-spacer__xlarge {
  height: 120px; }

/*
  Spinner

  Markup: spinner.hbs

  Style guide: Components.spinner
 */
.spinner {
  width: 100%;
  height: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .spinner .fa-spinner {
    font-size: 3rem; }

/*
  Sponsors Logos

  A sponsors logos group.

  Markup: sponsors-logos.hbs

  Style guide: Components.sponsors-logos
 */
.sponsors-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .sponsors-logos {
      padding-left: 0;
      padding-right: 0; } }
  .sponsors-logos .tpl-image {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .sponsors-logos .tpl-image {
        width: 47%; } }
    @media (min-width: 960px) {
      .sponsors-logos .tpl-image {
        width: 30%;
        margin-bottom: 2rem; } }

/*
  Standouts

  Standouts bar is used for media Carousel.

  Markup: standouts.hbs

  Style guide: Components.standouts
 */
.standouts {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  padding: 1.25rem; }
  .standouts .standouts-content {
    max-width: 38em;
    text-align: center;
    line-height: 1.5;
    margin: auto; }
    .standouts .standouts-content a {
      text-decoration: none; }
      .standouts .standouts-content a:hover, .standouts .standouts-content a:focus {
        text-decoration: underline; }
    .standouts .standouts-content p {
      margin: 0; }

/*
  Submit

  Submit buttons come in the variations `default`, `outline` and `naked`. They can have any of the 3 theme colours or be disabled.

  Markup: submit.hbs

  .secondary - Secondary button
  .tertiary - Tertiary button
  .light - A light button for dark backgrounds
  .disabled - disabled button

  Style guide: Components.forms.submit
 */
/*
  Email Subscribe

  Email Subscribe are self-contained pieces of content.

  Javascript: `UdsSubscribe.init()`

  Markup: subscribe.hbs

  Style guide: Components.subscribe
 */
.subscribe-base {
  background-color: #ffdc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 20px;
  padding: 1.25rem; }
  @media (min-width: 960px) {
    .subscribe-base {
      padding: 60px 20px;
      padding: 3.75rem 1.25rem; } }
  .subscribe-base:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: inherit;
    border: inherit;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  .subscribe-base form#email-subscribe {
    display: block;
    text-align: left;
    width: 100%; }
  .subscribe-base .subscribe-content {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    @media (min-width: 103rem) {
      .subscribe-base .subscribe-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .subscribe-base .subscribe-content input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      width: 100%;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      border: 0;
      background: none;
      font-family: "Arial", Helvetica, sans-serif;
      text-align: left;
      background-color: #fff8cc;
      margin-right: 30px;
      margin-right: 1.875rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      padding: 15px;
      padding: 0.9375rem; }
      @media (min-width: 103rem) {
        .subscribe-base .subscribe-content input {
          width: auto;
          font-size: 1rem;
          margin-bottom: 0px;
          margin-bottom: 0; } }
    .subscribe-base .subscribe-content input.submit-subscribe {
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      background-color: #2d6bab;
      font-weight: bold;
      font-size: .875rem;
      line-height: 1.5rem;
      width: 100%; }
      @media (min-width: 103rem) {
        .subscribe-base .subscribe-content input.submit-subscribe {
          margin-right: 0px;
          margin-right: 0;
          width: auto; } }
  .subscribe-base .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media (min-width: 103rem) {
      .subscribe-base .title {
        max-width: 50%; } }
  .subscribe-base .content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
    @media (min-width: 600px) {
      .subscribe-base .content {
        max-width: 75%; } }
    @media (min-width: 103rem) {
      .subscribe-base .content {
        max-width: 50%; } }
  .subscribe-base .divider {
    width: 1.875em;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .subscribe-base .button-group {
    width: 100%; }
    @media (min-width: 600px) {
      .subscribe-base .button-group {
        width: auto; } }
  .subscribe-base .uds-button, .subscribe-base .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .subscribe-base .uds-brand-button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 1em 4.5em; }
    @media (min-width: 103rem) {
      .subscribe-base .uds-button, .subscribe-base .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .subscribe-base .uds-brand-button {
        display: inline-block;
        width: auto; } }
    .subscribe-base .uds-button:after, .subscribe-base .unsw-brand-theme .uds-brand-button:after, .unsw-brand-theme .subscribe-base .uds-brand-button:after {
      display: none; }
    .subscribe-base .uds-button.outline, .subscribe-base .unsw-brand-theme .outline.uds-brand-button, .unsw-brand-theme .subscribe-base .outline.uds-brand-button {
      border-color: #333;
      color: #333; }
      .subscribe-base .uds-button.outline:hover, .subscribe-base .unsw-brand-theme .outline.uds-brand-button:hover, .unsw-brand-theme .subscribe-base .outline.uds-brand-button:hover {
        border: 2px solid #ffdc00;
        color: #fff; }
  .subscribe-base .terms-conditions {
    text-decoration: none;
    color: #737373;
    padding-left: 2.5rem; }

.grecaptcha-badge {
  visibility: hidden; }

/*
  Table

  A table displays data in a succinct format.

  Javascript: `UdsTable.init()`

  Markup: table.hbs

  Style guide: Components.table
 */
table {
  font-family: "Arial", Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  table th {
    padding: 20px 25px;
    padding: 1.25rem 1.5625rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: bold;
    background-color: #f9f9f9; }
  table td {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 25px;
    padding: 1.25rem 1.5625rem; }
    table td p {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    table td li {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: 0px;
      margin-bottom: 0; }
  table tr {
    display: table-row; }
  table > tbody tr:first-child th,
  table > tbody tr:first-child td {
    border-bottom: 0; }
  table > tbody tr:first-child td:last-child {
    border-bottom: 1px solid #d8d8d8; }

table,
td,
th {
  border: 1px solid #d8d8d8;
  vertical-align: top; }

/*
 Tabs

  The tabs comprises a vertically stacked list of items, each item can be "expanded" or "collapsed".

  Javascript: `UdsTabs.init()`

  Markup: tabs.hbs

  Style guide: Components.tabs
 */
.cmp-tabs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem; }
  .cmp-tabs > ol {
    padding: 0;
    margin-top: 0; }
    .cmp-tabs > ol > li {
      list-style: none; }
  .cmp-tabs .cmp-tabs__tablist {
    border-bottom: solid 1px #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cmp-tabs .cmp-tabs__tablist > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: center; }
    .cmp-tabs .cmp-tabs__tablist .tab-control {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 28px 0px;
      padding: 1.75rem 0;
      position: relative;
      display: block;
      color: #3f61c4;
      text-decoration: none;
      text-transform: none !important;
      text-align: center;
      background: transparent;
      border: 0;
      width: 100%; }
      .cmp-tabs .cmp-tabs__tablist .tab-control:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: transparent; }
      .cmp-tabs .cmp-tabs__tablist .tab-control:hover {
        cursor: pointer; }
        .cmp-tabs .cmp-tabs__tablist .tab-control:hover:after {
          background-color: #3f61c4;
          opacity: .5; }
    .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control {
      color: #333; }
      .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control:after {
        background-color: #3f61c4; }
    .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active:focus {
      outline: none; }
  .cmp-tabs .cmp-tabs__tabpanel {
    display: none; }
    .cmp-tabs .cmp-tabs__tabpanel:focus {
      outline: none; }
    .cmp-tabs .cmp-tabs__tabpanel.cmp-tabs__tabpanel--active {
      display: block; }
  .cmp-tabs .tab-text {
    margin-top: 30px;
    margin-top: 1.875rem; }
  .cmp-tabs .learn-more {
    position: relative;
    display: block;
    color: #3f61c4;
    text-decoration: none;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 20px 0px 40px;
    margin: 1.25rem 0 2.5rem; }
    .cmp-tabs .learn-more:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f35d";
      display: inline;
      margin-left: 20px;
      margin-left: 1.25rem; }
    .cmp-tabs .learn-more:hover {
      text-decoration: underline; }
  .cmp-tabs section.button-group {
    padding: 0;
    margin: 40px 0px;
    margin: 2.5rem 0; }
  @media (min-width: 960px) {
    .cmp-tabs {
      padding-left: 0;
      padding-right: 0; } }
  .central .cmp-tabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    background: #fff; }
    .central .cmp-tabs > ol {
      padding: 0;
      margin-top: 0; }
      .central .cmp-tabs > ol > li {
        list-style: none; }
    .central .cmp-tabs .cmp-tabs__tablist {
      border-bottom: solid 1px #efefef;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .central .cmp-tabs .cmp-tabs__tablist > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: center; }
      .central .cmp-tabs .cmp-tabs__tablist .tab-control {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 28px 0px;
        padding: 1.75rem 0;
        position: relative;
        display: block;
        color: #3f61c4;
        text-decoration: none;
        text-transform: none !important;
        text-align: center;
        background: transparent;
        border: 0;
        width: 100%; }
        .central .cmp-tabs .cmp-tabs__tablist .tab-control:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: transparent; }
        .central .cmp-tabs .cmp-tabs__tablist .tab-control:hover {
          cursor: pointer; }
          .central .cmp-tabs .cmp-tabs__tablist .tab-control:hover:after {
            background-color: #3f61c4;
            opacity: .5; }
      .central .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control {
        color: #333; }
        .central .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control:after {
          background-color: #3f61c4; }
      .central .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active:focus {
        outline: none; }
    .central .cmp-tabs .cmp-tabs__tabpanel {
      display: none; }
      .central .cmp-tabs .cmp-tabs__tabpanel:focus {
        outline: none; }
      .central .cmp-tabs .cmp-tabs__tabpanel.cmp-tabs__tabpanel--active {
        display: block; }
    .central .cmp-tabs .tab-text {
      margin-top: 30px;
      margin-top: 1.875rem; }
    .central .cmp-tabs .learn-more {
      position: relative;
      display: block;
      color: #3f61c4;
      text-decoration: none;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin: 20px 0px 40px;
      margin: 1.25rem 0 2.5rem; }
      .central .cmp-tabs .learn-more:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 20px;
        margin-left: 1.25rem; }
      .central .cmp-tabs .learn-more:hover {
        text-decoration: underline; }
    .central .cmp-tabs section.button-group {
      padding: 0;
      margin: 40px 0px;
      margin: 2.5rem 0; }
  .engineering .cmp-tabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    background: #fff; }
    .engineering .cmp-tabs > ol {
      padding: 0;
      margin-top: 0; }
      .engineering .cmp-tabs > ol > li {
        list-style: none; }
    .engineering .cmp-tabs .cmp-tabs__tablist {
      border-bottom: solid 1px #efefef;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .engineering .cmp-tabs .cmp-tabs__tablist > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: center; }
      .engineering .cmp-tabs .cmp-tabs__tablist .tab-control {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 28px 0px;
        padding: 1.75rem 0;
        position: relative;
        display: block;
        color: #e32119;
        text-decoration: none;
        text-transform: none !important;
        text-align: center;
        background: transparent;
        border: 0;
        width: 100%; }
        .engineering .cmp-tabs .cmp-tabs__tablist .tab-control:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: transparent; }
        .engineering .cmp-tabs .cmp-tabs__tablist .tab-control:hover {
          cursor: pointer; }
          .engineering .cmp-tabs .cmp-tabs__tablist .tab-control:hover:after {
            background-color: #e32119;
            opacity: .5; }
      .engineering .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control {
        color: #333; }
        .engineering .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active .tab-control:after {
          background-color: #e32119; }
      .engineering .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active:focus {
        outline: none; }
    .engineering .cmp-tabs .cmp-tabs__tabpanel {
      display: none; }
      .engineering .cmp-tabs .cmp-tabs__tabpanel:focus {
        outline: none; }
      .engineering .cmp-tabs .cmp-tabs__tabpanel.cmp-tabs__tabpanel--active {
        display: block; }
    .engineering .cmp-tabs .tab-text {
      margin-top: 30px;
      margin-top: 1.875rem; }
    .engineering .cmp-tabs .learn-more {
      position: relative;
      display: block;
      color: #e32119;
      text-decoration: none;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin: 20px 0px 40px;
      margin: 1.25rem 0 2.5rem; }
      .engineering .cmp-tabs .learn-more:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 20px;
        margin-left: 1.25rem; }
      .engineering .cmp-tabs .learn-more:hover {
        text-decoration: underline; }
    .engineering .cmp-tabs section.button-group {
      padding: 0;
      margin: 40px 0px;
      margin: 2.5rem 0; }

/*
 Testimonial

  Markup: testimonial.hbs

  Style guide: Components.testimonial
 */
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  text-align: center;
  padding: 0 1rem; }
  .testimonial .quote-block {
    margin-bottom: 2rem; }
  .testimonial .author-image img {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    margin-bottom: 2rem; }
  .testimonial .author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 960px) {
      .testimonial .author-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .testimonial .author-details .author-name {
      margin-bottom: 0.5rem; }
      @media (min-width: 600px) {
        .testimonial .author-details .author-name {
          margin-bottom: 0; } }
      @media (min-width: 960px) {
        .testimonial .author-details .author-name {
          padding-right: 1rem; } }
    .testimonial .author-details .author-name,
    .testimonial .author-details .author-role {
      margin-top: 0; }

/*
  Text Richtext

  Text Richtext are self-contained pieces of content.

  Markup: richtext.hbs

  Style guide: Components.text.richtext
 */
.text-richtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  background-color: #f9f9f9;
  display: block; }
  @media (min-width: 960px) {
    .text-richtext {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .text-richtext .tpl-image,
  .text-richtext .text-general {
    width: 100%;
    display: block; }
    @media (min-width: 960px) {
      .text-richtext .tpl-image,
      .text-richtext .text-general {
        width: 50%; } }
  @media (min-width: 960px) {
    .text-richtext .text-general .title,
    .text-richtext .text-general .content {
      max-width: 100%; } }

/*
  Text Standardfirst

  Text Standardfirst are self-contained pieces of content.

  Markup: text.hbs

  Style guide: Components.text
 */
.text-general {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 40px 30px 40px;
  padding: 2.5rem 1.875rem 2.5rem;
  max-width: 520px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .text-general {
      max-width: 570px; } }
  .text-general .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .text-general .content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
    .text-richtext .text-general .content {
      text-align: left; }
  .text-general .divider {
    width: 4em;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  .text-general .button-group {
    width: 100%; }
    @media (min-width: 600px) {
      .text-general .button-group {
        width: auto; } }
  .text-general .uds-button, .text-general .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .text-general .uds-brand-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media (min-width: 600px) {
      .text-general .uds-button, .text-general .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .text-general .uds-brand-button {
        display: inline-block;
        width: auto; } }

.cmp-text {
  margin: 14px 0; }

/*
  Tile

  Tile

  Markup: tile.hbs

  Style guide: Components.tile
 */
.uds-tile-grid {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .uds-tile-grid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .uds-tile-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.uds-tile {
  position: relative; }
  .uds-tile.property {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4.125rem 1fr;
    grid-template-columns: 4.125rem 1fr; }
    .uds-tile.property .tile-property {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
      margin: 0;
      line-height: 2rem; }
    .uds-tile.property .tile-heading {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      margin: 0; }
    .uds-tile.property .image {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      width: 2.25rem; }
      .uds-tile.property .image img {
        width: 100%; }
  .uds-tile a {
    text-decoration: none;
    color: #333; }
  .uds-tile h2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0; }
  .uds-tile h4 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0; }
  .uds-tile-grid .uds-tile {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    position: relative; }
    @media (min-width: 960px) {
      .uds-tile-grid .uds-tile {
        margin-bottom: 0px;
        margin-bottom: 0; } }
    .uds-tile-grid .uds-tile:before {
      position: absolute;
      top: 0;
      height: 100%;
      background: #f9f9f9;
      width: 100vw; }
      @media (min-width: 960px) {
        .uds-tile-grid .uds-tile:before {
          width: 150vw; } }

.unsw-brand-theme .uds-tile .tile-property {
  font-family: Sommet, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  @media (min-width: 600px) {
    .unsw-brand-theme .uds-tile .tile-property {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

.unsw-brand-theme .uds-tile .tile-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.625rem; }

/*
  Video Player Standfirst

  Video Player Standfirst autoplay attribute is set to false to prevent background sounds auto playing. Please add full-width class to video standfirst grid to exteed its parent element and be full window width.

  Markup: video-intro.hbs

  .medium - layout for medium-sized video grid with greater emphasis on profile name.
  .small - layout for small-sized video grid with greater emphasis on summary content.
  .video-standfirst-full-width - making video standfirst background image full width.
  .video-standfirst-portrait - layout for portrait video.

  Style guide: Components.video.standfirst
*/
.video.player-intro {
  display: block;
  position: relative;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem; }
  .video.player-intro iframe {
    display: block; }
  .video.player-intro .video-transcript {
    background: #f9f9f9;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem; }
    .video.player-intro .video-transcript .video-transcript-item {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 20px 0px;
      padding: 1.25rem 0;
      position: relative;
      display: block;
      text-decoration: none;
      color: #333;
      padding-right: 1.25rem; }
      .video.player-intro .video-transcript .video-transcript-item:before, .video.player-intro .video-transcript .video-transcript-item:after {
        content: "";
        width: 1em;
        height: 2px;
        background-color: #3f61c4;
        position: absolute;
        right: 0;
        top: 1.75em;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
        transition: background-color 150ms, transform .5s, opacity .2s;
        transition: background-color 150ms, transform .5s, opacity .2s, -webkit-transform .5s; }
      .video.player-intro .video-transcript .video-transcript-item:before {
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg); }
      .video.player-intro .video-transcript .video-transcript-item:after {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
      .video.player-intro .video-transcript .video-transcript-item.is-expanded:before {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .video.player-intro .video-transcript .video-transcript-content {
      position: relative;
      display: none; }
  @media (min-width: 960px) {
    .video.player-intro {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 60% 1fr;
      grid-template-columns: 60% 1fr; } }
  .video.player-intro .video-intro-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    max-width: 570px;
    padding: 0px;
    padding: 0; }
    @media (min-width: 960px) {
      .video.player-intro .video-intro-content {
        padding: 0px 20px 0px 0px;
        padding: 0 1.25rem 0 0; } }
    .video.player-intro .video-intro-content .video-intro-heading {
      position: relative;
      width: 100%;
      text-align: left; }
      .video.player-intro .video-intro-content .video-intro-heading:before {
        content: '';
        position: absolute;
        width: 2em;
        height: 2px;
        background: #fff;
        bottom: 0; }
      .video.player-intro .video-intro-content .video-intro-heading h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .video.player-intro .video-intro-content .video-intro-text {
      margin: 40px 0px;
      margin: 2.5rem 0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      color: #fff;
      font-size: 1.2rem;
      line-height: 2rem;
      font-weight: 300; }
    .video.player-intro .video-intro-content .button-group {
      width: 100%;
      margin-bottom: 0px;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .video.player-intro .video-intro-content .button-group {
          margin-bottom: 60px;
          margin-bottom: 3.75rem; } }
    .video.player-intro .video-intro-content .uds-button, .video.player-intro .video-intro-content .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .video.player-intro .video-intro-content .uds-brand-button,
    .video.player-intro .video-intro-content .external-link {
      display: block;
      margin-right: 15px;
      margin-right: 0.9375rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (min-width: 600px) {
        .video.player-intro .video-intro-content .uds-button, .video.player-intro .video-intro-content .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .video.player-intro .video-intro-content .uds-brand-button,
        .video.player-intro .video-intro-content .external-link {
          display: inline-block; } }
    .video.player-intro .video-intro-content .external-link {
      color: #3f61c4;
      text-decoration: none;
      border-bottom: 0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 700; }
      .video.player-intro .video-intro-content .external-link:hover {
        border-bottom: 1px solid #3f61c4; }
      .video.player-intro .video-intro-content .external-link:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f35d";
        display: inline;
        margin-left: 10px;
        margin-left: 0.625rem; }
  .video.player-intro .video-intro-stream {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
    @media (min-width: 960px) {
      .video.player-intro .video-intro-stream {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1; } }
  .video.player-intro .video-player-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1; }
    .video.player-intro .video-player-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .7;
      z-index: 20; }
  @media (min-width: 960px) {
    .video.player-intro.medium {
      max-width: 570px;
      display: block; }
      .video.player-intro.medium .video-intro-content {
        padding: 0px;
        padding: 0; } }
  @media (min-width: 960px) {
    .video.player-intro.small {
      max-width: 420px;
      display: block; }
      .video.player-intro.small .video-intro-content {
        padding: 0px;
        padding: 0; }
        .video.player-intro.small .video-intro-content .button-group {
          margin-bottom: 0px;
          margin-bottom: 0; } }
  .video.player-intro.video-standfirst-full-width > .video-player-image:before {
    display: block;
    width: 100vw !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .video.player-intro.video-standfirst-full-width > .video-player-image:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: inherit;
    border: inherit;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .video.player-intro.video-standfirst-portrait {
    display: -ms-grid;
    display: grid;
    padding: 0px;
    padding: 0; }
    @media (min-width: 960px) {
      .video.player-intro.video-standfirst-portrait {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%; } }
    .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper {
      position: relative;
      -ms-grid-row: 1;
      grid-row: 1; }
      .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream {
        width: 100%;
        margin: 0 auto; }
        .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream iframe {
          height: 540px; }
        @media (min-width: 960px) {
          .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream {
            width: 360px; }
            .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream iframe {
              height: 682px; } }
        @media (min-width: 960px) {
          .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream {
            width: 382px; }
            .video.player-intro.video-standfirst-portrait > .video-intro-stream-wrapper .video-intro-stream iframe {
              height: 726px; } }
    .video.player-intro.video-standfirst-portrait > .video-intro-content {
      -ms-grid-row: 2;
      grid-row: 2;
      max-width: none;
      padding: 10px 20px;
      padding: 0.625rem 1.25rem; }
      @media (min-width: 960px) {
        .video.player-intro.video-standfirst-portrait > .video-intro-content {
          -ms-grid-row: 1;
          grid-row: 1;
          -ms-grid-column: 2;
          grid-column: 2; } }
      .video.player-intro.video-standfirst-portrait > .video-intro-content .video-intro-heading h2 {
        color: #000;
        margin-top: 4rem; }
        @media (min-width: 600px) {
          .video.player-intro.video-standfirst-portrait > .video-intro-content .video-intro-heading h2 {
            margin-top: 6.5rem; } }
        @media (min-width: 960px) {
          .video.player-intro.video-standfirst-portrait > .video-intro-content .video-intro-heading h2 {
            margin-top: 0; } }
      .video.player-intro.video-standfirst-portrait > .video-intro-content .video-intro-heading:before {
        display: none; }
      .video.player-intro.video-standfirst-portrait > .video-intro-content .video-intro-text {
        color: #000; }
    .video.player-intro.video-standfirst-portrait .video-player-image {
      display: none; }

/*
  Video Player

  Video Player face the challenge that their layout changes significantly based on their container size which is not necessarily the viewport size so we can't rely on media queries.
  Container queries aren't achievable without JavaScript yet so we're using modifier classes instead..

  Markup: video-player.hbs

  .medium - layout for medium-sized cards with greater emphasis on profile name.
  .small - layout for small-sized cards with greater emphasis on summary content.
  .portrait - layout for small-width portrait video players. It positions to the center of the container. The dimension details are to be updated after designs are available.

  Style guide: Components.video.player
*/
.video.player:not(.medium):not(.small):not(.portrait) {
  position: relative; }
  .video.player:not(.medium):not(.small):not(.portrait) .video-player-content {
    position: absolute;
    bottom: 5em;
    max-width: 42em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background-image: linear-gradient(to bottom, black, transparent); }
    .video.player:not(.medium):not(.small):not(.portrait) .video-player-content .video-heading {
      position: relative;
      width: 100%;
      text-align: left; }
      .video.player:not(.medium):not(.small):not(.portrait) .video-player-content .video-heading:before {
        content: '';
        position: absolute;
        width: 2em;
        height: 2px;
        background: #fff;
        bottom: 0; }
      .video.player:not(.medium):not(.small):not(.portrait) .video-player-content .video-heading h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .video.player:not(.medium):not(.small):not(.portrait) .video-player-content .video-content {
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin: 40px 0px;
      margin: 2.5rem 0;
      font-weight: normal; }

.video.player.medium {
  position: relative; }
  .video.player.medium .video-player-content {
    position: absolute;
    bottom: 5em;
    max-width: 42em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background-image: linear-gradient(to bottom, black, transparent); }
    .video.player.medium .video-player-content .video-heading {
      position: relative;
      width: 100%;
      text-align: left; }
      .video.player.medium .video-player-content .video-heading:before {
        content: '';
        position: absolute;
        width: 2em;
        height: 2px;
        background: #fff;
        bottom: 0; }
      .video.player.medium .video-player-content .video-heading h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .video.player.medium .video-player-content .video-content {
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin: 40px 0px;
      margin: 2.5rem 0;
      font-weight: normal; }
  @media (min-width: 960px) {
    .video.player.medium {
      max-width: 570px; } }

.video.player.small {
  position: relative; }
  .video.player.small .video-player-content {
    position: absolute;
    bottom: 5em;
    max-width: 42em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background-image: linear-gradient(to bottom, black, transparent); }
    .video.player.small .video-player-content .video-heading {
      position: relative;
      width: 100%;
      text-align: left; }
      .video.player.small .video-player-content .video-heading:before {
        content: '';
        position: absolute;
        width: 2em;
        height: 2px;
        background: #fff;
        bottom: 0; }
      .video.player.small .video-player-content .video-heading h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .video.player.small .video-player-content .video-content {
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin: 40px 0px;
      margin: 2.5rem 0;
      font-weight: normal; }
  @media (min-width: 960px) {
    .video.player.small {
      max-width: 420px; }
      .video.player.small .video-container .video-content .video-text {
        display: none; } }

.video.player.portrait {
  position: relative; }
  .video.player.portrait .video-player-content {
    position: absolute;
    bottom: 5em;
    max-width: 42em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background-image: linear-gradient(to bottom, black, transparent); }
    .video.player.portrait .video-player-content .video-heading {
      position: relative;
      width: 100%;
      text-align: left; }
      .video.player.portrait .video-player-content .video-heading:before {
        content: '';
        position: absolute;
        width: 2em;
        height: 2px;
        background: #fff;
        bottom: 0; }
      .video.player.portrait .video-player-content .video-heading h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .video.player.portrait .video-player-content .video-content {
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin: 40px 0px;
      margin: 2.5rem 0;
      font-weight: normal; }
  @media (min-width: 960px) {
    .video.player.portrait {
      max-width: 22.5rem;
      margin: auto; }
      .video.player.portrait .video-container .video-content .video-text {
        display: none; } }

/*
  Video

  Video are self-contained pieces of content.

  Javascript: `UdsVideo.init();`

  Markup: video.hbs

  Style guide: Components.video
 */
.video.base .video-container {
  background-image: url("unsw-uds-assets/site/styles/src/assets/images/8606198500_84a82a20a7_k.jpg");
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .video.base .video-container:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 5em;
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0; }
  .video.base .video-container:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    font-size: 2.5em;
    color: #3f61c4;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0; }
  .video.base .video-container.hide-pseudo:before, .video.base .video-container.hide-pseudo:after {
    display: none; }
  .video.base .video-container .video-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    padding: 10px;
    padding: 0.625rem; }
    .video.base .video-container .video-content h3.video-heading {
      margin: 20px 0px;
      margin: 1.25rem 0; }
    .video.base .video-container .video-content .video-text {
      display: none;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.75rem;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 300; }
      @media (min-width: 600px) {
        .video.base .video-container .video-content .video-text {
          display: block; } }
  .video.base .video-container .video-timer {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 999;
    border-radius: 500px;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300; }

.video.base .video-transcript {
  background: #f9f9f9;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }
  .video.base .video-transcript .video-transcript-item {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 0px;
    padding: 1.25rem 0;
    position: relative;
    display: block;
    text-decoration: none;
    color: #333; }
    .video.base .video-transcript .video-transcript-item:before, .video.base .video-transcript .video-transcript-item:after {
      content: "";
      width: 1em;
      height: 2px;
      background-color: #3f61c4;
      position: absolute;
      right: 0;
      top: 1.5em;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
      transition: background-color 150ms, opacity .2s, -webkit-transform .5s;
      transition: background-color 150ms, transform .5s, opacity .2s;
      transition: background-color 150ms, transform .5s, opacity .2s, -webkit-transform .5s; }
    .video.base .video-transcript .video-transcript-item:before {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg); }
    .video.base .video-transcript .video-transcript-item:after {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
    .video.base .video-transcript .video-transcript-item.is-expanded:before {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .video.base .video-transcript .video-transcript-content {
    position: relative;
    display: none; }

/*
  IAM Cookier Banner

  Style guide: Templates.Pages.iam-cookie-banner
 */
/*
 IAM Cookie Banners - First Timers Only

  A "First Timers Only" cookie banner for UNSW IAM

  Markup: first-timers-only.hbs

  Style guide: Templates.Pages.iam-cookie-banner-01-first-timers-only
 */
/*
 IAM Cookie Banners - Scheduled maintenance

  A "Scheduled maintenance" cookie banner for UNSW IAM

  Markup: scheduled-maintenance.hbs

  Style guide: Templates.Pages.iam-cookie-banner-01-scheduled-maintenance
 */
/*
 IAM forgot password

  A "forgot password" form for UNSW IAM

  Style guide: Templates.Pages.iam.forgot-password
 */
/*
  IAM [Step 1] confirm identity

  Markup: iam-01-confirm-identity.hbs

  Style guide: Templates.Pages.iam-forgot-password-01-confirm-identity
 */
.iam.lost-password {
  padding-bottom: 0px;
  padding-bottom: 0; }
  .iam.lost-password form {
    margin-bottom: 80px;
    margin-bottom: 5rem; }
    .iam.lost-password form .uds-button, .iam.lost-password form .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .iam.lost-password form .uds-brand-button {
      margin-top: 10px;
      margin-top: 0.625rem; }

/*
  IAM [Step 1.1] confirm passcode

  Markup: iam-02-confirm-passcode.hbs

  Style guide: Templates.Pages.iam-forgot-password-02-confirm-passcode
 */
/*
  IAM [step 2] choose password

  Markup: iam-03-choose-password.hbs

  Style guide: Templates.Pages.iam-forgot-password-03-choose-password
 */
.iam.lost-password form#choose-password .form-field:first-child {
  margin-bottom: 0; }

.iam.lost-password form#choose-password .form-field .help:before {
  content: "\f054";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 12px;
  content: "\f059";
  cursor: pointer;
  font-size: 1.25em;
  position: absolute;
  right: 3em;
  z-index: 20; }

.iam.lost-password form#choose-password .form-field .view-plain:before {
  content: "\f054";
  color: #737373;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #c8c8c8;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "\f06e";
  cursor: pointer;
  font-size: 1em;
  padding: .75em 1em;
  position: absolute;
  right: 0;
  z-index: 20; }

.iam.lost-password form#choose-password .form-field .tip {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  bottom: .25em;
  color: #737373;
  position: absolute;
  right: -12em;
  text-transform: uppercase; }
  .iam.lost-password form#choose-password .form-field .tip:before {
    content: "\f054";
    color: #737373;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    margin-right: 0.3125rem;
    content: "\f11a";
    font-size: 1.25em; }

/*
  IAM [step 3] save password

  Markup: iam-04-save-password.hbs

  Style guide: Templates.Pages.iam.forgot-password.04-save-password
 */
/*
  IAM Home Page

  Your body tag needs the class *iam-home-page* for the **first-timer** javascript to show the popup banner. The popup will not function in kss-node **Pages** view, just in the compiled HTML.

  Javascript: `UdsHomePage.init();`

  Markup: home-page.hbs

  Style guide: Templates.Pages.iam-home-page
 */
.iam.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 960px) {
    .iam.home {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

/*
  IAM Form pages

  Style guide: Templates.Pages.iam
 */
.iam {
  padding: 80px 0px 0px;
  padding: 5rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .iam.new-user, .iam.create-password {
    padding-bottom: 0px;
    padding-bottom: 0; }
  .iam h1 {
    font-family: Sommet, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.8125rem; }
    @media (min-width: 600px) {
      .iam h1 {
        font-size: 1.75rem;
        line-height: 2.125rem; } }
  .iam form {
    margin: 20px 0px 80px;
    margin: 1.25rem 0 5rem; }
    @media (min-width: 600px) {
      .iam form {
        width: 23em; } }
    .iam form .uds-button, .iam form .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .iam form .uds-brand-button {
      margin-top: 10px;
      margin-top: 0.625rem;
      text-align: center;
      width: 100%; }
  .iam .progress-tracker {
    width: 100%; }
  .iam .message {
    margin: 20px 0px 80px;
    margin: 1.25rem 0 5rem;
    text-align: center; }
    @media (min-width: 600px) {
      .iam .message {
        width: 23em; } }

/*
  IAM User Login

  Markup: login.hbs

  Style guide: Templates.Pages.iam-login
 */
.iam.login {
  padding-bottom: 0px;
  padding-bottom: 0; }
  .iam.login form {
    margin-bottom: 80px;
    margin-bottom: 5rem; }
    .iam.login form .uds-button, .iam.login form .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .iam.login form .uds-brand-button {
      margin-top: 10px;
      margin-top: 0.625rem; }

/*
 IAM New User - Choose a profile

  A "Choose Profile" screen for UNSW IAM

  Javascript: `UdsChooseProfile.init();`

  Markup: choose-profile.hbs

  Style guide: Templates.Pages.iam-new-user-01-choose-profile
 */
.profile-selection {
  margin: 20px 0px;
  margin: 1.25rem 0;
  padding: 0px 20px;
  padding: 0 1.25rem; }
  .profile-selection a.card-link {
    text-decoration: none;
    color: inherit; }

/*
 IAM New User - Create password

  A "create password" form for UNSW IAM

  Markup: create-password.hbs

  Style guide: Templates.Pages.iam-new-user-04-create-password
 */
.iam.create-password form#create-password .form-field:first-child {
  margin-bottom: 0; }

.iam.create-password form#create-password .form-field .help:before {
  content: "\f054";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 12px;
  content: "\f059";
  cursor: pointer;
  font-size: 1.25em;
  position: absolute;
  right: 3em;
  z-index: 20; }

.iam.create-password form#create-password .form-field .view-plain:before {
  content: "\f054";
  color: #737373;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #c8c8c8;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "\f06e";
  cursor: pointer;
  font-size: 1em;
  padding: .75em 1em;
  position: absolute;
  right: 0;
  z-index: 20; }

.iam.create-password form#create-password .form-field .tip {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  bottom: .25em;
  color: #737373;
  position: absolute;
  right: -12em;
  text-transform: uppercase; }
  .iam.create-password form#create-password .form-field .tip:before {
    content: "\f054";
    color: #737373;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    margin-right: 0.3125rem;
    content: "\f11a";
    font-size: 1.25em; }

.iam.create-password form#create-password .uds-button, .iam.create-password form#create-password .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .iam.create-password form#create-password .uds-brand-button {
  margin-top: 10px;
  margin-top: 0.625rem; }

/*
  IAM New User Form

  Style guide: Templates.Pages.iam-new-user
 */
/*
 IAM New User - Staff Identity

  A "new user" form for UNSW IAM staff

  Markup: staff-identity.hbs

  Style guide: Templates.Pages.iam-new-user-03-staff-identity
 */
.new-user .date-of-birth {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr 2fr;
  grid-template-columns: 1fr 5fr 2fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px; }
  .new-user .date-of-birth .input-birth-day {
    -ms-grid-column: 1;
    grid-column: 1; }
  .new-user .date-of-birth .input-birth-month {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0 5px; }
  .new-user .date-of-birth .input-birth-year {
    -ms-grid-column: 3;
    grid-column: 3; }

.new-user .form-field .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .new-user .form-field .checkbox input[type="checkbox"] {
    margin-top: 15px;
    margin-top: 0.9375rem; }

/*
 IAM New User - Staff success

  A "Staff Success" screen for UNSW IAM

  Markup: staff-success.hbs

  Style guide: Templates.Pages.iam-new-user-05-staff-success
 */
/*
 IAM New User - Student Identity

  A "new user" form for UNSW IAM students

  Markup: student-identity.hbs

  Style guide: Templates.Pages.iam-new-user-02-student-identity
 */
.new-user .date-of-birth {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr 2fr;
  grid-template-columns: 1fr 5fr 2fr; }
  .new-user .date-of-birth .input-birth-day {
    -ms-grid-column: 1;
    grid-column: 1; }
  .new-user .date-of-birth .input-birth-month {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0 5px; }
  .new-user .date-of-birth .input-birth-year {
    -ms-grid-column: 3;
    grid-column: 3; }

.new-user .form-field .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .new-user .form-field .checkbox input[type="checkbox"] {
    margin-top: 15px;
    margin-top: 0.9375rem; }

/*
 IAM New User - Student success

  A "Student Success" screen for UNSW IAM

  Markup: student-success.hbs

  Style guide: Templates.Pages.iam-new-user.06-student-success
 */
.new-user.success .zid {
  margin: 40px 0px;
  margin: 2.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px; }
  .new-user.success .zid span.label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: right;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .new-user.success .zid span.value {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px 0px 10px 10px;
    padding: 0 0 0.625rem 0.625rem;
    text-align: left;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    font-weight: 500;
    border-bottom: 1px solid #c8c8c8; }

.new-user.success .uds-button, .new-user.success .unsw-brand-theme .uds-brand-button, .unsw-brand-theme .new-user.success .uds-brand-button {
  width: 100%; }

/*
 IAM Popover Notifications - First Timers Only

  A "First Timers Only" popover notification for UNSW IAM

  Markup: pn-first-timers-only.hbs

  Style guide: Templates.Pages.iam-popover-notifications.01-first-timers-only
 */
/*
  IAM Popover Notifications

  Style guide: Templates.Pages.iam-popover-notifications
 */
/*
 IAM Popover Notifications - Scheduled maintenance

  A "Scheduled maintenance" popover notification for UNSW IAM

  Markup: pn-scheduled-maintenance.hbs

  Style guide: Templates.Pages.iam-popover-notifications.01-scheduled-maintenance
 */
/*
  Pages

  Style guide: Templates.Pages
 */
/*
  Search Page

  Markup: search-page.hbs

  Style guide: Templates.Pages.search
 */
.search-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 5rem 3em 1fr;
  grid-template-rows: 5rem 3em 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding-top: 1rem; }
  @media (min-width: 103rem) {
    .search-page {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 18rem 1fr;
      grid-template-columns: 18rem 1fr;
      -ms-grid-rows: 3rem 1fr;
      grid-template-rows: 3rem 1fr;
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      padding-top: 3rem; } }
  .search-page .search-wrapper {
    width: 100%;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: none; }
    @media (min-width: 103rem) {
      .search-page .search-wrapper {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: block; } }
    .search-page .search-wrapper form {
      padding: 0; }
  .search-page .showing-results-desktop {
    display: none; }
    @media (min-width: 103rem) {
      .search-page .showing-results-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        min-width: 330px; } }
  .search-page .showing-results-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-family: "Arial", Helvetica, sans-serif; }
    @media (min-width: 103rem) {
      .search-page .showing-results-mobile {
        display: none; } }
  @media (min-width: 103rem) {
    .search-page .sort {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 103rem) {
    .search-page .search-filter {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .search-page .search-results {
    margin-bottom: 5rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3; }
    @media (min-width: 103rem) {
      .search-page .search-results {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2; } }

/*
  Templates

  Style guide: Templates
 */
/*
  Email: Button

  Email button to be used for email actions.

  Markup: email-button.hbs

  Style guide: Components.Emails.email-button
 */
/*
  Email: Card Grids

  Card Grids to be used for email actions.

  Markup: email-card-grids.hbs

  Style guide: Components.Emails.email-card-grids
 */
/*
  Emails

  Style guide: Components.Emails
 */
/*
  Email: Contact Department

  Department contact details

  Markup: email-contact-department.hbs

  Style guide: Components.Emails.email-contact-department
 */
/*
  Email: Contact University

  University contact details

  Markup: email-contact-university.hbs

  Style guide: Components.Emails.email-contact-university
 */
/*
  Email: Event Date Card

  Event date email card containing image, date, time, text and category content.

  Markup: email-event-card-date.hbs

  Style guide: Components.Emails.email-event-card-date
 */
/*
  Email: Event Card

  Event email card containing image, date, time, text and category content.

  Markup: email-event-card.hbs

  Style guide: Components.Emails.email-event-card
 */
/*
  Email: Event Details

  Email event details to be used for event emails.

  Markup: email-event-details.hbs

  Style guide: Components.Emails.email-event-details
 */
/*
  Email: Footer

  Markup: email-footer.hbs

  Style guide: Components.Emails.email-footer
 */
/*
  Email: General Content

  General email content consisting of an image, heading, text and action button.

  Markup: email-general-content.hbs

  Style guide: Components.Emails.email-general-content
 */
/*
  Email: General Heading

  Heading used within other email components. Not to be used standalone.

  Markup: email-general-heading.hbs

  Style guide: Components.Emails.email-general-heading
 */
/*
  Email: General Image Card

  General email image card containing lists of image, heading, text and link.

  Markup: email-general-image-card.hbs

  Style guide: Components.Emails.email-general-image-card
 */
/*
  Email: General Video Card

  General email video card containing lists of image, heading, text and link.

  Markup: email-general-video-card.hbs

  Style guide: Components.Emails.email-general-video-card
 */
/*
  Email: Head

  A HTML email <head> component for outputting complete HTML email files.

  As this is an invisible HTML email element, you shouldn't see this as an example

  Markup: email-head.hbs

  StyleGuide: Components.Emails.html-email-head
 */
/*
  Email: Heading

  General heading to be used with email content.

  Markup: email-heading.hbs

  Style guide: Components.Emails.email-heading
 */
/*
  Email: Hero

  Email hero are self-contained pieces of content.

  Markup: email-hero-no-nav.hbs

  Style guide: Components.Emails.email-hero-no-nav
 */
/*
  Email: Hero - Open Day

  Email hero are self-contained pieces of content.

  Markup: email-hero-open-day.hbs

  Style guide: Components.Emails.email-hero-open-day
 */
/*
  Email: Hero with Navigation

  Email hero are self-contained pieces of content.

  Markup: email-hero.hbs

  Style guide: Components.Emails.email-hero
 */
/*
  Email: Highlight Button

  Highlight button featuring a background image and heading text.

  Markup: email-highlight-button.hbs

  Style guide: Components.Emails.email-highlight-button
 */
/*
  Email: Location

  Details to be used for map locations in emails.

  Markup: email-location.hbs

  Style guide: Components.Emails.email-location
 */
/*
  Email: Multiple Buttons

  Email multiple buttons to be used for email actions.

  Markup: email-multiple-button.hbs

  Style guide: Components.Emails.email-multiple-button
 */
/*
  Email Navigation

  Email navigation are self contained navigation links.

  Markup: email-navigation.hbs

  Style guide: Components.Emails.email-navigation
 */
/*
  Email: News Card

  News Card to be used for email actions.

  Markup: email-news-card.hbs

  Style guide: Components.Emails.email-news-card
 */
/*
  Email: Personal Greeting

  Personal greeting to be used for emails.

  Markup: email-personal-greeting.hbs

  Style guide: Components.Emails.email-personal-greeting
 */
/*
  Email: Profile Card

  Profile email card displaying user images, name title and summary bio.

  Markup: email-profile-card.hbs

  Style guide: Components.Emails.email-profile-card
 */
/*
  Email: Quick links

  Email quick links to be used for email actions.

  Markup: email-quick-links.hbs

  Style guide: Components.Emails.email-quick-links
 */
/*
  Email: Statistics

  Statistics presented as three columns of numericical and text values.

  Markup: email-statistics.hbs

  Style guide: Components.Emails.email-statistics
 */
/*
 Email: Feedback

  A feedback email template

  Markup: email-feedback.hbs

  Style guide: Templates.Emails.email-feedback
 */
/*
 Email: Final Details

  A final details email template

  Markup: email-final-details.hbs

  Style guide: Templates.Emails.email-final-details
 */
/*
  Email: News Inside

  A News Inside email template

  Markup: email-news-inside.hbs

  Style guide: Templates.Emails.email-news-inside
 */
/*
 Email: RSVP Reminder

  A RSVP reminder email template

  Markup: email-rsvp-reminder.hbs

  Style guide: Templates.Emails.email-rsvp-reminder
 */
/*
 Email: RSVP

  A RSVP email template

  Markup: email-rsvp.hbs

  Style guide: Templates.Emails.email-rsvp
 */
/*
 Email: Save the Date

  A save the date email template

  Markup: email-save-the-date.hbs

  Style guide: Templates.Emails.email-save-the-date
 */
/*
  Emails

  Style guide: Templates.Emails
 */
.email {
  max-width: 600px; }

/*
 * Patch file for UDS styles in AEM only.
 */

/* Patch for header issue when there are too many navigation items */
@media (min-width: 1170px) {
  .site-header {
    -ms-grid-columns: minmax(min(600px, 100%), 73.125rem);
    grid-template-columns: minmax(min(600px, 100%), 73.125rem);
  }
}

/* Extra margin on bottom of share and tags as it is only in the template */
.share-and-tags {
    margin-bottom: 1.875rem;
}

/*
    Article width styling for components using AEM style system forcing the width to 770px and center it.
    It's supposed to affect only textual elements, e.g. image inside Content Fragment shouldn't be affected.
    Best to have it here instead of UDS as it has too many AEM references.
*/
.article-width h1,
.article-width h2,
.article-width h3,
.article-width h4,
.article-width h5,
.article-width h6,
.article-width p,
.article-width ul,
.article-width ol,
.article-width table,
.article-width .cmp-contentfragment__element--heading,
.article-width .cmp-contentfragment__element--category,
.article-width .cmp-contentfragment__element--image {
  max-width: 48.125rem;
  margin-right: 1em;
  margin-left: 1em;
  float: none !important;
}
@media (min-width: 769px) {
  .article-width h1,
  .article-width h2,
  .article-width h3,
  .article-width h4,
  .article-width h5,
  .article-width h6,
  .article-width p,
  .article-width ul,
  .article-width ol,
  .article-width table,
  .article-width .cmp-contentfragment__element--heading,
  .article-width .cmp-contentfragment__element--category,
  .article-width .cmp-contentfragment__element--image {
    margin-right: auto;
    margin-left: auto;
  }
}
.article-width .caption p {
  max-width: 100%;
}
.article-width .video-transcript-content p {
  max-width: 100%;
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *
 * NOTE: This file was derived from Font Awesome CSS with web font file URL adjusted to reflect the correct location
 * served by AEM as part of the client library.
 */

 .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\f959"}.fa-bacterium:before{content:"\f95a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\f977"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\f978"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\f979"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\f97a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\f96d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\f97b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\f97c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\f973"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(clientlib-vendor/fontawesome/resources/fa-brands-400.eot);src:url(clientlib-vendor/fontawesome/resources/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(clientlib-vendor/fontawesome/resources/fa-brands-400.woff2) format("woff2"),url(clientlib-vendor/fontawesome/resources/fa-brands-400.woff) format("woff"),url(clientlib-vendor/fontawesome/resources/fa-brands-400.ttf) format("truetype"),url(clientlib-vendor/fontawesome/resources/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(clientlib-vendor/fontawesome/resources/fa-regular-400.eot);src:url(clientlib-vendor/fontawesome/resources/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(clientlib-vendor/fontawesome/resources/fa-regular-400.woff2) format("woff2"),url(clientlib-vendor/fontawesome/resources/fa-regular-400.woff) format("woff"),url(clientlib-vendor/fontawesome/resources/fa-regular-400.ttf) format("truetype"),url(clientlib-vendor/fontawesome/resources/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(clientlib-vendor/fontawesome/resources/fa-solid-900.eot);src:url(clientlib-vendor/fontawesome/resources/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(clientlib-vendor/fontawesome/resources/fa-solid-900.woff2) format("woff2"),url(clientlib-vendor/fontawesome/resources/fa-solid-900.woff) format("woff"),url(clientlib-vendor/fontawesome/resources/fa-solid-900.ttf) format("truetype"),url(clientlib-vendor/fontawesome/resources/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
