html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #202A44;
  font-size: 18px;
  /** font smoothing */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Lufga';
  font-weight: normal;
  src: url('../fonts/Lufga_JB/Lufga-Regular_JB.otf') format("opentype");
}
@font-face {
  font-family: 'Lufga';
  font-weight: 600;
  src: url('../fonts/Lufga_JB/Lufga-Medium_JB.otf') format("opentype");
}
@font-face {
  font-family: 'Lufga';
  font-weight: bold;
  src: url('../fonts/Lufga_JB/Lufga-SemiBold_JB.otf') format("opentype");
}
html,
body {
  font-family: 'Lufga', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  outline: 0;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body > app > icons {
  display: none;
}
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body > app > icons {
  display: none;
}
.icon {
  display: inline-block;
  width: 96px;
  height: 96px;
}
.icon img {
  width: 96px;
  height: 96px;
}
.icon--footer {
  display: inline-block;
  width: 26px;
  height: 26px;
}
.icon--footer img {
  width: 26px;
  height: 26px;
}
.hero-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #93DA49;
}
.hero-icon img {
  width: 100%;
  height: 100%;
  padding: 13px;
}
@media only screen and (max-width: 1059px) {
  .icon {
    width: 90px;
    height: 90px;
  }
  .icon img {
    width: 90px;
    height: 90px;
  }
}
a {
  outline: none;
}
button {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0px;
}
a.primary,
a.primary--small,
button.primary--small,
a.primary--large {
  background: transparent;
  border-color: #A7E163;
  cursor: pointer;
}
a.primary--footer {
  background: transparent;
  border-color: #E6F2FF;
  cursor: pointer;
}
a.secondary--footer {
  background: #E6F2FF;
  border-color: #E6F2FF;
}
a.primary--menu {
  background: transparent;
  border-color: #A7E163;
  color: #A7E163;
  font-weight: 600;
}
a.tertiary--menu {
  background: transparent;
  border-color: #C3D7EE;
  color: #C3D7EE;
  font-weight: 600;
}
button.primary--icon {
  background: #93DA49;
}
a.secondary,
a.secondary--small,
button.secondary--small,
a.secondary--large {
  background: #C3D7EE;
  border-color: #C3D7EE;
}
a.secondary--small.dark-blue-smaller {
  font-size: 14px;
  min-width: 120px;
  padding: 5px 10px;
  background-color: transparent;
  border-color: #394b90;
}
button.secondary--small.dark-blue,
a.secondary--small.dark-blue {
  background: #394b90;
  border-color: #394b90;
  color: white;
}
a.secondary--menu {
  background: #A7E163;
  border-color: #A7E163;
  font-weight: bold;
}
a.tertiary,
a.tertiary--small,
button.tertiary--small {
  background: #93DA49;
  border-color: #93DA49;
  color: #202A44;
}
a.primary--small,
button.primary--small,
a.secondary--small,
button.secondary--small,
a.primary--footer,
a.secondary--footer,
a.tertiary--small,
button.tertiary--small {
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  min-width: 160px;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
a.primary--large,
a.secondary--large {
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-radius: 40px;
  min-width: 960px;
  padding: 21px 97px;
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}
a.primary--menu,
a.secondary--menu,
a.tertiary--menu {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 16px;
  min-width: 96px;
  padding: 6px 12px;
  margin-left: 20px;
  text-align: center;
  font-family: 'Lufga', sans-serif;
  font-size: 15px;
  line-height: 16.5px;
  text-decoration: none;
}
button.primary--icon {
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 0px;
  border-radius: 10px;
}
.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  list-style: none;
}
.filter-buttons li {
  display: inline-block;
  margin-bottom: 0;
}
.filter-buttons .filter-button {
  border-style: solid;
  border-width: 3px;
  border-radius: 0;
  padding: 5px 10px;
  min-width: 50px;
  border-color: #202A44;
  border-left-width: 2px;
  border-right-width: 2px;
  background: transparent;
  text-align: center;
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.filter-buttons li:first-child .filter-button {
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  border-left-width: 3px;
}
.filter-buttons li:last-child .filter-button {
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  border-right-width: 3px;
}
.filter-buttons .filter-button.yourir-active {
  color: white;
  background: #202A44;
}
.filter-buttons .filter-button[disabled] {
  display: none;
}
@media only screen and (max-width: 1059px) {
  a.primary--small,
  button.primary--small,
  a.secondary--small button.secondary--small,
  a.primary--footer,
  a.secondary--footer,
  a.tertiary--small,
  button.tertiary--small {
    min-width: 150px;
    padding: 10px 18px;
  }
  a.primary--large,
  a.secondary--large {
    min-width: 315px;
    border-radius: 25px;
    padding: 9.5px 18px;
    font-family: 'Lufga', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
  }
  a.primary--menu,
  a.secondary--menu,
  a.tertiary--menu {
    padding: 12px 24px;
    border-radius: 25px;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
  }
  button.primary--icon {
    width: 42px;
    height: 42px;
    padding: 5px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 345px) {
  a.primary--small,
  button.primary--small,
  a.secondary--small,
  button.secondary--small,
  a.primary--footer,
  a.secondary--footer,
  a.primary--large,
  a.secondary--large,
  a.tertiary--small,
  button.tertiary--small {
    min-width: initial;
  }
}
@media (hover: hover) {
  a.primary--small.hover,
  button.primary--small.hover,
  button.primary--icon.hover,
  a.primary--large.hover,
  a.primary--small:hover:not(:disabled),
  button.primary--small:hover:not(:disabled),
  button.primary--icon:hover:not(:disabled),
  a.primary--large:hover:not(:disabled) {
    background: #A7E163;
  }
  a.primary--small.active,
  button.primary--small.active,
  button.primary--icon.active,
  a.primary--large.active,
  a.primary--small:active:not(:disabled),
  button.primary--small:active:not(:disabled),
  button.primary--icon:active:not(:disabled),
  a.primary--large:active:not(:disabled),
  a.primary--small:focus:not(:disabled),
  button.primary--small:focus:not(:disabled),
  button.primary--icon:focus:not(:disabled),
  a.primary--large:focus:not(:disabled) {
    background: #93DA49;
    border-color: #93DA49;
  }
  a.primary--menu.hover,
  a.primary--menu:hover:not(:disabled),
  a.primary--menu.active,
  a.primary--menu:active:not(:disabled),
  a.primary--menu:focus:not(:disabled) {
    background: rgba(195, 215, 238, 0.15);
    border-color: #C3D7EE;
    color: #C3D7EE;
  }
  a.tertiary--menu.hover,
  a.tertiary--menu:hover:not(:disabled),
  a.tertiary--menu.active,
  a.tertiary--menu:active:not(:disabled),
  a.tertiary--menu:focus:not(:disabled) {
    background: rgba(167, 198, 237, 0.15);
    border-color: #A7C6ED;
    color: #A7C6ED;
  }
  a.primary--footer.hover,
  a.primary--footer:hover:not(:disabled) {
    border-color: #E6F2FF;
    background: #E6F2FF;
  }
  a.primary--footer.active,
  a.primary--footer:active:not(:disabled),
  a.primary--footer:focus:not(:disabled) {
    border-color: #C3D7EE;
    background: #C3D7EE;
  }
  a.secondary--footer.hover,
  a.secondary--footer:hover:not(:disabled) {
    border-color: #C3D7EE;
    background: #C3D7EE;
  }
  a.secondary--footer.active,
  a.secondary--footer:active:not(:disabled),
  a.secondary--footer:focus:not(:disabled) {
    border-color: #A7C6ED;
    background: #A7C6ED;
  }
  a.secondary--small.hover,
  button.secondary--small.hover,
  a.secondary--large.hover,
  a.secondary--small:hover:not(:disabled),
  button.secondary--small:hover:not(:disabled),
  a.secondary--large:hover:not(:disabled) {
    background: #A7C6ED;
    border-color: #A7C6ED;
  }
  a.secondary--small.active,
  button.secondary--small.active,
  a.secondary--large.active,
  a.secondary--small:active:not(:disabled),
  button.secondary--small:active:not(:disabled),
  a.secondary--large:active:not(:disabled),
  a.secondary--small:focus:not(:disabled),
  button.secondary--small:focus:not(:disabled),
  a.secondary--large:focus:not(:disabled) {
    background: #5A7CBF;
    border-color: #5A7CBF;
  }
  a.secondary--menu.hover,
  a.secondary--menu:hover:not(:disabled),
  a.secondary--menu.active,
  a.secondary--menu:active:not(:disabled),
  a.secondary--menu:focus:not(:disabled) {
    background: #C3D7EE;
    border-color: #C3D7EE;
  }
  a.tertiary--small.hover,
  button.tertiary--small.hover,
  a.tertiary--small:hover:not(:disabled),
  button.tertiary--small:hover:not(:disabled),
  a.tertiary--small.active,
  button.tertiary--small.active,
  a.tertiary--small:active:not(:disabled),
  button.tertiary--small:active:not(:disabled),
  a.tertiary--small:focus:not(:disabled),
  button.tertiary--small:focus:not(:disabled) {
    background: #C3D7EE;
    border-color: #C3D7EE;
  }
  button.secondary--small.dark-blue.hover,
  a.secondary--small.dark-blue.hover,
  button.secondary--small.dark-blue:hover:not(:disabled),
  a.secondary--small.dark-blue:hover:not(:disabled) {
    border-color: #223373;
    background: #223373;
  }
  button.secondary--small.dark-blue.active,
  a.secondary--small.dark-blue.active,
  button.secondary--small.dark-blue:active:not(:disabled),
  a.secondary--small.dark-blue:active:not(:disabled),
  button.secondary--small.dark-blue:focus:not(:disabled),
  a.secondary--small.dark-blue:focus:not(:disabled) {
    background: #223373;
    border-color: #223373;
  }
  a.secondary--small.dark-blue-smaller.hover,
  a.secondary--small.dark-blue-smaller:hover:not(:disabled) {
    border-color: #223373;
  }
  a.secondary--small.dark-blue-smaller.active,
  a.secondary--small.dark-blue-smaller:active:not(:disabled),
  a.secondary--small.dark-blue-smaller:focus:not(:disabled) {
    border-color: #223373;
  }
}
.IE a.primary--menu.hover,
.IE a.primary--small.hover,
.IE a.tertiary--menu.hover,
.IE button.primary--small.hover,
.IE button.primary--icon.hover,
.IE a.primary--large.hover,
.IE a.primary--menu:hover:not(:disabled),
.IE a.primary--small:hover:not(:disabled),
.IE a.tertiary--menu:hover:not(:disabled),
.IE button.primary--small:hover:not(:disabled),
.IE button.primary--icon:hover:not(:disabled),
.IE a.primary--large:hover:not(:disabled) {
  background: #202A44;
}
.IE a.primary--menu.active,
.IE a.primary--small.active,
.IE a.tertiary--menu.active,
.IE button.primary--small.active,
.IE button.primary--icon.active,
.IE a.primary--large.active,
.IE a.primary--menu:active:not(:disabled),
.IE a.primary--small:active:not(:disabled),
.IE a.tertiary--menu:active:not(:disabled),
.IE button.primary--small:active:not(:disabled),
.IE button.primary--icon:active:not(:disabled),
.IE a.primary--large:active:not(:disabled),
.IE a.primary--menu:focus:not(:disabled),
.IE a.primary--small:focus:not(:disabled),
.IE a.tertiary--menu:focus:not(:disabled),
.IE button.primary--small:focus:not(:disabled),
.IE button.primary--icon:focus:not(:disabled),
.IE a.primary--large:focus:not(:disabled) {
  background: #303f67;
}
.IE a.secondary--menu.hover,
.IE a.secondary--small.hover,
.IE button.secondary--small.hover,
.IE a.secondary--large.hover,
.IE a.secondary--menu:hover:not(:disabled),
.IE a.secondary--small:hover:not(:disabled),
.IE button.secondary--small:hover:not(:disabled),
.IE a.secondary--large:hover:not(:disabled) {
  background: #93DA49;
}
.IE a.secondary--menu.active,
.IE a.secondary--small.active,
.IE button.secondary--small.active,
.IE a.secondary--large.active,
.IE a.secondary--menu:active:not(:disabled),
.IE a.secondary--small:active:not(:disabled),
.IE button.secondary--small:active:not(:disabled),
.IE a.secondary--large:active:not(:disabled),
.IE a.secondary--menu:focus:not(:disabled),
.IE a.secondary--small:focus:not(:disabled),
.IE button.secondary--small:focus:not(:disabled),
.IE a.secondary--large:focus:not(:disabled) {
  background: #ace373;
}
.IE a.primary--footer.hover,
.IE a.primary--footer:hover:not(:disabled) {
  border-color: #E6F2FF;
  background: #E6F2FF;
}
.IE a.primary--footer.active,
.IE a.primary--footer:active:not(:disabled),
.IE a.primary--footer:focus:not(:disabled) {
  border-color: #C3D7EE;
  background: #C3D7EE;
}
.IE a.secondary--footer.hover,
.IE a.secondary--footer:hover:not(:disabled) {
  border-color: #C3D7EE;
  background: #C3D7EE;
}
.IE a.secondary--footer.active,
.IE a.secondary--footer:active:not(:disabled),
.IE a.secondary--footer:focus:not(:disabled) {
  border-color: #A7C6ED;
  background: #A7C6ED;
}
.col-1of1,
.col-1of2,
.col-1of3,
.col-2of3,
.col-1of4,
.col-1of5,
.col-4of5,
.col-1of8,
.col-5of12,
.col-7of12 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /** for applying absolute elements within */
  position: relative;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-large {
  width: 1024px;
  margin-left: -12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1of1 {
  width: 100%;
}
.col-1of2 {
  width: 50%;
}
.col-1of3 {
  width: 33.3333334%;
}
.col-2of3 {
  width: 66.666666%;
}
.col-1of4 {
  width: 25%;
}
.col-1of5 {
  width: 20%;
}
.col-4of5 {
  width: 80%;
}
.col-1of8 {
  width: 12.5%;
}
.col-5of12 {
  width: 41.6666667%;
}
.col-7of12 {
  width: 58.3333334%;
}
.content-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.content-wrap--large {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
}
.background-tile--medium {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.grid {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.grid > .col-1of1 > .col-1of1--mobile {
  width: 1000px;
}
.grid > .col-1of2,
.grid > .col-1of2--mobile {
  width: 500px;
}
.grid > .col-1of3,
.grid > .col-1of3--mobile {
  width: 333.1px;
}
.grid > .col-2of3 {
  width: 666.666666px;
}
.grid > .col-1of4,
.grid > .col-1of4--mobile {
  width: 250px;
}
.grid > .col-3of4 {
  width: 750px;
}
.grid > .col-1of5 {
  width: 200px;
}
.grid > .col-4of5 {
  width: 800px;
}
.grid > .col-1of8 {
  width: 125px;
}
.grid > *[class^='col-'] {
  padding: 20px;
}
.grid--large {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 1059px) {
  .content-wrap,
  .content-wrap--large {
    max-width: 375px;
  }
  .background-tile--medium {
    left: 0;
    right: 0;
  }
  .col-large {
    max-width: 375px;
  }
  .grid {
    max-width: 345px;
    padding: 0 7.5px;
    margin: 0 auto;
  }
  .grid .col-1of1,
  .grid .col-1of2,
  .grid .col-1of3,
  .grid .col-2of3,
  .grid .col-1of4,
  .grid .col-3of4,
  .grid .col-1of5,
  .grid .col-4of5,
  .grid .col-1of8,
  .grid .col-5of12,
  .grid .col-7of12 {
    width: 100%;
    max-width: 345px;
  }
  .grid > .col-1of1--mobile {
    width: 330px;
  }
  .grid > .col-1of2--mobile {
    width: 165px;
  }
  .grid > .col-1of3--mobile {
    width: 110px;
  }
  .grid > .col-1of4--mobile {
    width: 82.5px;
  }
  .grid > *[class^='col-'] {
    padding: 7.5px;
  }
}
.padded-big {
  padding: 40px;
}
.row,
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row > *,
.col > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.row .grow {
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
}
.shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.center {
  -ms-flex-item-align: center;
  align-self: center;
}
.center-all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.center-text {
  text-align: center;
}
.padded {
  padding: 20px;
}
.padded--big {
  padding: 40px;
}
.padded--x-big {
  padding: 120px;
}
.padded--small {
  padding: 10px;
}
.padded--vertical {
  padding: 20px 0;
}
.padded--horizontal {
  padding: 0 20px;
}
.margin {
  margin: 20px;
}
.margin--vertical {
  margin-top: 20px 0;
}
.margin--horizontal {
  margin: 0 20px;
}
.space-children * {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1059px) {
  .padded {
    padding: 15px;
  }
  .padded--big {
    padding: 30px;
  }
  .padded--x-big {
    padding: 45px;
  }
  .padded--small {
    padding: 7.5px;
  }
  .padded--vertical {
    padding: 7.5px 0;
  }
  .padded--horizontal {
    padding: 0 7.5px;
  }
  .margin {
    margin: 7.5px;
  }
  .margin--vertical {
    margin-top: 7.5px 0;
  }
  .margin--horizontal {
    margin: 0 7.5px;
  }
  .space-children * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
h1 {
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  color: #202A44;
}
h2 {
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #202A44;
}
h3 {
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #202A44;
}
h4 {
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  color: #202A44;
}
h5 {
  font-family: 'Lufga', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #202A44;
}
h6 {
  font-family: 'Lufga', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #202A44;
}
h2.green,
h4.green {
  color: #93DA49;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
span,
a {
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 23.4px;
  color: #202A44;
  margin: 0;
  text-decoration: none;
}
a {
  font-weight: bold;
  text-decoration: underline;
}
*[class^="body-copy"] li,
*[class^="body-copy"] a,
*[class^="body-copy"] blockquote,
*[class^="body-copy"] p {
  /** Extra wrapper required for markdown */
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 23.4px;
  color: #202A44;
  margin: 0;
}
.body-copy--large li,
.body-copy--large a,
.body-copy--large blockquote,
.body-copy--large p {
  font-size: 24px;
  line-height: 31.2px;
}
.body-copy--small span,
.body-copy--small li,
.body-copy--small a,
.body-copy--small blockquote,
.body-copy--small p {
  font-size: 13px;
  line-height: 15.6px;
}
label {
  font-size: 18px;
  line-height: 23.4px;
}
.td,
td {
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #202A44;
}
.th,
th {
  font-family: 'Lufga', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #202A44;
}
ul,
ol {
  padding-left: 20px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
li {
  font-size: 18px;
  line-height: 23.4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  list-style-position: outside;
  font-family: 'Lufga', sans-serif;
  position: relative;
}
.breadcrumb {
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #202A44;
  list-style: none;
  display: inline;
}
a.breadcrumb.active,
a.breadcrumb:active,
a.breadcrumb:active:hover {
  color: #A7C6ED;
}
a.breadcrumb.hover,
a.breadcrumb:hover {
  color: #A7C6ED;
}
a.back-to-top {
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #394b90;
}
a.back-to-top:hover,
a.back-to-top.hover {
  color: #A7C6ED;
}
a.back-to-top.active,
a.back-to-top:active,
a.back-to-top:active:hover {
  color: #A7C6ED;
}
@media only screen and (max-width: 1059px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
    line-height: 35.2px;
  }
  h3 {
    font-size: 28px;
    line-height: 30.8px;
  }
  h4 {
    font-size: 24px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 18px;
    line-height: 25.2px;
  }
  h6 {
    font-size: 16px;
    line-height: 17.6px;
  }
  ul,
  ol {
    padding-left: 15px;
    margin: 15px 0;
  }
  p,
  span,
  a {
    font-size: 15px;
    line-height: 22.5px;
  }
  *[class^="body-copy"] li,
  *[class^="body-copy"] a,
  *[class^="body-copy"] blockquote,
  *[class^="body-copy"] p {
    font-size: 15px;
    line-height: 22.5px;
  }
  .body-copy--large li,
  .body-copy--large a,
  .body-copy--large blockquote,
  .body-copy--large p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .body-copy--small span,
  .body-copy--small li,
  .body-copy--small a,
  .body-copy--small blockquote,
  .body-copy--small p {
    font-size: 12px;
    line-height: 18px;
  }
  label {
    font-size: 15px;
    line-height: 22.5px;
  }
  li {
    font-size: 15px;
    line-height: 22.5px;
  }
  .td,
  td {
    font-size: 15px;
  }
  .th,
  th {
    font-size: 15px;
  }
}
.bold {
  font-weight: bold;
}
.medium {
  font-weight: 600;
}
blockquote {
  margin: 0;
  padding: 1rem;
  border-left: 4px solid;
}
.dropdown--container {
  position: relative;
  padding: 20px 20px 20px 20px;
}
.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 17px;
  min-width: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 20px;
  right: -20px;
  cursor: pointer;
  background: #C3D7EE;
  border-radius: 7px;
  outline: none;
}
.dropdown.open svg,
.dropdown.open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown--show {
  padding-right: 62px;
}
.dropdown.background-white {
  background: white;
  padding: 10px;
  min-width: 0px;
  margin-top: 10px;
  right: 0px;
  top: 20px;
}
/* Style the accordion panel. Note: hidden by default */
.dropdown--content {
  visibility: hidden;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}
.dropdown--content.open {
  visibility: visible;
  height: auto;
  padding-right: 40px;
  padding-top: 20px;
}
@media only screen and (max-width: 1059px) {
  .dropdown {
    top: 15px;
    right: -15px;
    padding: 7.5px;
    min-width: 45px;
    border-radius: 4px;
  }
  .dropdown--content.open {
    padding-right: 30px;
    padding-top: 15px;
  }
  .dropdown--show {
    padding-right: 23.25px;
  }
  .dropdown img {
    width: 15px;
    height: 15px;
  }
  .dropdown--container {
    padding: 7.5px 7.5px 7.5px 7.5px;
  }
}
@media (hover: hover) {
  .dropdown.hover,
  .dropdown:hover:not(:disabled) {
    background: #A7C6ED;
  }
  .dropdown.hover svg,
  .dropdown:hover:not(:disabled) svg {
    fill: #202A44;
  }
  .dropdown.active,
  .dropdown:active:not(:disabled),
  .dropdown:focus:not(:disabled) {
    background: #A7C6ED;
  }
  .dropdown.active svg,
  .dropdown:active:not(:disabled) svg,
  .dropdown:focus:not(:disabled) svg {
    fill: #202A44;
  }
  .dropdown.background-white.hover,
  .dropdown.background-white:hover:not(:disabled) {
    background: #70A638;
  }
  .dropdown.background-white.active,
  .dropdown.background-white:active:not(:disabled),
  .dropdown.background-white:focus:not(:disabled) {
    background: #70A638;
  }
}
.IE .dropdown.hover,
.IE .dropdown:hover:not(:disabled) {
  background: #E5E9F0;
}
.IE .dropdown.hover svg,
.IE .dropdown:hover:not(:disabled) svg {
  fill: #202A44;
}
.IE .dropdown.active,
.IE .dropdown:active:not(:disabled),
.IE .dropdown:focus:not(:disabled) {
  background: #93DA49;
}
.IE .dropdown.active svg,
.IE .dropdown:active:not(:disabled) svg,
.IE .dropdown:focus:not(:disabled) svg {
  fill: #202A44;
}
.IE .dropdown.background-white.hover,
.IE .dropdown.background-white:hover:not(:disabled) {
  background: #70A638;
}
.IE .dropdown.background-white.active,
.IE .dropdown.background-white:active:not(:disabled),
.IE .dropdown.background-white:focus:not(:disabled) {
  background: #70A638;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #202A44;
}
.breadcrumbs-wrap {
  background: white;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.page-content {
  -webkit-transition: margin-top 500ms;
  transition: margin-top 500ms;
  margin-top: 106px;
  background: white;
}
.page-content.popup {
  -webkit-transition: margin-top 500ms;
  transition: margin-top 500ms;
  margin-top: 146px;
}
header > .content-wrap--large,
.breadcrumbs-wrap > .content-wrap--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs-wrap > .content-wrap--large {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 20px;
}
.breadcrumb__list {
  margin: 0 0 3px 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb__item {
  list-style: none;
  display: inline;
  padding: 0;
}
.breadcrumb__item:not(:first-child)::before {
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  content: ">";
  font-size: 13px;
  line-height: 16px;
  color: #202A44;
}
.top__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top__logo img {
  vertical-align: middle;
}
@media only screen and (max-width: 1059px) {
  .home-page-modal > .content-wrap--large,
  header > .content-wrap--large,
  .breadcrumbs-wrap > .content-wrap--large {
    max-width: initial;
  }
  .page-content.popup {
    margin-top: 166px;
  }
}
@media only screen and (min-width: 1060px) {
  .breadcrumbs-wrap.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
  }
}
#pr-reviews-horizontal-widget {
  width: 100%;
}
.page-content {
  z-index: 0;
}
div.page-sign-up-success header,
div.page-sign-up-error header,
div.page-internet-banking header {
  display: none;
}
div.page-personal-term-deposit,
div.page-new-business-term-deposit,
div.page-new-smsf-term-deposit,
div.page-term-deposits-smsf,
div.page-term-deposits-business {
  padding-bottom: 130px;
}
div.page-personal-term-deposit .page-content,
div.page-new-business-term-deposit .page-content,
div.page-new-smsf-term-deposit .page-content,
div.page-term-deposits-smsf .page-content,
div.page-term-deposits-business .page-content {
  background-color: white;
}
div.page-personal-term-deposit .page-content .embeded-product-reviews,
div.page-new-business-term-deposit .page-content .embeded-product-reviews,
div.page-new-smsf-term-deposit .page-content .embeded-product-reviews,
div.page-term-deposits-smsf .page-content .embeded-product-reviews,
div.page-term-deposits-business .page-content .embeded-product-reviews {
  padding: 20px 0;
}
div.page-personal-term-deposit .page-content > div:not(:nth-child(2)):not(:last-child),
div.page-new-business-term-deposit .page-content > div:not(:nth-child(2)):not(:last-child),
div.page-new-smsf-term-deposit .page-content > div:not(:nth-child(2)):not(:last-child),
div.page-term-deposits-smsf .page-content > div:not(:nth-child(2)):not(:last-child),
div.page-term-deposits-business .page-content > div:not(:nth-child(2)):not(:last-child) {
  border-bottom: 1px solid #CFD3E4;
}
@media only screen and (max-width: 1059px) {
  div.page-personal-term-deposit,
  div.page-new-business-term-deposit,
  div.page-new-smsf-term-deposit,
  div.page-term-deposits-smsf,
  div.page-term-deposits-business {
    padding-bottom: 65px;
  }
  div.page-personal-term-deposit .page-content .embeded-product-reviews,
  div.page-new-business-term-deposit .page-content .embeded-product-reviews,
  div.page-new-smsf-term-deposit .page-content .embeded-product-reviews,
  div.page-term-deposits-smsf .page-content .embeded-product-reviews,
  div.page-term-deposits-business .page-content .embeded-product-reviews {
    padding: 15px;
  }
}
div.page-perth .page-content {
  margin-top: 0;
}
div.page-perth .page-content .content2--small {
  margin-bottom: 0;
}
div.page-perth header .home-page-modal {
  display: none;
}
div.page-perth header .content-wrap--large.main {
  display: none;
}
div.page-perth header .content-wrap--large.main .desktop-menu {
  display: none;
}
div.page-perth header .content-wrap--large.perth {
  padding: 10px;
}
div.page-perth header .breadcrumbs-wrap {
  display: none;
}
div.page-perth .mobile-menu__wrapper {
  display: none;
}
div.page-perth footer .footer--reverse-stack {
  display: none;
}
div.page-perth footer .bottom-spacer {
  padding-top: 15px;
}
div:not([class='main-wrapper page-perth']) header .content-wrap--large.perth {
  display: none;
}
.desktop-menu {
  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;
}
ul.nav__wrapper {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
ul.nav__wrapper .nav__item {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
ul.nav__wrapper ul {
  display: block;
  min-width: 250px;
  background: #F5F7F9;
  border-radius: 0px 10px 10px 10px;
  position: absolute;
  top: 64px;
  margin: 0;
  z-index: 1;
  height: 0px;
  overflow: hidden;
  list-style: none;
}
ul.nav__wrapper ul::before {
  display: block;
  content: '';
  position: absolute;
  width: 96px;
  height: 8px;
  top: -8px;
  left: 0;
  border-radius: 25px 25px 0px 0px;
  background-color: #C3D7EE;
}
ul.nav__wrapper ul li {
  line-height: unset;
  padding: 0;
  margin: 0;
}
ul.nav__wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #202A44;
  padding: 8px;
}
ul.nav__wrapper ul li a:focus-visible,
ul.nav__wrapper ul li a:hover {
  border-radius: 15px;
  background: #DCE3EB;
  font-weight: bold;
}
.nav__item > a {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #DCE3EB;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
}
.nav__item.current > a {
  color: #93DA49;
}
.nav__item:focus-within > a,
.nav__item:hover > a {
  color: #C3D7EE;
  font-weight: bold;
}
.nav__item:focus-within ul,
.nav__item:hover ul {
  height: auto;
  overflow: visible;
  padding: 10px;
}
@media only screen and (min-width: 1052px) {
  ul.nav__wrapper .nav__item {
    padding: 0 20px;
  }
}
input#mobile-checkbox {
  display: none;
}
.menu-toggle {
  display: none;
}
/* Hambuger Style*/
.hamburger-box {
  position: absolute;
  display: inline-block;
  height: 38px;
  width: 24px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #DCE3EB;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburger-inner {
  top: 12px;
  left: 0px;
  margin: 5px 0;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -5px;
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner {
  background: transparent;
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner:before {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner:after {
  top: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Default styles + Mobile first Offscreen menu style */
.mobile-menu {
  background-color: #F5F7F9;
}
.mobile-menu .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 11px 9px;
  background-color: #202A44;
}
.mobile-menu .buttons > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 9px;
}
.mobile-menu__wrapper {
  height: calc(100% - 62px);
  width: 100%;
  background-color: #202A44;
  position: absolute;
  left: 0;
  top: -100%;
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 9;
}
.mobile-menu__wrapper.popup {
  height: calc(100% - 62px - 60px);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #EDF0F5;
  border-bottom: 1px solid #DCE3EB;
  -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: 16px 20px;
  outline: none;
}
.dropdown-nav span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'Lufga', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #202A44;
  text-align: left;
}
.dropdown-nav.open {
  -webkit-box-shadow: 0px 2px 4px rgba(32, 42, 68, 0.15);
  box-shadow: 0px 2px 4px rgba(32, 42, 68, 0.15);
}
.dropdown-nav.open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__item ul {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.mobile-menu__item ul.open {
  visibility: visible;
  height: auto;
}
.mobile-menu__item ul.open::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  bottom: -4px;
  left: 0;
  position: absolute;
  -webkit-box-shadow: 0px -2px 4px rgba(32, 42, 68, 0.15);
  box-shadow: 0px -2px 4px rgba(32, 42, 68, 0.15);
}
.mobile-menu__item li {
  line-height: unset;
  padding: 0;
  margin: 0;
}
.mobile-menu__item li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
}
.mobile-menu__item li a span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'Lufga', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #202A44;
}
.mobile-menu__item li a svg {
  fill: #202A44;
}
.mobile-menu__item li:nth-child(2n) {
  background: #EDF0F5;
}
/* mobile */
@media only screen and (max-width: 1059px) {
  /* on toggle */
  input#mobile-checkbox:checked ~ .main-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
  input#mobile-checkbox:checked ~ .main-wrapper .breadcrumbs-wrap {
    visibility: hidden;
    height: 0;
  }
  input#mobile-checkbox:checked ~ .main-wrapper .mobile-menu__wrapper {
    top: 64px;
    width: 100%;
    outline: none;
  }
  input#mobile-checkbox:checked ~ .main-wrapper .mobile-menu__wrapper.popup {
    top: calc(64px + 60px);
  }
  header > .content-wrap--large {
    padding: 13px 20px;
  }
  .page-content {
    min-height: calc(100vh - 104px);
  }
  .menu-toggle {
    display: inherit;
    float: right;
    height: 38px;
    width: 24px;
    margin-right: 4px;
    position: relative;
    cursor: pointer;
  }
  .desktop-menu {
    display: none;
  }
  .back-to-top {
    display: none;
  }
}
.background--navy {
  background: #202A44;
}
.background--primary-green {
  background: #93DA49;
}
.background--secondary-green {
  background: #A7E163;
}
.background--gray-1 {
  background: #F5F7F9;
}
.background--gray-2 {
  background: #EDF0F5;
}
.background--gray-3 {
  background: #E5E9F0;
}
.background--gray-4 {
  background: #DCE3EB;
}
.background--blue-1 {
  background: #C3D7EE;
}
.background--blue-2 {
  background: #A7C6ED;
}
.background--blue-3 {
  background: #5A7CBF;
}
.background--blue-4 {
  background: #344A79;
}
.background--blue-5 {
  background: #E6F2FF;
}
a:focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.navy {
  color: #202A44;
}
.navy * {
  color: #202A44;
}
.primary-green {
  color: #93DA49;
}
.primary-green * {
  color: #93DA49;
}
.white,
html .white {
  color: #EDF0F5;
}
.white *,
html .white * {
  color: #EDF0F5;
}
.image-list img {
  max-width: 100%;
}
.multi-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.multi-text .col-1of1 {
  padding-top: 0;
  padding-bottom: 0;
}
.multi-text ul {
  margin: 20px 0;
  padding-left: 40px;
}
.multi-text .content > * {
  margin-bottom: 20px;
}
.multi-text .content > *:last-child {
  margin-bottom: 0;
}
.rounded {
  border-radius: 10px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.template-label {
  position: absolute;
  background: #FF5757;
  color: #202A44;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  z-index: 5;
}
@media only screen and (max-width: 1059px) {
  .multi-text {
    padding: 30px 0;
  }
  .multi-text .content > * {
    margin-bottom: 15px;
  }
  .multi-text ul {
    padding-left: 15px;
  }
  .rounded {
    border-radius: 5px;
  }
}
.loading {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  visibility: hidden;
}
.loadingG {
  position: absolute;
  background-color: #93DA49;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_loadingG;
  -o-animation-name: bounce_loadingG;
  -ms-animation-name: bounce_loadingG;
  -webkit-animation-name: bounce_loadingG;
  -moz-animation-name: bounce_loadingG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#loadingG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}
#loadingG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}
#loadingG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}
#loadingG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}
#loadingG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}
#loadingG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
#loadingG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}
#loadingG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}
@keyframes bounce_loadingG {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_loadingG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
/** Mobile */
.table,
table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
tbody,
.tbody {
  display: table-row-group;
  border-top: 2px solid #202A44;
  border-bottom: 2px solid #202A44;
}
.tr .td,
.tr .th,
tr th,
tr td {
  text-align: left;
  padding: 5px;
}
.tr .td:first-child,
.tr .th:first-child,
tr th:first-child,
tr td:first-child {
  padding-left: 15px;
}
.thead,
thead {
  display: table-header-group;
  width: 100%;
  background: #E5E9F0;
}
.tr,
tr {
  display: table-row;
  border-bottom: 1px solid #202A44;
}
.th,
.td {
  display: table-cell;
}
.table-wrap .table-heading {
  padding: 7.5px 15px;
  background: #202A44;
}
.table-wrap .table-heading h4 {
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (min-width: 375px) {
  .td:first-child,
  .th:first-child,
  tr th:first-child,
  tr td:first-child {
    padding-left: 32px;
  }
  .table-wrap .table-heading {
    padding: 7.5px 32px;
  }
}
@media only screen and (min-width: 1060px) {
  .table-wrap .table-heading {
    padding: 20px 32px;
    border-radius: 5px 5px 0 0;
  }
}
input,
textarea,
select {
  width: 100%;
  padding: 15px;
  color: #202A44;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: none;
  border-image-width: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 25.2px;
  font-family: 'Lufga', sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox] {
  width: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.g-recaptcha {
  margin-bottom: 15px;
}
.col-1of1.form-submit {
  padding-top: 0px;
}
input,
textarea {
  color: #202A44;
}
textarea {
  max-width: 315px;
  min-height: 180px;
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #202A44;
  opacity: 1;
  /* Firefox */
}
::-moz-placeholder {
  color: #202A44;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  color: #202A44;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  color: #202A44;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: #202A44;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #202A44;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #202A44;
}
form input,
form select,
form textarea,
form .select,
form button {
  margin-bottom: 15px;
}
form ul {
  margin: 20px 0;
  padding-left: 40px;
}
form .content > * {
  margin-bottom: 20px;
}
form .hidden {
  visibility: hidden;
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  padding: 0px;
}
form .hidden.select {
  margin-bottom: 0px;
}
form .hidden.group .header,
form .hidden.group .body {
  visibility: hidden;
  height: 0;
  padding: 0;
  border: 0;
}
form .hidden.group .body * {
  visibility: hidden;
  height: 0;
  padding: 0;
  border: 0;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  padding-right: 47px;
  text-overflow: ellipsis;
}
.select-wrap:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 16px;
  height: 32px;
  width: 32px;
  pointer-events: none;
  background-image: url('../images/arrow--green.svg');
  background-repeat: no-repeat;
}
.IE .select-wrap:after {
  content: none;
}
@media only screen and (min-width: 1060px) {
  input,
  select,
  textarea,
  select {
    padding: 14.5px;
    font-size: 24px;
    line-height: 31.2px;
  }
  textarea {
    max-width: 960px;
  }
  .select-wrap:after {
    top: 15px;
    right: 18px;
  }
  .g-recaptcha {
    margin-bottom: 20px;
  }
  form input,
  form textarea,
  form .select,
  form button {
    margin-bottom: 20px;
  }
}
#modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  overflow: auto;
  z-index: 8;
  background: #EDF0F5;
}
#modal-wrap.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
#modal-wrap .modal-wrap {
  padding-top: 104px;
  padding-bottom: 30px;
  background: #EDF0F5;
}
#modal-wrap .close-wrap {
  position: relative;
  padding: 0;
  height: 57px;
}
#modal-wrap .close-wrap > button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 5px 0 0;
}
#modal-wrap .modal-content {
  border-radius: 10px;
  background: white;
}
@media only screen and (min-width: 1060px) {
  #modal-wrap .modal-wraps {
    padding-top: 106px;
    padding-bottom: 40px;
  }
  #modal-wrap .close-wrap {
    height: 100px;
  }
}
.group {
  margin-bottom: 40px;
}
.group .header {
  background-color: #202A44;
  color: white;
  padding: 20px;
}
.group .body {
  border-left: 5px solid #202A44;
  border-right: 5px solid #202A44;
  border-bottom: 5px solid #202A44;
  padding: 20px;
}
.tc-group {
  margin-bottom: 40px;
  padding: 40px;
}
.tc-group .heading {
  margin-bottom: 20px;
}
/** Templates */
.asx-announcements {
  padding-top: 15px;
  padding-bottom: 15px;
}
.asx-announcements .total {
  padding-left: 15px;
}
.asx-announcements .date-buttons {
  margin-top: 0px;
}
.asx-announcements .page-buttons {
  margin-bottom: 0px;
}
.asx-announcements .announcement {
  text-decoration: none;
}
.asx-announcements .announcement:hover {
  background: #344A79;
  color: #EDF0F5;
}
.asx-announcements .announcement:hover * {
  color: #EDF0F5;
}
.asx-announcements .announcement:active {
  background: #202A44;
  color: #EDF0F5;
}
.asx-announcements .announcement:active * {
  color: #EDF0F5;
}
.asx-chart {
  padding-top: 30px;
  padding-bottom: 30px;
}
.asx-chart .col-1of5 {
  width: 100%;
}
.asx-chart .col-4of5 {
  display: none;
}
.asx-chart .stats {
  text-align: center;
}
.asx-chart .stats span {
  font-size: 18px;
  line-height: 25.2px;
}
.asx-chart .stats .data-heading {
  display: block;
  font-size: 15px;
  line-height: 22.5px;
}
.asx-chart .stats div {
  padding: 7.5px 0;
  border-bottom: 1px solid black;
}
.asx-chart .yourir-chart-panel {
  height: 250px;
}
.asx-chart .yourir-chart-extra-panel {
  margin-top: 60px;
  height: 155px;
}
.asx-chart .yourir-chart-price {
  stroke: #202A44;
  stroke-width: 1px;
}
.asx-chart .yourir-chart-volume {
  stroke: #202A44;
}
.asx-chart .yourir-pct-change .yourir-positive,
.asx-chart .yourir-change .yourir-positive,
.asx-chart .yourir-pct-change .yourir-positive span,
.asx-chart .yourir-change .yourir-positive span {
  color: #20b720;
}
.asx-chart .yourir-pct-change .yourir-negative,
.asx-chart .yourir-change .yourir-negative,
.asx-chart .yourir-pct-change .yourir-negative span,
.asx-chart .yourir-change .yourir-negative span {
  color: #e70000;
}
@media only screen and (min-width: 1060px) {
  .asx-chart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .asx-chart .col-1of5 {
    width: 20%;
  }
  .asx-chart .col-4of5 {
    display: block;
  }
  .asx-chart .stats {
    text-align: start;
  }
  .asx-chart .stats span {
    font-size: 24px;
    line-height: 31.2px;
  }
  .asx-chart .stats .data-heading {
    font-size: 18px;
    line-height: 23.4px;
  }
  .asx-chart .stats div {
    padding: 20px 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  }
}
.azure-portal-background {
  background-image: url("/images/backgrounds-login.svg");
  background-size: cover;
  position: absolute;
  inset: 0;
  height: 100%;
  margin-top: 0;
  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;
}
.azure-portal-background .azure-portal {
  max-width: 600px;
  background-color: white;
  border-radius: 20px;
  padding: 45px 100px 45px 100px;
  text-align: center;
}
.azure-portal-background .azure-portal a {
  text-decoration: none;
}
.azure-portal-background .azure-portal h1,
.azure-portal-background .azure-portal p {
  font-family: 'Lufga', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #395382;
  font-weight: 600;
  padding-bottom: 15px;
}
.azure-portal-background .azure-portal h1 {
  margin-top: 20px;
  line-height: 20px;
}
.azure-portal-background .azure-portal p {
  font-size: 12px;
}
.azure-portal-background .azure-portal .azure-portal-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 25px;
}
.azure-portal-background .azure-portal .azure-portal-row p {
  font-size: 15px;
}
.azure-portal-background .azure-portal .azure-portal-row .title-image {
  width: 200px;
}
.azure-portal-background .azure-portal .azure-portal-row .increased-padding-bottom {
  padding-bottom: 45px;
}
.azure-portal-background .azure-portal .azure-portal-row a.portal-button {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  min-width: 156px;
  padding: 6px 12px;
  background: transparent;
  border-color: #395382;
  color: #395382;
}
.azure-portal-background .azure-portal .azure-portal-row .portal-internet-banking-button {
  display: inline-block;
  border-radius: 25px;
  min-width: 420px;
  height: 100px;
  padding: 10px 10px;
  line-height: 0px;
  text-align: center;
  background: #e6f2ff;
}
.azure-portal-background .azure-portal .azure-portal-row .portal-internet-banking-button .body-copy {
  float: left;
  width: 90%;
}
.azure-portal-background .azure-portal .azure-portal-row .portal-internet-banking-button .internet-banking-button-arrow {
  float: right;
  width: 10%;
  padding-top: 40px;
  padding-right: 15px;
}
.azure-portal-background .azure-portal .azure-portal-row .portal-internet-banking-button h1 {
  margin-top: 15px;
}
@media only screen and (max-width: 1060px) {
  div.azure-portal-background div.azure-portal {
    max-width: 300px;
    padding: 25px;
  }
  div.azure-portal-background div.azure-portal div.sign-up-success-links {
    display: inline-block;
    vertical-align: top;
  }
  div.azure-portal-background div.azure-portal div.sign-up-success-links a {
    margin-right: 0px;
    margin-bottom: 15px;
    display: block;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row p {
    font-size: 12px;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row a.portal-internet-banking-button {
    min-width: 50px;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row a.portal-internet-banking-button h1 {
    margin-top: 0px;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row a.portal-internet-banking-button div.body-copy {
    width: 80%;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row a.portal-internet-banking-button div.internet-banking-button-arrow {
    width: 20%;
    padding-right: 0px;
  }
  div.azure-portal-background div.azure-portal div.azure-portal-row .title-image {
    width: 180px;
  }
}
.header-banner {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-banner .hero-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  z-index: 3;
  display: none;
}
.header-banner .desktop-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-size: cover;
}
.header-banner .banner-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-banner .banner-content {
  width: 500px;
}
.header-banner .desktop-image {
  background-position: center 30%;
}
.header-banner .mobile-image {
  display: none;
}
.header-banner p {
  margin-top: 20px;
}
.header-banner a.primary--small,
.header-banner a.tertiary--small {
  margin-right: 40px;
}
.header-banner .tc-banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 1059px) {
  .header-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-banner .mobile-image {
    display: block;
    width: 100%;
    height: 400px;
    background-position: top;
    background-size: cover;
  }
  .header-banner .desktop-image {
    display: none;
  }
  .header-banner .banner-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-banner .banner-content {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .header-banner p {
    margin-top: 7.5px;
  }
  .header-banner .hero-icon {
    display: block;
  }
  .header-banner .tc-banner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-banner .tc-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.5px;
  }
  .header-banner .tc-button-wrap a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
  }
}
.header-banner-curved {
  min-height: 380px;
  position: relative;
}
.header-banner-curved .grid {
  padding-left: 5px;
  padding-top: 70px;
  padding-bottom: 20px;
}
.header-banner-curved .col-1 {
  padding: 0px 0px 20px 20px;
}
.header-banner-curved .col-1 .heading {
  font-size: 40px;
  padding-right: 20px;
}
.header-banner-curved .col-1 .subheading {
  padding-top: 20px;
}
.header-banner-curved .col-2 {
  padding-top: 20px;
}
.header-banner-curved .col-2 .rate-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-banner-curved .col-2 .rate-row .rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-banner-curved .col-2 .rate-row .rates .rate {
  font-size: 96px;
  line-height: 80px;
}
.header-banner-curved .col-2 .rate-row .rates .percentage {
  margin-top: auto;
  padding: 0 0 10px 20px;
}
.header-banner-curved .col-2 .rate-row .rates .percentage .percentage-symbol {
  font-size: 48px;
  margin: 0 0 8px 0;
}
.header-banner-curved .col-2 .rate-row .rates .percentage .pa {
  font-size: 24px;
  margin: 0px;
}
.header-banner-curved .col-2 .details {
  padding-left: 25px;
}
.header-banner-curved .col-2 .details .rate-details {
  font-size: 24px;
  margin: 0px;
}
.header-banner-curved .col-2 .details .rate-footer {
  font-size: 12px;
  margin: 0px;
}
.header-banner-curved .col-2 .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.header-banner-curved .col-2 .button-row a.curved-banner-button {
  margin-right: 20px;
  color: #202A44;
}
.header-banner-curved .col-2 .button-row .curved-banner-icon {
  padding: 10px 8px 0 0;
}
.header-banner-curved .col-2 .button-row .curved-banner-icon-text {
  font-size: 13px;
}
.header-banner-curved .col-2 .button-row .curved-banner-icon-link {
  margin-top: 0;
}
.header-banner-curved .col-2 .button-row .curved-banner-icon-link a {
  font-size: 12px;
  color: #A7C6ED;
}
.header-banner-curved .centered-div {
  background: white;
  border-radius: 80px 80px 0 0;
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}
.header-banner-curved .footnote {
  font-size: 8px;
  margin-top: 0;
  font-style: italic;
}
@media only screen and (max-width: 1059px) {
  .header-banner-curved .col-1 {
    padding: 0px;
  }
  .header-banner-curved .col-2 {
    padding: 0px;
  }
  .header-banner-curved .col-2 .rate-row {
    padding: 0px;
  }
  .header-banner-curved .col-2 .rate-row .rates .rate {
    font-size: 64px;
  }
  .header-banner-curved .col-2 .rate-row .rates .percentage {
    margin-top: 20px;
    padding: 0 0 0 5px;
  }
  .header-banner-curved .col-2 .rate-row .rates .percentage .percentage-symbol {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .header-banner-curved .col-2 .rate-row .rates .percentage .pa {
    font-size: 18px;
    margin: 0px;
  }
  .header-banner-curved .col-2 .rate-row .details {
    padding: 0 0 10px 10px;
  }
  .header-banner-curved .col-2 .rate-row .details .rate-details {
    font-size: 24px;
  }
  .header-banner-curved .col-2 .button-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-button-wrap a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-button-wrap .tertiary--small {
    margin-right: 0;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-icon {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    font-size: 10px;
    padding: 15px 0px;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-icon-container {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    padding-top: 15px;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-icon-container .curved-banner-icon-text {
    font-size: 11px;
  }
  .header-banner-curved .col-2 .button-row .curved-banner-icon-container .curved-banner-icon-link a {
    font-size: 11px;
  }
}
@media (hover: hover) {
  a.curved-banner-button.hover,
  a.curved-banner-button:hover:not(:disabled) {
    background: #70A638;
    border-color: #70A638;
  }
  a.curved-banner-button.active,
  a.curved-banner-button:active:not(:disabled),
  a.curved-banner-button:focus:not(:disabled) {
    background: #70A638;
    border-color: #70A638;
  }
}
.IE a.curved-banner-button.hover,
.IE a.curved-banner-button:hover:not(:disabled) {
  background: #70A638;
  border-color: #70A638;
}
.IE a.curved-banner-button.active,
.IE a.curved-banner-button:active:not(:disabled),
.IE a.curved-banner-button:focus:not(:disabled) {
  background: #70A638;
  border-color: #70A638;
}
.inline-message {
  background-color: #E5F6FE;
  padding: 10px 0 10px 0;
}
.inline-message .inline-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-message .inline-message-container span.image {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  padding-top: 10px;
  padding-left: 5px;
}
.inline-message .inline-message-container span.body {
  font-size: 12px;
  -ms-flex-preferred-size: 92%;
  flex-basis: 92%;
  line-height: 15px;
  padding-top: 7px;
  padding-left: 5px;
}
.inline-message .inline-message-container span.mobile-link-span {
  display: contents;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}
.inline-message .inline-message-container span.mobile-link-span img.rotate {
  padding-top: 5px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.inline-message .inline-message-container span.mobile-link-span a.inline-link-icon {
  padding-top: 5px;
}
.inline-message .inline-message-container span.desktop-link-span {
  display: none;
}
@media only screen and (min-width: 1060px) {
  .inline-message {
    padding: 10px 0 10px 0;
  }
  .inline-message .inline-message-container {
    display: block;
  }
  .inline-message .inline-message-container span.image img {
    padding-top: 12px;
    padding-left: 20px;
  }
  .inline-message .inline-message-container span.body {
    position: relative;
    bottom: 8px;
    font-size: 13px;
  }
  .inline-message .inline-message-container span.desktop-link-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-message .inline-message-container span.desktop-link-span a {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: underline;
    color: #394b90;
    font-weight: normal;
    font-size: 13px;
  }
  .inline-message .inline-message-container span.mobile-link-span {
    display: none;
  }
}
.blog-features .feature {
  margin-bottom: 30px;
  min-height: 540px;
}
.blog-features .feature img {
  max-width: 100%;
}
.blog-features .feature .content {
  text-align: left;
}
.blog-features .feature .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.blog-features .feature .content .meta .bold {
  padding-right: 7px;
}
.blog-features .feature .body-copy {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-features .feature .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.blog-features .feature .background-tile {
  position: absolute;
  right: -15px;
  bottom: 0;
  height: calc(100% - 60px);
  width: 375px;
}
.blog-features .feature .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 345px) {
  .blog-features {
    max-width: 100%;
    overflow-x: hidden;
  }
  .blog-features .background-tile {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1059px) {
  .blog-features .feature {
    background: none;
  }
}
@media only screen and (min-width: 1060px) {
  .blog-features .feature {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog-features .feature .meta {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog-features .feature .body-copy {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .blog-features .feature .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog-features .feature .col-1of2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-features .feature img {
    position: absolute;
    top: 40px;
    height: 460px;
    width: auto;
    max-width: initial;
    right: 20px;
  }
  .blog-features .feature .background-tile {
    display: none;
  }
  .blog-features .feature:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blog-features .feature:nth-child(2) img {
    right: initial;
    left: 20px;
  }
}
.blog-list {
  margin-bottom: 15px;
  margin-top: 60px;
}
.blog-list .button-row {
  padding-bottom: 60px;
}
.blog-list .blog-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 30px;
}
.blog-list .blog-item ~ .blog-item {
  display: none;
}
.blog-list h4 {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.blog-list .meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-list .meta > * {
  display: inline;
}
.blog-list h6 {
  padding-top: 15px;
  margin-bottom: 15px;
}
.blog-list a {
  text-decoration: none;
}
.blog-list p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog-list .btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-list .image-link {
  margin-bottom: 15px;
}
.blog-list .image-link img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  .blog-list {
    margin-bottom: 40px;
  }
  .blog-list h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-list .meta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-list h6 {
    padding: 0;
    margin-bottom: 20px;
  }
  .blog-list .blog-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .blog-list .blog-item ~ .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-list p {
    padding: 0;
  }
  .blog-list .btns {
    margin-top: 40px;
  }
  .blog-list .image-link {
    margin: 0;
    padding-bottom: 20px;
    display: block;
  }
  .blog-list .image-link img {
    max-width: 100%;
    width: 293px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .blog-list .button-row {
    padding-bottom: 80px;
  }
}
.blog-list-full .filters-wrap {
  z-index: 2;
  background: #202A44;
}
.blog-list-full .filters {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.blog-list-full .button-row {
  padding-bottom: 15px;
}
.blog-list-full .list {
  background: #EDF0F5;
  padding-top: 30px;
  margin-bottom: 30px;
}
.blog-list-full .blog-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 30px;
}
.blog-list-full h4 {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.blog-list-full .meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-list-full .meta > * {
  display: inline;
}
.blog-list-full h6 {
  padding-top: 15px;
  margin-bottom: 15px;
}
.blog-list-full a {
  text-decoration: none;
}
.blog-list-full .btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-list-full .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.blog-list-full #no-results {
  margin-bottom: 15px;
}
.blog-list-full .image-link {
  margin-bottom: 15px;
}
.blog-list-full .image-link img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  .blog-list-full .filters-wrap {
    border-radius: 10px;
    max-width: 1040px;
  }
  .blog-list-full .filters {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .blog-list-full h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-list-full .meta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-list-full h6 {
    padding: 0;
    margin-bottom: 20px;
  }
  .blog-list-full .list {
    min-height: 342px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .blog-list-full .blog-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .blog-list-full .body-copy > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .blog-list-full .btns {
    margin-top: 40px;
  }
  .blog-list-full .image-link {
    margin: 0;
    padding-bottom: 20px;
    display: block;
  }
  .blog-list-full .image-link img {
    max-width: 100%;
    width: 293px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .blog-list-full .button-row {
    padding-bottom: 20px;
  }
}
.calculator {
  padding-top: 30px;
  padding-bottom: 30px;
}
.calculator .calculator--heading {
  margin: 0 auto;
  padding: 15px;
  border-radius: 7px 7px 0px 0px;
}
#key-facts-sheet-calculator {
  height: 1020px;
}
#term-deposit-comparison-calculator {
  height: 1290px;
}
#smsf-term-deposit-calculator {
  height: 1098px;
}
#business-term-deposit-calculator {
  height: 1098px;
}
@media only screen and (max-width: 345px) {
  .calculator {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1059px) {
  .calculator .content-wrap--large {
    padding: 15px;
  }
}
@media only screen and (min-width: 1060px) {
  .calculator {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .calculator .content-wrap--large {
    padding: 40px;
  }
  .calculator .calculator--heading {
    padding: 33.5px;
    border-radius: 10px 10px 0px 0px;
  }
  .calculator.calculator-white {
    padding-top: 0;
  }
  .calculator.calculator-white .calculator--heading {
    padding: 0 0 40px 40px;
  }
  #key-facts-sheet-calculator {
    height: 556px;
  }
  #term-deposit-comparison-calculator {
    height: 950px;
  }
  #smsf-term-deposit-calculator {
    height: 890px;
  }
  #business-term-deposit-calculator {
    height: 880px;
  }
}
.contact {
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.contact .col-1of2 {
  text-align: center;
}
.contact .col-1of2 > * {
  margin: 7.5px 0;
}
.contact .col-1of2 > *:first-child {
  margin-top: 22.5px;
}
.contact .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1060px) {
  .contact {
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact .col-1of2 {
    width: 500px;
    text-align: left;
  }
  .contact .col-1of2 > * {
    margin: 20px 0;
  }
  .contact .col-1of2 > *:first-child {
    margin-top: 60px;
  }
  .contact .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.content-2 img {
  width: 100%;
}
.content-2 .heading {
  width: 100%;
  padding: 30px 15px 60px 15px;
  margin-top: 30px;
}
.content-2 .content-wrap {
  position: absolute;
  top: 390px;
  height: 200px;
  width: 100%;
}
.content-2 .body-copy--large > *:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1060px) {
  .content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 658px;
  }
  .content-2 .heading {
    width: 500px;
    margin-top: 0;
    padding: 80px 32px;
    min-height: 703px;
  }
  .content-2 img {
    position: absolute;
    width: 476px;
    top: 200px;
    right: 68px;
  }
  .content-2 .content-wrap {
    top: 80px;
    height: 540px;
  }
  .content-2 .body-copy--large > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.content2-background {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 15px;
}
.content2-background .background-tile {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 350px;
  background: #EDF0F5;
}
.content2-background .content {
  z-index: 1;
}
.content2-background .content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  border-radius: 10px;
  background: #202A44;
}
.content2-background .grid .col-1of2 {
  border-radius: 10px;
  background: #202A44;
}
.content2-background h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.content2-background p {
  margin-bottom: 45px;
}
.content2-background .content-wrap {
  padding: 30px 30px 0 30px;
}
.content2-background .content-wrap img {
  width: 100%;
}
@media only screen and (min-width: 1060px) {
  .content2-background {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 557.359px;
  }
  .content2-background .content-wrap--large:first-child {
    display: none;
  }
  .content2-background h2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .content2-background p {
    margin-bottom: 30px;
  }
  .content2-background .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    overflow: hidden;
  }
  .content2-background .content-wrap img {
    width: 100%;
  }
}
.content2--small {
  padding-top: 15px;
}
.content2--small .col-2of3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.content2--small .col-1of3 {
  display: none;
}
.content2--small h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1060px) {
  .content2--small {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .content2--small .col-2of3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content2--small h2 {
    margin-bottom: 40px;
  }
  .content2--small .col-1of3 {
    position: relative;
    display: block;
  }
  .content2--small img {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 390px;
    height: auto;
  }
}
.content-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-5 .content-5--image-wrap {
  margin: 0 auto 22.5px auto;
}
.content-5 .content-5--image-wrap .content-5--image {
  max-width: 375px;
  width: 100%;
  max-height: 100%;
  display: block;
}
.content-5 .content-5--image-wrap .semi-circle {
  display: none;
}
.content-5 .content h1 {
  margin-bottom: 30px;
}
.content-5 .content > *,
.content-5 .body-copy > * {
  margin-bottom: 15px;
}
.content-5 .content :last-child,
.content-5 .body-copy :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1060px) {
  .content-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 625px;
    text-align: left;
    position: relative;
  }
  .content-5 .content-wrap--large {
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .content-5 .content-5--image-wrap {
    position: absolute;
    width: 456px;
    height: 100%;
    right: 68px;
    bottom: 0;
    margin-bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .content-5 .content-5--image-wrap .content-5--image {
    width: auto;
  }
  .content-5 .content-5--image-wrap .semi-circle {
    display: block;
    width: 120px;
    height: 240px;
  }
  .content-5 .content > *,
  .content-5 .body-copy > * {
    margin-bottom: 20px;
  }
  .content-5 .content :last-child,
  .content-5 .body-copy :last-child {
    margin-bottom: 0;
  }
}
.content-6 .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-6 .features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-6 .features .feature-item .image-div {
  padding-right: 15px;
}
.content-6 .col-3-parent {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-6 .col-3-parent .col-3-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}
.content-6 .col-3-parent .col-3-child .image-div {
  padding-right: 15px;
}
.content-6 .image img {
  width: 100%;
  height: auto;
}
.content-6 .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.content-6 .primary--small {
  margin-top: 15px;
}
.content-6 p + p {
  padding-top: 15px;
}
@media only screen and (max-width: 550px) {
  .content-6 .features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-6 .features .feature-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .content-6 .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-6 .primary--small {
    margin-top: 20px;
  }
}
.employee-testimonials .image {
  margin: 15px 0;
}
.employee-testimonials .image img {
  max-width: 100%;
  width: 40%;
}
.employee-testimonials .body-copy--large {
  margin-bottom: 15px;
}
.employee-testimonials .body-copy--small > *:not(:last-child) {
  margin-bottom: 15px;
}
.employee-testimonials .content {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1060px) {
  .employee-testimonials .grid {
    padding: 20px;
  }
  .employee-testimonials .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
  }
  .employee-testimonials .body-copy--large {
    margin-bottom: 30px;
  }
  .employee-testimonials .body-copy--small > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .employee-testimonials .content {
    padding: 0;
  }
  .employee-testimonials .image {
    margin: 0 40px 0 0;
  }
  .employee-testimonials .image img {
    max-width: unset;
    width: 256px;
    height: 256px;
  }
}
.error {
  text-align: center;
}
.error .col-1of1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error img,
.error h1,
.error h2 {
  margin-bottom: 15px;
}
.error .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.error img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1060px) {
  .error img {
    margin-top: 40px;
  }
  .error img,
  .error h1,
  .error h2 {
    margin-bottom: 20px;
  }
  .error .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.office-locations {
  padding-top: 30px;
  padding-bottom: 30px;
}
.office-locations h2 {
  margin-bottom: 15px;
}
.office-locations a {
  text-decoration: none;
}
.office-locations .location-icon {
  display: none;
}
@media only screen and (min-width: 1060px) {
  .office-locations {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .office-locations h2 {
    margin-bottom: 0;
  }
  .office-locations .location-icon {
    display: block;
  }
}
.faqs-search button {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  display: block;
}
.faqs-search form {
  margin-top: 20px;
}
.faqs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faqs .faq {
  margin-bottom: 15px;
  padding: 15px;
}
.faqs .dropdown--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
}
.faqs .dropdown--content.open {
  padding: 15px 0;
}
.faqs .dropdown--content.open .body-copy ol,
.faqs .dropdown--content.open .body-copy li {
  margin-top: 0;
}
.faqs .dropdown--content.open .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.faqs .dropdown--content.open .body-copy ul {
  padding-left: 20px;
}
.faqs .dropdown--content.open .body-copy p {
  padding-left: 5px;
}
.faqs .dropdown--content.open .answer-prefix {
  font-weight: normal;
}
.faqs .dropdown--content.open .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.faqs .faq-not-found {
  margin-bottom: 15px;
  padding: 15px;
  display: none;
}
.simple-faqs {
  margin-top: 48px;
  margin-bottom: 40px;
}
.simple-faqs > div:not(:last-child) {
  border-bottom: 1px solid #CFD3E4;
}
.simple-faqs .item {
  padding: 40px 20px 40px 0px;
}
@media only screen and (max-width: 345px) {
  .faqs {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1060px) {
  .faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faqs .faq {
    margin-bottom: 40px;
    padding: 20px;
  }
  .faqs .dropdown--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 62px;
  }
  .faqs .dropdown--content.open {
    padding: 20px 40px 20px 0;
  }
  .faqs .dropdown--content.open .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqs .dropdown--content.open .body-copy ul {
    margin: 20px 0;
  }
  .faqs .faq-not-found {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.feature-icon-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.feature-icon-large h4 {
  margin: 15px 0;
}
.feature-icon-large .image img {
  width: 100%;
  height: auto;
}
.feature-icon-large .feature-item {
  margin-bottom: 15px;
}
.feature-icon-large .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.feature-icon-large .primary--small {
  margin-top: 15px;
}
@media only screen and (min-width: 1060px) {
  .feature-icon-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-icon-large .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-icon-large h4 {
    margin: 40px 0;
  }
  .feature-icon-large .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .feature-icon-large .feature-item:not(:last-child) {
    margin-right: 40px;
  }
  .feature-icon-large .primary--small {
    margin-top: 20px;
  }
  .feature-icon-large .feature-item {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-bottom: 0;
  }
}
.main-wrapper footer .icon--footer:not(:last-child) {
  margin-right: 20px;
}
.main-wrapper footer .footer {
  margin-bottom: 20px;
}
.main-wrapper footer .grid > * {
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-wrapper footer .grid.bottom-spacer {
  padding-bottom: 60px;
}
.main-wrapper footer .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.main-wrapper footer .social {
  margin-top: 20px;
}
.main-wrapper footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper footer .links ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 0px;
}
.main-wrapper footer .links ul li {
  margin-bottom: 10px;
}
.main-wrapper footer .links a,
.main-wrapper footer .links span {
  text-decoration: none;
  font-size: 13px;
  line-height: 15.6px;
  font-weight: normal;
}
.main-wrapper footer .links a.bold,
.main-wrapper footer .links span.bold {
  font-weight: bold;
}
.main-wrapper .variable-footer-2-columns .grid {
  padding: 40px 20px;
}
.main-wrapper .variable-footer-2-columns h3 {
  margin-bottom: 20px;
}
.main-wrapper .variable-footer-2-columns p {
  margin-bottom: 40px;
}
.main-wrapper .variable-footer-2-columns .icons {
  margin-top: auto;
}
.main-wrapper .variable-footer-2-columns .icons a:not(:last-child) {
  margin-right: 40px;
}
.main-wrapper .variable-footer-2-columns .right .col {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (max-width: 1059px) {
  .main-wrapper .variable-footer-2-columns .col-1of3,
  .main-wrapper footer .col-1of3,
  .main-wrapper .variable-footer-2-columns .col-2of3,
  .main-wrapper footer .col-2of3,
  .main-wrapper .variable-footer-2-columns .col-1of2,
  .main-wrapper footer .col-1of2 {
    width: 330px;
    max-width: 100%;
  }
  .main-wrapper footer .icon--footer:not(:last-child) {
    margin-right: 15px;
  }
  .main-wrapper footer .social {
    margin-top: 15px;
  }
  .main-wrapper footer .footer--reverse-stack {
    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;
  }
  .main-wrapper footer .footer {
    margin-bottom: 15px;
  }
  .main-wrapper footer .logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 15px;
  }
  .main-wrapper footer p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .main-wrapper footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-wrapper footer .links ul {
    padding: 0;
  }
  .main-wrapper footer .links li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .main-wrapper footer .links a,
  .main-wrapper footer .links span {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .variable-footer-2-columns .grid {
    padding: 60px 7.5px;
  }
  .main-wrapper .variable-footer-2-columns h3 {
    margin-bottom: 15px;
  }
  .main-wrapper .variable-footer-2-columns p {
    margin-bottom: 15px;
  }
  .main-wrapper .variable-footer-2-columns .icons a:not(:last-child) {
    margin-bottom: 15px;
  }
}
.form-wrap {
  padding: 20px 0;
}
.form-wrap h2 {
  margin: 15px 0;
}
.form-wrap button {
  margin: 0;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 1060px) {
  .form-wrap h2 {
    margin: 0;
  }
  .form-wrap button {
    margin: 0;
    float: right;
  }
}
.home-page-modal {
  opacity: 0;
  height: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: hidden;
  overflow: hidden;
}
.home-page-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  height: 60px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #A7C6ED;
}
.home-page-modal.active .close-button {
  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;
  height: 32px;
  width: 32px;
  padding: 0;
  background: none;
  margin-left: 7.5px;
}
.home-page-modal .link-button {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
}
.home-page-modal .content-wrap--large {
  padding: 7.5px 20px;
}
.home-page-modal .content-wrap--large .row {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home-page-modal .title {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 7.5px;
}
@media only screen and (min-width: 1060px) {
  .home-page-modal.active {
    height: 40px;
  }
  .home-page-modal .content-wrap--large .row {
    -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;
  }
  .home-page-modal .link-button {
    font-size: 13px;
    line-height: 15.6px;
  }
  .home-page-modal .title {
    font-size: 13px;
    line-height: 15.6px;
  }
  .home-page-modal .background-tile--medium {
    top: 206px;
  }
}
.introduction .grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.introduction .introduction--image img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.introduction .content h2 {
  margin-bottom: 30px;
}
.introduction .body-copy > * {
  margin-bottom: 15px;
}
.introduction .body-copy :last-child {
  margin-bottom: 15px;
}
.introduction.introduction2 {
  padding-top: 20px;
}
.introduction.introduction2 .grid {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.introduction.introduction2 .introduction--images .intro-image {
  display: none;
}
.introduction.introduction2 .introduction--images .intro-icon {
  display: block;
}
@media only screen and (min-width: 1060px) {
  .introduction {
    padding: 20px 0;
    min-height: 540px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .introduction .grid {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .introduction .introduction--image img {
    height: 460px;
    max-width: none;
    margin: auto;
  }
  .introduction .body-copy p:not(:last-child) {
    margin-bottom: 20px;
  }
  .introduction .body-copy > * {
    margin-bottom: 20px;
  }
  .introduction .body-copy :last-child {
    margin-bottom: 0;
  }
  .introduction.introduction2 {
    min-height: 0;
  }
  .introduction.introduction2 .introduction--images .intro-image {
    display: block;
  }
  .introduction.introduction2 .introduction--images .intro-icon {
    display: none;
  }
  .introduction.introduction2 .body-copy {
    padding-top: 20px;
  }
}
.jobs {
  padding: 30px 0;
}
.jobs .job {
  margin-bottom: 15px;
  padding: 15px 15px;
}
.jobs .content {
  min-height: 32px;
}
.jobs .jobs--left {
  margin-bottom: 15px;
}
.jobs .jobs--left .button {
  display: none;
}
.jobs .jobs--right {
  margin-bottom: 15px;
}
.jobs .body-copy > *:not(:last-child) {
  margin-bottom: 30px;
}
.jobs .primary--small {
  margin: 15px 0;
}
.jobs .dropdown--content.open {
  padding: 15px 0;
}
.jobs .dropdown--content.open a,
.jobs .dropdown--content.open p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 345px) {
  .jobs {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1060px) {
  .jobs {
    padding: 20px 0;
  }
  .jobs .job {
    margin-bottom: 40px;
    padding: 20px 40px;
  }
  .jobs .content {
    min-height: 62px;
  }
  .jobs .dropdown {
    display: none;
  }
  .jobs .date {
    margin: 20px 0;
  }
  .jobs h3 {
    margin: 20px 0;
  }
  .jobs .jobs--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .jobs .jobs--right .button {
    display: none;
  }
  .jobs .jobs--left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
  }
  .jobs .jobs--left .button {
    display: block;
  }
  .jobs .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .jobs .primary--small {
    margin: 40px 0;
  }
  .jobs .dropdown--content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0 60px 0;
    visibility: visible;
    height: auto;
  }
}
.product-list-col {
  padding: 20px 0;
}
.product-list-col h3 {
  margin: 40px 0;
}
.product-list-col .product-item h5 {
  margin-bottom: 40px;
}
.product-list-col .product-item .primary--small {
  margin-bottom: 40px;
}
.product-list-col .product-item img {
  max-width: 100%;
}
.product-list-col .product-item .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
.product-list-col .buttons {
  margin-top: auto;
}
@media only screen and (max-width: 1059px) {
  .product-list-col {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 22.5px;
  }
  .product-list-col .grid > * {
    width: 100%;
  }
  .product-list-col .placeholder {
    display: none;
  }
  .product-list-col h3 {
    margin: 0 0 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-list-col .product-item {
    padding: 15px;
  }
  .product-list-col .body-copy > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .product-list-col .dropdown--container {
    border-radius: 10px;
    background: #EDF0F5;
    margin-bottom: 15px;
  }
  .product-list-col .dropdown--show {
    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;
  }
  .product-list-col .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-list-col .product-item .primary--small {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1060px) {
  .product-item .dropdown {
    display: none;
  }
  .product-item .dropdown--content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    visibility: visible;
    height: inherit;
  }
  .product-item .dropdown--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rate-table {
  padding-top: 45px;
}
.rate-table table.desktop-table {
  /** hidden for mobile */
  display: none;
}
.rate-table .tabs {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rate-table .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.rate-table .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 7.5px;
  cursor: pointer;
  color: white;
  background: #202A44;
  font-size: 14px;
}
.rate-table .tab-btn:hover,
.rate-table .tab-btn.active {
  color: #202A44;
  background: #DCE3EB;
}
.rate-table .tab-content {
  visibility: hidden;
  height: 0px;
}
.rate-table .tab-content.active {
  visibility: visible;
  height: auto;
}
.rate-table + .rate-table {
  padding-top: 0;
}
.rate-table.rate-table-white table tr {
  border-bottom: none;
}
.rate-table.rate-table-white table thead {
  background: none;
}
.rate-table.rate-table-white table thead th {
  font-size: 15px;
  padding-bottom: 15px;
}
.rate-table.rate-table-white table tbody {
  border-top: none;
  border-bottom: none;
}
.rate-table.rate-table-white table tbody tr:nth-child(odd) {
  background-color: white;
}
.rate-table.rate-table-white table tbody tr:nth-child(even) {
  background-color: #F2F5FD;
}
.rate-table.rate-table-white .tab-header {
  border-radius: 9px;
  background: #DCE3EB;
  margin-bottom: 10px;
  padding: 4px;
}
.rate-table.rate-table-white .tab-header .tab-btn {
  padding-left: 32px !important;
  padding: 3px;
  border-radius: 5px;
  background: #DCE3EB;
  color: #202A44;
}
.rate-table.rate-table-white .tab-header .tab-btn:hover,
.rate-table.rate-table-white .tab-header .tab-btn.active {
  background: white;
}
@media only screen and (min-width: 375px) {
  .rate-table .tab-header {
    overflow-x: auto;
  }
  .rate-table.rate-table-white {
    padding-top: 20px;
  }
}
/** Desktop */
@media only screen and (min-width: 1060px) {
  .rate-table {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rate-table table.desktop-table {
    /** hidden for mobile */
    display: table;
  }
  .rate-table .tabs {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .rate-table .background-tile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 80%;
    background: #E5E9F0;
  }
}
.sorting-table .content-wrap--large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sorting-table .content-wrap--large .hidden {
  display: none;
}
.sorting-table .content-wrap--large .sort-item {
  text-decoration: none;
}
.sorting-table .content-wrap--large .sort-item:hover {
  background: #344A79;
  color: #EDF0F5;
}
.sorting-table .content-wrap--large .sort-item:hover * {
  color: #EDF0F5;
}
.sorting-table .content-wrap--large .sort-item:active {
  background: #202A44;
  color: #EDF0F5;
}
.sorting-table .content-wrap--large .sort-item:active * {
  color: #EDF0F5;
}
.sorting-table .content-wrap--large .sort-item .td:first-child {
  white-space: nowrap;
}
.sorting-table .content-wrap--large .sort-item .td:last-child {
  width: 100%;
}
@media only screen and (min-width: 1060px) {
  .sorting-table .content-wrap--large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.team .filters-wrap {
  z-index: 2;
  background: #202A44;
}
.team .filters {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.team .team-list {
  cursor: pointer;
  margin-bottom: 30px;
}
.team .team-list .col-1of3 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.team .team-list img {
  float: left;
  width: 94px;
  margin-right: 15px;
}
.team .team-list h5 {
  margin-top: 7.5px;
}
@media only screen and (min-width: 1060px) {
  .team .filters-wrap {
    border-radius: 10px;
    max-width: 1040px;
  }
  .team .filters {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team .team-list {
    min-height: 342px;
    margin-bottom: 20px;
  }
  .team .team-list .col-1of3 {
    margin-top: initial;
    margin-bottom: initial;
  }
  .team .team-list img {
    float: initial;
    width: 100%;
    margin-right: initial;
    margin-bottom: 20px;
  }
  .team .team-list h5 {
    margin-top: 0;
  }
}
.team-block-heading {
  padding: 7.5px 7.5px;
}
.team-block {
  padding-top: 7.5px;
  padding-bottom: 30px;
}
.team-block > .background-tile {
  display: none;
}
.team-block .btns {
  display: none;
}
.team-block .grid > .background-tile {
  display: none;
}
.team-block .team-list {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.team-block .team-list img {
  width: 100%;
  margin-bottom: 15px;
}
.team-block .team-list h5:last-child {
  margin-bottom: 15px;
}
.team-block .dropdown--container {
  border-radius: 10px;
  padding: 7.5px 15px;
  min-height: 70px;
  margin-bottom: 15px;
  max-width: 100%;
  background: #EDF0F5;
}
.team-block .dropdown--container:first-child {
  margin-top: 30px;
}
.team-block .dropdown--container .dropdown--show {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-block .dropdown--container .dropdown {
  top: 20px;
}
.team-block .dropdown--container .dropdown--content.open .team-member {
  overflow: auto;
  padding: 7.5px;
}
.team-block .dropdown--container .dropdown--content.open img {
  float: left;
  width: 94px;
  margin-right: 15px;
}
.team-block .dropdown--container .dropdown--content.open h5 {
  margin-top: 7.5px;
}
.team-block-shadow {
  display: none;
}
@media only screen and (max-width: 345px) {
  .team-block {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1060px) {
  .team-block-heading {
    padding: 20px 20px;
  }
  .team-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team-block > .background-tile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 300px;
  }
  .team-block .grid > .background-tile {
    border-radius: 10px;
    display: block;
    position: absolute;
    top: -20px;
    width: 100%;
    height: 300px;
  }
  .team-block .btns {
    display: block;
  }
  .team-block .btns button.secondary--small {
    float: left;
  }
  .team-block .btns button.secondary--small:last-child {
    margin-left: 20px;
  }
  .team-block .dropdown--container {
    display: none;
  }
  .team-block .team-list {
    visibility: visible;
    height: auto;
    overflow: initial;
  }
  .team-block .team-list > * {
    display: none;
  }
  .team-block .team-list img {
    margin-bottom: 40px;
  }
  .team-block .team-list h5:last-child {
    margin-bottom: 20px;
  }
  .team-block .team-list.active > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .team-block-shadow {
    display: block;
  }
}
.member-modal {
  padding-top: 104px;
  padding-bottom: 30px;
  background: #EDF0F5;
}
.member-modal .member-modal-header {
  border-radius: 10px;
  background: #202A44;
  padding-bottom: 30px;
}
.member-modal .member-modal-header > div {
  padding: 30px 22.5px 0 22.5px;
}
.member-modal .member-modal-header h4 {
  margin-bottom: 15px;
}
.member-modal .member-modal-header .background-tile {
  display: none;
}
.member-modal img {
  width: 100%;
}
.member-modal .member-modal-content {
  padding-top: 30px;
}
.member-modal .body-copy--large > *:not(:last-child) {
  margin-bottom: 15px;
}
.member-modal .body-copy > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (hover: hover) {
  .member-modal .member-link:hover img.standard {
    display: none !important;
  }
  .member-modal .member-link:hover img.hover {
    display: block !important;
  }
}
@media only screen and (min-width: 1060px) {
  .member-modal {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .member-modal .member-modal-header {
    padding-bottom: 80px;
    background: transparent;
  }
  .member-modal .member-modal-header .background-tile--medium {
    border-radius: 10px;
    display: block;
    top: 0;
    margin: 0;
    background: #202A44;
    height: 333px;
  }
  .member-modal .member-modal-header .col-1of3 {
    padding-top: 80px;
  }
  .member-modal .member-modal-header .col-1of3 img {
    position: absolute;
    left: 20px;
    width: 293.1px;
  }
  .member-modal .member-modal-header .col-2of3 {
    padding-top: 160px;
  }
  .member-modal .member-modal-header h4 {
    margin-bottom: 20px;
    min-height: 36px;
  }
  .member-modal .member-modal-header p {
    min-height: 36px;
  }
  .member-modal .body-copy--large > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .member-modal .body-copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .member-modal .background-tile--medium {
    top: 206px;
  }
  .member-modal .member-modal-content {
    padding-top: 40px;
  }
}
.IE .member-modal .member-link:hover img.standard {
  display: none !important;
}
.IE .member-modal .member-link:hover img.hover {
  display: block !important;
}
.youtube {
  padding-top: 0;
  margin: 15px auto 15px auto;
}
.youtube iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 225px;
  border: 0;
}
@media only screen and (max-width: 345px) {
  .youtube {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1060px) {
  .youtube {
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
  }
  .youtube iframe {
    height: 541px;
  }
}
.sticky-footer-modal {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  height: 130px;
}
.sticky-footer-modal .content-wrap--large {
  padding: 40px 13.33333333px;
}
.sticky-footer-modal .content-wrap--large .message-desktop {
  display: block;
}
.sticky-footer-modal .content-wrap--large .message-mobile {
  display: none;
}
.sticky-footer-modal .content-wrap--large div.apply-button-wrap {
  padding-right: 20px;
}
.sticky-footer-modal .content-wrap--large div.continue-button-wrap {
  margin-left: auto;
}
@media only screen and (max-width: 1059px) {
  #stickyFooterModal {
    height: 110px;
    position: fixed;
    bottom: 0;
  }
  .sticky-footer-modal .content-wrap--large {
    padding: 10px;
  }
  .sticky-footer-modal .content-wrap--large div.apply-button-wrap {
    padding-right: 3px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .sticky-footer-modal .content-wrap--large div.apply-button-wrap a.tertiary--small {
    font-size: 15px;
    padding: 5px 0;
    min-width: 120px;
  }
  .sticky-footer-modal .content-wrap--large div.continue-button-wrap {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .sticky-footer-modal .content-wrap--large div.continue-button-wrap a.sticky-footer-second-button {
    font-size: 15px;
    padding: 5px 5px;
    min-width: 120px;
  }
  .sticky-footer-modal .content-wrap--large img {
    display: none;
  }
  .sticky-footer-modal .content-wrap--large .message-desktop {
    display: none;
  }
  .sticky-footer-modal .content-wrap--large .message-mobile {
    display: block;
  }
  .sticky-footer-modal .content-wrap--large div.continue-button-wrap {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media (hover: hover) {
  a.sticky-footer-first-button.hover,
  a.sticky-footer-second-button.hover,
  a.sticky-footer-first-button:hover:not(:disabled),
  a.sticky-footer-second-button:hover:not(:disabled) {
    background: #70A638;
    border-color: #70A638;
  }
  a.sticky-footer-first-button.active,
  a.sticky-footer-second-button.active,
  a.sticky-footer-first-button:active:not(:disabled),
  a.sticky-footer-second-button:active:not(:disabled),
  a.sticky-footer-first-button:focus:not(:disabled),
  a.sticky-footer-second-button:focus:not(:disabled) {
    background: #70A638;
    border-color: #70A638;
  }
}
.IE a.sticky-footer-first-button.hover,
.IE a.sticky-footer-second-button.hover,
.IE a.sticky-footer-first-button:hover:not(:disabled),
.IE a.sticky-footer-second-button:hover:not(:disabled) {
  background: #70A638;
  border-color: #70A638;
}
.IE a.sticky-footer-first-button.active,
.IE a.sticky-footer-second-button.active,
.IE a.sticky-footer-first-button:active:not(:disabled),
.IE a.sticky-footer-second-button:active:not(:disabled),
.IE a.sticky-footer-first-button:focus:not(:disabled),
.IE a.sticky-footer-second-button:focus:not(:disabled) {
  background: #70A638;
  border-color: #70A638;
}
.key-dates .content-wrap--large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.key-dates .content-wrap--large .sort-item .td:first-child {
  width: 100%;
}
@media only screen and (min-width: 1060px) {
  .key-dates .content-wrap--large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .key-dates .content-wrap--large .sort-item .td:first-child {
    width: 100%;
  }
  .key-dates .content-wrap--large .sort-item .td:last-child {
    white-space: nowrap;
  }
}
.policy-table .content-wrap--large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy-table .content-wrap--large .hidden {
  display: none;
}
.policy-table .content-wrap--large .sort-item {
  text-decoration: none;
}
.policy-table .content-wrap--large .sort-item:hover {
  background: #344A79;
  color: #EDF0F5;
}
.policy-table .content-wrap--large .sort-item:hover * {
  color: #EDF0F5;
}
.policy-table .content-wrap--large .sort-item:active {
  background: #202A44;
  color: #EDF0F5;
}
.policy-table .content-wrap--large .sort-item:active * {
  color: #EDF0F5;
}
@media only screen and (min-width: 1060px) {
  .sorting-table .content-wrap--large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ordinary-shares-table {
  padding-top: 45px;
}
.ordinary-shares-table table.desktop-table {
  /** hidden for mobile */
  display: none;
}
.ordinary-shares-table .tabs {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ordinary-shares-table .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.ordinary-shares-table .tab-btn {
  display: table-cell;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 7.5px;
  cursor: pointer;
  color: white;
  background: #202A44;
  font-size: 14px;
}
.ordinary-shares-table .tab-btn:hover,
.ordinary-shares-table .tab-btn.active {
  color: #202A44;
  background: #DCE3EB;
}
.ordinary-shares-table .tab-content {
  visibility: hidden;
  height: 0px;
}
.ordinary-shares-table .tab-content.active {
  visibility: visible;
  height: auto;
}
.ordinary-shares-table + .ordinary-shares-table {
  padding-top: 0;
}
@media only screen and (min-width: 375px) {
  .ordinary-shares-table .tab-header {
    overflow-x: auto;
  }
  .ordinary-shares-table .tab-header {
    display: -webkit-box;
  }
  .ordinary-shares-table .tab-btn {
    display: table-cell;
  }
}
/** Desktop */
@media only screen and (min-width: 1060px) {
  .ordinary-shares-table {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ordinary-shares-table table.desktop-table {
    /** hidden for mobile */
    display: table;
  }
  .ordinary-shares-table .tabs {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .ordinary-shares-table .background-tile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 80%;
    background: #E5E9F0;
  }
}
/** Pages */
